/* - xhtml/css-Layout Copyright cms2day - by E. Metzger 12/2009 - */

/* - MASTERSETTINGS - */

* {
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
	height: 100.5%;
}
body {
	text-align: center;
	color: #545248;
	background: #616060 url(../images/bodytop.jpg) repeat-x;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 11px;
	line-height: 18px;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}
td {
	font-size: 11px;
	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: #545248;
	text-decoration: none;
}
a:hover {
	color: #545248;
	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: #fff;
	border: 3px solid #fff;
}

/* - HEADER - */

#header {
	position: relative;
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background: transparent  url(../images/header.gif) 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: 11px;
	color: #f1f1f1;
	text-align: right;
}

/* - MENU - */

#menulayer {
	position: relative;
	width: auto;
	height: 29px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	line-height: 23px;
	background: transparent url(../images/menu.jpg) top repeat-x;
	border-bottom: 1px solid #ACACAC;
	border-top: 1px solid #373737;
}
#menulayer #menu {
	color: #fff;
	background: transparent;
	margin: 0px;
}
#menulayer #menu ul {
	margin: 0px;
	padding: 0px;
}
#menulayer #menu li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	border-right: 1px solid #3F3F3F;
}
#menulayer #menu li a {
	display: block;
	padding: 3px 19px 3px 19px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background: transparent;
	margin-right: 0px;
}
#menulayer #menu li a:hover {
	padding: 3px 19px 3px 19px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background: transparent url(../images/menu_hover.jpg) bottom repeat-x;
	margin-right: 0px;
}
#menulayer #menu li a.aktiv, #menulayer #menu li a.aktiv:hover {
	padding: 3px 19px 3px 19px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background: transparent url(../images/menu_aktiv.jpg) bottom repeat-x;
	margin-right: 0px;
}

/* - SUBMENU - */

#submenulayer {
	position: relative;
	width: auto;
	height: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background: transparent url(../images/submenu.jpg) top repeat-x;
}
#submenulayer #submenu {
	color: #3E3E3E;
	background: transparent;
}
#submenulayer #submenu ul {
	margin: 0px;
	padding: 0px;
}
#submenulayer #submenu li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	border-right: 1px solid #E6E6E6;
}
#submenulayer #submenu li a {
	display: block;
	padding: 1px 19px 1px 19px;
	text-decoration: none;
	font-size: 11px;
	color: #3E3E3E;
	background: transparent;
	margin-right: 0px;
}
#submenulayer #submenu li a:hover {
	padding: 1px 19px 1px 19px;
	text-decoration: none;
	font-size: 11px;
	color: #7A7A7A;
	background: transparent url(../images/submenu_hover.jpg) bottom repeat-x;
	margin-right: 0px;
	margin-right: 0px;
}
#submenulayer #submenu li a.aktiv, #submenulayer #submenu li a.aktiv:hover {
	padding: 1px 19px 1px 19px;
	text-decoration: none;
	font-size: 11px;
	color: #7A7A7A;
	font-weight: bold;
	background: transparent url(../images/submenu_aktiv.jpg) bottom repeat-x;
	margin-right: 0px;
}

/* - SITE - */

#sitelayer {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 24px;
	line-height: 21px;
	background: transparent;
	border-bottom: 1px solid #ACACAC;
	border-top: 1px solid #ACACAC;
}
#sitelayer #seite {
	position: relative;
	float: right;
	line-height: 21px;
	margin: 0px;
	padding: 1px 10px 3px 3px;
	color: #414141;
	background: transparent;
}
#sitelayer #seite a {
	text-decoration: none;
	color: #414141;
}
#sitelayer #seite a:hover {
	text-decoration: none;
	color: #151515;
}

/* - CONTENTLAYOUT --- CONTENT + TEXT - */

/* - CONTENT - */

#content {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 960px;
	overflow: hidden;
	color: #545248;
	background: transparent;
}

/* - CONTENT ... TEXT - */

#content #text {
	position: relative;
	margin: 0px;
	padding: 30px 45px 35px 45px;
	text-align: justify;
	color: #545248;
	background: transparent;
	line-height: 22px;
}
#content #text h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #4f4f4f;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
}
#content #text h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #4f4f4f;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;
}
#content #text h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #4f4f4f;
	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: #545248;
	text-decoration: none;
}
#content #text a:hover {
	color: #545248;
	text-decoration: underline;
}

/* - FOOTER - */

#footer {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	color: #545248;
	line-height: 15px;
	background: #fff;
	border-top: 1px solid #ACACAC;
}
#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: #545248;
	font-weight: bold;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 10px;
}
#footer a.w3b {
	text-decoration: none;
	color: #545248;
	font-weight: bold;
	font-size: 10px;
}
#footer a:hover.w3b {
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 10px;
}