
/* Basic Elements */
html, body {
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 0.98em;
	min-height: 101%;
	letter-spacing: 0.035em;
	}
	
#container {
	width: 760px;
	margin: 0 auto;
	}
	
#header {
	width: 100%;
	height: 120px;
	margin: 10px 0 25px 0;
	}

#header_left {
	float: left;
	width: 415px;
	height: 110px;
	}

#header_right {
	width: 340px;
	height: 110px;
	float: right;
	bottom: 0;
	}

/*#subnavi_left {
	width: 590px;
	/*height: 25px;*/
	float: left;
	/*margin-top: 19px;*/
	padding-top: 29px;
	}
	
#subnavi_right {
	width: 165px;
	height: 30px;
	float: right;
	vertical-align: bottom;
	text-align: right;
	padding-top: 5px;
	}

#subnavi_right a {
	color: rgb(128,128,128);
	}
	
#subnavi_right a:hover {
	color: rgb(194,79,58);
	}
	*/
#wrapper {
	/*border: 1px solid lightblue;*/
	}
	
#content {
	float: left;
	width: 550px;
	line-height: 22px; /*1.6em;*/
	font-size: 90%;
	padding: 5px 5px 0 0;
	}
	
#right {
	float: right;
	width: 191px;
	}
	
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: rgb(255,255,255);
	background-color: #999999;
	font-size: 0.8em;
}

a {
	color: rgb(128,128,128);
	text-decoration: none;
	outline: none;
}
	
a:hover {
	color: rgb(194,79,58);
	}
	
/* Sidebar */
#sidebar {
	
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar li.linie {
	border-bottom: 1px solid rgb(175,175,175);
	}
	
#sidebar li a {
	display: block;
	font-size: 90%;
	color: rgb(128,128,128);
	text-decoration: none;
	padding: 7px 0 6px 22px;
	background: none;
	}
	
#sidebar li a:hover {
	color: rgb(194,79,58);
	}
	
#sidebar li a.aktuell {
	color: rgb(194,79,58);
}

/* Sub navigation on some pages */

#subnavi_left {
	padding-top: 15px;
	}
	
#subnavi_left ul {
	padding: 0;
	clear: both;
	margin-top: -15px !important;
}

#subnavi_left li {
	text-align: left;
	display: block;
	width: 85px;
	text-decoration: none;
	float: left;
}

#subnavi_left li a {
	padding: 0;
	color: rgb(128,128,128);
}

#subnavi_left li a:hover {
	color: rgb(194,79,58);
}

/* Additional styles */
p {
	padding: 0;
	margin: 0;
}

#content {
	
	}
	
#content p {
	padding: -39px 5px 0 0;
	}
	
img {
	border: 0;
}

h1 {
	float: right;
	margin: 0;
	padding: 30px 0 0 0;
	color: rgb(0,0,0);
	font-weight: normal;
}
	
h2 {
	position: relative;
	top: -5px;
	float: right;
	right: 0;
	margin: 0;
	padding: 0;
	color: rgb(128,128,128);
	font-weight: normal;
}
	
h3 {
	font-weight: normal;
	font-size: 1.2em;
	}
	
h3 .top {
	margin-top: 0;
	}
	
ul.listing {
	text-align: left;
	padding: 0;
	}
	
ul.listing li {
	list-style-type: none;
	}
	
.date {
	list-style-type: none;
	display: inline;
	width: 60px;
	float: left;
	padding: 5px 0 0 4px;
	clear: left;
}

.text {
	width: 475px;
	list-style-type: none;
	float: left;
	padding: 5px 0 0 0;
	height: auto;
}

.listing {
	width: 100%;
	list-style-type: none;
	float: left;
	padding: 2px 0 0 0;
	height: auto;
	}

#content_text {
	clear: left;
	}
	
.border_break {
	width: 535px;
	clear: both;
	border-bottom: 0.5pt solid rgb(128,128,128);
	line-height: 0;
	}
	
.popin {
	float: none;
	border: 2px solid transparent;
	/*border: 1px solid rgb(230,230,230);*/
	padding: 0 5px 6px 50px;
	width: 545px;
	margin-left: -50px;
}

.popin a, .popout a {
	cursor: default;
	}
	
.popout {
	position: relative;
	border: 2px solid rgb(194,79,58);
	padding: 8px 10px 10px 220px;
	float: left;
	left: -220px;
	width: 550px;
	margin: -8px 0 10px 0;
	}
	
.popsmall {
	position: relative;
	border: 2px solid rgb(194,79,58);
	padding: 8px 10px 10px 30px;
	float: left;
	left: -30px;
	width: 550px;
	margin: -8px 0 10px 0;
	}
	
.popin .text, .popin .player {
	display: none;
	}
	
.popout .text, .popsmall .text {
	display: block;
	padding-left: 45px;
	color: rgb(0,0,0);
	}

.popout .player {
	float: right;
	padding-right: 10px;
	}

.popout .headlink {
	color: rgb(194,79,58);
	}
	
.popout .text img {
	position: relative;
	left: -250px;
	margin-right: -270px;
	margin-top: -20px;
	width: 187px;
	}
	
.pdfdownload {
	cursor: pointer;
	border: 0;
	}
		
.close {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 20px;
	bottom: 20px;
	}
	
.close img {
	left: -13px !important;
	margin: 0 !important;
	
	width: 15px !important;
	height: 15px;
	border: 0;
	}
	
.selected {
	color: rgb(194,79,58) !important;
	}
	
#home {
 	margin-top: 7px;
 	text-align: right;
 	color: rgb(128,128,128);
 	}

#home a {
 	color: rgb(128,128,128);
 	}

#home a:hover {
 	color: rgb(194,79,58);
 	}
 	 	
#vitaimg {
	margin-top: 75px;
	/*border: 1px solid rgb(230,230,230);*/
	margin-left: 5px;
	text-decoration: none;
	}
	
.audio {
	display: block;
	width: 210px;
  height: 22px;
  line-height: 18px;
  text-indent: 0;
/* padding-left: 20px;*/
  margin-bottom: 4px;
	/*background: url(../img/lautsprecher_grau.png) no-repeat;*/
	float: left;
	color: rgb(0,0,0);
	}

.audio:hover {
	/*background-image: url(../img/lautsprecher_rot.png);*/
	color: rgb(194,79,58);
	}
	
.audio_img {
	float: left;
	background: url(../img/lautsprecher_grau.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	}
	
.audio_img:hover {
	background: url(../img/lautsprecher_rot.png);
	}

.title {
	padding-left: 10px;
	color: rgb(0,0,0);
	}
	
.subtitle {
	font-style: italic;
	}

.subtitle a, .verlaglink {
	color: rgb(128,128,128);
	cursor: pointer;
	}

.subtitle a:hover {
	color: rgb(194,79,58);
	}

.booktext {
	
	}
	
#kontakt_button {
	margin-left: 450px;
	display: block;
	width: 100px;
	height: 30px;
	background-color: rgb(230,230,230);
	border: 0;
	}
	
#kontakt_button:hover {
	background-color: rgb(194,79,58);
	color: rgb(255,255,255);
	}
	
#warning {
	color: rgb(194,79,58);
	}
	
label {
  display: block;
  width: 150px;
  float: left;
  margin: 2px 4px 6px 0;
  text-align: left;
	}

textarea {
	width: 545px;
	border: 1px solid rgb(128,128,128);
	font-family: Helvetica, sans-serif;
	font-size: 0.98em;
	color: rgb(128,128,128);
	}
	
input {
	width: 255px;
	border: 1px solid rgb(128,128,128);
	}

textarea:hover, input:hover {
	border: 1px solid rgb(194,79,58);
	color: rgb(0,0,0);
	}

#start img {
	margin: 6px 0 11px 1px;
	}
	
#start {
	line-height: 25px;
	}
