body
{
margin:0;
padding:0;

background:url('images/bg-body.gif') repeat-x;

font-family: Verdana, Tahoma, Sans-Serif;
font-size:11px;
line-height:20px;
}

/*Aufbau der Seite*/

#header
{
width:790px;
height:89px;

background:url('images/header.gif');

margin:auto;

margin-top:10px;
}

#navigation
{
width:790px;
height:25px;

background:url('images/bg-navigation.gif');

margin:auto;
}

#content
{
width:790px;
min-height:550px;

background:url('images/bg-content.gif');

margin:auto;

overflow:auto;
}

#footer
{
width:790px;
height:25px;

background:url('images/bg-footer.gif');

margin:auto;

clear:both;
}

#content-left
{
width:570px;
float:left;
}

#content-right
{
width:190px;
height:550px;
float:left;

margin-top:15px;
margin-bottom:30px;
padding:10px;
padding-left:15px;

border-left:2px solid #f0f0f0;
text-align:center;
}

.refimage
{
width:170px;
height:110px;

/*border:1px solid #d0d0d0;*/

margin:1px;
margin-top:3px; 
float:left;
}

.refline
{
padding:0;

margin-left:25px;
margin-right:20px;
text-align:center;
}

/*Navigation*/

#navigation ul
{
list-style:none;
margin:0;
padding:0;
padding-left:15px;
}

#navigation ul li
{
float:left;
overflow:hidden;
}

#navigation ul li a
{
padding-left:10px;
padding-right:15px;
color:#979797;

font-size:11px;
text-decoration:none;

line-height:22px;
height:20px;

background:none;
padding-bottom:4px;
}

#navigation ul li a:hover, #navigation a.active
{
color:#bd1220;
font-size:11px;

background:url('images/link-active.gif') left bottom no-repeat;
}

/*Footer*/

#footer-left, #footer-right
{
width:395px;
height:25px;
float:left;
}

#footer-left p
{
padding:3px;
margin:0;

font-size:10px;
color:#9b9b9b;
}

#footer-right ul
{
padding:0 5px 0 0;
margin:0;
list-style:none;
float:right;
}

#footer-right ul li
{
padding:3px;
font-size:10px;
color:#9b9b9b;

float:left;
}

#footer-right ul li a
{
padding-right:3px;
font-size:10px;
color:#9b9b9b;
text-decoration:none;

background:none;
}

#footer-right ul li a:hover
{
text-decoration:underline;
}

#content-left p, #content-left ul, #content-left h1, #content-left table
{
font-size:11px;

color:#5e5e60;

padding:3px;
padding-left:0;

margin-left:25px;
margin-right:25px;
}

#content-left ul
{
padding-left:30px;
}

#content-left h1
{
color:#58585a;
font-family:Tahoma,Verdana,Sans-Serif;
font-size:12px;
font-weight:bold;

margin-top:15px;
padding-bottom:1px;
background:url('images/bg-h1.gif') left bottom repeat-x;
}

/*Inhalt*/

/*Allgemein*/
img {border:none;}

#content-right img {float:left; padding:10px;}

a 
{
color:#979797;
text-decoration:none;

padding-bottom:1px;

background:url('images/bg-h1.gif') left bottom repeat-x;
}

a:hover
{
background:none;
}

/*Input*/
input, textarea
{
border: 1px solid #d0d0d0;
margin:5px;

background:url('images/bg-input.gif') repeat-x;

font-family: Verdana, Tahoma, Arial, Sans-Serif;

font-size:11px;
color:#5e5e60;
}