/* 

cms2day <http://www.cms2day.de> 
Author: Ernst Metzger <http://www.cms2day.de> 
Copyright (c) 2007-2012, Ernst Metzger 

TEMPLATE [Last Update] 25.02.2012

*/


/* - MISC STYLE - */

* {
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
        text-align: center;
	color: #e61d1d;
	background: #616060 url(../images/bodytop.jpg);
	background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 12px;
	line-height: 18px;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}
td {
	font-size: 12px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #e61d1d;
	text-decoration: none;
}
a:hover {
	color: #e61d1d;
	text-decoration: underline;
}

/* - LAYER + CONTAINER  + WRAPPER - */

#layer {
	position: relative;
	text-align: center;
	margin: 15px auto 0px auto;
	padding: 0px;
	width: 966px;
}
#container {
	position: relative;
	float: left;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: transparent;
	border: 3px solid #e61d1d;
}

/* - HEADER - */

#header {
	position: relative;
	width: 100%;
	height: 254px;
	margin: 0px;
	padding: 0px;
	background: transparent  url(../images/header.jpg) repeat-x;
}
#logo {
	position: absolute;
	top: 15px;
	left: 10px;
	padding: 0px;
}
#claims {
	position: absolute;
	top: 10px;
	right: 15px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	width: 240px;
	font-family: "Arial";
	font-size: 12px;
	color: #e61d1d;
	text-align: right;
}



/* - MENU - DROPDOWN - MENU - */

#menu {
	position: static;
	width: 940px;
	margin: 1px;
	padding: 0px 20px 0px 0px;
	height: 29px;
	line-height: 29px;
	background: transparent;
	color: #fff;
	z-index: 999;
	background: transparent url(../images/menu.jpg) top repeat-x;
	border-top: 3px solid #e61d1d;
}


/* - MENU: DROPDOWN (LEVEL 1) - */

#menu ul {
	position: absolute;
	top: 255px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	height: 29px;
	line-height: 29px;
	z-index: 999;
}

#menu ul li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px;
	height: 29px;
	line-height: 29px;
	background: transparent;
	border-right: 1px solid #e61d1d;
	z-index: 999;
}

#menu li a {
	display: block;
	padding: 0px 15px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: transparent;
	margin-right: 0px;
}

#menu li a:hover {
	display: block;
	padding: 0px 15px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: transparent url(../images/menu_hover.jpg) bottom repeat-x;
	margin-right: 0px;
}

#menu li a.aktiv, #menu li a.aktiv:hover {
	display: block;
	padding: 0px 15px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: transparent url(../images/menu_aktiv.jpg) bottom repeat-x;
	margin-right: 0px;
}


/* - MENU: DROPDOWN (LEVEL 2) - */

#menu ul li ul {
	visibility: hidden;
	position: absolute;
	top: 29px;
	left: 0px;
	width: 184px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: none;
	border: solid #e61d1d;
	border-width: 1px 0px 0px 0px;
	z-index: 999;
}

#menu ul li ul li {
	height: 26px;
	margin: 0px;
	padding: 0px;
	border: none;
	border: solid  #e61d1d;
	border-width: 0px 0px 1px 0px;
	z-index: 999;
}

#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
}

#menu ul li ul li a {
	width: 172px;
	display: block;
	padding: 0px 2px 0px 10px;
	text-decoration: none;
	line-height: 26px;
	font-size: 12px;
	color: #e61d1d;
	background: transparent url(../images/ddsuba.png);
	margin: 0px;
}

#menu ul li ul li a:hover {
	width: 172px;
	display: block;
	padding: 0px 2px 0px 10px;
	text-decoration: none;
	line-height: 26px;
	font-size: 12px;
	color: #e61d1d;
	background: transparent url(../images/ddsubahover.png);
	margin: 0px;
}

#menu ul li ul li a.aktiv {
	width: 172px;
	display: block;
	padding: 0px 2px 0px 10px;
	text-decoration: none;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #e61d1d;
	background: transparent url(../images/ddsubaaktiv.png);
	margin: 0px;
}

#menu ul li ul li a.aktiv:hover {
	width: 172px;
	display: block;
	padding: 0px 2px 0px 10px;
	text-decoration: none;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #e61d1d;
	background: transparent url(../images/ddsubahover.png);
	margin: 0px;
}


/* - MENU: DROPDOWN (LEVEL 3) - */

#menu li:hover ul ul {
	visibility: hidden;
	top: 0px;
	left: 184px;
	width: 184px;
	margin-top: -1px;
}

#menu li li:hover ul, #menu li li a:hover ul {
	visibility: visible;
}

#menu ul li ul li ul li a {
	width: 172px;
	padding: 0px 2px 0px 10px;
}


/* - MENU: DROPDOWN (LEVEL 4) - */

#menu li:hover ul ul ul {
	visibility: hidden;
	top: 0px;
	left: 184px;
	width: 184px;
	margin-top: -1px;
}

#menu li li li:hover ul, #menu li li li a:hover ul {
	visibility: visible;
}

#menu ul li ul li ul li ul li a {
	width: 172px;
	padding: 0px 2px 0px 10px;
}



/* - SITE - */

#sitelayer {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 24px;
	line-height: 21px;
	background: transparent;
	border-bottom: 1px solid #e61d1d;
	border-top: 0px solid #e61d1d;
}
#sitelayer #seite {
	position: relative;
	float: right;
	line-height: 21px;
	margin: 0px;
	padding: 1px 10px 3px 3px;
	color: #e61d1d;
	background: transparent;
}
#sitelayer #seite a {
	text-decoration: none;
	color: #e61d1d;
}
#sitelayer #seite a:hover {
	text-decoration: none;
	color: #e61d1d;
}

/* - CONTENTLAYOUT --- CONTENT + TEXT - */

/* - CONTENT - */

#content {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 960px;
	overflow: hidden;
	color: #e61d1d;
	background: transparent;
}

/* - CONTENT ... TEXT - */

#content #text {
	position: relative;
	margin: 0px;
	padding: 30px 45px 30px 45px;
	text-align: justify;
	color: #000000;
	background: transparent;
	line-height: 22px;
}
#content #text h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #000000;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
}
#content #text h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #000000;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
}
#content #text h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #000000;
	font-family: "Verdana";
	letter-spacing: 0px;
}
#content #text p {
	margin: 0px 0px 15px 0px;
}
#content #text hr {
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;
}
#content #text a {
	color: #000000;
	text-decoration: none;
}
#content #text a:hover {
	color: #000000;
	text-decoration: underline;
}

#content #text ul {

	margin: 0px 0px 15px 15px;

}

#content #text ul li ul {

	margin: 0px 0px 0px 15px;

}

#content #text ul li, #text ul li ul li {

	list-style: disc;

}

#content #text ol {

	margin: 0px 0px 15px 20px;

}

#content #text ol li ol {

	margin: 0px 0px 0px 20px;

}

#content #text ol li, #text ol li ol li {

	list-style: decimal;

}

/* - FOOTER - */

#footer {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
	background: #000000;
	border-top: 1px solid #e61d1d;
}
#footer #seitenanfang {
	position: relative;
	float: left;
	padding: 13px 0px 0px 15px;
	margin: 0px;
	width: 200px;
}
#footer #footercontent {
	position: relative;
	float: left;
	margin: 0px;
	padding: 13px 15px 0px 5px;
	width: 725px;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 11px;
}
#footer a.cms2day_link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
#footer a:hover.cms2day_link {
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 11px;
}