body {
	background-color : #b8b9b3;
	width : 960px;
	margin : 0 0 0 0;
	font-family : Arial;
}
/*
div {
	border: 1px dashed #777;
}
*/
#container {
	background : url(../images/balken_unten.jpg) no-repeat scroll 0px 240px;
	background-color : #FFFFFF;
	width : 960px;
	margin : 0 auto;
	text-align : left;
	padding : 0;
}

#header {
	background-color: #BBBBBB;
	height : 180px;
}

#top-menu {
	background-color: transparent;
	color: #FFFFFF;
	position : absolute;
	height : 15px;
	width : 700px;
	top : 5px;
	left : 120px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	font-family : Arial;
	font-size : 10px;
	font-weight : normal;
	text-transform : uppercase;
	text-decoration : none;
}

#top-menu li {
	margin : 0;
	padding : 0;
	display : inline;
	list-style : none;
}

#top-menu a {
	color : #ffffff;
	text-decoration : none;
}

#top-menu a:hover {
	color : #ffffff;
	text-decoration : underline;
}

#language {
	position : absolute;
	background-color : transparent;
	top : 160px;
	left : 750px;
	height : 20px;
	width : 250px;
}

#language img {
	border : 0;
}

#main-menu {
	overflow : hidden;
	background : transparent url(../images/menu.jpg) no-repeat scroll 0 0;
	height : 60px;
	width : 870px;
	margin : 0 0 0 0;
	padding-left : 120px;
	font-family : Arial;
	font-weight : bold;
	font-size : 16px;
	color : #ffffff;
}

#main-menu li.level-1-no {
	background : transparent url(../images/menu_button.jpg) no-repeat;
	width : 130px;
	height : 30px;
	float : left;
	margin-top : 10px;
	margin-right : 2px;
	margin-left : 2px;
	display : inline;
	line-height : 10px;
	text-align : center;
}

#main-menu li.level-1-no a {
	color : #494a45;
	line-height : 30px;
	text-decoration : none;
	display : block;
}

#main-menu li.level-1-no a:visited {
	color : #494a45;
	line-height : 30px;
	text-decoration : none;
	display : block;
}

#main-menu li.level-1-no a:hover {
	color : #ab262b;
	line-height : 30px;
	text-decoration : none;
	display : block;
}

#main-menu li.level-1-act {
	background : transparent url(../images/menu_button_a.jpg) no-repeat;
	width : 130px;
	height : 30px;
	float : left;
	margin-top : 10px;
	margin-right : 2px;
	margin-left : 2px;
	display : inline;
	line-height : 10px;
	text-align : center;
}

#main-menu li.level-1-act a {
	color : #ffffff;
	line-height : 30px;
	text-decoration : none;
	display : block;
}

#main-menu li.level-1-act a:active {
	color : #ffffff;
	line-height : 30px;
	text-decoration : none;
	display : block;
}

ul.under-menu a:hover {
	color : #ab262b;
	text-decoration : none;
}

ul.under-menu {
	z-index : 1;
	top : 220px;
	position : absolute;
	width : 900px;
	height : 20px;
	margin : 0 0 0 0;
	padding-left : 125px;
	list-style : none;
	line-height : 20px;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

ul.under-menu ul {
	list-style : none;
	margin-top : 0;
	margin-left : 0;
	padding : 0 0 5px 0;
	position : absolute;
	background-color : #b8b9b3;
	display : none;
	min-width : 180px;
}

ul.under-menu a {
	color : #ffffff;
	text-decoration : none;
	background-color : transparent;
	display : block;
	margin-right : 15px;
	font-weight : bold;
}

ul.under-menu ul a {
	color : #ffffff;
	padding : 0 10px;
}

ul.under-menu ul a:active {
	color : #ab262b;
}

ul.under-menu li {
	padding : 0;
	margin : 0;
	background-image : none;
	background-color : transparent;
	float : left;
}

ul.under-menu ul.hover, ul.under-menu li.hover ul, ul.under-menu li:hover ul {
	color : #ab262b;
	display : block;
}

ul.under-menu ul li {
	float : none;
	color : #ab262b;
	background-color : transparent;
}

#right-content {
	width : 280px;
	margin-top: 10px;
	padding : 0 0 0 0;
	float : right;
}

#search h1 {
	background : url(../images/redbox.jpg) no-repeat;
	height : 20px;
	line-height : 20px;
	width : 240px;
	padding : 0 0 0 0;
	margin : 40px 0 0 0;
	overflow : hidden;
	text-align : center;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
}

#search td {
	height: 30px;
}

#box h1, #box h2, #box h3 {
	background : url(../images/redbox.jpg) no-repeat;
	height : 20px;
	line-height : 20px;
	width : 240px;
	padding : 0 0 0 0;
	margin : 20px 0 0 0;
	overflow : hidden;
	text-align : center;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
}

#box p {
	background-color : #e3e4df;
	width : 225px;
	margin : 0 0 0 0;
	padding : 5px 5px 5px 10px;
	text-align : left;
	font-family : Arial;
	font-size : 11px;
}

#box a:link {
	font-family : Arial;
	font-size : 11px;
	color : #ab262b;
	text-decoration : none;
}

#box a:visited {
	font-family : Arial;
	font-size : 11px;
	color : #ab262b;
	text-decoration : none;
}

#box a:hover {
	font-family : Arial;
	font-size : 11px;
	color : #ab262b;
	text-decoration : underline;

}

#box a:active {
	font-family : Arial;
	font-size : 11px;
	color : #ab262b;
	text-decoration : none;
}

#footer {

	background : transparent url(../images/right_shadow.jpg) repeat-y scroll 950px 0;
	margin : 0 0 0 0;
	padding : 40px 0 10px 0;
	text-align : center;
	color : #666666;
	font-size : 10px;
	clear : both;
}

#content {
	background : transparent url(../images/right_shadow.jpg) repeat-y scroll 850px 0;
	margin : 0 0 0 0;
	width : 860px;
	float : right;
}

/* Brotkrumen */
#rootline {
	background-color : transparent;
	position : absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height : 15px;
	width : 800px;
	top: 250px;
	left: 125px;

	font-family : Arial;
	font-size : 12px;
	color : #000000;
}

#rootline a {
	font-family : Arial;
	font-size : 12px;
	color : #ab1c20;
	text-decoration : none;
}

#rootline a:hover {
	font-family : Arial;
	font-size : 12px;
	color : #ab1c20;
	text-decoration: underline;
}


#main-content {
	overflow : hidden;
	padding: 0 0 0 25px;
	margin-top: 50px;
	width : 500px;
	float : left;
	font-size: 12px;
}

#main-content img {
	margin-bottom: 10px;
	border: 0px;
}

#main-content a {
	font-family : Arial;
	font-size : 12px;
	color : #ab1c20;
	text-decoration : none;
}

#main-content a:visited {
	color : #ab1c20;
}

#main-content a:hover {
	font-family : Arial;
	font-size : 12px;
	color : #ab1c20;
	text-decoration: underline;
}

#main-content h1, #main-content h2, #main-content h3 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-family : Arial;
	font-size : 18px;
	color : #72716c;
	text-decoration : none;
	font-weight : bold;
}

#main-content ul{
	margin: 7px;
	padding: 7px;
	list-style-type: disc;
	list-style-image: url(../images/red3.gif); 
	list-style-position: outside;
}


/* Formular */
fieldset.csc-mailform {
	border:0px;
}

fieldset.csc-mailform label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}


fieldset.csc-mailform input, fieldset.csc-mailform textarea {
	margin-bottom: 10px;
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	border:1px solid #cccccc;
	padding:2px;
	width:250px;
}

#mailformformtype_mail {
	padding: 0 0 0 0;
	float: right;
	padding: 2px;
	margin-top: 15px;
	margin-right: 60px;
	background:#eee;
	border:1px solid #cccccc;
	width:180px;
	text-align:center;
}


