body 
{ 
background-color: #032644; 
margin-left:auto;
margin-right:auto;
margin-top:100px;
width:900px;
font-family:verdana;
}
.clear
{
clear:both;
}
#page { }

#page .content 
{

width:812px;
height:288px;
border:0px solid red;
background:url(/images/bgcontent.png);
background-repeat:no-repeat;
background-position: 0px 0px;

padding-left:30px;
padding-top:30px;
}

#page .content .logo
{
background:url(/images/nelogo.png);
width:281px;
height:110px;
float:left;
border:0px solid lime;
}
#page .content .line
{
	background:url(images/line.png);
  width:533px;
  height:3px;
  border:1px solid lime;
  margin-top:-30px;
}

#page .content .box
{

border:0px solid lime;
float:right;
margin-top:50px;
margin-right:60px;
}
#page .content .box .titel
{
border:0px solid red;
font-size:14px;
color:#055ea9;
font-weight:bold;
margin-bottom:10px;
}
#page .content .box .urls a
{
font-size:11px;
font-family:verdana;
text-decoration:none;
letter-spacing:1px;
color:#d9d9d9;
display:block;
margin:2px;
}

#page .content .teaser
{
border:0px solid red;

font-size:12px;
color:gray;
line-height:24px;
letter-spacing:1px;

font-weight:bold;
}
#page .content .teasersmall
{
border:0px solid red;

font-size:10px;
color:#e2e2e2;
line-height:20px;
letter-spacing:1px;

font-weight:bold;
}
#page .content .imprint
{
border:0px solid red;
font-size:9px;
color:gray;
line-height:18px;
margin-top:30px;
letter-spacing:2px;

}

#page .content .imprint a
{
	color:gray;
  text-decoration:none;
}
