/*
CSS für Website Baker pkdesign002.zip
Alle Container sind mit float ausgerichtet
*/

/****************************************/
/* Seiteneinstellung allgemein          */
/****************************************/	
body, div, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 20px;
	margin: 0px;
}
h2 {
	font-size: 15px;
	margin: 15px 0px 5px 0px;
}
img{
	border: 0px;
}

form {
	margin: 0;
}

/* notwendig für footer */
.clear{
	clear: both;
}

/* Hervorhabung z.B. Suchseite Ausgabe */
.highlight {
	background-color: #eacbac;
	border-bottom: 1px dotted #b22222 ;
}

/* Standardlinks */
a:link, a:visited, a:active {
	color: #556b2f;
	text-decoration: none;
}
a:hover {
	color: #d2691e;
	text-decoration: none;
}

/* Links in der Fusszeile */
a.footerlink:link { font-size:9px; color: orange; text-decoration: none;}
a.footerlink:visited{font-size:9px; color: orange; text-decoration: none;}
a.footerlink:hover {font-size:9px; color: white; text-decoration: none;}

/****************************************/
/* Seiteneinstellung allgemein          */
/****************************************/	
html, body { 
margin: 0; 
padding: 0; 
height: 100%; 
} 

#container-page { 
width: 100%; 
background: #FFF; 
position: relative; 
min-height: 100%; 
height: auto !important; 
height: 100%; 
} 

#container-content { 
padding-bottom: 170px; 
} 

/* Container aussen Kopf */
#container-kopf-aussen{
	width: 100%;
	height: 70px;
	background-color: black;
	border-bottom: 2px solid #f2dfa6;
}

/* Container mit Menü oben */
#container-kopf-inner{
	margin: auto;
	width: 970px;
	height: 70px;	
}

/* Container aussen Ihnhalt */
#container-inhalt-aussen { 
margin: 0px;
padding: 0px;
width: 100%;
background-image: url(images/hg_content_oben.jpg);
background-repeat: repeat-x;
} 

/* Container Inhalt mitte */
#container-inhalt{
	margin: auto;
   padding:0px;
   width: 970px;
	min-height: 250px; 
	background-image: url(images/hg_content_oben_inner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#container-innen-left{
	float: left;
	width: 234px;
	margin: 0px;
}

#container-innen-right{
	float: right;
	width: 670px;
	min-height: 100%;
	height: 100%;
	margin-left: 30px;
	line-height: 20px;	
}

/* Seitentitel */
#titel{
	float: right;
	width: 600px;
	height: 200px;		
	margin: 0px;
	padding: 20px 70px 0px 0px;
	color: black;
	font-family: "Goudy Old Style";
	font-size: 40px;
	font-weight: bold;
	text-align: right;  
}

/* Seiteninhalt */
#seiteninhalt{
	float: right;
	width: 670px;
	margin: 0px;
	padding: 0px;
	color: black;
}

/* Bild */
#bild{
	margin: auto;
	width: 234px;
	height: 289px;
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	background-image: url(images/bild.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* Zeichen Unter der Navigation links */
#bild-unten{
	width: 234px;
	height: 75px;
	background-image: url(images/menue_ende.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#container-footer-aussen { 
width: 100%; 
background: black; 
position: absolute; 
bottom: 0 !important; 
bottom: -1px; 
height: 170px; 
} 

/* Container Footer */
#container-footer{
	margin: auto;
   width: 970px;
	height: 170px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: #a1a1a1;
}

/*****************************************/
/* Menü horizontal Kopf                 */
/****************************************/	
#menue-horizontal {
	margin: auto;
	width: 970px;
	text-align: right;
}
#menue-horizontal ul{
	float: right;
	list-style-type: none;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#menue-horizontal li {
	display: inline;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#menue-horizontal a {
	float: right;
	height: 30px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f5f5f5;
	font-weight: bold;
}
#menue-horizontal a:hover{
	float: right;
	height: 30px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	background-image: url(images/hg_m_horizontal.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#menue-horizontal .menu_current {
	font-weight: bold; 
	background-image: url(images/hg_m_horizontal.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/****************************************/
/* Menü links                           */
/****************************************/	
#container-menue{
	width: 234px;
	margin: 20px 0px 0px 20px;
}

#container-menue ul{
	width: 220px;
	list-style-type: none;
	padding-left: 40px;
	margin: 0;
}
#container-menue li{
	line-height: 16px;
}
#container-menue ul ul {
	padding-left: 10px;
}
#container-menue li a:link, #container-menue li a:visited, #container-menue li a:active {
	display: block;
	font-size: 12px;
	color: #696969;
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
#container-menue li a:hover {
	display: block;
	font-size: 12px;
	color: #d2691e;
	font-weight: bold;
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
#container-menue .menu_current{
	font-weight: bold;
	color: #b22222;
}

/****************************************/
/* Container Suchen oben                */
/****************************************/	
#suchen{
	float: right;
	width: 200px;
	margin: 115px 10px 0px 0px;
}

/* Suchformular Eingabefeld*/
#suchen input{
	width: 180px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffa07a;
	font-weight: bold;
	border: 0px;
	background-color: transparent;  
}

/****************************************/
/* Login                                */
/****************************************/	
#login {
	width: 200px;
	padding: 0px;
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191970;
	border-top: 3px solid #be1335;
	border-bottom: 3px solid #be1335;  
	}
#login input, .formlog{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191970;
	width: 200px;
}
.formlog{
	border-top: 1px solid #e3ddce;
	border-right: 1px solid #e3ddce;
	border-bottom: 1px solid #e3ddce;
	border-left: 1px solid #e3ddce;
	background-color: #fdfaf4;
	
}

/****************************************/
/* news                                 */
/****************************************/
#container-news{
	width: 650px;
	padding: 10px;
	margin: 0px;
	background-color: #fefefd;
	border: 1px dotted #ededed;
	background-image: url(images/news.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: maroon;
	font-size: 12px;
}