* {
	margin:0;
	padding:0;
	border:0;
}
body {
    font-family: Georgia, Times, serif;
    margin: 0;
    font-size: 1em;
    padding: 0;
	background-image: url(../images/background.jpg);
}

#menu {
	float:none;
	clear:both;
	margin:auto;
	width:800px;
/*	background: url('../images/strich_menue.gif') no-repeat 48px 18px ;*/
}
#menu ul {
	width:700px;
	text-indent: 0;
	margin:auto;
	padding:0;
/*	background:green;
*/	display:block;
	height:50px;

}
#menu ul li {
	display:inline;
	float:left;
	width:80px;
	margin-left:50px;
	font-weight:bold;
}

#menu ul ul {
	display: none;
	position:absolute;
	margin-top:20px;
/*	margin-left:-262px;*/
}

#menu a {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#menu a:hover{
	color:#414141;
}

h1 {
	color:black;
	font-style: italic;
	font-weight:normal;
	font-size:1.2em;
/*	border-bottom:1px solid black;*/
	padding:5px;
	padding-bottom:4px;
	float:right;
	width:420px;
	margin-right:60px;
	clear:both;
	background: url('../images/striche_headlines.gif') no-repeat top left;
	height:40px;
	margin-top:50px;
}

.message, .info {
	width:758px;
	background:white;
	padding:8px;
	list-style-type:none;
	margin-left:11px;
}
.call {
	margin-right:20px;
	width:60px;
	
}
#textContainer {
	margin-right:60px;
}
#textContainer div, #textContainer{
	width:420px;
	float:right;
}

#textContainer dl{
	width:210px;
	float:left;
	margin-bottom:20px;
}

#textContainer img {
	float:left;
}

#textContainer dt {
	font-size:1.2em;
	vertical-align:top;
	line-height:20px;

}

#textContainer dd {
	height:60px;
}

#textContainer dt img {
	height:120px;
}

#textContainer p,
#textContainer ul,
#textContainer ol {
	margin-bottom:20px;
}

#textContainer ul {
	list-style: disc inside url(../images/bullet.gif);
}

#textContainer ol {
	list-style-position: inside;
}
#image1 {
	margin-bottom:-80px;
}
.minor {
	display:none;
}

#page {
/* 	background-image: url(../images/paper.png);*/
	width:800px;
/*	height:1200px;*/
	margin:0 2em;
}
#header {
	background-image: url(../images/paperTop.png);
	background-repeat: no-repeat;
}
#center {
	background-image: url(../images/paperCenter.png);
}
#footer {
	background-image: url(../images/paperBottom.png);
	background-repeat: no-repeat;
 	
}


#logo {
    background:	transparent url(../images/head.gif) no-repeat center 1em;
	margin-top:20px !important;
	height:198px;
/*    padding: 1em 1em 1.4em;*/
	margin:2em 0;
    color: white;
    font-weight: bold;
    font-size: 1.0em;
}

#logo a {
    color: white;
    text-decoration: none;
}

#contentPics {
	float:left;
	width:265px;
	padding-left:50px;
}
#contentPics img {
	margin-top:0px;
/*	margin-left:50px;*/
	float:left;
}

.besetzung {
	margin-right:-50px;
}
.besetzung img{
	margin-top:50px !important;
	margin-left:-20px;
	margin-bottom:-70px;
	width:135px;
}

#footer {
	clear:both;
	width:100%;
	text-align: center;
	font-size:0.7em;
	padding:20px 0;
}
.clear {
	float:none;
	clear:both;
}
.hide {
	display:none;
}
/*
#header, #content {
    padding: 0 1.3em;
}


h1, h2 {
 font-family: Georgia, Times, serif;
 color: #204A87;
}

h1 {
 font-size: 3em;
}

h2, h3 {
 color: #3465A4;
}

h2 {
 font-size: 2em;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
}

th {
	background-color: #2E3436;
	color: white;
	padding: 0.4em 1em;
}

td {
	padding: 0.3em 0.7em;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

table .even td {
	background-color: #EEEEEC;
}

a {
 color: #204A87;
}

a:hover {
 color: #3465A4;
}

a img {
 border: 0;	
}

ul {
 list-style-type: square;
}

ul.box {
 list-style-type: none;
 margin: 0;
 padding: 0;
 overflow: hidden;
 width: 100%;
}

ul.box li {
 float: left;
}

.item {
 display: block;
 padding: 10px;
 margin: 10px 15px 15px 0;
 background-color: #EEEEEC;
 -moz-border-radius: 7px;
 border: 1px solid #D3D7CF;
 float: left;
}

.item img {
 vertical-align: middle;
}

.detail {
 padding: 20px 30px 10px 10px;
}

.title {
 font-weight: bold;
 font-size: 1.1em;
}

.minor {
 color: #555753;	
}

.message {
 list-style-type: disc;
}

.message.error {
 color: #db0c0c;
}

.hide {
	display: none;
}*/
