/* 
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%;
}

#filler1 {
	background-image:url(bilder/newunited_18.jpg);
	background-repeat:repeat-y;
	width: 25px;
}

#filler2 {
	background-image:url(bilder/newunited_20.jpg);
	background-repeat:repeat-y;
	width: 35px;
}

#filler3 {
	background-image:url(bilder/newunited_22.jpg);
	background-repeat:repeat-y;
	width: 29px;
}

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

#schattenrechts {
	background-image:url(bilder/newunited_04.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: 522px;
	text-align: left;
	padding: 4px;
}

#box_inhalt {
	background-color:#FFFFFF;
	width: 522px;
	text-align:left;
}

.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;
}

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

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

.kleineschrift {
	font-size:9px;
}

/* ENDE */