@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 { 
	color: #fff;
	text-decoration: none;
}

h2 {
	color: #fff;
	font-size: 1.1em;
	padding-bottom: 0;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
}

h3 {
	font-size: 0.9em;
	color: #fff;
	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 {
	position: absolute;
	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;
	height: 300px;
}

#content_text {
	float: right;
	padding-right: 120px;
	width: 265px;
	color: #000;
}

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

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

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

.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;
}

/********************* 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;
}