/* NOTARZTSERVICE.DE CSS GRUNDGERÜST */

/* CSS RESET - Vermeidung unterschiedlicher Interpretation bei verschiedenen Browsern */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, i, table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
list-style:none;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
font-style:normal;	/* IE */
vertical-align: baseline;
background: transparent;
}

/* Padding und Margin entfernen */

#no_padding{padding:0;}
#no_margin{margin:0;}

/* Grundlagen */

img, div, a, span { behavior: url(css/iepngfix.htc);/*behavior:url(css/border-radius.htc);*/ }	/* IE6 png fix */

body{
	background-color:white;
	background-color:#5c7a99;
	font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size:12px;
	letter-spacing:0.2px;
	word-spacing:0px;
	color:#364759;
}

a{
	color:#3674b3;
}

a:hover{
	color:#000;
}

a:active{
	color:#3674b3;
}

#content a img{
	float:left;
}

h1{
	font-size:15px;
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
}

h1 img{
	float:left;
}

strong{
	font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
}

.blue{
	color:#0099d0;
}

.small{
	font-size:10px;
}

.small2{
	font-size:11px;
}

.bold{
	font-weight:bold;
}

.clear{
	clear:both;
	height:0;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

ul li{
	padding:7px 0;
}

ul .li_none{
	list-style:none;
	padding:0;
}

input{ /* Eingabefelder */
	padding:5px 4px;
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	border:1px solid #dae6f2;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
	padding:4px 5px;
	background-color:#f2f9ff;
	background-color:#fafcff;
	border-top-color:#b8c8d9;
	border-left-color:#b8c8d9;
}

input:focus{
	background-color:#d9ecff;
}

select{
	padding:2px;
	margin-right:5px;
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	border:1px solid #dae6f2;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
}

textarea{
	padding:6px 5px;
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:11px;
	border:1px solid #dae6f2;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
}

.checkbox{
	background-color:#f2f9ff;
	border:1px solid #dae6f2;
	padding:8px 2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
	margin:5px 0 10px;
}

.checkbox input{
	float:none;
	padding:0;
	margin:0 10px;
	border:0;
	background-color:none;
	position:relative;
	top:2px;
}

.button_paypal{

	height: 43px;
	width: 153px;
	background-image: url(https://www.paypal-deutschland.de/external/logocenter-update/logo-paypal-150x41.gif);

}


.button{
	color:white;
	font-weight:bold;
	text-shadow:1px 1px 0 #ed5900;
	padding:5px 6px;
	background:#f37900 url(../images/layout/sprite.png) 0 -192px;
	border-color:#d96400;
	*padding:4px 7px;
    overflow:visible;
	font-size:10px
}

.button:hover{
	cursor:pointer;
	background-position:-168px -192px;
}

.button:active{
	cursor:pointer;
	background-position:-337px -192px;
	outline:none;
}

input::-moz-focus-inner { border: 0; }

.button_reg{
	display:block;
	width:232px;
	height:48px;
	background-image:url(../images/layout/button_reg.png);
}

.button_reg:hover{
	background-image:url(../images/layout/button_reg_hvr.png);
}

.button_reg:active{
	background-image:url(../images/layout/button_reg.png);
}

.button_reg_blue{
	display:block;
	width:230px;
	height:46px;
	background-image:url(../images/layout/button_reg_blue.png);
}

.button_reg_blue:hover{
	background-image:url(../images/layout/button_reg_blue_hvr.png);
}

.button_reg_blue:active{
	background-image:url(../images/layout/button_reg_blue.png);
}

.tooltip{
	position:relative;
}

.tooltip span{
	display:none;
	position:absolute;
	top:0;
	left:5px;
	padding:10px;
	background-color:#f2f9ff;
	border:1px solid #dae6f2;
	width:300px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
}

.tooltip:hover span{
	display:block;
}

.hinweis{
	display:inline-block;
	color:#264d00;
	background-color:#c3e6a1;
	border:1px solid #8fb36b;
	padding:7px 12px;
	padding-top:8px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
}

.hinweisblau{
        display:inline-block;
        color:#3a6da2;
        background-color:#f2f9ff;
        border:1px solid #cee0f2;
        padding:7px 12px;
        padding-top:8px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
}

.hinweis img{
	float:left;
	margin-right:10px;
}

.formular .hinweis input{
	border-color:#8fb36b;
	border-bottom-color:#9fc777;
	border-right-color:#9fc777;
}

.formular .hinweis label{
	margin:0;
	padding-left:0;
	padding-right:0;
}

.fehlermeldung{
	display:block;
	margin-bottom:10px;
	background-color:#ffbfbf;
	color:#802020;
	border-color:#e58a8a;
}

.erfolgsmeldung{
	display:block;
	margin-bottom:10px;
}

.notification{	/* Sprechblasen-Layer */
	float:right;
	display:block;
	position:absolute;
	top:52px;
	margin-left:118px;
	background-color:#ffb2b2;
	border:1px solid #d96666;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius:2px;
	padding:4px 8px;
	z-index:100;
	color:#800000;
}
	
.notification img{
	position:absolute;
	bottom:24px;
	right:10px;
}

/* Grundgerüst */

#bg{	/* Weiße Headerbgfläche */
	background-color:white;
	height:171px;
	-background:#5c7a99 url(../images/layout/ie6bg.gif) repeat-x;
}

#wrapper{
	width:983px;
	margin-left:auto;
	margin-right:auto;
}	

#header{
	background-color:white;
	height:171px;
}

#header #logo{
	position:relative;
	float:left;
}

#header #logo img{
	position:absolute;
	left:-55px;
	padding-top:6px;
	float:left;
}

#header #login{
	display:block;
	height:26px;
	padding:7px 6px;
	float:right;
	background-color:#f2f9ff;
	border:1px solid #d9ecff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top:0;
	margin-bottom:8px;
	margin-right:3px;
}

#header #login input{
	float:left;
	margin-right:5px;
}

#header #login img{
	float:left; 
	padding:7px 13px 0 7px;
}

#header #login #pw{
	padding:7px 13px 0 10px;
	float:left;
	display:block;
}

#header #login #pw img{
	padding:0;
	background-image:url(../images/icons/key.gif);
	background-repeat:no-repeat;
}

#header #login #pw:hover img{
	background-image:url(../images/icons/key_pw.gif);
}

#header #login #button{
	margin:0;
	border-color:#d96400;
}

#header #login #welcome{
	padding:6px 13px 0 0px;
	float:left;
}

#header #login #welcome span{
	border-right:1px solid #cee0f2;
	padding-right:10px;
}

#header #login #welcome a{
	border-left:1px solid white;
	padding-left:10px;
}

/* Newsletter / 24h-Hotline Container */

#header #banner{
	clear:both;
	float:right;
	padding:14px 10px 6px 0;
	height:47px;
}

#header #banner a{
	margin-left:40px;
}

#header #banner a:hover img{
	opacity:0.9;
	filter:alpha(opacity=90);
}

.fb{
	clear:both;
	float:right;
	padding:11px 0 11px 0;
	-padding:10px 0 15px 0;
}

.fb a{
	float:left;
	text-align:center;
	color:#3a5ba0;
}

.fb a:hover{
	text-decoration:none;
}

.fb img{
	float:left;
	margin-right:15px;
}

.fb em{
	display:block;
	height:27px;
	width:1px;
	background-color:#cad4e7;
	float:left;
	margin:0 20px;
	margin-top:4px;
}

.fb iframe{
	margin-top:6px;
	width:115px;
}

#header #navigation{
	clear:both;
	height:55px;
	width:100%;
	position:relative;
}

#header #navigation a{
	display:block;
	float:left;
	height:55px;
	background:url(../images/layout/sprite.png) -10px 0;
	cursor:pointer;
}

#header #navigation a:hover{
	background:url(../images/layout/sprite.png) -10px -57px;
}

#header #navigation a:active{
	background:url(../images/layout/sprite.png) -10px -114px;	
}

#header #navigation a em{	/* Trennstriche */
	display:block;
	float:left;
	width:1px;
	height:51px;
	margin-top:4px;
	background-color:#d7d7d7;
	border-right:1px solid #fafafa;
}

/* Abgerundete Navigation links & rechts */
#header #navigation #start{
	background-position:0 0;
}

#header #navigation #start:hover{
	background-position:0 -57px;
}

#header #navigation #start:active{
	background-position:0 -114px;	
}

#header #navigation #kontakt{
	background-position:-341px 0;
}
#header #navigation #kontakt:hover{
	background-position:-341px -57px;
}
#header #navigation #kontakt:active{
	background-position:-341px -114px;	
}

/* Text-Bilder */

#header #navigation a span{
	display:block;
	height:21px;
	margin:20px 49px;
	background-image:url(../images/layout/sprite.png);
	margin-left:50px;
	-margin:20px 48px 0 47px;
	margin-bottom:0;
}	

#header #navigation #start span{
	width:38px;
	background-position:0 -171px;
	-position:relative;
	-top:20px;
	margin-left:56px;
}

#header #navigation #service span{
	width:49px;
	background-position:-37px -171px;
	margin-right:50px;
}

#header #navigation #vorteile span{
	width:73px;
	background-position:-91px -171px;
	margin-right:50px;
}

#header #navigation #fragen span{
	width:102px;
	background-position:-170px -171px;
	margin-right:50px;
}

#empfehlen span{
	width:58px;
	background-position:-278px -171px;
}

#header #navigation #kontakt span{
	width:52px; /*59*/
	background-position:-342px -171px;
	margin-right:53px;
	margin-left:53px;
}

/* Inhalt */

#content{
	margin:0 4px;
	background-color:white;
	border-top:1px solid #d7d7d7;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-box-shadow:0 0 4px #4d6680;
	-webkit-box-shadow:0 0 4px #4d6680;
	box-shadow:0 0 4px #4d6680;
	padding:20px;
	/*min-height:500px;*/
}

/* Footer */

#footer{
	padding:3px 7px;
	padding-bottom:7px;
	color:white;
	font-size:x-small;
	text-shadow:1px 1px #3c4f64;
}

#footer a{
	color:white;
	padding:0 5px;
	text-decoration:none;
	color:#e5f2ff;
}

#footer a:hover{
	color:#e5f2ff;
	color:white;
}

#footer em{
	float:right;
	padding:3px 5px;
}

#footer a img{
	position:relative;
	top:3px;
}