/* CSS Document */

body {
	background-color: #F8F8F8;
	margin: 15px;
}


#top_box_rahmen, #marg_box_rahmen {
	border-width: 1px;
	border-color: #C63C70;
	border-style: solid;
	padding: 7px;
	width: 885px;
	background-color: #FFFFFF;
	background-image: url(img/background.gif);
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	
	height: 300px;
	
}

#marg_box_rahmen {
	width: 185px;
	margin-left: 40px;
	float: right;
}

#nav_box {
	width: 140px;
	color: #C63C70;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}

#copy_box {
	width: 715px;
	float: right;
}

.headline {
	font-size: 16px;
	color: #C63C70;
}

.crossline {
	font-weight: bold;
	line-height: 270%;
}

a {
	text-decoration: underline;
	color: #C63C70;
}
a:hover, .auswahl { color: #333333;}

.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C63C70;
	font-weight: bold;
	text-decoration: underline;
	line-height: 180%;
}

