/* CSS Document */
body 
{
 font-family:Arial;
 font-size:14px;
 text-align:justify;
 background-color:#FFFFC4;
 margin:0px;
 background: url(repeater.png) repeat-x; 
}

img {
border:0px;
}

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

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

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

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

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

#headlines {
margin-left:30px;
}

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

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

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