body, html {
    margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
    background-image: url(../images/rost_hintergrund.jpg);
    background-repeat: repeat-x;
	background-color:#494949;
} 
a{
	text-decoration:none;
	color:#FFF;
}
p.bodytext{
	margin:0px;
}


#body {
    width: 900px;
}

/*
 * Menü
 */
#menu{
    color: white;
	height:45px;
}
#menu div{
	display:inline;
}
#menu a{
	color:#FFF;
	line-height:45px;
	padding:0px 10px;
	font-size:14px;
}
#menu a:hover,
#menu a.act{
	text-decoration:underline;
}
a.level2{
	display:block;
	background-color:#777777;
	color:#FFF;
	border-bottom:2px solid #FFF;
	line-height:20px;
	padding:0px 10px;
	text-decoration:none;
}
* html a.level2 {
	position:relative;
	top:-15px;
	height:20px;
	width:120px;
} 

a.level2:hover{
	background-color:#494949;
	text-decoration:underline;
}

/*
 * Flash
 */
#flash{
	float:left;
	border-right:2px solid #fff;
	height:618px;
}

/*
 * Content
 */
 #div2 {
    /*background: url(../images/Hiprofsho.jpg) no-repeat bottom right;*/
    background-color: #777777;
    border-width: 1px;
    border-style: solid;
    border-color: black;
} 
#div3{
    border-width: 2px;
    border-style: solid;
    border-color: white;
	background: url(../images/hgrund_textbl.jpg);
	height:618px;
}
#div4 {
	color: #FFF;
	text-align:left;
	height:531px;
	width:624px;
	padding:20px;
	margin:0px;
	margin-top: 25px;
	overflow:auto;
	float:left;
}
#div5{
	text-align:left;
	/*margin-top: 25px;*/
	height:618px;
	overflow:auto;
}

/*
 * Footer
 */
#footer{
	margin-top:10px;
	text-align:left;
}
#footer a{
	color:#FFF;
	padding:0px 10px;
}
#footer a:hover,
#footer a.act{
	text-decoration:underline;
}
#footer img{
	float:right;
	height:30px;
}

/*
 * News
 */
.csc-mailform{
	border:0px;
	padding:5px;
	float:left;
}

.csc-mailform label{
	display:block;
	width:110px;
	float:left;
}

.csc-mailform input{
	width:170px;
}

.csc-mailform textarea{
	width:250px;
	height:100px;
}

.csc-mailform-submit{
	width:120px !important;
	border:1px solid #575037;
	background:#FFFFFF;
}


