/*
################## Reset Script #######################
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead{
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
################## Reset Script #######################
*/

/*
################## HTML Elemente #######################
*/

html {
	background: #ffffff;
}

body {
	font-family: "Times New Roman", serif; 
	text-align:left;
	margin:0px;
	color:#222222;
	font-size:90%;
}

a:link, a:visited, a:active, a:focus  { font-weight:bold; color:#005a9e; text-decoration:none; border-bottom:0px;}
a:hover { font-weight:bold;color:#005a9e; text-decoration:underline;}

.platzhalter {
clear:both;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	font-size:0.01em;
}

.csc-header{
margin-top:10px;
}

h1 {
	font-size:130%;
	font-weight:bold;
	margin-bottom:15px;
	padding:0px;
	padding-top:10px;
	line-height:150%;
	font-style:italic;
}

h2 {
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
	padding:0px;
	padding-top:10px;
	line-height:170%;
}

.h2inner{
	
}

h3 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:10px;
	padding:0px;
	padding-top:10px;
}

th{
	font-weight:bold;
	font-size:110%;
}

strong{
	font-weight:bold;
}

td{
	padding:2px;
	vertical-align:top;
}

div.csc-textpic img{
	border: #FFFFFF 3px solid;
}

.csc-textpic-image img{
	margin-left:15px;
	margin-right:15px;
}

em {font-style:italic;}

/*
################## HTML Elemente #######################
*/

/*
################## LAYOUT #######################
*/




#mainwrap_outer{
	width:980px;
	height:670px;
	margin-left:auto;
	margin-right:auto;
}

#top{
	float:left;
	width:980px;
	background:#FFCC4D;
}
#top_logo{
	float:left;
	width:191px;
	height:174px;
}
#top_logo_inner{
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	float:left;
	width:130px;
	height:141px;
	margin-left:25px;
	margin-top:25px;
}

* html #top_logo_inner{
	margin-left:12px;
}

#top_header{
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	float:right;
	width:789px;
	height:174px;
}

#navigation{
	background:#972e33;
	float:left;
	width:980px;
	height:36px;
	color: #ffffff;
	font-size:115%;
}

#navigation_inner{
	float:left;
	width:980px;
	height:26px;
	margin-top:3px;
	border-top: 2px #ffffff solid;
	border-bottom: 2px #ffffff solid;
}

#nav{
	float:left;
	margin-top:2px;
}

#willkommen{
	float:left;
	width:980px;
	height:140px;
	background:#FFCC4D;
}

#willkommen_inner{
	margin-left:auto;
	margin-right:auto;
	width:610px;
	height:58px;
	background-image:url(willkommen.jpg);
	background-repeat:no-repeat;
	margin-top:40px;
}
	
#mainwrap{
	float:left;
	width:980px;
	background:#FFCC4D;
}

#floater{
}

#bild1, #bild2, #bild3, #bild4, #bild5{
	float:left;
	height:241px;
	width:194px;
	background-repeat:no-repeat;
	margin-right:3px;
}

#bild1{
	background-image:url(s1_1.jpg);
}
#bild2{
	background-image:url(s1_2.jpg);
}
#bild3{
	background-image:url(s1_3.jpg);
}
#bild4{
	background-image:url(s1_4.jpg);
}
#bild5{
	background-image:url(s1_5.jpg);
	margin-right:0px;
	width:192px;
}

#bottom{
	background:#972e33;
	float:left;
	width:980px;
	height:28px;
	color: #ffffff;
	text-align:center;
}
#bottom_inner{
	margin-top:5px;
}
		
#footer{
	float:left;
	width:980px;
	height:50px;
	background:#FFCC4D;
}
#footer_left{
	float:left;
	margin-top:15px;
	margin-left:30px;
}
#footer_right{
	float:right;
	margin-top:15px;
	margin-right:30px;
}

#footer a:link,#footer a:visited,#footer a:active,#footer a:focus  { font-size:110%;font-weight:normal; color:#972e33; text-decoration:none; border-bottom:0px;}
#footer a:hover { font-size:110%; font-weight:normal;color:#972e33; text-decoration:underline; border-bottom:0px;}

.impressum{
	margin-right:30px;
}

.level0 {
	float:left;
	overflow:visible;
}

.level0li{
	margin-left:30px;
	margin-right:30px;
	float:left;
}

.level0liact{
	margin-left:30px;
	margin-right:30px;
	float:left;
}

.level0 a:link,.level0 a:visited,.level0 a:active,.level0 a:focus  {font-size:110%; font-weight:normal; color:#ffffff; text-decoration:none; border-bottom:0px; }
.level0 a:hover {color:#ffffff; text-decoration:underline; border-bottom:0px solid;  }
.level0 a.active{font-weight:bold; color:#ffffff; text-decoration:none; border-bottom:0px solid; }
.level0liact a.active {font-weight:bold; color:#ffffff; text-decoration:none; border-bottom:0px solid; }
.level0liact a:link,.level0liact a:visited,.level0liact a:active,.level0liact a:focus {color:#ffffff; text-decoration:none; border-bottom:0px solid; font-weight:bold; }

#home{
	margin-left:38px;
	margin-right:120px;
	float:left;
}

* html #home{
	margin-left:18px;
}

#homeact{
	margin-left:38px;
	margin-right:120px;
	float:left;
}

* html #homeact{
	margin-left:18px;
}

#homeact a.active {font-weight:bold; color:#ffffff; text-decoration:none; border-bottom:0px solid; }
#homeact a:link,#homeact a:visited,#homeact a:active,#homeact a:focus {color:#ffffff; text-decoration:none; border-bottom:0px solid; font-weight:bold; }



.level1 {
	float:left;
}

.level1li{
	float:left;
	width:140px;
	margin-bottom:6px;
}

.level1liact{
	float:left;
	width:140px;
	margin-bottom:6px;
}

.level1 a:link,.level1 a:visited,.level1 a:active,.level1 a:focus  {font-size:120%; font-weight:normal; color:#972e33; text-decoration:none; border-bottom:0px; }
.level1 a:hover {color:#972e33; text-decoration:underline; border-bottom:0px solid;  }
.level1 a.active{font-weight:bold; color:#972e33; text-decoration:none; border-bottom:0px solid; }
.level1liact a.active {font-weight:bold; color:#972e33; text-decoration:none; border-bottom:0px solid; }
.level1liact a:link,.level1liact a:visited,.level1liact a:active,.level1liact a:focus {color:#972e33; text-decoration:none; border-bottom:0px solid; font-weight:bold; }



/*
################## LAYOUT #######################
*/

/*
################## SITEMAP #######################
*/

.csc-sitemap{
padding-top:20px;
}

.csc-sitemap ul{
margin-left:0px;
}

.csc-sitemap li{
margin-left:35px;
}

/*
################## RTE #######################
*/

.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}


/*
################## PRINT #######################
*/

@media print {

	html {
		background:#ffffff;
	}

	body {
		background:#ffffff;
		color:#000000;
		font-size:80%;
	}
	
	#left, #bottom, #navigation{
		visibility:hidden;
		width:1px;
		height:1px;
	}
	
	#right, #content, #floater, #mainwrap, #mainwrap_outer, #mainwrap_outer_outer{
		width:auto;
		float:auto;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	#content_inner{
		margin-left:auto;
		margin-right:auto;
		
	}
	
}
