body 
{
margin:0;
padding:0; 
font: normal 75% Arial,Helvetica, sans-serif;; 
color: rgb(26,26,31);
}

img {
	border:0;
}
#content 
{
margin: 10px auto;
width: 700px; 
border: 0px solid #FFF;
}

#incontent {
width: 700px; 
background: #FFF;
margin: 0px auto;
border: 0px solid #FFF; 
}

#header {
width: 700px;
margin: 0 0 15px 0;
}

a:link, a:visited, a:active
{
	color: rgb(26,26,31);
	text-decoration: underline;
}

a:hover
{
	color: rgb(152,20,27);
	text-decoration: none;
}

#footer 
{
width: 700px;
margin: 15px auto;
padding: 8px 0px; 
text-align: center;
border-top: 1px dotted rgb(26,26,31);
/*text-transform: uppercase;*/
}

.headlinebg
{
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
background: rgb(26,26,31);
padding: 0px;
margin-bottom: 5px;
}

.headline 
{
font-size: 1.1em; 
line-height:1.4em; 
color: #FFF;
z-index: 20;
text-transform: uppercase; 
}

.inhaltbg
{
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
background: #FFF;
padding: 0px;
margin-bottom: 15px;
}

.inhalt 
{
font-size: 1.0em; 
line-height:1.2em; 
color: rgb(26,26,31);
z-index: 20;
text-transform: uppercase;
}

.editline {border-bottom: 1px dashed  rgb(26,26,31);}
