* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	background: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color:  #181817;
	font-family:sans-serif;
	line-height:1.3em;
}

p {
	margin:30px 0;
}

/*list settings*/
ul {
	padding-left:40px;
}

/*headlines*/
h1 {
	margin-bottom:20px;
	font-size:150%;
}

h2 {
	margin-bottom:10px;
	font-size:120%;
}

h2 a {
	color:#000000;
}

h5 {
	margin:0;
	font-size:80%;
}

/*general link settings*/
a {
	text-decoration:none;
	color: #CB280C;
}

a:hover {
	text-decoration:underline;
}

code
{
	display: block;
	border: 1px dashed black;
	background-color: lightgray;
	padding: 10px;
	margin:10px 0;

}


/*id settings*/
#root {
	width:700px;
	margin:0 auto;
	height: 100%;

}

#header {
	height: 110px;
	background-color: #FFFFFF;
	background: url(../images/header_monument_valley.jpg);
	border-bottom:15px solid #CB280C;
	border-top:10px solid #181817;

}

#navbar {
	width: 144px;
	float:left;
	height: 70%;
	padding: 20px 7px;
}

#contentmain {
	padding: 20px;
	float:right;
	width: 500px;

}

#report_links {
	margin:30px 0px;
	font-weight:bold;

}

#report_links ul {
	list-style-type:circle;
	font-weight:normal;
	padding:5px 25px;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: block;
}

#nav li {
	display: block;
	height: 25px;
	text-align: center;
	border: 1px solid #181817;
	color: #000000;
	margin-bottom:5px;
	background: url(../images/back_link.jpg);
	background-position: center;
	background-repeat: repeat;
	font-weight: bold;
}

#nav li a {
	text-align: center;
	height: 18px;
	display: block;
	color: #000000;
	padding: 3px;
}

#nav li a:hover {
	height: 19px;
	display: block;
	color: #000000;
	padding: 3px;
	font-weight: normal;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	font-weight: bold;
	text-decoration:none;
}

#partnersites {
	line-height:0.9em;
	margin-top:110px;
}

#partnersites ul {
	font-size:80%;
	list-style:none;
	display:block;
	margin: 0;
	padding-left: 20px;

}

#partnersites li {
	display:block;
	margin:3px 0;
}

#partnersites li a {
	color: #000000;
}

#partnersites li a:hover {
	text-decoration:underline;
}

#linklist ul {
	list-style-type:circle;
	margin-bottom:30px;
}

#linklist li {
	margin:5px 0;
}

#summary {
	margin:20px 0px;
}

/*class settings*/

/*Erklaerung zu einer h2 Ueberschrift*/
.h2description {
	font-size:80%;
	margin-left:20px;
	margin-bottom:10px;
}

/*der Text zu einer h2 Ueberschrift*/
.h2text {
	margin-left:30px;
	font-size:100%;
}

.sidebar_element {
	border:1px solid #181817;
	background: url(../images/back_link.jpg);
	background-position: center;
	background-repeat: repeat;
	padding:3px;
	margin-top:10px;
}

.picturealbum {
	margin-left:30px;
	margin-bottom:5px;
	border:1px dashed black;
	height:100px;
	padding:5px;

}

.headlinelink{
	color:#000000;
	margin-left:10px;
}

.picturepreviewimgage {
	float:left;
	margin-right:20px;
	border:0;
}

.picturedescription {
	margin-top:3px;
	padding-left:10px;
	float:right;
	width:350px;
	line-height:1.2em;
}

.report_rightpicture {
	float:right;
	margin: 15px 0px 15px 15px;
	border:0px;
}

.report_rightpicture_begin_p {
	float:right;
	margin: 5px 0px 15px 15px;
	border:0px;
}

.report_leftpicture {
	float:left;
	margin: 15px 15px 15px 0px;
	border:0px;
}

.report_leftpicture_begin_p {
	float:left;
	margin: 5px 15px 15px 0px;
	border:0px;
}

.report_gallery {
	margin:40px 0px;
	text-align: center;
}

.report_gallery img {
	border:0px;
}

.p_block p {
	text-align:justify;
}

.report h2 {
	margin-top:20px;
	margin-bottom:10px;
}

.report p {
	margin:10px 0;
	margin-left:30px;
}

.span_code {
	font-style:italic;
	background:lightgrey;
}

