/* CSS Document */

body{
height:100%;
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:0.7em; 
font-weight:normal;
line-height:1.5em;
background-color:#ece4d8;
}

p {margin:0; padding:0;line-height:1.5em;}
strong {color:#666;}


h1 { font-size:1.2em; color:#900; font-variant:small-caps;}
h2 { font-size:1em; color:#900; margin:0px; padding:0px;}
h3 { font-size:1em; color:#fff; }

a:link { text-decoration:none; color:#900;}
a:visited {text-decoration:none; color:#900;}
a:hover { color:#900; text-decoration:none;}
a:focus { color:#900; text-decoration:none;}

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:10px;}



/***************************************************** container ***********************************************************/

.container-all { margin:auto;}

.header { width:950px; height:70px; margin:auto;} 

.container-pics { height:248px; margin:auto; padding:0px; border-top:1px solid #fff; border-bottom:1px solid #fff; width:100%; background-color:#900;}

.container-pics-inner { width:950px; height:248px; background: transparent url(images/logo-gefke-luedemann.png) left 100px no-repeat; margin:auto;}
*html .container-pics-inner { width:950px; height:248px; background: transparent url(images/logo-gefke-luedemann.gif) left 100px no-repeat; margin:auto;}

.container-left-right { width:950px; margin:auto;}

.left { width:210px; float:left; padding:36px 0px 0px 0px; margin:0px;}


.story { width:710px; margin-left:210px; padding:50px 0px 20px 0px; min-height:300px;}
*html .story { width:700px; margin-left:210px; padding:30px 0px 20px 0px;}

.contact { margin-left:630px; padding-top:40px;}

/***************************************************** allgemein gueltige klassen ***********************************************************/


.back {
background: transparent url(images/icons/back.png) left center no-repeat;
padding-left: 18px;
font-size:1em;
}
/***************************************** Menue */
.menue { height:25px;  margin:auto; border-bottom:1px solid #fff; background-color:#CDA692;}

.menue ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
width:750px; 
margin:auto;
padding-left:220px;
}
.menue ul li {
display: inline;
float: left;
text-align: center;
padding: .4em 0 .5em 0;
margin: 0;
}

.menue ul li a{border-left: 1px solid #900; padding: 0px 20px 0px 20px;margin: 0;color: #900; text-decoration: none; font-weight:normal;}


.menue ul li a:hover{color: #900;background: #fff;}
.menue li.active a{background: #fff; color: #900;}

/***************************************** inhalt */

.box-left { width:215px; float:left; margin-right:25px; min-height:60px;}
.box-center { width:215px;float:left;margin-right:25px; min-height:60px;}
.box-right { width:215px;float:left;  min-height:60px;}

.box-container { float:left; margin-bottom:30px;}

.story ul { margin-left:-30px; list-style:none;}
*html .story ul { margin-left:20px;}
*+html .story ul { margin-left:20px;}
.story ul li { margin-left:0px;}

.story ul li {
background: transparent url(images/bullet.gif) left 6px no-repeat; padding:0px 0px 0px 18px;
line-height:1.8em;
}

.story img.right { float:right; margin-left:15px;}
.story img.img-left { float:left; margin-right:15px;}

.space-150 { width:150px; float:left;}

#slideshow {
    margin:auto;    
    width: 740px;
    height: 250px;
	float:right;	
  }
  
.footer { width:740px; margin:auto; padding-left:200px; font-size:0.9em; margin-bottom:20px;}
.footer p { border-top:1px solid #cda692; padding-top:10px;}

.footer img { float:right;margin-top:-15px; padding-right:20px;}


