/*
	F A R B E N

	body HG		#323E56 blau
	border		#323E56 blau
*/

@import url("menu.css");
@import url("content.css");
@import url("formulare.css");

body
	{
	background-color: #323E56;
	color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	}
	
#site
	{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -377px;
	width: 754px;
	background-color: white;
	}

/* -----------------------------------
	H E A D E R
----------------------------------- */

#header_ticker
	{
	float: left;
	height: 51px;
	overflow: hidden;
	}	

#header_logo
	{
	float: right;
	}
	
#header_menu
	{
	clear: both;
	padding: 10px 0 30px 20px;
	}
	
/* -----------------------------------
	C O N T E N T   L I N K S
----------------------------------- */

#content_left_box
	{
	width: 244px;
	float: left;
	}
	
#content_left {
   margin: 0 20px 0 20px;
}	
	
/* -----------------------------------
	C O N T E N T   R E C H T S
----------------------------------- */

#content_right_box
	{
	width: 508px;
	float: right;
	padding: 0 0 0 1px;
	border-left-color: #323E56;
	border-left-style: dashed;
	border-left-width: 1px;
	}
	
	#content_right
		{
		padding: 0 20px 20px 19px;
		}
	
/* -----------------------------------
	F O O T E R
----------------------------------- */

#main_footer_box
	{
	clear: both;
	width: 734px;
	height: 25px;
	border-top-color: #323E56;
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 2px 0 0 0;
	}
	
#footernavi {
    text-align: right;
    position: relative;
    margin-top: 4px;
}

#socialbar {
    text-align: right;
    position: relative;
    margin-right: -20px;
    margin-top: 13px;
}	
	
/* -----------------------------------
     T Y P O 3 - K L A S S E N
----------------------------------- */


.csc-header .header_hg_bluefont_big {
    color: #4A516D;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.csc-header .header_hg_bluefont_small {
    color: #4A516D;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 6px 0;
} 

.csc-header .header_hg_whitefont_bluehg {
    background-color: #485369;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    vertical-align: top;
    padding: 1px 0 2px 18px;
    margin: 0 -20px 0 -18px;
}
