
#cmDisclaimerContainer {
	display: none;
	background-color: #ffffff;
	border: #000000 dotted 1px;
	width: 400px;
	height: 250px;
	overflow: auto;
	color: #000000;
	padding: 10px;
	position: absolute;
	left: 150px;
	top: 150px;
	z-index: 100;
}
#cmDisclaimerClose {
	position: absolute;
	top: 5px;
	right: 20px;
}


/* GRUNDEINSTELLUNG */
body
{
	background-color:#F4F4F4;
	color:#000000;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:19px;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
.clear
{
	clear:both;
}
img
{
	border:0px;
}


/* UEBERSCHRIFTEN */
h1
{
	color:#006666;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 4px 0px;
	border-bottom: 2px solid #006666;
}
h2
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 6px 0px;
}
.hpsubtitel
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 6px 0px;
}
.box h2
{
	text-align:center;
    color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 0px 0px;
}

h3
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 6px 0px;
}


/* TEXT */
p
{
	margin:0px;
	padding:0px 0px 10px 0px;
}


/* STANDARDLINKS */
a
{
	color:#000000;
	text-decoration:underline;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}
#topnavi a
{
    color:#ffffff;
    text-decoration:none;
}
#topnavi a:hover, #topnavi a.active
{
    color:#ffffff;
    text-decoration:underline;
}
#mainnavi a
{
    padding:7px 20px;
    border-right:1px solid #ffffff;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    float:left;
}
#mainnavi a:hover, #mainnavi a.active
{
    padding:7px 20px;
    border-right:1px solid #ffffff;
    color:#ffffff;
    background-color:#006666;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    float:left;
}
#footer a
{
    color:#006666;
    text-decoration:none;
}
#footer a:hover
{
    color:#006666;
    text-decoration:underline;
}

/* CONTAINER */
div#page
{
	margin:0px auto;
	overflow:hidden;
	width:880px;
}
div#header
{
    margin-top:10px;
    width:880px;
    height:129px;
    background:url('http://www.handrick-partyservice.de/img/header.jpg') no-repeat #ffffff;  
    border-bottom:1px solid #ffffff;  
}
div#topnavi
{
    float:right;
    margin-top:44px;
    margin-right:20px;
    color:#ffffff;
}
div#mainnavi
{
    background-color:#3366CC;
}
div#content
{
    width:876px;
    border-left:2px solid #006666;
    border-right:2px solid #006666;
    background-color:#ffffff;
}
div#content_inner
{
    padding:15px 21px;
}
div#content_text
{
    float:left;
    width:550px;
}
div#footer
{
    width:880px;
    height:60px;
    background:url('http://www.handrick-partyservice.de/img/footer.jpg') no-repeat transparent;
    color:#006666;    
}
div#footer #adress
{
    margin-top:20px;
    margin-left:15px;
    float:left;
    width:600px;
}
div#footer #toplink
{
    margin-top:20px;
    margin-right:15px;
    float:right;
}



/* BOXEN */
div.box
{
    width:266px;
    float:left;
}
div.box_top
{
    width:266px;
    height:29px;
    background:url('http://www.handrick-partyservice.de/img/box-top.jpg') no-repeat transparent;
    color:#ffffff;
    font-weight:bold;
}
div.box_content
{
    width:262px;
    border-left:2px solid #006666;
    border-right:2px solid #006666;
    background-color:#ffffff;
}
div.box_bottom
{
    width:266px;
    height:15px;
    background:url('http://www.handrick-partyservice.de/img/box-bottom.jpg') no-repeat transparent;
}
div.abstand
{
    float:left;
    width:18px;
    height:50px;
}
.box p
{
    padding:8px 20px;
}
.box ul
{
    padding:10px 30px 10px 30px;
    margin:0px;
}
.box a.teaser
{
    float:right;
    padding:10px 20px 0px 20px;
    font-weight:bold;
    color:#006666;
    text-decoration:none;
    background:url('http://www.handrick-partyservice.de/img/pfeil.gif') 10px 15px no-repeat transparent;
}
blockquote
{
    margin:0px !important;
}
blockquote li
{
    list-style-type:none !important;
}
blockquote small
{
    font-size:12px !important;
    font-weight:normal !important;
}
.box a.teaser:hover
{
    text-decoration:underline;
}
.box div.phone
{
    text-align:center;
    background-color:#006666;
    color:#ffffff;
    margin:0px 0px 0px 0px;
    padding:4px 0px;
    font-size:14px;
    font-weight:bold;
}
.box div.phone_number
{
/*
    border-top:2px solid #006666;
    margin-top:1px;
*/
    text-align:center;
    font-size:18px;
    padding-top:10px;
    color:#006666;
}


/* BILDER */
img.border
{
    padding:1px;
    border:2px solid #006666;
}


