/***********************************CSS Global*******************************/
html {
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	color:#342e30;
}

body {
	height:100%; /* für IE6, damit BG-Bild auch gross wird */
	min-height: 100%; /* für IE, damit BG-Bild auch gross wird */
	min-width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table {
border-color:#333333;
}

a {
color:#DB2E00;
text-decoration:underline;
}

a:hover {
color:#DB2E00;
text-decoration:none;
}
/*********************************** Top Bereich Logo / Navigation / Login *******************************/
#logo_top {
	position:absolute;
	left:0px;
	top:0px;
	width:352px;
	z-index:1;
}

#top {
	height:168px;
	background-color:transparent;
}


#box_navcontainer_top {
	float:left;
	width:100%; /*wegen dem IE 6* Breite muss definiert sein*/
}

#navcontainer_top {
	position:absolute;
	width:auto;
	height:18px;
	top:44px;
	right:0px;
	line-height:18px;
	font-size:12px;
	background-color:transparent;
	/*z-index:25;*/
}

#navcontainer_top ul {
	margin:0px;
	padding: 0px;
	color: #fff;
}

#navcontainer_top ul li { display: inline; }

#navcontainer_top ul li a {
	float:left;
	min-width:110px;
	margin-top:0px;
	margin-right:1px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background-color:#000000;
	font-weight:normal;
}

#navcontainer_top ul li a:hover, #navcontainer_top .clicked {
	background-color:#fff;
	border-top:none;
	color: #000;
}

#login {
	position:absolute;
	right:0px;
	top:132px;
	height:18px;
	line-height:18px;
	width:auto;
	font-size:12px;
}

#login ul {
	margin:0px;
	padding: 0px;
	color: #fff;
}

#login ul li { display: inline; }

#login  ul li a {
	margin-right:1px;
	background-color:#db2e00;
	min-width:110px;
	text-align:center;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	color: #fff;
	text-decoration: none;
	float: left;
	font-weight:normal;
}

#login ul li a:hover, #navcontainer_top .clicked {
	background-color:#fff;
	border-top:none;
	color: #000;
}


/*********************************** Content Bereich Logo / Navigation *******************************/
/*** Hintergrundfarbe ***/
#bg_inhalt, #bg_inhalt_blue {
	z-index:10;
	position: absolute;
	width: 98%;
	height:100%;
	min-height:100%;
	top:180px;
	left: 50%;
	margin-left: -49%;
}

#bg_inhalt {
	background-color:#fff;
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}

#content_container {
	z-index:5;
	position:absolute;
	height:100%;
	min-height:100%;
	width:100%;
	top:168px;
	background-color:#01083d;/*302001*/
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}

/*** content wo linke navigation und cms content ausgegeben wird ***/
#content_inhalt_blue {
	z-index: 15;
	position: absolute;
	width: 98%;
	top:180px;
	left: 50%;
	margin-left: -49%;
	margin-bottom: 0px;
	height:auto;
	bottom:12px;
	overflow:-moz-scrollbars-horizontal;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:auto;
	color:#fff;
}

#content_inhalt_grey {
	z-index: 15;
	position: absolute;
	width: 98%;
	top:180px;
	left: 50%;
	margin-left: -49%;
	margin-bottom: 0px;
	height:auto;
	bottom:12px;
	overflow:-moz-scrollbars-horizontal;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:auto;
}
/*********************************** Navigation Verein mit Subnavigation *******************************/
#column_left {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 26px;
	padding-top: 24px;
}

#subnavigation {
	float:left;
	margin-top:12px;
	font-size:13px;
	width:191px;
}

#subnavigation ul {
	list-style:none;
	margin:0px;
	padding: 0px;
}

#subnavigation li{
	padding: 0px;
	list-style:none;
}

#subnavigation a {
	/*background-color:#fff;*/
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	width:181px;
	padding-left:10px;
	/*color: #000;*/
	text-decoration: none;
	border-bottom:1px solid #01083d
}

#content_inhalt_grey #subnavigation a {
	background-color:#fff;
	color: #000;	
}

#content_inhalt_blue #subnavigation a {
	background-color:#A99FFF;
	color: #000;	
}

/*
#subnavigation a:hover , #subnavigation .clicked {
	/*background-color:#040721;
	color: #fff;
	text-decoration: none;*/
}
*/

#content_inhalt_grey #subnavigation a:hover, #content_inhalt_grey #subnavigation .clicked{
	background-color:#040721;
	color: #fff;
}


#content_inhalt_blue #subnavigation a:hover,#content_inhalt_blue #subnavigation .clicked{
	background-color:#22177F;
	color: #fff;
}
/*******************************************  Subnavigation CSS*/

#subnavigation ul ul li{
list-style:none;
margin:0px;
padding: 0px;
}

#subnavigation ul ul a {
width:166px;
padding-left:25px;
display:block;
background-color:#D3D3D3;
color: #121416;
text-decoration: none;
}

#subnavigation ul ul a:hover , #subnavigation ul ul .clicked {
background-color:#ffffff;
color: #121416;
text-decoration: none;
}

#subnavigation ul ul ul li{
list-style:none;
margin:0px;
padding: 0px;
}

#subnavigation ul ul ul a {
width:151px;
padding-left:40px;
display:block;
background-color:#D3D3D3;
color: #121416;
text-decoration: none;
}


/*********************************** Content Verein Rechts *******************************/
#content_right {
	margin-top:12px;
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	margin-left:192px;
	margin-right: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	width:auto;
	min-height:100%;
}

#content_inhalt_grey #content_right {
	background-color:#fff;
}

#content_inhalt_blue #content_right {
	/*background-color:#fff;*/
}
#column_content {
	float: left;
	width: 765px;
	background-image:url(../pix/bg_content_top.gif);
	background-repeat:repeat-x;
	padding-left:12px;
	padding-top: 18px;
	padding-bottom: 40px;
	background-color:#fff
}

/*********************************** InhaltsGestaltung Allgemein *******************************/


.line {
	width:100%;
	float:left;
	height:7px;
	line-height:7px;
	background-image:url(../pix/line.gif);
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}
#content_inhalt_grey h1 {
	color:#342E30;
}

#content_inhalt_blue h1 {
	color:#db2e00;
}

h2 {
	margin-bottom:0px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
}
#content_inhalt_grey h2 {
	color:#342E30;
}
#content_inhalt_blue h2 {
	color:#db2e00;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}
#content_inhalt_grey h3 {
	color:#342E30;
}
#content_inhalt_blue h3 {
	color:#db2e00;
}

h4 {
	font-size:10px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}
#content_inhalt_grey h4 {
	color:#342E30;
}
#content_inhalt_blue h4 {
	color:#db2e00;
}

#content_inhalt_grey .uppercase, #content_inhalt_blue .uppercase {
	text-transform:uppercase;
}

#content_inhalt_grey .invert {
	color:#342E30;
}
#content_inhalt_blue .invert {
	color:#fff;
}

a .invert {
	text-decoration:underline;
}
a:hover .invert {
	text-decoration:none;
}

.red {
	color: #E02525;
}

.rahmen {
border: 1px solid #202425;
padding: 1px;
width:auto;
}

li {
list-style-type:circle;
}


.red_title {
font-size:14px;
text-transform:uppercase;
color:#db2e00;
font-weight:bold;
}

.white_title {
font-size:14px;
text-transform:uppercase;
color:#fff;
font-weight:bold;
}

.black_title {
font-size:14px;
text-transform:uppercase;
color:#000;
font-weight:bold;
}

.a_z, .a_z_clk {
	font-size:14px;
	text-transform:uppercase;
	padding-right:9px;
	font-weight:normal;
	text-decoration:none;
}

#content_inhalt_grey .a_z {
	color:#000;
}
#content_inhalt_grey .a_z:hover {
	color:#db2e00;
}
#content_inhalt_blue .a_z {
	color:#fff;
}
#content_inhalt_blue .a_z:hover {
	color:#db2e00;
}

.a_z_clk {
	font-weight:bold;
}
#content_inhalt_grey .a_z_clk {
	color:#000;
}
#content_inhalt_blue .a_z_clk {
	color:#db2e00;
}

.titel {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

#content_inhalt_grey .titel {
	color:#000;
}
#content_inhalt_blue .titel {
	color:#fff;
}

.white {
font-size:12px;
color:#fff;
text-decoration:underline;
}

.white:hover {
font-size:12px;
color:#fff;
text-decoration:none;
}

.black {
font-size:12px;
color:#000;
text-decoration:underline;
}

.black:hover {
font-size:12px;
color:#000;
text-decoration:none;
}

.detail_ansicht  {
	height:100%;
	padding:12px;
	background-color:#FFFFFF;
	color:#342E30;
	
	filter:alpha(opacity=90);-moz-opacity: 0.9;opacity: 0.9;
}

.detail_title  {
font-weight:bold;
color:#db2e00;
}

/*********************************** Form Elemente *******************************/
form {
	padding:0px;
	margin:0px;
}

input {
border:1px solid #DB2E00;
height:14px;
line-height:15px;
width:100px;
color:#333333;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.textarea {
	border:1px solid #DB2E00;
	height:120px;
	width:250px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.input_big {
	border:1px solid #DB2E00;
	height:14px;
	line-height:15px;
	width:250px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.input_tiny {
	border:1px solid #DB2E00;
	height:14px;
	line-height:15px;
	width:20px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.input_checkbox {
	border: none;
	width:auto;
	height:auto;
}

.input_file {
	border:1px solid #DB2E00;
	height:20px;
	line-height:15px;
	width:250px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


.file {
border:1px solid #DB2E00;
height:20px;
line-height:20px;
width:250px;
color:#333333;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.selectbox {
	border:1px solid #DB2E00;
	/*height:16px;*/
	/*line-height:16px;*/
	width:250px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.submit {
	border:1px solid #DB2E00;
	width:auto;
	height:auto;
	color:#000;
	background:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.title1 {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:0px;
}
.title2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

.title3 {
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
	margin-bottom:0px;
	margin-top:0px;
}
