@charset "utf-8";
/* CSS Document */

/* Wrapper für Seite */
#wrapper{
margin : 0;
padding: 0;
background:#ECE4D5;
font-size:101%;
font-family:Verdana, Arial, Tahoma, sans-serif;
font-style:normal;
font-variant:normal;
min-width:1243px;
max-width:1251px;
}
/* Header */
#header{
background-color:#EDE9D8;
border:inset;
-moz-border-radius:10px 10px;
margin-left:10%;
height:150px;
width:70%;
position:absolute;
}
#headernav{
left:10px;
top:150px;
width:700px;
position:absolute;
}
/* Navigations-Container */
#navcont{
position:absolute;
top:200px;
margin-left:2px;
padding-right:5px;
background-color:#EDE9D8;
font-size:11px;
font-weight:normal;
font-style:normal;
color:#000000;
border:inset;
-moz-border-radius:5px 5px;
width:16%;
height:auto;
float:left;
}
/* Navigationsliste*/
#navcont ul{
margin-left:5px;
padding-left:0;
list-style-type:none;
display:block;
float:left;
}
#navcont li {
display:block;
padding-top:2px;
padding-bottom:3px;
text-decoration:none;
text-align: left;
font-size:10px;
font-style:normal;
font-weight:bold;
}
/*Inhalt-Container */
#content{
clear:both;
position:absolute;
top:200px;
left:18%;
width:60%;
height:auto;
background-color:#EDE9D8;
border:inset;
-moz-border-radius:5px 5px;
font-size:11px;
font-weight:normal;
font-style:normal;
padding-left:3px;
color:#000000;
}
/*News*/
#news{
position:absolute;
top:200px;
left:79%;
width:18%;
height:auto;
background-color:#EDE9D8;
border:inset;
-moz-border-radius:5px 5px;
font-size:9px;
font-weight:normal;
font-style:normal;
color:#000000;
padding-left:3px;
float:right;
}

/*Klassen */
/*Bild links*/
.bildlinks{
position:relative;
valign:center;
float:left;
padding:5px;
z-index:99;
}
/*Bild rechts */
.bildrechts{
position:relative;
valign:center;
float:right;
padding:5px;
z-index:99;
}

/*Site-Logo*/
.sitelogo{
top:10px;
left:42px;
position:absolute;
clear:both;
}

/* Header-Titel*/
.headertitle{
color:#993333;
font-weight: bold;
font-size:10px;
font-variant:small-caps;
text-align:center;
}
/*Naviagationstitel*/
.navtitle{
color:#996633;
font-variant: small-caps;
font-weight:bold;
text-align:center;
}
/*Content-Titel */
.cont-h1{
font-size:16px;
font-style:italic;
font-weight:bold;
font-variant:small-caps;
color:#993300;
text-align:center;
}
.cont-h2{
font-size:14px;
font-weight:bold;
font-variant:small-caps;
color:#993300;
text-align:left;
}
.cont-warn{
font-size:14px;
font-weight:bold;
font-variant:small-caps;
color:#FF3333;
text-align:center;
}
.txt12{
font-size:12px;
}
.txt12bold{
font-size:12px;
font-weight:bold;
}

/*News Titel*/
.news-h1{
font-size:10px;
font-weight:bold;
color:#990000;
text-align:center;
}

/* Anlagen-Preis im News-Bereich */
.news-preis{
font-size:14px;
font-weight:bold;
color:#0000CC;
}

/*Copyright-Vermerk */
.urheber{
font-size:10px;
font-style:italic;
color:#C0BCAD;
text-align:center;
}

/*Tabellen */
/*volle Content-Breite*/
.tabgross{
border:none;
font-size:11px;
width:95%;
}
/*1/3 Content-Breite*/
.tabklein{
border:none;
font-size:11px;
width:30%;
}
/*2/3 Content-Breite*/
.tabmittel{
border:none;
font-size:11px;
width:60%;
}
/* Text ausgerichtet und fett */
.txtrightbold{
font-weight:bold;
text-align:right;
}
.txtleftbold{
font-weight:bold;
text-align:left;
}
.txtrightboldred{
font-weight:bold;
text-align:right;
color:#FF0000;
}
.txtleftboldred{
font-weight:bold;
text-align:left;
color:#FF0000;
}
.txtcenterbold{
font-weight:bold;
text-align:center;
}

.einzug200 {
padding-left:200px;
}
#paginierung{
clear:both;
padding-right:5px;
color:#336600;
}
