/*
CSS für Website Baker pkdesign005.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;
}

.clear{
	clear: both;
}

/* Platzhalter für boxen unten */ 
/*	hoehe ist variabel */
.platz {
	height: 50px;
}

/* Hervorhabung z.B. Suchseite Ausgabe */
.highlight {
	background-color: #eacbac;
	border-bottom: 1px dotted #b22222 ;
}

/* Standardlinks */
a:link {
	color: #0000cd;
	text-decoration: underline;
}
a:hover {
	color: #c71585;
	text-decoration: underline;
}
a:visited, a:active {
	color: #c71585;
	text-decoration: underline;
}
a:hover {
	color: #c71585;
	text-decoration: underline;
}

/* Links in der Fusszeile */
a.footerlink:link { font-size:9px; color: #0000cd; text-decoration: underline;}
a.footerlink:visited{font-size:9px; color: #0000cd; text-decoration: underline;}
a.footerlink:hover {font-size:9px; color: #c71585; text-decoration: underline;}

/* Kein gestrichelter Rand um Links */
a:focus {
	outline: none;
	-moz-outline: none; /*damit verstehen es alle Gecko-Browser */
}

/* Container AnyNews */
.anynews {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.anynews h2 {
	font-size: 11px;
	font-weight: bold;
}


/****************************************/
/* Seiteneinstellung allgemein          */
/****************************************/	
html, body { 
margin: 0; 
padding: 0; 
height: 100%;
} 

#container-page { 
width: 100%; 
background: #FFF; 
position: relative; 
top: 15px;
min-height: 100%; 
height: auto !important; 
height: 100%;
} 

#container-content-aussen { 

} 

/****************************************/
/* KOPFZEILE                            */
/****************************************/
/* Linke Spalte */
#row-kopf-left{
position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border-left: 8px solid white;
	border-right: 3px solid white;
	background-image: url(images/logo_kopf_left.jpg);
	background-repeat: no-repeat;
	width: 190px; /* ie5win fudge begins */
	width: 230px;
	height: 180px;
}
html>body #row-kopf-left {
	width: 250px; /* ie5win fudge ends */
	}

/* Mittel Spalte */	
#row-kopf-mitte{
	padding: 10px;
	border: 0px;
	background: #fff;
	/* ie5win fudge begins */
	margin: -20px 190px 0px 190px; 
	margin-top: 0px;
	height: 180px;
	background-image: url(images/hg_row_kopf.jpg);	
	background-repeat: repeat-x;
	text-align: center;
	}
html>body #row-kopf-mitte {
	margin-top: 0px; /* ie5win fudge ends */
	}

/* Rechte Spalte */	
#row-kopf-right{
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right 
	when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border-left: 3px solid white;
	border-right: 8px solid white;
	background-image: url(images/logo_kopf_right.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 190px; /* ie5win fudge begins */
	width: 230px;
	height: 180px;
	}
html>body #row-kopf-right {
	width: 230px; /* ie5win fudge ends */
	}
		

/****************************************/
/* MITTELZEILE                          */
/****************************************/

#container-mitte-aussen{
	float: left;
	width: 100%;
}

/* Linke Spalte */
#row-mitte-left {
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border-left: 8px solid white;
	border-right: 3px solid white;
	background: #fff;
	background-image: url(images/hg_menue_left.gif);
	background-position: top center;
	background-repeat: repeat-y;	
	width: 250px;
	}


/* Mittel Spalte */	
#row-mitte-mitte{
	padding: 10px;
	border: 0px;
	background: #fff;
	/* ie5win fudge begins */
	margin: -20px 0px 0px 285px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: 0px;
	height: 90%;
	line-height: 18px;
	}
#inhalt-innen {
	float: left;
	width: 72%;
}

/* Rechte Spalte */	
#row-right{
	float: right;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-left: 3px solid white;
	border-right: 8px solid white;
	background: #fff;
	width: 230px;
	}	
	

/****************************************/
/* FUSSZEILE                            */
/****************************************/

#container-footer-aussen { 
width: 100%; 
background: black; 
position: absolute; 
bottom: 0 !important; 
bottom: -1px; 
height: 80px; 
}

/* Linke Spalte */
#row-footer-left{
	float: left;
	margin: 0px;
	border-left: 8px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	background: #aa7661;
	width: 190px; /* ie5win fudge begins */
	width: 250px;
	height: 80px;
	}
html>body #row-footer-left {
	width: 250px; /* ie5win fudge ends */
	}


/* Mittel Spalte */	
#row-footer-mitte{
	border-bottom: 3px solid white;
	border-right: 8px solid white;
	background: #abadd9;
	/* ie5win fudge begins */
	margin: -20px 0px 0px 190px; 
	margin-top: 0px;
	height: 80px;
	}
html>body #row-footer-mitte {
	margin-top: 0px; /* ie5win fudge ends */
	}

/* Container Footer */
#container-footer{
	margin: auto; 
	height: 80px;
	font-size: 10px;
	color: #dcdcdc;
	text-align: center;
}

/* Seitentitel */
#titel{
	margin: 80px 0 0 0;
	padding: 0px;
	color: black;
	font-family: "Arial Rounded MT Bold","Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	text-align: center;	
}


/*****************************************/
/* Menü horizontal Kopf                 */
/****************************************/	
#menue-horizontal {
	margin: auto;
}
#menue-horizontal ul{
	list-style-type: none;
	height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#menue-horizontal ul li {
	display: inline;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#menue-horizontal ul li a {
	height: 40px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
#menue-horizontal ul li a:hover {
	height: 40px;
	margin: 0px;
	padding: 10px 8px 0px 8px;
	border-top: 1px solid black;
	text-decoration: none;
	background-color: transparent;
	color: #c71585;
	text-decoration: none;
}


/****************************************/
/* Menü links                           */
/****************************************/	
#container-menue{
	width: 230px;
	margin: auto;
	padding-top: 20px;
	background-color: transparent;
}

#container-menue ul{
	width: 210px;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
#container-menue ul li{
	border-bottom: 1px solid #708090;
	padding-top: 3px;
	padding-bottom: 3px; 
}
#container-menue ul ul {
	padding-left: 20px;
	width: 190px;	
}
#container-menue ul ul li{
	border-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#container-menue li a:link, #container-menue li a:visited, #container-menue li a:active {
	display: block;
	color: black;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px; 
}
#container-menue li a:hover {
	display: block;
	color: #c71585;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;
  
}
#container-menue ul li .menu_current{
	font-weight: bold;
	color: #c71585;
}
#container-menue ul ul li .menu_current{
	font-weight: bold;
	color: #c71585;
}

/****************************************/
/* Login                                */
/****************************************/	
#login {
	width: 214px;
	padding: 8px;
	margin-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191970;  
	border-top: 7px solid #bc8f8f;
	border-right: 1px solid #bc8f8f;
	border-bottom: 1px solid #bc8f8f;
	border-left: 1px solid #bc8f8f;
	background-color: #f9f2e2;
	}
#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{
	width: 214px;
	margin: 0px;
	padding: 8px;
	border: 2px solid #bc8f8f;
	background-color: #f9f2e2;
}

/* Suchformular Eingabefeld*/
#suchen input{
	width: 210px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b4513;
	font-weight: bold;
	border: 0px;
	background-color: transparent;  
}

/****************************************/
/* news                                 */
/****************************************/
#container-news{
	width: 214px;
	padding: 0px 8px 0px 8px;
	margin-top: 10px;
	border-top: 7px solid #bc8f8f;
	border-right: 1px solid #bc8f8f;
	border-bottom: 1px solid #bc8f8f;
	border-left: 1px solid #bc8f8f;
	background-color: transparent;	
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: black;
	font-size: 12px;
	background-image: url(images/hg_menue_left.gif);
}
