/* CSS Document */

* {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	}

body {
	background-image:url(images/bg.gif);
	font: 70% Arial, Helvetica, sans-serif;
	color: #000;
	background-repeat: repeat-x;
	background-position: left top;
}

.content{
	border-left: 1px solid #C30080;
	border-right: 1px solid #C30080;
	background-color:#FCEDF6;
	height:250px;
	font-size:13px;
}
.footerContent{
	background: url(images/bg_footer_top.gif) top no-repeat; 
	height:29px;
	}
.footer{
	background: url(images/bg_footer.gif) top no-repeat; 
	height:30px;
	text-align:right;
	font-size:10px;
	}
	
h1 {
	font: bold 1.6em Arial, Helvetica, sans-serif; 
	color:#C30080;
	text-transform:uppercase;
	padding-bottom:30px;
	}
h2 {
	font: bold 1.4em Arial, Helvetica, sans-serif; 
	color:#C30080;
	text-transform:uppercase;
	padding-bottom:15px;
	}
a{
	font: Arial, Helvetica, sans-serif; 
	color:#C30080;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
.border{
	border-top: 1px dotted #C30080;
	}
	
.sidetitle{
	background: url(images/bg_sidebar_title-temp.jpg) top no-repeat; 
	height:32px;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	padding-top:6px;
	}
	
.sidetitle_bottom{
	background: url(images/bg_sidebar_bottom-temp.jpg) left bottom no-repeat; 
	height:15px;
	}
	
.sidetitle_content{
	border-left: 1px solid #C30080;
	border-right: 1px solid #C30080;
	background-color:#fff;
	font-size:13px;
	height:100px;
	padding:10px;
	}
	
.hervorhebung {
	color: #C32781;
	font-weight:bold;
	text-decoration:underline;
}