html  {
	height:100%;
	width:100%;
	min-height: 100%;
}

/*
body {
	margin:0px; 
	padding:0px;
	color: black;
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size:11px;	
	height:100%;
}
*/

body {
	display: block;
	min-height:100%;         /* IE min-height hack */
	height:auto !important;  /* IE min-height hack */
	height:100%;             /* IE min-height hack */
	
	font-family: Arial;
	font-size: 11px;
	color: #595959;
	font-style: normal;
	
	background-image: url('/fileadmin/images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;

	margin:0px;
}

a {
	color:#000000;
	background-color: transparent;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


h1 {
	font-size:15px;
	font-weight:normal;
}

#main {
	min-height:100%;         /* IE min-height hack */
	height:auto !important;  /* IE min-height hack */
	height:100%;             /* IE min-height hack */
	position:relative;
}


#stage {
	position: relative;
	margin: auto;
	width: 904px;
	height:100%;
}
	
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#headernav {
	float:right;
	width: 904px;
	height: 40px;
}

#logo {
	float:left;
	width:904px;
	height:178px;
}
	
#logo a {
	float:left;
	width:904px;
	height:178px;
	background-image: url('/fileadmin/images/logo.gif');
	background-repeat: no-repeat;
			
	text-indent:-22222px;
}

	
	
/** MAIN Navigation **/


#topmenu {
	position: absolute;
	top: 0;
	/*right: 7px;*/
	right:0px;
	
	width: 747px;
	height: 16px;
	
	padding: 18px 0 0 7px;
	
	text-align: right;
	font-size:14px;
	text-transform:uppercase;
}
#topmenu span {
	margin: 0 18px 0 0;
}
#topmenu .last {
	margin: 0;
}
#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu a.active {
	color: #cccccc;
	text-decoration: none;
}
 


#contentcont {
	float:left;
	/*position:absolute;*/
	width: 904px;
}

#cont_middle {
	position:relative;
	background-color:white;
	min-height:400px;
	/*margin-left:205px;*/
}

#cont_middle2 {
	position:relative;
	background-color:white;
	min-height:400px;
	width: 904px;
	margin: auto;
	/*margin-left:205px;*/
}


#cont_middle:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#inhalt {
	float:left;
	margin-top:24px;
	padding-bottom:15px;
	margin-right:35px;
	width:276px;
}

#inhalt h1 {
	color:#600001;
	font-size:14px;
	font:Verdana;
	font-weight:bold;
	margin-top:0px;
}

#inhaltlinks {
	float:left;
	margin-top:24px;
	padding-bottom:15px;
	margin-right:35px;
	width:276px;
}

#inhaltrechts {
	float:left;
	margin-top:24px;
	padding-bottom:15px;
	width:276px;
}

.dblink {
	float:right;
	margin-top:20px;

}

#inhalt2 {
	float:left;
	margin-left:60px;
	margin-top:24px;
	padding-bottom:35px;
	margin-right:60px;
	width:450px;
}

#inhalt2 h1 {
	color:#600001;
	font-size:14px;
	font:Verdana;
	font-weight:bold;
	margin-top:0px;
}

#inhaltrechts2 {
	float:left;
	margin-top:62px;
	padding-bottom:15px;
	width:276px;
}

#cont_middle ul {
	font-size: 12px;
	list-style-image: url('/fileadmin/images/li_icon.gif');
	margin-left:30px;
	margin-top:11px;
}

#cont_middle ul li{
	margin-bottom:5px;
}

#footer{
	/*position:absolute;
	bottom:0px;*/
	width:100%;
	background-image:url('/fileadmin/images/footer_bg.jpg');
	background-repeat:repeat-x;
	background-color:#1e1e1e;
}	

#footercont {
	margin: auto;
	width:904px;
	height:150px;
	padding-top:30px;
	padding-left:20px;	
	
}

#footercont p {
	float:left;
	width:290px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

#footercont .contenttable {
	float:left;
	width:290px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

#footercont .contenttable p{
	float:left;
	width:100%;
}


#footercont a {
	color:#999999;
	text-decoration:none;
}

.csc-sitemap ul {
	font-size: 12px;
	list-style-image: url('/fileadmin/images/li_icon.gif');
	margin-left:30px;
	margin-top:11px;
}

.csc-sitemap ul li{
	margin-bottom:10px;
}


/* reset.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.align-right {
text-align:right;
}
.align-center {
text-align:center;
}

p img {
border:none;
}

fieldset, img {
border:0 none;
}

/* Forms */
fieldset label {
	float:left;
	width:100px;
}
input,textarea {
    width:230px;

    border: 1px solid #333333;
    font-size:11px;
	font-family:Arial;
}
.csc-mailform-field {
	margin-bottom:5px;
}

.csc-mailform-submit{
    width:80px;
    border: 1px solid #333333;
    font-size:11px;
	font-family:Arial;
	margin-left:100px;
}
