/* Global Resets xx*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	padding: 10px 0px 10px 0px;
	margin: 0em 0em 0.5em;
	border-radi us:10px;
	/*font-family: sans-serif;*/
	}

div {
	border:solid black 0px;
	/*border-radi us:10px;*/
	}

/* Global Reset xx*/

body {
     font-family: Verdana, Helvetica, sans-serif;
     font-size:1em;
     background-image:url(grau-900-w.gif);
     background-repeat:repeat-y;
     background-position: center;
     min-width:800px;
     min-height:600px;
     border: solid 0px yellow;
     }
.download {
border-image-source:url("../../Downloads/download.gif" 30 30 repeat);
/*border-image:url("/files/4127/border.png") 30 30 repeat;*/
}

/*fuer aeltere IEs */
.wrap {
	width: 790px;
	text-align: left;
	margin: 0px auto;
	/*background-color: yellow;*/
	top:0px;
}

/*div .wrap {
        border-color:black;
        border: 0 5px 0 10px;
}*/

#head {
	width:790px;
	height:auto;
	margin-left:0px;
	margin-right:auto;
	margin-top:20px;
	padding-bottom:50px;
	border: solid 1px white;
	text-align:center;
         }
#head p {
	position:absolute;
	float:left;
	z-index:1;
	top:50px;
	width:790px;
	text-align:center;
	/*left:150px;*/
	font-size:1.4em;
	font-family:Verdana,sans-serif;
	}
#head img{
	height:100px;
	width:600px;
	}




#leftcol{
	position:relative;
	float:left;
	width:200px;
	border: solid 0px yellow;
}

#leftcol csc-default {
	margin:0px;
}

#leftcol .news {
	font-size: 0.8em;
	background-color:white;
	border-radius:10px;
     width:200px;
     margin-top:20px;

}

#leftcol .news div {
	padding:5px;
}


#leftcol .news .header a{
	text-decoration:none;
	font-variant:small-caps;
	color:black;
}

#leftcol .news .header h3 {
	margin:0px;
	padding:0px;
}


#leftcol .news .teaser-text{
	margin:0px;
}

#leftcol .news .footer {
	margin:0px;
}

#leftcol div div div div a, a:visited, a:hover {
	color:black;
}




/*NAVIGATION*/
#navi {
	width:20%;
	min-width:200px;
	height:100%;
	border: solid 1px blue;
	}

#navi ul {
	width:180px;
	left:0px;
	top:0px;
	list-style-type:none;
	border: solid 1px green;
	background:white;
	padding: 10px;
	border-radius: 10px 10px;
	}

#navi ul li a {
	font-weight:bold;
	color:black;
	font-variant:small-caps;
	text-decoration:none;
	line-height:1.5em;
	padding-left:5px;
	display:block;
	}

#navi ul li a:hover {
	background-color:black;
	/*color:rgb(173,173,173);*/
	color:white;
	display:block;
	}
#navi ul li a.current {
	background-color:black;
	/*color:rgb(173,173,173);*/
	color:white;
	display:block;
	}

#navi-pic {
	position:absolute;
	left:30px;
	bottom:0px;
	}

/* neu */

#navi ul li ul {
	width:175px;
	left:0px;
	top:0px;
	margin-left:0px;
	padding:0px 0px 0px 5px;
	list-style-type:none;
	}

#navi ul li ul li a {
	font-weight:bold;
	color:black;
	font-variant:small-caps;
	text-decoration:none;
	line-height:1.5em;
	display:block;
	}

#navi ul li ul li a:hover {
	background-color:black;
	/*color:rgb(173,173,173);*/
	color:white;
	display:block;
	line-height:1.5em;
	}
#navi ul li ul li a.current {
	background-color:black;
	/*color:rgb(173,173,173);*/
	color:white;
	display:block;
	line-height:1.5em;
	}

/* neu */

#content {
	/*border: solid black 0px;*/
	position:relative;
	float:left;
	/*width:450px;*/
	width:555px;
	min-height:400px;
	margin-left:30px;
	border: solid 1px red;
	background-color:white;
	border-radius: 10px 10px;
	}


#content .csc-default {
	padding:20px 20px 20px 20px;
	}


#content div img {
  	border-radius:10px;
  	margin-bottom:0px;
 	}


#pic-right{
        /*border: solid black 0px;*/
        position:relative;
        width:178px;
        /*width:10%;*/
        float:right;
        margin:0 0px 0 0px;
        right:0px;
        }

#content a, a:visited {
  	font-style:italic;
  	/*text-decoration:none;*/
  	color:black;
  	}

#content a:hover {
  	font-style:italic;
  	text-decoration:none;
  	background-color:darkgrey;
  	color:white;
  	}

#content #topjump, #content #topjump:hover {
	padding:0px 0px 0px 20px;
	background-color:white;
	color:black;
         }

/*Kontaktformular*/

.csc-mailform  ol{
padding:0px;
margin:0px;
}

.csc-form-3 label > em {
font-size:0.6em;
}


/* Name */
.csc-mailform  ol li fieldset ol{
padding:0px;
}
.csc-mailform  ol li fieldset ol li{
padding:0px 20px 0px 0px;
}

/* message */
.csc-mailform #field-6 {
margin-left:225px;
margin-top:-20px;
/*rows: 2;
cols:6;*/
}


#content,#head,#navi,body,#navi ul, #content .bodytext {
border: solid 0 black;
  }*/