* {
	padding:0;
	margin:0;
}

html {
	overflow: auto;
	overflow-y: scroll;
}

html, body {
	height: 100%; /* wichtig */
}

body {	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #ccc;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

img,a {
	border: none;
}
a {
	color:#666;
}

#box {
	margin: 0 auto;
	width: 971px;
	background: url(../images/content-bg.png) repeat-y #cccccc;
	position: relative;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
}

#head-top {
	background: url(../images/head-top.png) no-repeat;
	background-position: bottom;
	background-color: #CCC;
	width: 971px;
	height: 15px;
	padding-top: 26px;
}

#head {
	background: url(../images/head-bg.png) repeat-y;
	width: 921px;
	text-align:right;
	padding-top:10px;
	padding-right:50px;
}
#head-bottom {
	background: url(../images/head-bg.png) repeat-y;
	text-align:center;
	width: 971px;
	height: 225px;
	padding-top:5px;
}

#head-bottom .slideshow {
	height: 170px;
	width: 899px;
	overflow: hidden;
	margin-left: 34px;
}

#content {
	margin-top:30px;
	background:url(../images/content-bg.png) repeat-y;
}
#leftcontent, #rightcontent {
position: relative;
  float: left;

}
#leftcontent {
	width:187px;
	margin-left:20px;
	padding-left:60px;
}
#rightcontent h1 {
	font-family:"Times New Roman", Times, serif;
	color:#9b0000;
	font-weight:normal;
	font-size:22px;
	margin-bottom:25px;
}
#rightcontent h2 {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	font-size:20px;
	margin-bottom:15px;
}
#rightcontent h3 {
	font-family:Verdana, Geneva, sans-serif;
	color:#9b0000;
	font-weight:bold;
	font-size:11px;
}
#rightcontent {
	width:433px;
	padding-left:95px;
}
#footer {
	clear: both;
	bottom: 0; /* wichtig */
	position: relative; 
	margin-top: -18px; 
	line-height:18px;
	width:900px;
	color:#666;
	background:#fff;
	padding:6px 0 3px 10px;
	font-size:9px;
	margin:-18px auto 0 auto;
	text-align:center;
	letter-spacing: 1px;
}
#footer a{
	color:#666;
	text-decoration:none;
}

/*NAVIGATION*/
#navigation {
	color:#666;
	width:849px;
	margin-left:39px;
	margin-top:9px;
}
ul.level_1 {
	list-style:none;
	height:11px;
}
ul.level_1 li {
	float:left;
	margin-left:10px;
}
ul.level_1 li a, ul.level_1 li p, ul.level_1 li a:hover, ul.level_1 li.active {
	font-size:10px;
	letter-spacing: 1px;
	display:block;
	text-decoration:none;
	padding-left:10px;
	margin-left:10px;
	background:url(../images/navi_clear.gif) 0px 7px no-repeat;
}
ul.level_1 li a {
	color:#666666;
	font-weight:normal;
	background:url(../images/navi.gif) 0px 7px no-repeat;
}
ul.level_1 li a:hover, ul.level_1 li.active {
	color:#9b0000;
	font-weight:normal;
	background:url(../images/navi_clear.gif) 0px 7px no-repeat;
}
/* BUCHDARSTELLUNG */
.image_container {
	margin:0px 0px 10px 10px;
	width:110px;
}

.caption {
	font-size:11px;
	text-align:right;
	color:#9b0000;
	margin-top:10px;
}


table tr td {
	padding: 3px;
	vertical-align: top;
}

table tr td input {
	border: 1px solid #9b0000;
	width: 220px;
}

table tr td textarea {
	border: 1px solid #9b0000;
	width: 220px;
	height: 150px;
}

div.layout_full {
margin-top:25px;
color:#777;
width:130px;
}
div.layout_full  img {
padding:0;
margin:0;
position:relative;
top:10px;
left:-10px;
}

/*neue buecher*/
#leftcontent h1 {
	font-family:"Times New Roman", Times, serif;
	color:#9b0000;
	font-weight:normal;
	font-size:22px;
	margin-bottom:0px;
}
#leftcontent div.layout_full h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#9b0000;
	font-weight:bold;
	font-size:11px;
	padding:0;
	margin:0;	
}
#leftcontent div.layout_full h2 {
	padding:0;
	margin:0;
	color:#000;
	font-weight:bold;
	font-size:11px;	
}
