/* - HTML + BODY STYLE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000;
	background-image: url(../images/tzm.bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body {

	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	color: #333; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: center;	

}


/* - TABELLEN EINGENSCHAFTEN - */


td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}


/* - MISC STYLE - */


ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}


/* - FLOAT CLEANER - */


#cleaner {

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

}


/* - STANDARD LINK FORMATIERUNG - */


a {

	color: #333;
	text-decoration: none;

}

a:hover {

	color: #333;
	text-decoration: underline;

}


/* - LAYER + CONTAINER - */


#layer {
	width: 850px;
	position: relative;
	text-align: left;
	margin-top: 166px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* - HEADER - */


#header {
	
	width: 760px;
	height: 70px;
	background: #fff;
	border-bottom: 10px solid #fff;
	
}

#header table {
	
	border: none;
	width: 100%;
	height: 100%;
	
}

#header table td {
	
	padding: 0px 0px 0px 3px;
	
}

#header ul {
	
	position: absolute;
	top: 34px;
	right: 210px;
	
}

#header ul li {
	
	float: left;
	padding: 0px 3px;
	margin: 0px;
	color: #afafaf;
	
}

#header ul li a {
	
	text-decoration: none;
	color: #afafaf;
	
}

#header ul li a:hover {
	
	text-decoration: underline;
	color: #afafaf;
	
}


/* - INPUT FELDER VORBEREITET FÜR SUCHE - */


#header form input.formular {
	
	width: 140px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 11px;
	color: #dfdfdf;
	font-family: "Verdana";
	position: absolute;
	right: 35px;
	top: 30px;	
	
}

#header form input.button {
	
	width: 10px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 0px;
	background: url('../images/suche_button.gif') no-repeat;
	cursor: pointer;
	font-family: "Verdana";
	position: absolute;
	right: 20px;
	top: 34px;	
	
}


/* - MENU LAYER - */


#menu {
	width: 760px;
	height: 22px;
	position: relative;
	text-align: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/bg_01.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-image: url(../images/bg_02.gif);
	background-repeat: repeat-y;	
}

#menu ul li {
	
	background-image: url(../images/bg_02.gif);
	background-repeat: repeat-x;	
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	position: relative;
	z-index: 100;
	font-size: 11px;
	
}


/* - MENU LINKS - */


#menu ul li a {
	
	height: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/bg_01.gif);
	background-repeat: repeat-x;	
	line-height: 22px;
	padding: 7px 12px;
	margin: 0px;
	font-size: 11px;
	
}

#menu ul li a:hover {
	
	height: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/bg_02.gif);
	background-repeat: repeat-x;	
	line-height: 22px;
	padding: 7px 12px;
	margin: 0px;
	font-size: 11px;
	
}


/* - DROP DOWN MENÜ - */


#menu table {

	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	border: none;
	
}

#menu ul li ul {
	
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0px;
	display: block;
	text-align: left;
	border: 1px solid #e1ded7;
	border-top: 1px solid #fff;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	background: #fff;

}

#menu ul li ul li {
	
	border: none;
	border-bottom: 1px solid #e1ded7;
	margin: 0px;
	padding: 0px;
	background: #fff;
	
}

#menu ul li:hover ul, #menu ul a:hover ul {
	
	visibility: visible;
	
}

#menu ul li ul li a {
	
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	color: #000;
	background: #fff;
	margin: 0px;
	border: none;
	
}

#menu ul li ul li a:hover {
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	color: #000;
	background-image: url(../images/bg_02.gif);
	background-repeat: repeat-x;
	margin:0px;
	border: none;	
}

#menu ul li ul li a.aktiv {
	
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	color: #fff;
	background: url('../images/menu_hover.gif') right no-repeat;
	margin: 0px;
	border: none;

}

#menu ul li ul li a.aktiv:hover	{
	
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	color: #fff;
	background: url('../images/menu_hover.gif') right no-repeat;
	margin:0px;
	border: none;
	
}


/* - SEITEN ANZEIGE - WO MAN SICH GERADE BEFINDET - */


#seite {
	width: 740px;
	height: 38px;
	color: #fff;
	font-size: 11px;
	line-height: 36px;
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
	position: relative;	
}

#seite span {
	
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 36px;
	text-align: right;
	
}

#seite a {
	
	color: #fff;
	text-decoration: underline;
	
}

#seite a:hover {
	
	color: #fff;
	text-decoration: none;
	
}


/* - CONTENT LAYER - */


#content {
	width: 760px;
	padding: 0px 0px 30px 0px;
	background: #000;
	position: relative;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


/* - TEXT - */


#content #text {
	width: 720px;
	padding: 0px 20px 0px 20px;
	line-height: 22px;
	color: #FFF;	
}


/* - TEXT : TAG STYLES - */


#content #text h1 { 

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

}

#content #text h2 { 

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

}

#content #text h3 { 

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

}

#content #text h4 { 

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

}

#content #text h5 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #333;
	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 table tr td {

	line-height: 22px;

}

#content #text hr {
         
	border-top: 1px solid #dfdfdf;
	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: #333;
	text-decoration: none;

}

#content #text a:hover {

	color: #333;
	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: 760px;
	height: 53px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	background: #fff url('../images/footer.gif') right no-repeat;
	border-top: 9px solid #9dbb36;
	position: relative;
	
}

#footer p {
	
	color: #afafaf;
	line-height: 25px;
	
}

#footer ul {
	
	width: 960px;
	padding: 0px;
	margin: 0px;
	
}

#footer ul li {
	
	float: left;
	padding: 0px 2px;
	margin: 0px;
	background: #fff url('../images/footer_li.gif') right no-repeat;
	color: #afafaf;
	
}

#footer a.cms2day_link, #footer a.cms2day_link:hover {
	
	text-decoration: none;
	font-weight: bold;
	color: #afafaf;
	
}

#footer a {
	
	text-decoration: none;
	color: #afafaf;
	
}

#footer a:hover {
	
	text-decoration: underline;
	color: #afafaf;
	
}
