@charset "utf-8";

/*3366CC*/

/*Background START*/
body {
	background:#FFFFFF;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-image:url(images/Background.jpg);
	}
/*Background END*/



/*Formatierung DIVs START*/
#site {
	/*float:left;*/
	width:850px;
	/*height:1500px;*/
	/*height:auto;*/
	margin: 0 auto;
	background-color:#ffffff;
	color:#6a6a6a;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	}
	
	
/*Header*/
#header{
	width:100%;
	height:100px;	
}

/*Logo*/
#logo{
	width:211px;
	height:70px;
	margin: 15px 30px;
	float:left;
	background-image:url(images/Logo.png);
	background-repeat:no-repeat;
}

/*Navigation*/
#nav{
	height:95px;
	float:right;
}

#banner{
	width:100%;
	height:285px;
	border-color:#f07000;
	border-width:2px;
	border-top-style:solid;
	border-bottom-style:solid;
	background-image:url(images/Banner.jpg);
	background-repeat:no-repeat;
}

#content{
	width:100%;
	min-height:450px;
}

#content_top{
	margin:3%;
}

#content_left{
	width:44%;
	margin:3%;
	float:left;
}

#content_right{
	width:44%;
	margin:3%;
	float:right;
}


.download{
	color:#6a6a6a;
}

.internal-link{
	color:#f07000;
}
.external-link-new-window{
	color:#6a6a6a;
}
.mail{
	color:#6a6a6a;
}

#footer{
	height:30px;
	border-color:#f07000;
	border-width:1px;
	border-top-style:solid;
}

.csc-default{
	margin-bottom:30px;
}

/*MAIN_NAV START*/
.NAVIGATION {
	display: block;
	float:left;
	font-size:14px;
	color:#6a6a6a;													/* not selected -> light blue */
	text-decoration:none;											/* avoid underlines on links */
	margin:0 5px;
	padding: 0 5px;
	padding-top: 70px;
	padding-bottom: 5px;
	text-transform:uppercase;
	}

._active {
	color:#FFFFFF;
	background-image:url(images/Link.jpg);
	background-repeat:repeat-x;
	box-shadow:1px 1px 3px #AAA;
	}
	
.FOOTER_NAV{
	float:right;
	margin:0 10px;
	text-decoration:none;
	color:#f07000;
	line-height:30px;
}
/*MAIN_NAV END*/



/*Outlines im Firefox entfernen*/
a:focus { 
	outline: none;}

h1{font-size:20px; color:#f07000;}
h2{font-size:16px; color:#f07000;}
h3{font-size:12px; color:#000000;}
	
/*Formatierung Inhalt END*/	
