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

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

} 

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

/* Trennlinie */
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
/* Ueberschrift */
h1 {
	font-size: 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
	margin: 15px 0px 5px 0px;
}
h6 {
	font-size: 10px;
	margin: 5px 0px 5px 0px;
}
/* Bilder ohne Rand */
img{
	border: 0px;
}

form {
	margin: 0;
}

.clear{
	clear: both;
}

/* Hervorhabung z.B. Suchseite Ausgabe */
.highlight {
	background-color: #fbf2dd;
	border-bottom: 1px dotted orange ;
	color: white;
	font-weight: bold;
}

.menu_default{
	text-decoration: none; 
}

/* Standardlinks */
a:link, a:visited, a:active {
	color: #a52a2a;
	text-decoration: none;
}
a:hover {
	color: #8fbc8f;
	text-decoration: none;
}

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

/* Seitentitel */
.titel{
	float: left;
	margin: 5px 0px 0px 30px;
	color: #3c1e08;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
}

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


/****************************************/
/* KOPF                                 */
/****************************************/
/* Box mit horizontalem Menue */
#kopf-menue {
	float: left;
	width: 100%;
	height: 72px;
}


/****************************************/
/* MITTELTEIL                           */
/****************************************/
/* Inhalt umschliessend */
#page-content {
	width: 100%;
	padding-bottom: 240px;
	background-image: url(images/hg_page_aussen.jpg);
	background-position: top;
	background-repeat: repeat-x; 
}
/* box mittig für Inhalt Aufnahme */
#page-content-innen {
	margin: auto;
	width: 950px;
	height: 300px;
	background-color: transparent;
}

/* box für Hintergrund */
#content {
	float: left;
	width: 950px;
	background-color: transparent;
	background-image: url(images/hg_content.gif);
	background-position: top;
	background-repeat: repeat-y;
}
/* linke box */
#content-left {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
/* box mit dem Fischbild */
#content-left-kopf {
	float: left;
	width: 250px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/hg_left_kopf.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


/* rechte box mit Logo und Text  */
#content-right {
	float: right;
	width: 700px;	
}
/* box mit Logo und Schriftzug */
#content-right-kopf {
	float: right;
	width: 100%;
	height: 189px;
	background-color: transparent;
	background-image: url(images/hg_logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* rechte box für Text aufnahme */
#content-right-text {
	float: right;
	width: 100%;
	background-color: transparent;
	background-image: url(images/hg_text_oben.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/* box mit Text */
#inhalt-innen {
	float: left;
	width: 600px;
	min-height: 300px;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	background-color: transparent;
	line-height: 18px; 			
}

/* Fusszeile | Abschluss Inhalt */
#content-footer {
	float: left;
	width: 950px;
	height: 53px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/hg_footer_text.jpg);
	background-position: left;
	background-repeat: no-repeat;
}


/****************************************/
/* FUSSZEILE                            */
/****************************************/
/* box Footer aussen*/
#page-footer {
	width: 100%;
	background: #CCC;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 240px;
	background: #000000;
	background-image: url(images/hg_footer_aussen.gif);
	background-position: top;
	background-repeat: repeat-x;	
}
/* box Footer aussen für Hintergrundbild */
#page-footer2 {
	width: 100%;
	height: 240px;
	background-color: transparent;
	background-image: url(images/hg_footer2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* box Footer innen */
#footer-innen {
	margin: auto;
	padding: 190px 30px 0px 0px;
	width: 950px;
	height: 24px;
	color: #8d9aa7;
	font-size: 10px;
	text-align: right; 
	background-color: transparent;  
}


/****************************************/
/* Menue links neben Inhalt             */
/****************************************/	
/* Linkes Menue */
#box-menue-left {
	float: left;
	margin: 20px 0px 10px 25px;
	width: 200px;
	background-color: #f4f4f1;
	border: 3px solid #f9f9f7;
}
/* Erste Ebene */
#box-menue-left ul { 
	width: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Erste Ebene */
#box-menue-left ul li {
	margin: 0px;
	padding: 1px 0px 1px 0px;  
}
/* Zweite Ebene */
#box-menue-left ul ul {
	width: 180px;
	padding-left: 10px;
	margin: 0px;
	list-style-type: none;
}
/* Zweite Ebene */
#box-menue-left ul ul li{
	border: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: transparent;
}
/* Links ersteu. zweite Ebene */
#box-menue-left li a:link, #box-menue-left li a:visited, #box-menue-left ul ul li a:hover {
	display: block;
	color: #4c5864;	
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px; 
}
/* Links erste Ebene hover */
#box-menue-left li a:hover {
	display: block;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px;
	background-color: transparent;
	color: #744545;
}
/* Links zweite Ebene hover */
#box-menue-left ul ul li a:hover {
	background-color: #f9f9f7;
	color: #8b4513;
}
/* Link gestrichelter Rand entfernen */
#box-menue-left ul li a:focus, #box-menue-left ul ul li a:focus {
	outline: none;
	-moz-outline: none; 
}
/* aktiver Link erste u. zweite Ebene */
#box-menue-left li a.menu_current {
	font-weight: bold;
	color: #2f4f4f;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: transparent;
}


/*****************************************/
/* Menue oben im Kopf                    */
/****************************************/	
/* Menue horizontal */
#menue-horizontal {
	float: right;
	margin: 20px 20px 0px 0px;
	background-color: transparent;
}
#menue-horizontal ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menue-horizontal li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menue-horizontal a, #menue-horizontal a:hover {
	height: 20px; 
	margin: 0px;
	padding: 0px 7px 0px 7px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5a5a5;
}
/* Link hover */
#menue-horizontal a:hover{
	color: #f0ffff;
}
/* Link gepunktete Umrandung verhindern */
#menue-horizontal a:focus {
	outline: none;
	-moz-outline: none; 
}
/* gewählter Link */
#menue-horizontal .menu_current {
	color: #f0ffff;
}


/****************************************/
/* Login                                */
/****************************************/	
/* box login */
#login {
	float: left;
	margin: 5px 0px 0px 25px;
	width: 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	border: 3px solid #f9f9f7;
	background-color: #f4f4f1;
	text-align: center;
}
#login input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3a6465;
	width: 170px;
}
#login .formbutton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#login a{
	color: #9a4f16;
}

/* Link zum ausklappen des Login und Suchen */
.linkdiv {
	margin: 10px 0px 10px 38px;
}
a.linkdiv:link { font-size:11px; color: #4c5864; text-decoration: none;}
a.linkdiv:visited{font-size:11px; color: #4c5864; text-decoration: none;}
a.linkdiv:hover {font-size:11px; color: #8b4513; text-decoration: none;}


/****************************************/
/* box Suchen                     */
/****************************************/	
#suchen{
	margin: 10px 0px 0px 25px;
	width: 200px;
	height: 20px;
	border: 3px solid #f9f9f7;
	background-color: #f4f4f1;
}

/* Suchformular Eingabefeld*/
#suchen input{
	width: 185px;
	margin: 3px 0px 0px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a52a2a;
	border: 0px;
	background-color: #f4f4f1;
}

