@charset "utf-8";
/* CSS Document */



.gallery-one-pic {
	width:110px;
	height:110px;
	float:left;
}
.gallery-one-pic img {
	padding:3px;
	border:1px solid #C1C1C1;
}

.kritikenbild{
	padding-bottom:10px;
	border-bottom:1px dotted black;
}


#seite .spacer {
	background: url(../images/hg_spacer-content.jpg) top left no-repeat #ff0;
	height:75px;
	width:720px;
}


#top {
	height:145px;
	width:720px;
	overflow:hidden;
	position:relative;
}
#top .termin {
	position:absolute;
	height:18px;
	line-height:18px;
	background:#ff0;
	padding:0 3px;
	top:127px;
	left:235px;
}
#top.green {
	
}
#top .left {
	width:235px;
	float:left;
	height:145px;
}
#top.green .left {
	width:171px;
	
}
#top .right {
	width:505px;
	float:left;
	padding:70px 0 0 0;
}

#top .right h1 {
	color:#fff;
	font-size:28px;
	line-height:1em;
	margin:0 0 0 60px;
	padding:0;
}
*+html #top .right h1 {
	font-size:24px;
}








#inhalt {
	background:url(../images/hg_inhalt-links.jpg) top left repeat-y;
	position:relative;
	min-height:425px;
}
* html #inhalt {
	min-height:425px;
}



#inhalt .left {
	width:235px;
	float:left;
	min-height:400px;
	height:auto;
}
#inhalt .right {
	width:445px;
	float:left;
	padding:30px 0 25px 0;
	min-height:400px;
	height:auto;
}


#inhalt .schleife-top {
	position:absolute;
	top:0;
	left:167px;
	width:10px;
	height:68px;
}
#inhalt .schleife-bottom {
	position:absolute;
	bottom:0;
	left:151px;
	width:59px;
	height:249px;
}
#inhalt h1.normal {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:24px;
	color:#000;
}
*+html #inhalt h1.normal {
	font-size:20px;
}
.images{
width:114px;
float:left;
}
.videoliste{
	list-style:none;
	list-style-type:none;
	padding:0;
}


.personen-liste {
	float:none;
	clear:both;
	padding:10px 0 20px 0;
	display:block;
}
.person-stueck-detail {
	width:130px;
	height:100px;
	float:left;
}

/** 
 * Formulare
 */
.order {
	margin-top:20px;
}

.order label {
	width:160px;
	display:block;
}

.order,
.order tr,
.order tr td {
	vertical-align:top;
	text-align:left;
}
.order tr td {
	padding:0 0 5px 0;	
}

.order input,
.order textarea,
.order select {
	width:200px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	height:16px;
	color:#333;
	border:1px solid #333;
	background:#fff;
	padding:0 3px;
	margin:0;
}
.order textarea {
	height:50px;
	overflow:auto;
}
.order select {
	padding:0 0 0 3px;
	border-right:0;
	width:208px;
	line-height:18px;
	height:18px;
}
.order input.csc-mailform-submit {
	width:70px;
	margin:0 0 0 160px;
	height:20px;
	line-height:14px;
}

