/* CSS Document */

body 
{	margin: 0px;
}

.mainbanner
{	background-image:url(../images/mainbanner.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	height: 300px;
	width: 1004px;
}


.content-text
{	text-align: left;
	vertical-align:text-top;
	background-color:#d3e3f2;
	background-image:url(../images/bgrechts.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width: 603px;
	height:399px;
}

.bglinks
{	background-image:url(../images/bglinks.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 400px;
	height:399px;
}

.footerbanner
{	background-image:url(../images/footerbanner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 1002px;
	height:128px;
}

#home #navigation #navHOME a, 
#stimme #navigation #navSTIMME a, 
#radio #navigation #navRADIO a, 
#kontakt #navigation #navKONTAKT a,
#u #navigation #navU a
{
	color: #4092e0;
}



h1
{	font-family:Verdana;
	color:#333;
	font-size: 12px;
	font-weight: bold;
	margin-top:15px;
	margin-left:40px;
	margin-right:0px;
	margin-bottom:10px;
	padding:0px;
}

p
{	font-family:Verdana;
	color:#333;
	font-size: 11px;
	line-height:1.9em;
	margin-left:40px;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:0px;
	padding:0px;
}

.formular
{   text-align: left;
	vertical-align:text-top;
	background-color:#d3e3f2;
	background-image:url(../images/bgrechts.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width: 603px;
	height:399px;
}

.formular td
{	font-family:Verdana;
	font-size:10px;
	color:#464c52;
	padding-left:40px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:2px;
	margin: 0px;
	height: 20px;
	vertical-align:bottom;
}


