/*
www.pkdesign.de | Template für Website Baker 2.7
CSS für Website Baker pkdesign007.zip
Alle Container sind mit float ausgerichtet
Für den Ausdruck bitte anpassen
*/

/****************************************/
/* Seiteneinstellung allgemein          */
/****************************************/	
body, div, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
/* Überschrift */
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;
}
/* Bilder ohne Rand */
img{
	border: 0px;
}

form {
	margin: 0;
}

.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:11px; color: #989898; text-decoration: none;}
a.footerlink:visited{font-size:11px; color: #989898; text-decoration: none;}
a.footerlink:hover {font-size:11px; color: #a9a9a9; text-decoration: none;}

/* Seitentitel | div im kopfstreifen*/
#titel{
	padding: 15px 15pxv 5px 5px;
	color: #422385;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
}

/****************************************/
/* Seiteneinstellung allgemein          */
/****************************************/	
html, body { 
margin: 0; 
padding: 0; 
height: 100%;
background-color: #fdf6e6;
} 

/* ÜberContainer */
#container-aussen { 
	width: 100%; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
}

/****************************************/
/* KOPFZEILE                            */
/****************************************/
/* Container aussen Kopf */
#container-kopf-aussen{
	width: 100%;
	height: 360px;
	background-color: #ebd5b1;
	background-image: url(images/hg_kopf.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Container mit Menü oben */
#container-kopf-innen{
	margin: auto;
	width: 980px;
	height: 360px;
	background-image: url(images/hg_kopf_inner.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#logo{
	float: right;
	width: 540px;
	height: 98px;
	margin-top: 10px;
	background-image: url(images/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/****************************************/
/* MITTELTEIL                           */
/****************************************/
/* Container Mitte */
#container-mitte-aussen{
	width: 100%;
	background-color: #ebd5b1;
}
/* Container Mitte innen */
#container-mitte-innen{
	margin: auto;
	width: 980px;
}
/* Container innen links mit Menü */
#container-innen-left{
	float: left;
	width: 280px;
}
/* Container mit Inhalt - Text */
#inhalt{
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px 40px 40px 40px;
	line-height: 18px;
	background-color: transparent;
}

/****************************************/
/* FUSSZEILE                            */
/****************************************/
/* Container Footer */
#container-footer-aussen{
	width: 100%;
	height: 180px;
	background-color: transparent;
	background-image: url(images/hg_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Container Footer innen */
#container-footer-innen{
	margin: auto;
	width: 980px;
	height: 180px;
	padding-top: 80px;
	padding-left: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	background-image: url(images/hg_footer_inner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/*****************************************/
/* Menü horizontal im Kopf                 */
/****************************************/	
#menue-horizontal {
	float: left;
	height: 30px;
	width: 970px;
	background-color: transparent;
	background-image: url(images/hg_menue_oben.gif);
	background-position: left;
	background-repeat: no-repeat;	
}
#menue-horizontal ul{
	float: left;
	list-style-type: none;
	height: 30px;
	width: 500px;
	margin: 0px 0px 0px 75px;
	padding: 0px;
}
#menue-horizontal ul li {
	display: inline;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#menue-horizontal ul li a {
	float: left;
	height: 30px;
	margin: 5px 2px 0px 0px;
	padding: 5px 10px 0px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
}
#menue-horizontal ul li a:hover{
	float: left;
	height: 30px;
	margin: 7px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/hg_hover.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #8b4513;
	border-top: 1px solid #a52a2a;
	border-right: 1px solid #a52a2a;
	border-bottom: 1px solid #a52a2a;
	border-left: 1px solid #a52a2a;
}


/****************************************/
/* Menü links neben Inhalt              */
/****************************************/	
/* Menükopf mit Hintergrund */
#container-menue-kopf{
	float: left;
	width: 280px;
	height: 65px;
	background-image: url(images/menue_kopf.jpg);
	background-position: top;
	background-repeat: no-repeat;		
}
/* Menümitte mit Hintergrund (aussen) */
#container-menue-mitte{
	float: left;
	width: 280px;
	background-image: url(images/menue_mitte.jpg);
	background-repeat: repeat-y; 
}
/* Container mit ul /li */
#container-menue{
	float: left;
	width: 230px;
	margin-left: 25px;
	margin-top: 0px;
	padding-top: 2px;
	background-color: transparent;
}
#container-menue ul{
	width: 210px;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
#container-menue ul li{
	padding-top: 0px;
	padding-bottom: 0px; 
}
#container-menue ul ul {
	padding-left: 20px;
	width: 190px;	
}
#container-menue ul ul li{
	border-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container-menue li a:link, #container-menue li a:visited, #container-menue li a:active {
	display: block;
	color: #311a63;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px; 
}
#container-menue li a:hover {
	display: block;
	color: #ffefd5;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
  
}
/* aktiver Linkk */
#container-menue ul li .menu_current{
	font-weight: bold;
	color: #ffefd5;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: transparent;
}
/* aktiver Link Untermenü */
#container-menue ul ul li .menu_current{
	font-weight: bold;
	color: #ffefd5;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: transparent;	 
}
/* Menükopf Footer mit Hintergrund */
#container-menue-footer{
	float: left;
	width: 280px;
	height: 40px;
	background-image: url(images/menue_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;		
}
/****************************************/
/* Login                                */
/****************************************/	
/* Loginkopf mit Hintergrund */
#container-login-kopf{
	float: left;
	width: 280px;
	height: 65px;
	background-image: url(images/login_kopf.jpg);
	background-position: top;
	background-repeat: no-repeat;		
}
#login {
	float: left;
	width: 214px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191970;
	}
#login input, .formlog{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c63700;
	width: 200px;
}
.formlog{
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #bc8f8f;
	border-left: 0px;
	background-color: transparent;
}

/****************************************/
/* Container Suchen oben                */
/****************************************/	
#suchen{
	margin: auto;
	width: 230px;
	height: 45px;
	padding-bottom: 8px;
	background-image: url(images/hg_suchen.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* Suchformular Eingabefeld*/
#suchen input{
	width: 180px;
	margin-top: 13px;
	margin-left: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a52a2a;
	font-weight: bold;
	border: 1px solid #bdbdbd ;
	background-color: #e6dac6;  
}

/****************************************/
/* news oben im Inhalt                  */
/****************************************/
#container-news{
	float: right;
	width: 580px;
	margin-top: 20px;
	margin-right: 70px;
	padding: 10px;
	background-color: transparent;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: black;
	font-size: 12px;
}
