/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background: url(images/bg_verlauf.jpg);
	background-repeat: repeat-x;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

.page{
	position: relative;
	margin: auto;
	margin-top: 20px;
	border: solid 1px #142550;
	background: #FFF;
	width: 804px;
	min-height: 500px;
}

.logo{
	position: relative;
	left: 560px;
}

h1, h2, h4{
	font-size: 11px;
	line-height: 20px;
	color: #142550;
	margin: 0px;
}

h3{
	font-size: 9px;
	line-height: 30px;
	color: #142550;
	margin: 0px;
	font-weight: normal;
}

a{
	color: #F00;
	text-decoration: none;
}

p{
	margin: 0px;
	line-height: 13px;
	margin-bottom: 5px;
}

.content{
	padding: 20px;
	position: relative;
	width: 764px;
}

.bildTextStandard{width: 100%; margin-bottom: 20px;}
.bildInTextObenRechts{width: 100%; margin-bottom: 20px;}
.bildInTextObenLinks{width: 100%; margin-bottom: 20px;}
.bildInTextUntenRechts{width: 100%; margin-bottom: 20px;}
.bildInTextUntenLinks{width: 100%; margin-bottom: 20px;}
.bildInTextUntenMittig{width: 100%; margin-bottom: 20px;}
.bildInTextRechts{width: 100%; float:right; margin-bottom: 20px;}
.bildInTextRechts .Bild{float:right; margin-bottom: 20px;}
.bildInTextLinks{width: 100%; float:left; margin-bottom: 20px;}
.bildInTextLinks .Bild{float:left; margin-right: 10px;}

.td-1{
	vertical-align: top;
}

.td-0{
	vertical-align: top;
}

.ticker{
	position: absolute;
	top: 80px;
	left: 450px;
	width: 300px;
	background: #F6F7FA;
	border: solid 1px #000;
}

.neuigkeiten{
	width: 600px;
}

.tickerhead{
	height: 28px;
	background: url(images/bg_ticker.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

input, textarea{
	background: #BED1E2;
	border: solid 1px #142550;
}