/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	z-index:-10;
}

html {
}

body {
	background-color: #A4A4A4;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
}

/*TEXT FORMATIERUNGSVORGABEN ANFANG*/

td { font-family: "Times New Roman", Times, serif; font-size : 14px; font-weight : normal; font-style : normal; color : #000000; 

}


.h1_gelb {
	font-size:26px;
	line-height:28px;
	color:#C2B230;
	font-weight:bold;
	letter-spacing:1px;
}

.h1_rot {
	font-size:26px;
	line-height:28px;
	color:#990000;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:1px;
}

.h2_gelb {
	font-size:14px;
	line-height:18px;
	color:#C2B230;
	font-weight:bold;
	letter-spacing:2px;
}

.h2_rot {
	font-size:14px;
	line-height:18px;
	color:#990000;
	font-weight:bold;
	letter-spacing:2px;
}

.textGelb {
	font-size: 14px;
	line-height: 18px;
	color: #C2B230;
	font-weight: bold;
}

.textRot {
	font-size: 14px;
	line-height: 18px;
	color: #990000;
	font-weight: bold;
}

.titel {
	color: #00a64a;
	font-size: 11pt;
	font-weight: bold;
}

.zwischentitel {
	color: #00a64a;
	font-size: 10pt;
	font-weight: bold;
}

.vorspann {
	font-size: 10pt;
	font-style: italic;
}

.gruen {
	color: #00a64a;
}

.text {
	font-size: 10pt;
}

.link {
	color: #c52652;
}

/*TEXT FORMATIERUNGSVORGABEN ENDE*/

/*LAYOUT TABLE*/
.first {
	height: 55px;
}

.second {
	height: 55px;
}


/*HEADER*/
.header_left_outer {
	background: #FFFFFF;
}

.header_left_inner {
	background: url(../images/header_left.gif) no-repeat;
	background-position: center;
	width: 129px;
	height: 110px;
}

.header_right_top {
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}



/*MENU*/
td.menu {
	float: left;
	position:relative;
	z-index:1;
}

.menu {
}

/*MENULINKS*/

a.mainlevel{color:#FFFFFF;font-size:20px;line-height:28px;vertical-align:top;letter-spacing:1px}
a.mainlevel:link{text-decoration:none}
a.mainlevel:visited{text-decoration:none}
a.mainlevel:hover{text-decoration:underline;background-color:#A4A4A4}
a.mainlevel:active{text-decoration:underline;background-color:#A4A4A4}

a.mainlevel#active_menu{color:#FFFFFF;font-size:20px;line-height:28px;vertical-align:top;letter-spacing:1px;text-decoration:underline;}
a.mainlevel#active_menu:link{background-color:#A4A4A4}
a.mainlevel#active_menu:visited{background-color:#A4A4A4}
a.mainlevel#active_menu:hover{background-color:#A4A4A4}
a.mainlevel#active_menu:active{background-color:#A4A4A4}

/*CONTENT*/
.content_outer {
	float: left;
	background: #F4F4F4;
	width: 590px;
}

.content_inner {
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*LINE*/
.line{border-top-color:#388F31;border-top-style:solid;border-top-width:2px;}

/*HEADERS*/
h1{font-size:26px;line-height:28px;color:#990000;font-weight:bold;letter-spacing:1px}
h2{font-size:14px;line-height:18px;color:#990000;font-weight:bold;letter-spacing:2px}
h3{font-size:14px;line-height:14px;color:#990000;font-weight:bold;letter-spacing:2px}

/*LINKS*/
a{color:#000000}
a:link{text-decoration:underline}
a:visited{text-decoration:underline}
a:hover{text-decoration:none;color:#FFFFFF;background-color:#444444}
a:active{text-decoration:none;color:#FFFFFF;background-color:#444444}

/*FOOTER*/
td.bobo{border-bottom-color:#990000;border-bottom-width:2px;border-bottom-style:solid}
td.bottom{color:#999999;font-size:12px;letter-spacing:1px}

a.bottom{color:#A4A4A4;font-size:12px;font-weight:bold}
a.bottom:link{text-decoration:underline}
a.bottom:visited{text-decoration:underline}
a.bottom:hover{text-decoration:none;color:#FFFFFF;background-color:#A4A4A4}
a.bottom:active{text-decoration:none;color:#FFFFFF;background-color:#A4A4A4}

/*img*/
div.mosimage {
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
}

img {
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
}