/* CSS Document */
body 
{
 font-family:Arial;
 font-size:12px;
 margin:0px;
 background: url(repeater_x.gif) repeat-x; 
 background-color:#fff6f2;
}

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;
font-weight:bold;
color:#ca0000;
font-size:12px;
}

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

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

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

#right {
margin-right:15px;
width:746px;
float:right;
padding:15px;
}
* html #right {  /* nur fuer Internet Explorer */
width:706px;    /* Version 5.5 */
w\idth:706px;   /* Version 6 */
}

#imp {
margin:-38px auto 0 0;
width:926px;
text-align:center;
height:25px;
}

#footer {
clear:both;
width:926px;
height:38px;
}


