@charset "iso-8859-1";
/* CSS Document */
* { margin: 0; padding: 0; }

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

a img { border: none; }

a, a:visited { 
	color: #fff;
	text-decoration: none;
}

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

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

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

h1 {
	color: #000;
	font-size: 2em;
	font-style: italic;
}

h2 {
	color: #000;
	font-size: 1.6em;
	font-style: italic;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	color: #000;
	font-style: italic;
}
	
img, div { 
    behavior: url(iepngfix.htc); 
	}


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

html { 
	height: 101%;
	overflow-x: hidden;
}

body {
	background-color: #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight:normal;
	color: #fff;
	background-image: url(../images/back.jpg);
    background-position:top;
    background-repeat:repeat-x;
	height:100%;
	line-height: 1.8em;
}


#wrapper {	
	background-image: url(../images/content_lang.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: auto;
	width: 1200px;
	
}


#wrapper2 {
	position: absolute;
	width: 970px;
	left: 50%;
	margin-left: -600px;
}

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

#krimi_button {
	padding: 190px 0 0 785px;
}

#content {
	background-image: url(../images/content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 1200px;
	min-height: 300px;
}


#content_text {
	float: right;
	padding-right: 185px;
	width: 690px;
	color: #fff;
	padding-top: 20px;
}

#bild_links {
	float: left;
	padding-right: 10px;
}
/********************* Menu ANFANG ********************************/

#menu {
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-left: 125px;
}



.menu1_level1 {
	list-style-type: none;
	display: block;
	letter-spacing: 1px;
	font-size: 1em;
	padding-bottom: 18px;
	width: 180px;
	font-style: italic;
}

.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration: none;
	color: #fff;	
	padding-left: 25px;

}

.menu1_level1 a:hover {
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.menu1_level1_act {
	list-style-type: none;
	padding-bottom: 20px;
	display: block;
	width: 180px;
	
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	padding-left: 25px;
	font-weight: bold;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
}

ul.menu1_level2 {
	list-style-type: none;
}

.menu1_level2 {
	list-style-type: none;
	display: block;
	letter-spacing: 0px;
	padding-bottom: 6px;
	width: 180px;
	font-style: italic;
}

.menu1_level2 a, .menu1_level2 a:visited {
	text-decoration: none;
	color: #fff;	
	padding-left: 35px;
	background-image: none;
	font-weight: normal;

}

.menu1_level2 a:hover {
	background-image: none;
	text-decoration: underline;
}


.menu1_level2_act {
	list-style-type: none;
	padding-bottom: 6px;
	display: block;
	width: 180px;
	
}

.menu1_level2_act a, .menu1_level2_act a:visited {
	list-style-type: none;
	text-decoration: underline;
	color: #fff;
	padding-left: 35px;
	font-style: italic;
}

/********************* Menu STOP ********************************/


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

#footer_text, #footer_text a {
	padding-top: 25px;
	text-align: center;
	font-style: italic;
	color: #000;
	font-size: 1em;
	letter-spacing: 1px;
}

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

fieldset {
	border: none;
}

