html, body{
  	margin:0;
  	padding:0;
	background:#64748B;
}

/*############################################################*/

/* Oberer Bereich der Website */
#header 
{ 
	position : absolute;
	top: 10px;
	left:50%;
	margin: 0 0 0 -500px;
	width: 1000px;
	height:100px;
	background:#26354A;
}
html>body #header 
{  /* nur fuer moderne Browser! */
    position: fixed;
}

/* Container für das Fals letzte angemeldete User */
#headerLastUser 
{ 
	position : relative;
	top: 20px;
	left:50%;
	margin: 0 0 0 -475px;
	width: 300px;
	height:70px;
	background-image: url(oblinks.jpg);
	border:5px solid silver;
}
/*
#headerLastUser 
{ 
	position : relative;
	top: 10px;
	left:50%;
	margin: 0 0 0 -475px;
	width: 300px;
	height:110px;
	background-image: url(oblinks_tmp.jpg);
	border:5px solid silver;
}
*/


html>body #headerLastUser 
{  /* nur fuer moderne Browser! */
    position: fixed;
}

/* Oberer Bereich der Website */
#headerLastInserate 
{ 
	position : relative;
	top: 20px;
	left:50%;
	margin: 0 0 0 -152px;
	width: 300px;
	height:70px;
	background-image: url(Banner/Wachtelzucht_Froelich.jpg);
	border:5px solid silver;
}
html>body #headerLastInserate 
{  /* nur fuer moderne Browser! */
    position: fixed;
}

/* Oberer Bereich der Website */
#headerNews 
{ 
	position : relative;
	top: 20px;
	left:50%;
	margin: 0 0 0 170px;
	width: 300px;
	height:70px;
	background-image: url(obrechts.jpg);
	border:5px solid silver;
	
}
html>body #headerNews 
{  /* nur fuer moderne Browser! */
    position: fixed;
}
/*############################################################*/

/* Mittleres Inhaltsfeld */
#content 
{ 
	width: auto;
	margin: 130px 200px 200px 200px; 
	background:#64748B;
	font-size:15pt;
}
TABLE 
{ 
	font-size:15pt;
}
TD 
{ 

}


/*############################################################*/


/* Linkes Menü*/
#fixiertmenuCont 
{
	position: absolute;
    	top: 120px; 
	left: 20px;
    	width: 164px;
	height: 600px;
    	background:#26354A;
    	border: 1px solid silver;
}

html>body #fixiertmenuCont 
{  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiertmenu 
{
	position: absolute;
    	top: 125px; 
	left: 25px;
    	width: 150px;
	height: 320px;
    	background:#26354A;
}

html>body #fixiertmenu 
{  /* nur fuer moderne Browser! */
    position: fixed;
}

#menuKontakt 
{
	position: absolute;
    	top: 650px; 
	left: 25px;
    	width: 150px;
	height: 20px;
    	background:#26354A;
}

html>body #menuKontakt 
{  /* nur fuer moderne Browser! */
    position: fixed;
}

#loginbox 
{
	position: absolute;
    	top: 550px; 
	left: 25px;
    	width: 150px;
	height: 100px;
    	background:#26354A;
}

html>body #loginbox 
{  /* nur fuer moderne Browser! */
    position: fixed;
}

#selectedOut
{
	background:#456789; 
/*	background:#64748B; */
}

#aktuell 
{
	background:#646B98;
}

/*###############################################################################*/

#fixiertmenuOut 
{
	position: relative;
	left: 20px;
    	width: 128px;
	background:#647E98;
    	border: 1px solid silver; 
}

#fixiertmenuIn 
{
	position: relative;
	left: 10px;
    	width: 110px;
	background:#647E98;
}

#selectedIn
{
	
	background:#646B98;

}

/*############################################################*/

#werbung 
{
 
	position: absolute;
  	top: 120px;
  	right: 20px;
  	width: 160px;
  	height: 600px;
  	background:#26354A;
  	border: 1px solid silver; 
}
html>body #werbung 
{  /* nur fuer moderne Browser! */
    	position: fixed;
}

#untWerb 
{ 
	margin: 25px 0px 0px 0px;
	height: 16px;
	
}

#werbungMenue 
{ 
	width: 150;
	margin: 15px 0px 0px 0px; 
	background:#64748B;
}

/*############################################################*/

#actualPageLink
{

}

a:link {color:#FFFFFF; text-decoration:none}
a:visited {color:#FFFFFF; text-decoration:none}
a:active {color:#FF0000; text-decoration:none}
a:hover {color:#FF0000; text-decoration:underline}

a#forum
{
	color:#FFFF00; 
	text-decoration:none;
	font-weight:bold;

}

input#email1 , input#website_url
{
    display:none;
}

