/* wtvproduction.de lichtspieltrieb - 2010*/
body {
	background-color: #111;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	margin: 0px auto;
}
a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #da640d;
}
a.main {
	color: #222;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.main:hover {
	color: #da640d;
}
a.aktiv {
	color: #454545;
	text-transform: uppercase;
}
a.aktiv:hover {
	color: #009E00;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px; /*
	margin-left:70px;*/
	margin-right: 20px;
}
h1.submenu {
	float: left;
	margin-top: 0px;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
	font-size: 1.2em; /*
	margin-left:70px;*/
}
.ohnemargin {
	margin-left: 0px;
}
hr {
	color: #da640d;
}
p {
	text-align: justify;
}
span.klein {
	font-size: 0.8em;
}
span.pseudolink {
	font-weight: bold;
	margin-left: 30px;
}
span.newsdatum {
	font-size: 0.7em;
	color: #272727;
	margin-left: 10px;
	text-decoration: none;
}
img {
	border: 1px solid #008200;
}
img.trenner{
	border:0px;
	margin-top:30px;
	margin-left:65px;
}
div#header{
	height:195px;
	background: #c8b693 url('header.jpg');
	background-repeat: no-repeat;
}
div#mainbox {
	width: 800px;
	margin: auto;
	padding: 0px;
	text-align: center;
	background: #c8b693 url('background.jpg');
	background-repeat: repeat;
}
div#contentbox {
	min-height: 400px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	clear: both;
}
div#linkbox {	
	height: 24px;
	border-top: 3px solid #da640d;
	border-bottom: 3px solid #da640d;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
}
div#bottomframe {
	border-top: 3px solid #da640d;
	margin-top: 20px;
	padding: 2px 20px;
	font-size: 0.75em;
	text-align: left;
	text-transform: uppercase;
	clear: both;
}
div#bottomframe p.wtv {
	float: right;
}
/*index news*/
div#shortnews {
	float: right;
	padding-right: 70px;
	width: 200px;
}
div#zweidrittelindex {
	width: 430px;
	margin-left: 70px;
	margin-top: 20px;
}
div#index {
	width: 650px;
	margin-left: 70px;
	margin-top: 20px;
}
/*ende index news*/
ul#mainmenu {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px;
	padding-left: 60px;
}
ul#mainmenu li {
	display: inline;
	padding: 0px 10px;
}
ul.kontakt {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.kontakt li{
	padding: 3px;
	list-style-type: none;
}
ul.kontakt img {
	margin-bottom: -2px;
	border: 0px;
}
input,textarea {
	margin-left:3em; 
	margin-bottom:1em;
}