/*  STANDARDS  */

html
{
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#000000; 
	scrollbar-base-color:#CCCCCC; 
	scrollbar-darkshadow-color:666666; 
	scrollbar-face-color:#94C69C; 
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#214229; 
}
/* gibt der Scrollbar individuelle Farben */

body
{	
	background-color:#c6e3c4;
	background-image:url(images/background2.gif);
	background-repeat:repeat-x;
	color:#000000;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
	font-family:Verdana, Arial, Helvetica; font-size:12px; color:#25432a;
}
/* font-family = Schriftart fuer Textelemente */

h1
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
h2
{
	font-size:14px;
	margin-bottom:5px;
	margin-top:5px;
}
h3
{
	margin-bottom:5px;
	margin-top:5px;
}

a
{
	color:#006600;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#006600;
	font-weight:bold;
	text-decoration:underline;
	background-color: #669966;
}
a:active
{
	color:#006600;
	font-weight:bold;
	text-decoration:underline;
}

/*  CONTAINER  */

a.navi
{
	border-bottom:1px solid #000000;
	color:#000000;
	display:block;
	font-weight:bold;
	padding:4px 0px 4px 25px;
	text-decoration:none;
	width:195px;
}
a:hover.navi
{
	border-bottom:1px solid #000000;
	color:#000000;
	display:block;
	font-weight:bold;
	padding:4px 0px 4px 25px;
	text-decoration:underline;
	width:195px;
}
a:active.navi
{
	border-bottom:1px solid #000000;
	color:#000000;
	display:block;
	font-weight:bold;
	padding:4px 0px 4px 25px;
	text-decoration:none;
	width:195px;
}
a.navi_aktiv
{
	background-image:url(images/background_navi.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #000000;
	color:#25432a;
	display:block;
	font-weight:bold;
	padding:4px 0px 4px 25px;
	text-decoration:none;
	width:195px;
}
a:hover.navi_aktiv
{
	border-bottom:1px solid #000000;
	color:#000000;
	display:block;
	font-weight:bold;
	padding:4px 0px 4px 25px;
	text-decoration:underline;
	width:195px;
}
a:active.navi_aktiv
{
	border-bottom:1px solid #000000;
	color:#000000;
	display:block;
	font-weight:bold;
	padding:4px 0px 4px 25px;
	text-decoration:none;
	width:195px;
}

a.gelb	
{
	color: #FFFF00;font-weight:bold;text-decoration:none; 
}

a.gelb:hover	
{ 
	color:#C00000; 
}

a.gelb:active 
{ 
	color:#C00000; text-decoration:none; 
}
/* link auf der seite "menue" in gelb*/


ul
{
	margin:10px 20px 10px 30px;
}

div.descr
{
	position:absolute; 
	width:500px; 
	height:50px; 
	z-index:1; 
	left:0px; 
	top:816px; 
	visibility:hidden; 
	background-color:#FF9900; 
	layer-background-color:#FF9900; 
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
}
div#logo
{
	left:33px;
	position:absolute;
	top:8px;
}

div#bilderfolge
{
	height:132px;
	left:243px;
	position:absolute;
	top:78px;
	width:751px;
}
div.bilderfolge_einzelbild
{
	background-color:#ffffff;
	border:2px solid #000000;
	float:left;
	height:123px;
	margin-left:10px;
	padding:1px;
	width:164px;
}
div#bilderfolge_zuechter
{
	height:82px;
	left:30px;
	position:absolute;
	top:95px;
	width:965px;
}
div.bilderfolge_einzelbild_zuechter
{
	background-color:#ffffff;
	border:2px solid #000000;
	float:left;
	height:79px;
	margin-left:5px;
	padding:1px;
	width:125px;
}
div#navi
{
	left:2px;
	position:absolute;
	top:225px;
	width: 153px;
	height: 262px;
}
div#inhalt
{
	left:253px;
	padding-bottom:20px;
	position:absolute;
	top:225px;
	width:751px;
}
div.inhalt_bild
{
	float:left;
	padding:0px 10px 10px 0px;
}

td.nummer_farbe
{
	background-color:#CCE0CC;
	font-weight:bold;
	padding:5px 0px 5px 10px;
	vertical-align:top;
	width:30px;
}
td.detail_farbe
{
	background-color:#CCE0CC;
	padding:5px 0px 5px 0px;
	width:420px;
}
td.link_farbe
{
	background-color:#CCE0CC;
	padding:5px 0px 5px 0px;
	vertical-align:top;
	width:30px;
}
td.nummer
{
	font-weight:bold;
	padding:5px 0px 5px 10px;
	vertical-align:top;
	width:30px;
}
td.detail
{
	padding:5px 0px 5px 0px;
	width:420px;
}
td.link
{
	padding:5px 0px 5px 0px;
	vertical-align:top;
	width:30px;
}
p#datum
{
	font-size:8px;
	left:30px;
	position:absolute;

}

