/* CSS Document */
body 
{
 font-family:Arial;
 font-size:14px;
 margin:30px;
 background: url(repeater.gif) repeat-x; 
 background-color:#eaf2ca;
}

img {
border:0px;
}

h1 {font-size:18px;color:#000000;}
p  {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:#333333;
  font-size:14px;
}

a:active, a:hover
{ 
 text-decoration:underline;
}

#global {
background:url(spacer.png) repeat-y;
width:930px;
margin:0px auto;
text-align:justify;
}

#ads {
margin:-17px auto 0 0;
width:900px;
height:17px;
margin-left:30px;
}

#headlines {
margin-left:30px;
}

#left {
	width:700px;
	float:left;
	margin-top:45px;
	margin-left:30px;
}
* html #left {  /* nur fuer Internet Explorer */
  width:655px;     /* Version 5.5 */
  w\idth:655px;    /* Version 6 */
}

#right {
	background-color:#FFAD5D;
	padding:15px;
	margin-right:30px;
	width:120px;
	float:right;
	margin-top:45px;
	margin-bottom:20px;
}
* html #rechts {  /* nur fuer Internet Explorer */
  width:60px;     /* Version 5.5 */
  w\idth:60px;    /* Version 6 */
}

#footer {
color:#FFFFFF;
margin:0 0 -20px auto;
width:930px;
text-align:center;
clear:both;
}

#footer2 {
width:930px;
height:96px;
background-image:url(footer.gif);
}
