body
{
position: relative;
margin:0px auto;
width: 950px;
min-height:650px;
font-size: 12px;
font-family: Arial,Verdana,Helvetica;
background-color: #eee;
color: #333;
background-image:url('/images/cms/mainback.jpg');
}
.main,.mitte
{
background-image:url('/images/cms/main.jpg');
width: 950px;
}
.banner
{
background-image:url('/images/cms/banner_neu.jpg');
width: 950px;
height:89px;
text-align:right;
font-size: 9px;
font-weight: bold;
}
.content
{
float: left;
margin-left:14px;
background-image: url(/images/cms/back.png);
background-repeat: repeat-x;

width: 700px;
}
.headnavi
{
background-color: #ddd;
padding-left:18px;
font-size: 10px;
font-style: italic;
font-weight:bold;
font-family: Arial;
}
.normal
{
font-size:10pt;
color:#666;
border:solid 0px;
text-align:left;
padding:0px;
background-color:#fff;
background:transparent;
}
.immerrot
{
color:#ff0000;
}
.headline
{
font-size: 12pt;
color: #666;
text-align:left;
}
.linie_gelb
{
height:1px;
background-color:#FFD600;
}
.pfeil
{
text-decoration:none;
background-image:  url('/images/cms/pfeilrechts_css.gif');
background-repeat: no-repeat;
padding-left: 7px;
}
.pfeillinks
{
text-decoration:none;
background-image:  url('/images/cms/pfeillinks.gif');
background-repeat: no-repeat;
padding-left: 7px;
}
/* Links mit Pfeilen */
a.pfeil:link
{
color: #666;
text-decoration: none;
background-image: url('/images/cms/pfeilrechts_css.gif');
background-repeat: no-repeat;
padding-left: 7px;
}
a.pfeil:visited
{
color: #666;
text-decoration: none;
background-image: url('/images/cms/pfeilrechts_css.gif');
background-repeat: no-repeat;
padding-left: 7px;
}
a.pfeil:hover
{
color: #cc3300;
text-decoration: underline;
background-image: url('/images/cms/pfeilrechts_css.gif');
background-repeat: no-repeat;
padding-left: 7px;
}
a.pfeil:active
{
color: #cc3300;
text-decoration: none;
background-image: url('/images/cms/pfeilrechts_css.gif');
background-repeat: no-repeat;
padding-left: 7px;
}
/*                         feste tags           */
h1
{
font-size: 1em;
color: #800000;
font-weight: bold;
background-color:#eee;
line-height:20px;
}
h2
{
font-size: 1em;
color: #666 ;
background-color:#eee;
line-height:18px;
}
img
{
border-width: 0px;
}
input {
font-size:13px;
font-style: italic;
border: #0090E0;
border-style: solid;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
background-color: #DDDDFF;
}
input.submit
{
color:#ffffff;
text-decoration:none ;
font-size: 9pt;
background-image:url('/images/content.jpg');
line-height:25px;
border: 1px solid #0090E0;
font-style: normal;
height:20px;
background-color:#DDDDFF;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
}
textarea
{
color:#666;
font-style: italic;
font-size:13px;
border: #0090E0;
border-style: solid;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
background-color: #efefef;
}
/*                       tabellen            */
table, tr, td
{
border-collapse: collapse;
color: #666 ;
font-size: 10pt;
margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
border-width: 0px;
border-color:#fff;
background-color:#fff;
vertical-align: top;
}


