/* css fuer DHC WIESBADEN */
form {
  margin: 0;
  padding: 0;
}
body { margin: 5px auto;
width:960px;
	height: 100%;
	font-size: 76%;
}

a:link {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
#content a:visited {
	color: #666;
}

a:hover {
	color: #666;	
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #333;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/


#all {
    width:960px;
    margin:5px auto;
  background: url(../images/background.gif) repeat-x;
  background-position:bottom;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
}


#header {
  width:960px;
  height:148px;
  background: url(../images/Header.jpg) no-repeat;
}

#main_area {
  width:960px;
min-height:500px;
}
.menu{
  padding-left:38px;
}
#menu1 {
  margin-top:1px;
  padding-top:10px;
  width:960px;
  background: url(../images/Menu1.gif) repeat-x;
  height:33px;
  display:block;
  margin-bottom:25px;
  z-index:100;
}

#menu1 a:link, a:visited {
  color:silver;
}

#menu1 ul {
  padding: 0px 0px 0px 30px;
  margin: 0;
  list-style-type: none;
  }
#menu1 li {
  float: left;
  position: relative;
  padding: 0;
  border: 0;
  width:120px;
}

#menu1 ul ul  {
  visibility:hidden;
  position: absolute;
  padding:3px; 
  top: 15px;
  left: 0px;
  background-color: #2C2525;
  border:1px solid silver;
  width:80%;
  }

#menu1 ul li:hover > ul { 
visibility:visible;
}

#menu1 ul ul ul{
left:100px;
top:0px;
position: absolute;
width:auto;
}

#menu_left {
float:left;
padding-left:20px;
width:175px;
}

#menu_left ul {
  list-style:none;
margin:0px;
padding:0px 0px 0px 0px;
}

#menu_left ul ul{
  list-style:none;
margin:0px;
padding:0px 0px 0px 20px;
}

#menu_left a:link, #menu_left a:visited {
color:black;
}

#menu_left a:hover {
    text-decoration:underline;
    font-weight:normal;
}

#menuimp ul {
list-style-type:none;
padding:0px;
margin:10px auto;
width:180px;
}
#menuimp li {
float:left;
width:60px;
}

#right_column {
  width:230px;
  float:right;
}
#right_column h3 {
font-size:100%;
}

#content {
    width:500px;
    min-height:350px;
    margin:0px 250px 0px 200px;
}

#footer {
clear:both;
text-align:center;
}
#footer div {
margin:10px auto;
width:80%;
  border-top:1px solid white;
}

#footer p {
clear:both;
  color:white;
  padding: 5px;
  font-size:10px;
  width: 80%;
  margin:0px auto;
}

#footer a {
color:black;
}

.w3c img {
border:0px;
margin:20px 20px 0px 20px;
padding:0px;
}

/* headers */

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
	border-bottom:solid 2px #b30000;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3 {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 130%;
  color: #666;
  padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	text-align: left;
border-bottom: 2px solid #b30000;
width:75%;
}

/* defining contat form */

fieldset {
border:none;
}
label {
float:left;
width:120px;
}
input {
width:180px;
}
input.csc-mailform-submit {
margin-left:120px;
border:none;
width:184px;
}

/* defining news */
.news-latest-item {
padding-bottom:25px;
}

