/* CSS Document */
body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#f3f3f3;
 margin:0px;
}

img {border:0px;}

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

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  color:#634142;
  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;
}

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

#right {
width:190px;
float:right;
margin-top:50px;
margin-right:30px;
}
* html #right {  /* nur fuer Internet Explorer */
width:160px;       /* Version 5.5 */
w\idth:160px;      /* Version 6 */
}

#content {
float:left;
margin:5px;
width:520px;
}
* html #content {  /* nur fuer Internet Explorer */
width:510px;       /* Version 5.5 */
w\idth:510px;      /* Version 6 */
}

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

