@charset "iso-8859-1";
/* CSS Document */

* { margin: 0; padding: 0; }

h1, h2, h3, h5, h6, p, br {
	padding-bottom: 1em;
}

h1 {
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	color: #3e73c4;
	font-size: 1.4em;
}

h2 {
	text-transform: uppercase;
	font-style: italic;
	color: #3e73c4;
	font-size: 1.2em;
}

h3 {
	text-transform: uppercase;
	font-style: italic;
	color: #3e73c4;
	font-size: 1em;
}

h4 {
	text-transform: uppercase;
	color: #6ab010;	
	letter-spacing: 2px;
	font-size: 1em;
}

a, a:visited {
	color: #00008b;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

html {
	height:101%;
}

* html #wrapper {
	height:100%;/* 100% Height IE */
}


body {
	background-image: url(../images/back2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #3980ae;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}

#wrapper {
	background-image: url(../images/content_lang.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 970px;
	min-height: 570px;
}


#wrapper2 {
	margin: 10px auto;
	width: 970px;
	border: 1px solid #fff;
}

#head {
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 112px;
}

#content_menu {
	background-image: url(../images/menu.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	height: 350px;
	margin-top: 18px;
}

#menu1 {
	padding: 5px 5px 10px 20px;
	width: 150px;
}

#menu1 ul {	
	list-style-type: none; 
}

.menu1_level1 {
	display: block;
	padding-bottom: 3px;
}

.menu1_level1 a, .menu1_level1 a:visited {
	color: #fff;
	outline: none;
	text-decoration: none;
	font-size: 1em;
	
}

.menu1_level1 a:hover {
	color: #14376a;
	text-decoration: underline;
}


.menu1_level1_act a, .menu1_level1_act a:visited {
	color: #14376a;
	text-decoration: underline;
	font-size: 1em;
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
}

* html .menu1_level1_act a, .menu1_level1_act a:visited {
	color: #14376a;
	text-decoration: underline;
	font-size: 1em;
	display: block;

	font-weight: bold;
}

#menu2 {
	padding: 5px 5px 10px 20px;
	width: 150px;
}

#menu2 ul {	
	list-style-type: none; 
}

.menu2_level1 {
	display: block;
	padding-bottom: 3px;
}

.menu2_level1 a, .menu2_level1 a:visited {
	color: #fff;
	outline: none;
	text-decoration: none;
	font-size: 1em;
	
}

.menu2_level1 a:hover {
	color: #14376a;
	text-decoration: underline;
}


.menu2_level1_act a, .menu2_level1_act a:visited {
	display: block;
	color: #14376a;
	text-decoration: underline;
	font-size: 1em;
	padding-bottom: 3px;
	font-weight: bold;
}


#menu3 {
	padding: 5px 5px 10px 20px;
	width: 150px;
}

#menu3 ul {	
	list-style-type: none; 
}

.menu3_level1 {
	display: block;
	padding-bottom: 3px;
}

.menu3_level1 a, .menu3_level1 a:visited {
	color: #fff;
	outline: none;
	text-decoration: none;
	font-size: 1em;
	
}

.menu3_level1 a:hover {
	color: #14376a;
	text-decoration: underline;
}


.menu3_level1_act a, .menu3_level1_act a:visited {
	display: block;
	color: #14376a;
	text-decoration: underline;
	font-size: 1em;
	padding-bottom: 3px;
	font-weight: bold;
}

#anschrift {
	background-image: url(../images/biker_menu.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 180px;
	min-height: 130px;
	margin-top: 40px;
	
}
#anschrift_text {
	padding-left: 20px;
	font-size: 0.9em;
	font-weight: bold;
	width: 150px;

}

#content {
	background-image: url(../images/content_start.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 790px;
	min-height: 541px;
   height: auto !important;
   height: 541px;
	float: right;
}

#content_text {
	margin: 20px 40px 0 40px;
}

#footer {
	clear: both;
	background-image: url(../images/footer_start.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 74px;
}

#zeiten {
	padding: 25px 0 0px 25px;
	color: #14376a;
	font-size: 0.8em;
	font-weight: bold;
}