* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
/* @end */

/* @group Layout */
div#outer {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#body-top {
	width: 1002px;
	height: 150px;
	background: url(../images/body-top.gif) no-repeat;
	overflow: hidden;
}
div#body-top-cont {
	margin: 10px;
	height: 80px;
	text-align: center;
}
div#body-middle {
	width: 1002px;
	padding: 1px 0;
	background: url(../images/body-middle.gif) repeat-y;
}
div#body-bottom {
	width: 1002px;
	height: 27px;
	background: url(../images/body-bottom.gif) no-repeat;
	overflow: hidden;
}
div#main-col {
	width: 960px;
	float: left;
	margin-left: 13px; /*Abstand Content linke Seite*/
	display: inline;
}
div#content-top {
	width: 976px;
	height: 8px;
	background: url(../images/content-top.gif) no-repeat;
	overflow: hidden;
}
div#content-wrapper {
	width: 960px;
	border-right: 8px solid #c00015;
	border-left: 8px solid #c00015;
}
div#content {
	background-color: #c00015;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
div#content-bottom {
	width: 976px;
	height: 8px;
	background: url(../images/content-bottom.gif) no-repeat;
	overflow: hidden;
}
div#content-abstand {
	width: 976px;
	height: 8px;
	overflow: hidden;
}
div#footer {
	text-align: center;
}
/* @end */

/* @group Nav */
ul#main-nav {
	height: 28px;
	margin: 111px 0 0 11px;  /*Höhe und Abstand linke Seite*/
	overflow: hidden;
}
ul#main-nav li {
	float: left;
	list-style-type: none;
	width: 139px;
	margin: 0;
	text-align: center;
	line-height: 28px;
}
ul#main-nav li#schalteraktiv {
	background: url(../images/nav-tabs.gif) no-repeat;
}
ul#main-nav li#schalterpassiv {
	background: url(../images/nav-tabs.gif) no-repeat;
}
ul#main-nav li#right-tab {
	margin-left: 680px;
	background: url(../images/nav-tabs.gif) no-repeat;
}
ul#main-nav a:link, ul#main-nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
}
ul#main-nav a:hover {
	color: #ccc;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	color: #FFF;
	margin: 5px 0;
}
h3 {
	font-size: 130%;
	font-weight: normal;
	color: #92a8bd;
	margin: 5px 0;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
div#content div p {
	margin: 10px 0;
	color: #fff;
	line-height: 160%;
}
div#footer {
	color: #cccccc;
}
/* @end */

/* @group Lists */
	
/* @end */


/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
div#content a:hover {
	text-decoration: underline;
	color: #FFF;
}

div#footer a:link, div#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

div#leiste {
	height: 120px;
	top: 0px;
	left: 1px;
	width: auto;
	overflow:auto;
}

