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

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

body, div, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

/* Ueberschrift */
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 20px;
	margin: 0px;
	font-family: "MS Serif", "New York", serif;
}
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: #3575e8;
	text-decoration: none;
}
a:hover {
	color: #d2691e;
	text-decoration: none;
}

/* Links in der Fusszeile */
a.footerlink:link { font-size:10px; color: #a9a9a9; text-decoration: none;}
a.footerlink:visited{font-size:10px; color: #afafaf; text-decoration: none;}
a.footerlink:hover {font-size:10px; color: #e1e1e1; text-decoration: none;}

/* Seitentitel */
.titel{
	margin: 40px 0px 0px 0px;
	width: 95%;
	color: #979d9a;
	font-family: Georgia,"Courier New", Courier, monospace;
	font-size: 33px;
	font-weight: bold;
	text-align: right;
}

/****************************************/
/* box Seiteneinstellung                */
/****************************************/	
/* Aussenbox */
#box-page-aussen { 
	width: 100%px; 
	position: relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	background-color: #f6f6f6;
	background-image: url(images/hg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
} 

/* BOX mit Gesamtinhalt */
#box-content-aussen {
	margin: auto;
	padding: 0px;
	width: 990px;
}

/****************************************/
/* KOPFTEIL                             */
/****************************************/
/* BOX mit Gesamtinhalt */
#kopf {
	margin-top: 50px;
	padding: 0px;
	width: 990px;
}
/* Linke Box mit Menue */
#kopf-left {
	float: left;
	width: 250px;
	height: 300px;
	background-color: #a51100;
	border-right: 3px solid white;
	border-bottom: 4px solid white;  
}
/* Rechte Box mit Titel */
#kopf-right {
	float: left;
	width: 731px;
	height: 300px;
	background-color: white;
	border-right: 4px solid #d3d3d3;
	border-bottom: 4px solid #d3d3d3;  
}
/* Kopfbild */
#kopfbild {
	position: relative;
	margin-top: 130px; /* Position ab Unterkante Schrift */
	width: 700px;
	height: 91px;
	background-image: url(images/b_kopf.jpg);
	background-position: bottom;
	background-repeat: no-repeat;		
}

/****************************************/
/* PFAD                                 */
/****************************************/
/* BOX mit Gesamtinhalt */
#pfad {
	margin: auto;
	padding: 0px;
	width: 990px;
}
/* Linke Box */
#pfad-left {
	float: left;
	width: 250px;
	height: 35px;
	background-color: white;
	background-image: url(images/left.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* Rechte Box mit Pfadanzeige */
#pfad-right {
	float: left;
	width: 731px;
	height: 35px;
	background-color: #a51100;
}

/****************************************/
/* MITTELTEIL                           */
/****************************************/
/* BOX mit Inhalt */
#content {
	margin: auto;
	padding: 0px;
	width: 982px;
	background-color: white;
	background-image: url(images/hg_content.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-right: 4px solid #d3d3d3;
}
/* Linke Box mit Menue */
#content-left {
	float: left;
	width: 250px;
	border-right: 3px solid white;
	border-top: 4px solid white;  
}
/* Rechte Box mit Seiteninhalt */
#content-right {
	float: left;
	width: 729px;
	border-top: 4px solid #d3d3d3;  
}

/* Rechte Box mit Seiteninhalt */
#content-right-innen {
	margin: auto;
	width: 90%;
	height: 100%;
	padding: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;  
}

/****************************************/
/* FUSSZEILE                            */
/****************************************/
/* box Footer */
#box-footer {
	float: left;	
	width: 984px;
	height: 90px;
	padding: 10px 0px 0px 0px;
	border-right: 4px solid #d3d3d3;
	border-bottom: 4px solid #d3d3d3;  
	text-align: center;
	color: #afafaf;
	font-size: 10px;
	background-color: #747474;	  
}

/****************************************/
/* Menue links oben im Kopf             */
/****************************************/	
/* Rechtes Menue */
#box-menue-oben{
	margin: auto;
	padding: 20px 0px 20px 0px;
	width: 210px;
	background-color: transparent;
	border: 0px;
}
/* Erste Ebene */
#box-menue-oben ul{ 
	width: 210px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Erste Ebene */
#box-menue-oben ul li{
	padding-top: 2px;
	padding-bottom: 2px; 
}
/* Links */
#box-menue-oben li a:link, #box-menue-oben li a:visited {
	display: block;
	color: #f5f5f5;	
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px; 
}
/* Links */
#box-menue-oben li a:hover {
	display: block;
	color: #ff7f50;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
}
/* aktiver Link erste Ebene */
#box-menue-oben li a.menu_current {
	font-weight: bold;
	color: #ff7f50;
	padding-top: 2px;
	padding-bottom: 2px;
}

/****************************************/
/* Menue links neben Inhalt             */
/****************************************/	
/* Rechtes Menue */
#box-menue{
	margin: auto;
	padding: 20px 0px 20px 0px;
	width: 210px;
	background-color: transparent;
	border: 0px;
}
/* Erste Ebene */
#box-menue ul{ 
	width: 210px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Erste Ebene */
#box-menue ul li{
	border-bottom: 1px solid #d0d0d0;
	padding-top: 2px;
	padding-bottom: 2px; 
}
/* Zweite Ebene */
#box-menue ul ul {
	padding-left: 10px;
	margin: 0px;
	list-style-type: none;
	width: 175px;	
}
/* Zweite Ebene */
#box-menue ul ul li{
	border: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Links */
#box-menue li a:link, #box-menue li a:visited {
	display: block;
	color: #696969;	
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px; 
}
/* Links */
#box-menue li a:hover {
	display: block;
	color: #696969;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	background-image: url(images/hg_hover.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/* aktiver Link erste Ebene */
#box-menue li a.menu_current {
	font-weight: bold;
	color: #f42500;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(images/hg_hover.gif);
	background-position: left;
	background-repeat: no-repeat;
}


/****************************************/
/* Login                                */
/****************************************/	
/* box login */
#login {
	margin: auto;
	width: 160px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #191970;
}
#login input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cd5c5c;
	width: 150px;
}
#login .formlog{
	border: 1px solid teal;
	background-color: #afeeee;
	width: 158px;
}
#login a{
	color: #c21581;
}

/****************************************/
/* box Suchen                     */
/****************************************/	
#suchen{
	margin-top: 50px;
	margin-left: 5px;
	padding: 0px;
	width: 240px;
	height: 100px;
	background-image: url(images/hg_suchen.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* Suchformular Eingabefeld*/
#suchen input{
	width: 185px;
	margin-top: 57px;
	margin-left: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #add8e6;
	font-weight: normal;
	background-color: transparent;
	border: 0px;  
}

/****************************************/
/* Pfadanzeig "Du bist hier:"            */
/****************************************/
#pfadanzeige{
	float: left;
	width: 98%;
	margin: 10px 0px 0px 20px;
	background-color: transparent;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #f5f5f5;
	font-size: 10px;
}
#pfadanzeige a{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #f5f5f5;
	font-size: 10px;	
}
#pfadanzeige a:hover{
	color: #f0f8ff;
}


