/* based on black papercut V2 nucleus skin created by Fabian Pammer */
/* css released under Creative Commons License - feel free to use it ;)  */

/*------------------------------------------------------
GLOBAL ELEMENTS
------------------------------------------------------*/

body  { 
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana; 
	background-color: #d6d6d6; 
	background-image: url("../img_layout/bkgr_kachel.png"); 
	text-align: center; margin: 0; padding: 0; 
	}

a img {
border: none; 
}

td  { color: #000000; font-size: 11px; font-family: Verdana; line-height: 14px; }
/*------------------------------------------------------
CONTENT
------------------------------------------------------*/

#header{
	width: 620px;
	height: 160px;
	background-image: url(../img_layout/haeder.png);
	
}

#abschluss {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	height: 7px; 
	background-image: url(../img_layout/bkgr_unten.png);}

#containerbg {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	background-image: url(../img_layout/bkgr_schatten.png);
	background-repeat: repeat-y;


}

#container {
	width: 780px;
	vertical-align: top;
	background-image: url(../img_layout/bkgr_hoch.png);
	background-repeat: repeat-x;
	background-color: #E99B05;
	}

#content 
 { min-height: 300px; }


#content, #menu, #footer {padding: 10px;}


/*------------------------------------------------------
FOOTER 
------------------------------------------------------*/


#footer   { font-size: 9px; line-height: 11px; width: 620px; border-top: 1px solid #e58c02 }
#footer td  { font-size: 9px; }
#footer a  { color: #b06b04; font-size: 9px; }
#footer a:link {color: #B06B04;}
#footer a:visited {color: #B06B04;}
#footer a:hover {color: #333333;}


/*------------------------------------------------------
MENUE
------------------------------------------------------*/

#menu  { color: #ffffff; font-size: 11px; font-weight: bold; background-image: url("../img_layout/bkgr_men.png"); background-repeat: repeat-x; padding-top: 24px; width: 150px; vertical-align: top }

#menu a   { color: #ffffff; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif }
#menu a:link {text-decoration: none; color: #FFFFFF;}
#menu a:hover {text-decoration: none; color: #D6D6D6;}
#menu a:visited {text-decoration: none; color: #FFFFFF;}

#menu ul
{
	padding: 0;
	margin: 0;
}
#menu ul li
{
	list-style-type: none;
}


#submenu
{
display:none;
}

 /*-------------------------------------------------------
 SPONSOREN
 -------------------------------------------------------*/
 
 #linkList {
	width: 160px;
 	background-image: url(../img_layout/bkgr_spons.png);
 	background-repeat: no-repeat;
 	background-color: E99B05;
 	vertical-align: top;
 	font-size: 10px;
 	text-align: center;
 	border-left: 1px solid #E58C02;
	}

 #linkList p
{
	margin-top: 8px;
}

/* --- sonstige Formatierungen --*/

h1    { color: #b06b04; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; margin: 0 0 12px }
h2  { color: #6a6a6a; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; margin: 0 0 6px }
h3  { color: #b06b04; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: bold; margin: 0 0 6px }

a  { color: #b06b04;}
a:link  { color: #b06b04; text-decoration: underline }
a:visited  { color: #b06b04; text-decoration: underline }
a:hover  { color: #333333; text-decoration: underline }

/*------ Testabschnitt ------*/

.box1 {width: 200px; height: 200px; background-color: #FF00FF;}
