/*
 * Allgemeines HTML
 */
body {
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:12px;
    line-height:18px;
    margin:0px;
    padding:0px;
    color:#8c0022;
    color:#000;
    background:url(../img/bg.jpg) center top repeat-x;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,br,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,p,ul,li,ol {
    margin:0;
    padding:0;
    font-family:"Trebuchet MS",Arial,sans-serif;
}
h1 {
    color:#8c0022;
    font-size:20px;
    line-height:30px;
    padding-bottom:10px;
}
h2 {
    font-size:14px;
    line-height:14px;
}
p {
    padding:5px 0;
}
a img {
    border:none;
}
a {
    color:#8c0022;
}
a:hover {
    text-decoration:none;
}
form br {
	clear:both;
}
label {
	width:100px;
	float:left;
	margin:0 10px 5px 0;
}
input.normal {
	width:200px;
}
input.small {
	width:50px;
}
input.midi {
	width:146px;
}
input.submit {
	width:auto;
}

/* 
 * Bereiche 
 */

#header {
    width:860px;
    height:168px;
    clear:both;
    background:url(../img/bg_header.gif) left top no-repeat;
    text-align:left;
}


/* Inhalt */
#content {
    width:830px;
    clear:both;
    padding:35px 15px 0 15px;
    background-color:#faf4f1;
    text-align:left;
}
#cLeft {
    width:249px;
    margin-right:15px;
}
#cRight {
    width:566px;
    text-align:left;
}
#contentend {
    width:860px;
    height:40px;
    clear:both;
    background:url(../img/bg_content.gif) center bottom no-repeat;
}
/* absolute Hoehe von content */
.fullsize:after, #content:after {
    content:""; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
}
.fullsize, #content {
    display:inline-table; 
}
* html .fullsize { 
    height:1%; 
}
.fullsize, #content {
    display:block; 
}
/* Hoehe Ende */


/* Fusszeile */
#footer {
    width:860px;
    height:20px;
    margin-top:5px;
    color:#8c0022;
}


/* 
 * Ihnhaltselemente 
 */
img.logo {
    float:right;
    margin-right:45px;
    margin-top:-15px;
}

/* Textnavi oben */
ul.menu1 {
    list-style-type:none;
    height:20px;
    padding-left:10px;
}
ul.menu1 li {
    display:inline;
}
ul.menu1 a {
    font-weight:bold;
    line-height:20px;
    text-decoration:none;
}

/* Hauptnavi */
ul.menu2 {
    list-style-type:none;
    height:25px;
    padding:10px 0 10px 0;
    text-align:center;
    background-color:#8c0022;
    margin-top:100px;
}
ul.menu2 li {
    display:inline;
    margin-left:-3px;
}
#cLeft h1 {
    font-size:13px;
    line-height:18px;
    color:#000;
}
#cLeft h2 {
    font-weight:normal;
}
#cLeft div.bgimg {
    width:229px;
    height:451px;
    background:url(../img/bg_indexleft.jpg) left top no-repeat;
    padding:10px;
    line-height:16px;
}
.leftmenu {
    width:249px;
    height:157px;
    background:url(../img/bg_menuleft.jpg) left top no-repeat;
}
.leftmenu ul {
	list-style-type:none;
	padding-top:15px;
}
.leftmenu a {
	color:#fff;
	text-decoration:none;
	display:block;
	line-height:20px;
	padding-left:10px;
	margin:3px 0;
	background:url(../img/bg_menuleft_no.jpg) left top no-repeat;
}
.leftmenu a:hover, .leftmenu a.active {
    background:url(../img/bg_menuleft_ro.jpg) left top no-repeat;
}
#cRight div.bordeaux {
    width:273px;
    height:150px;
    background:url(../img/bg_bordeaux.gif) right top no-repeat;
    margin-bottom:12px;
    overflow:hidden;
}
#cRight div.bordeaux a {
    color:#fff;
    display:block;
    margin:125px 0 0 215px;
    background:url(../img/more.gif) right center no-repeat;
    text-decoration:none;
}
#cRight div.bordeaux a:hover {
    text-decoration:underline;
}
#cRight div.text {
    padding-right:40px;
}

/*
 * Allgemeine Klassen
 */
 
.left {
    float:left;
}
.right {
    float:right;
}
.red {
	color:#8c0022;
}
#Stoerer {
 	height: auto !important;
position:relative; top:70px; left:-10px; z-index:1;

} 
