* {margin: 0; padding: 0; border: 0;}

body, html 
{
color: #d4d4d6;
background-color: #fff;  
text-align: center; 	
}

html, body, #contentmain, td 
{ 
font-size:12px; 
font-family: Arial;
}

#wrapper 
{
width: 980px; 
margin: 0 auto; /*** Centers the design ***/
height: 691px;
text-align: left;
padding-bottom: 20px;
}
	


/* HEADER
--------------------------------------------------------------------------------------------------------------------------------*/
										
#header
{
height: 66px;
}

#header img
{
float:right;
margin-right: 70px;
}

#header ul
{
list-style-type: none;
margin-top: 11px;
margin-left: 70px;
}

#header ul li
{
float: left;
font-size: 17px;
}

#header ul li a
{
text-decoration: none;
margin-right: 14px;
color: #c9c3c2;
}

#header ul li a:hover, #home #navhome, #portfolio #navportfolio, #wie #navwie, #historie #navhistorie, #contact #navcontact
{
color: #cf1149;
}


/* CONTENT
--------------------------------------------------------------------------------------------------------------------------------*/	


#content 
{ 
text-align: left;
height: 380px;
background: url(../images/background-content.gif) bottom left no-repeat;
line-height: 20px;
}

#content table
{
width: 980px;
}

#content table td
{
vertical-align: top;
padding-top: 23px;
}

#content table td#left, #content table td#center
{
width: 261px;
padding-right: 44px;
}

#content table td h2
{
color: #edb5b4;
font-size: 12px;
}

#content table td#next, #content table td#previous 
{
width: 70px;
}

#content table td#next
{
text-align: right;
}

#content table a
{
text-decoration:none;
}

#content table a.link
{
color: #818286;
}

#content table a p
{
color: #d4d4d6;
}