/* - MISC STYLE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #DEDEDE; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	width: 100%;
	background: #DEDEDE;
	font-size: 11px;
	line-height: 18px;
	color: #545248; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
	height: 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;

}

#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: #545248;
	text-decoration: none;

}

a:hover {

	color: #545248;
	text-decoration: underline;

}


/* - LAYER + CONTAINER - */


#layer {

	width: 1000px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff4bf url(../images/body.gif) repeat-y; 
	margin: 0px auto;

}


#container {

	padding-bottom: 41px;

}


/* - HEADER - */


#header {

	width: 1000px;
	height: 133px;
	background: #fff4bf url(../images/header.gif) no-repeat;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
	position: relative;

}

#header table tr td {

	padding: 0px 20px 0px 20px;

}



/* - MENU - */


#menulayer {

	width: 1000px;
	height: 35px;
	background: #838383 url(../images/menu.gif) repeat-x;  
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	position: relative;

}

#menulayer #seite {

	width: 179px;
	height: 34px;
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
	overflow: hidden;
	line-height: 32px;
	background: #838383;
	color: #fe9900;
	border-right: 1px solid #d5d5d5;
	
	position: absolute;
	top: 0px;
	left: 0px;

}

#menulayer #seite a {

	text-decoration: underline;
	color: #fe9900;

}

#menulayer #seite a:hover {

	text-decoration: none;
	color: #fe9900;

}

#menulayer #menu {

	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	line-height: 33px;
	background: #838383;
	color: #ffffff;
	
	position: absolute;
	top: 0px;
	left: 200px;	

}

#menulayer #menu ul {

	margin: 0px auto;
	padding: 0px;

}

#menulayer #menu li {

	display: inline;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;

}

#menulayer #menu li a {

	text-decoration: none;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	padding: 10px 15px;
	border-right: 1px solid #d5d5d5;
	background: url(../images/menu.gif) repeat-x;
	color: #ffffff;

}

#menulayer #menu li a:hover {

	text-decoration: none;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	padding: 10px 15px;
	border-right: 1px solid #d5d5d5;
	background: #fe9900 url(../images/menu_hover.gif) repeat-x;
	color: #ffffff;
	text-decoration: underline;

}

#menulayer #menu li a.aktiv, #menulayer #menu li a.aktiv:hover {

	text-decoration: none;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	padding: 11px 13px;
	border-right: 1px solid #d5d5d5;
	background: #fe9900 url(../images/menu_aktiv.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;

}


/* - CONTENT - */


#content {

	width: 999px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	background: transparent;
	color: #545248;

}


/* - SIDEBAR - */


#content #sidebar {

	width: 199px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	background: #b6b6b6;
	color: #545248;
	float: left;

}

* html 

#content #sidebar h1 { 

	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px 15px 15px;
	color: #f5821f;
	font-family: "Verdana";
	letter-spacing: 0px;

}


/* - SUBMENU - */


#content #sidebar #submenu {

	width: 180px;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	text-align: left;

}

#content #sidebar #submenu ul {

	width: 180px;
	margin: 0px;
	padding: 0px;

}

#content #sidebar #submenu ul li {

	width: 180px;
	height: 35px;
	margin: 0px;
	padding: 0px;

}

#content #sidebar #submenu ul li a {

	width: 158px;
	height: 32px;
	padding: 0px 10px;
	text-decoration: none;
	color: #fe9900;
	line-height: 32px;
	display: block;
	background: #838383;
	font-size: 11px;
	border: 1px solid #f9f9f9;

}

#content #sidebar #submenu ul li a:hover {

	width: 158px;
	height: 32px;
	padding: 0px 10px;
	text-decoration: none;
	color: #fe9900;
	line-height: 32px;
	display: block;
	background: #838383;
	font-size: 11px;
	text-decoration: underline;

}

#content #sidebar #submenu ul li a.aktiv, #content #sidebar #submenu ul li a:hover.aktiv {

	width: 158px;
	height: 32px;
	padding: 0px 10px;
	text-decoration: none;
	color: #fe9900;
	line-height: 32px;
	display: block;
	background: #838383;
	font-size: 11px;

}


/* - ERWEITERUNG SIDEBAR: LASTNEWS - */


#content #sidebar #lastnews {

	width: 179px;
	margin: 0px 10px 20px 10px;
	padding: 0px;
	text-align: justify;
	color: #000000;

}

#content #sidebar #lastnews a {

	width: 179px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;

}

#content #sidebar #lastnews a:hover, #content #sidebar #lastnews a:hover.aktiv {

	width: 179px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;

}

#content #sidebar #lastnews p.ueber {

	width: 179px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}

/* - CMS CONTENT - */


#content #text {

	width: 730px;
	min-height: 396px;
	margin: 0px;
	padding: 35px;
	text-align: justify;
	background: #fff4bf;
	color: #545248;
	float: left;
	line-height: 22px;

}

#content #text table tr td {

	line-height: 22px;
	text-align: justify;

}


/* - HTML ELEMENT STYLESHEET - */


#content #text h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #f5821f;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;

}

#content #text h2 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #f5821f;
	font-family: "Verdana";
	text-transform: none;
	letter-spacing: 0px;

}

#content #text h3 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #545248;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h4 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #f5821f;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h5 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #545248;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h6 { 

	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #AFAFAF;
	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;

}

#content #text ul {

	margin: 0px 0px 0px 15px;

}

#content #text ul li {

	list-style: square;
	line-height: 22px;

}

#content #text ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}


/* - FOOTER - */


#footer {

	width: 1000px;
	height: 41px;
	background: url(../images/footer.gif) no-repeat;  
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	color: #b5b5b5;
	font-size: 10px;
	line-height: 37px;
	
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 41px;

}

#footer span {

	position: absolute;
	top: 0px;
	left: 220px;
	background: transparent;

}

#footer p {

	position: absolute;
	top: 0px;
	left: 15px;
	background: transparent;

}

#footer p a {

	text-decoration: none;
	color: #b5b5b5;
	font-size: 10px;

}

#footer p a:hover {

	text-decoration: underline;
	color: #b5b5b5;
	font-size: 10px;

}

#footer p a.w3b {

	text-decoration: none;
	color: #b5b5b5;
	font-weight: bold;
	font-size: 10px;

}

#footer p a:hover.w3b {

	text-decoration: underline;
	color: #b5b5b5;
	font-weight: bold;
	font-size: 10px;

}



#footer a {

	text-decoration: none;
	color: #b5b5b5;
	font-size: 10px;

}

#footer a:hover {

	text-decoration: underline;
	color: #b5b5b5;
	font-size: 10px;

}

#footer a.w3b {

	text-decoration: none;
	color: #b5b5b5;
	font-weight: bold;
	font-size: 10px;

}

#footer a:hover.w3b {

	text-decoration: underline;
	color: #b5b5b5;
	font-weight: bold;
	font-size: 10px;

}
