/* 
United Radio CSS
01.01.2010
Sascha Solecki
 */

/* Allgemeines */
body {
	background-image: url(bilder/hintergrund.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* Designelemente */
#newunited {
	width: 1080px;
}

.strichlinie {
	border:1px dotted #CBBCB4;
	width: 99%;
}

.filler_links {
	width: 8px;
	background-color:#000000;
	float:left;
}

.filler_mitte {
	width: 350px;
	background-color:#FFFFFF;
	text-align:left;
	float:left;
}

.filler_rechts {
	width: 8px;
	background-color:#000000;
	float:left;
}
.clear {
clear:left;
}
#filler1 {
	background-repeat:repeat-y;
	background-color:#000000;
	width: 21px;
}

#filler2 {
	background-repeat:repeat-y;
	background-color:#000000;
	width: 8px;
}

#filler3 {
	background-repeat:repeat-y;
	background-color:#000000;
	width: 8px;
}

#filler4 {
	background-repeat:repeat-y;
	background-color:#000000;
	width: 26px;
}

#schattenlinks {
	background-image:url(bilder/main_01.png);
	background-repeat:repeat-y;
	width: 40px;
}

#schattenrechts {
	background-image:url(bilder/main_03.png);
	background-repeat:repeat-y;
	width: 36px;
}

#menupunkte {
	background-image:url(bilder/newunited_06.jpg);
	background-repeat: no-repeat;
	width: 587px;
	height: 31px;
}

#content_titel {
	background-image:url(bilder/newunited_10.jpg);
	background-repeat: no-repeat;
	width: 520px;
	height: 23px;
	text-align:left;
}

#content_inhalt {
	background-color:#FFFFFF;
	width: 591px;
	text-align: left;
	padding: 4px;
}

#news_bild {
	width:91px;
	height:83px;
	background-image:url(bilder/main_15.jpg);
	background-repeat:no-repeat;
	margin-top: 5px;
}

#news_titel {
	width:529px;
	height:83px;
	background-image:url(bilder/main_16.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
	text-align: left;
}

.ausrichtung_newstitel {
	margin-top: 22px;	
}

.spacer {
	padding: 2px;
	margin-left: 15px;
	margin-top: 16px;
}

.box_rahmen {
border:dotted 1px #000033;
padding: 5px;
margin: 2px;
margin-top: 3px;
}

/* Text und Schriften */
a {
	color: #01083e;
	text-decoration: none;
	text-underline: none;
}

.head_menuschrift {
	color: #01083e;
	font-style: oblique;
	text-decoration: none;
	text-underline: none;
	font-weight:bold;
}

.norm_link {
	color: #01083e;
	text-decoration: none;
	text-underline: none;
}

.pfeilausrichtung {
	vertical-align:middle;
}

.ueberschrift {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.untertitel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

.kleineschrift {
	font-size:9px;
}
.fuss_kleineschrift {
	font-size:9px;
	text-align:justify;
}
#loginbox {
	background-image:url(bilder/main_12.jpg);
	height: 67px;
	width: 404px;
	padding-left: 3px;
	font-size: 9px;
	text-align: left;
}
.ausrichtung_loginbox {
	margin-top: 2px;	
}
#footer {
	height: 29px;
	background-color:#000000;
	color:#FFFFFF;
	margin-top: 2px;
}

a.footerlink:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.footerlink:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.footerlink:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a.footerlink:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* ENDE */

