/***************************************************************************************************/
/*******************************  Standardlayout Naturheilpraxis-Kruse  ***************************************/
/****************************************** gandke marketing & software ************************************/
/***************************************************************************************************/
/*
  Datei       		: premium-adwords.css
  Autor       		: Markus Baersch, gms
  Fassung vom	: 15.10.2008
**
*/


/**********STYLE ELEMENTE ***********************************/

* {
padding : 0;
margin : 0;
}

body {
font-family:Calibri,Verdana,sans-serif;
color: #222; 
background-color: #fff;
/*background-color: #FFF1C2;*/
font-size: 98%;
line-height: 1.4em;
margin: 0; 
padding: 0;
text-align:center;
}


/********* Bilder    ***********  */

img.bordered {
border: 1px solid #5E3D24; 
padding: 3px;
}

img.leftfloat {
float: left;
margin: 2px;
margin-right: 10px;
}

img.rightfloat {
float: right;
margin: 2px;
margin-left: 10px;
}


/********* Formulare  & Co.. ***********  */

hr { 
color: #5E3D24 ; 
background: transparent; 
margin:0; 
padding:0.5em 0; 
margin-bottom: 1em;
border:0; 
height: 1px;
border-bottom: 1px #5E3D24  solid; 
}


fieldset { 
border:0;
}
	
select, 
input, 
textarea { 
background: #fefefe;
padding: 3px;
border: 1px #5E3D24  solid; 
font-size: 99%;
}

input[type=reset],
input[type=submit],
input[type=button] {
width: auto;
overflow:visible;
background: #BB884E;
color: #fff;
padding:3px 0.5em;
}

input[type=submit]{
font-weight:bold;
}


input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
background: #fff;
color: #222;
border-color: #666;
}

input[type=text]:focus, 
textarea:focus {
background: #fff;
border-color: #666;
}


input[type=radio], 
input[type=checkbox] {
background:transparent none repeat scroll 0% 50%;
border:0pt none;
}


option {
padding-left: 0.4em;
padding-right: 1.0em;
}


	
/*************** Textauszeichnungen... *************/
	
pre {	
font-family: "Courier New", Courier, monospace; 
}
	
dt, 
strong,
b { 
font-weight: bold;
}

i, em { 
font-style: italic;
}


/***************************** Tabellen *********************************/

table { 
border: 1px solid #5E3D24 ; 
background-color: #fff; 
padding: 3px; 
empty-cells: show; 
}

caption {
padding: 3px; 
margin-bottom: 5px;
font-size: 0.8em; 
font-weight: bold; 
line-height: 1.5em; 
caption-side: top;
text-align: left; 
}

thead { 
font-size:1.0em; 
text-align:center;
background-color: #666; 
color: #fff;
}

tfoot { 
font-size: 0.8em;
text-align: left;
background-color: #fff;
font-weight: bold; 
background-color: #eee; 
}

tbody { 
font-size: 0.9em; 
text-align: left; 
vertical-align: top; 
background-color: #fff;
}

td, th {
padding: 3px;
border: 1px solid #5E3D24;
}

th {
font-weight: bold; 
}


/********* Überschriften und Textauszeichnungen ***********  */

h1,h2,h3,h4,h5,h6 { 
font-family:Arial,Helvetica,sans-serif;
margin-top: 0.25em; 
margin-bottom: 0.5em;
margin-left: 0px;
font-size: 1.2em;
line-height:1.1em;
color:#5E3D24;
}

#fangebot h4 ,
#fkontakt h4 { 
font-size: 0.9em;
color: #222; 
margin-top: 2.2em;
}

#fangebot ,
#fkontakt { 
padding: 2em;
padding-top: 0;
}



h1  { 
font-size: 1.5em;
font-weight:normal;
}

h2  { 
font-size: 1.3em;
font-weight:bold;
}


h4  { 
font-size: 1.0em;
margin-top: 1.0em; 
margin-bottom: 3px;
}


#content h1 {
font-size: 2em;
margin-bottom: 0.6em;
}


h5, h6 { 
font-size: 1.0em;
margin-bottom: 2px;
}


p, ul, blockquote, cite { 
margin-top: 0.5em;
margin-bottom: 1.5em;
font-size: 1.0em; 
}

blockquote, cite { 
width: auto;
}

cite {
font-style: italic; 
}

ul, ol, dl { 
padding: 3px;
padding-left: 1.8em;
}

li {
line-height: 1.5em;
}

#content p {
line-height: 1.5em;
}

/***************************** Links *********************************/

a {
color: #B15B22; 
text-decoration: underline; 
}

a:hover {
color: #E62415;
}

/*****************************  TOOLS  UND KLASSEN   *********************************/

.bordered {
padding: 0.5em;
border: 1px solid #5E3D24; 
}


.p_bordered {
padding: 0;
border: 1px solid #5E3D24; 
}

.whitebox {
background:#fff;
border: 1px solid #5E3D24; 
padding: 0.5em;
-moz-border-radius: 8px;
}


.lighted { 
padding: 0.6em;
background-color: #F2E5D6;
border: 1px solid #BB884E;
-moz-border-radius: 8px;
}

.padded,
.padded_plus {
padding: 0.5em;
padding-top: 0;
padding-bottom: 1.0em;
}

.padded_plus {
padding-left: 1.5em;
padding-right: 1.5em;
}

.right  {
text-align: right;
}

.dotted { 
border: 1px dotted #BB884E; 
}

.noborder { 
border: 0px; 
}

.nopadding { 
padding: 0!important; 
}

.nomargin { 
margin: 0!important; 
}

.highlight { 
padding: 5px;
background-color: #E9DDD9;
color: #111;
}




.alert { 
color: #c00; 
}

/**********************************/

.float_right { 
float: right; 
background-color: transparent;
}

.float_left { 
float: left; 
background-color: transparent;
}

.cleaner {
clear: both;
height: 0px;
padding:0px;
margin: 0px;
border: 0px;
overflow: hidden;
}


.sl {
padding-top:2px;
font-size: 0.8em;
}

.prc {
float: right; 
margin-left: 20px;
padding:20px;
border-left: 3px solid #BB884E;
background: #fff url('img/sd.png') repeat-y;
width: 33%;
}

.prc a strong {
font-size: 1.5em;
}

.prc a small {
font-size: 0.8em;
color:#888;
}

.prc a {
color:#5E3D24;
text-decoration: none;
}

.prc a:hover small,
.prc a:hover {
color: #E62415!important;
}


blockquote.fp {
background:transparent url('img/stq.gif') no-repeat scroll left top;
font-size:1.2em;
line-height:1.3em;
margin:0;
}

blockquote.fp p {
background:transparent url('img/enq.gif') no-repeat scroll right bottom;
color:#5E3D24;
padding:0 20px 0 40px;
font-style: italic;
}

ul.e2 {
margin-top:0;
padding-left: 1em;
margin-bottom:0;
}


/******SEITENLAYOUT ****************************************/

#container_page {
position: relative; 
margin: 15px auto;
width: 980px;
text-align: left;
border: 2px solid #BB884E;
border-left: 18px solid #BB884E;
background: #fff url('img/sd.png') repeat-y;
margin-bottom:300px;
}


#skiplinks {
position: absolute; 
left: -3000px;
}

#logo {
position:absolute;
cursor:pointer; 
width:550px;
height:220px;
left: 0;
top: 0;
float:right;
}

#header {
height:220px;
background:transparent url('img/logo.png') 0 0 no-repeat;
}

#hdtext {
letter-spacing: 2px;
text-align:right;
padding: 20px;
/*color: #5E3D24 ;*/
margin-left:500px;
}

#hdtext h1 {
font-family:Calibri,Verdana,sans-serif;
letter-spacing: 2px;
font-size: 36px;
font-weight:bold;
color: #5E3D24;
}

#hdtext h1 a {
color:#5E3D24;
text-decoration: none;
}

#content {
float: right ;
width: 665px ;
padding-right: 30px ;
min-height: 400px ;
}

* html #content {
height: 400px;
}


#left {
font-size: 85%; 
float: left ;
width: 230px ;
margin-left: 10px ;
}


#footer {
border-top: 1px solid #BB884E;
padding: 10px;
margin-top: 30px;
font-size: 0.9em ;
text-align:center;
}

#footer p {
margin: 0px ;
line-height: 1.6em;
}

#footer a {
color: #222!important;
}


/****************NAVIGATION ********************************/



#topnavigation {
background: #5E3D24 url('img/nv.png') 100% 0 repeat-y;
margin-bottom:20px;
font-size:100%;
height:26px;
padding-top:3px;
padding-bottom:3px;
color:#fff;
}


#topnavigation ul {
padding: 0px;
margin: 0px;
margin-left: 30px;
list-style-type: none;
font-weight: normal;
font-size:1.1em;
}

#topnavigation li  {
line-height: 1.6em;
margin: 0px; 
float: left; 
}

#topnavigation li {
padding-right: 10px ;
margin-right: 10px; 
border-right: 1px solid #fff;
}

#topnavigation li a {
display: block;
color:#fff;
letter-spacing:2px;
}


#topnavigation li.current a {
color:#B15B22;
}

#topnavigation a  {
text-decoration: none;
}


#topnavigation a  {
font-weight: normal;
}

#topnavigation a:hover {
text-decoration: none;
color: #E62415;
}


#dnav {
padding:0;
font-size:1.1em;
}

#dnav li {
list-style-type:none;
}

#dnav li.current a {
border-color:#B15B22;
}


#dnav li a {
display: block;
color:#fff;
background:#BB884E;
border-left: 10px solid #5E3D24;
text-decoration: none;
padding: 1px;
padding-left: 3px;
margin-bottom: 2px;
}

#dnav li a:hover {
text-decoration: none;
color: #E62415;
background:#5E3D24; 
}


table.plist {
padding: 0;
background: #E9DDD9;
}

table.plist strong {
font-size:1.2em;
color:#5E3D24;
}

.errdv h6 {
font-size: 0.9em;
color: red;
border: 1px solid red ;
padding: 2px;
background: #fff;
}

.nodisp {
display:none;
}
