
/*___ outsourced content _____________________________________________ */

/* screen_nav.css */

/* screen_paypal.css */

/* screen_newsletter.css */

/* screen_content.css */

/*___ body ___________________________________________________________ */

body {
	margin:auto;

	width:1024px;
	height:768px;
	
	background-color:#FFFFFF;
	/*background-image:url(../image/Kopf.png);*/
	background-repeat:no-repeat;
	background-position:0px 0px;
}

body > * {

	border-width:1px;
	border-top-color:#C0C0C0;
	border-left-color:#C0C0C0;
	border-right-color:#808080;
	border-bottom-color:#808080;
	border-style:solid;

}

/* /////////////////////////////////////////////////////////////////// */

a:link { /* Not visited Link */
  
	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}
   
a:visited { /* Visited Link */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

a:hover { /* Link at MouseOver */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

a:active { /* Link selected */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

a:focus { /* Link at Focus */

	text-decoration:none;
	color:#000000;
	
	border-width:0px;
 	border-color:#000000;
 	border-style:solid;
}

/* ___ header ________________________________________________________ */

#kopf {
	
	display:block;
	position:absolute;
	overflow:hidden;
	top:3px;
	left:3px;
	/*width:676px;*/
	height:79px;

	margin:0px;
	padding:0px;

	/*border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;*/

	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 0px;
	/*background-image:url(../image/0_content.png);*/
}

#turbine {
	
	display:block;
	position:absolute;
	overflow:hidden;
	top:3px;
	left:686px;
	/*width:133px;*/
	height:79px;

	margin:0px;
	padding:0px;

	/*border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;*/

	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 0px;
	/*background-image:url(../image/0_content.png);*/
}

/*___ footer _________________________________________________________ */

#counter {

	display:block;
	position:absolute;
	overflow:visible;
	top:580px;
	left:45px;

	margin:0px;
	padding-left:1px;

	border-style:none;
	border-width:1px;
	border-color:#C0C0C0;
	
}

#google_ad {

	display:block;
	position:absolute;
	overflow:hidden;
	top:600px;
	left:3px;
	width:816px;
	height:90px;

	margin:0px;
	padding:0px;

	border-style:none;
	border-width:1px;
	border-color:#C0C0C0;

	text-align:center;	
}
