* {
	margin: 0;
	padding: 0;	
}

p {
	margin-bottom: 18px;
}

p.bodytext {
	margin: 0 ;
	padding: 0 ;	
}

html {
	margin: 0;
	padding: 0;
	height:100%;
	
	overflow: -moz-scrollbars-vertical;

}
	
body {
	margin: 0; 
	padding: 0;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#494646;	
	
	background-image:url(../images/bg_verlauf.jpg); background-repeat:repeat-x;
	background-color:#DCDFE4;
	
	text-align:center;
	cursor:default; 
}


a 
{
    font-size: 12px;
	color: #333333;
	text-decoration:underline;
	outline:none;
}

.internal-link
{
	text-decoration:underline !important;
}

a:hover{
	color:#494646;
}

a h3:hover
{
	text-decoration:underline !important;
}

h1
{
	margin:0;
	padding:0;
	font-size:21px;
	line-height:26px;
	margin-bottom:14px;
	font-weight:normal;
	margin-left:-1px;
}

h1.csc-firstHeader
{
	
}

h2{
	margin:0;
	padding:0;
	font-size:19px;
	line-height:26px;
	margin-bottom:7px;
	font-weight:normal;
	margin-left:-1px;
	font-style:italic;	
}

.mainContainer
{
    width:950px;
    text-align:left;
	margin:auto;
}

.header
{
    height:388px;
    margin-top:18px;
    margin-bottom:50px;    
}

.header a
{
    border-style:none;
}

.header img
{
    border-style:none;
}


.logo
{
    position:absolute;
    display:block;
    margin-left:617px;
    margin-top:28px;
    width:334px;
    height:334px;
    background-image:url(../images/logo.png); background-repeat:no-repeat;
    z-index:100;
}

.contentContainer
{
    width:576px;
	line-height:16px;
	padding-bottom:40px;
}

.bodytext a
{
	/* font-weight:bold; */
	text-decoration:underline;
}

.bodytext a:hover
{
}

.side
{
    width:334px;
}

.navi
{
    margin-bottom:35px;
}

.navi ul
{
    list-style-type:none;
}

.navi ul li
{
    margin-bottom:3px;
}

.navi ul li a
{
    display:block;
    height:10px;
    padding:6px 20px 9px 20px;
    background-color:#8C8C8C;
    text-decoration:none;
    text-transform:uppercase;
    color:#FFFFFF;
    font-weight:bold;
    overflow:hidden;
}

.navi ul li a:hover
{
	font-weight:bold;
    background-color:#FEA31A;
    color:#FFFFFF;
}

.navi ul li.active a
{
	font-weight:bold;
    background-color:#FEA31A;
    color:#FFFFFF;
}

.navi_top
{
	color:#8C8C8C;
	font-size:12px;
	font-weight:bold;	
	text-transform:uppercase;
	padding-top:10px;
}

.navi_top a
{
	text-decoration:none !important;
	padding-right:30px;
}

.navi_top a:hover
{
	color:#FEA31A !important;
}

.moreLink{
	text-decoration:underline;
}


.csc-header{
	padding-left:48px;
}



.floatRight
{
    float:right;
    display:inline;
}

.floatLeft
{
    float:left;
    display:inline;
}

.hidden
{
    display:none;
}

.invisible
{
	font-size:0; line-height:0;
	height: 0px;
	width:0px;
	visibility: hidden;
	overflow:hidden;    
}

.clearfix {
	clear:both; font-size:0; line-height:0;
	height: 0px;
	width:0px;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
