
body{
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(/fileadmin/templates/images/content_hg.jpg);
    background-repeat: repeat-y;
    background-position: center 0;
}
a img {
border:0px;
}
a{
    text-decoration:none;
    color: #990000;
}
#hgoben{
    width: 100%;
    height: 140px;
    background-image: url(/fileadmin/templates/images/hgoben.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#alles{
    margin: 0 auto 0 auto;
    width: 1022px;
    
}

#kopf{
    width: 1022px;
    height: 140px;
    background-image: url(/fileadmin/templates/images/kopf_hg.jpg);
    float: left;
}

#logo{
    padding: 24px 0 0 44px;
    float: left;
}

#kopftext{
    width: 350px;
    height: 125px;
    background-image: url(/fileadmin/templates/images/kopf_text.jpg);
    background-repeat: no-repeat;
    float: right;
    padding: 24px 51px 0 0;
}

#kopf2{
    float: left;
    padding: 27px 0 0 36px;
}

#kopfgrafik img{
    border: 10px solid #ffffff;
    padding: 0;
    margin: 0;
}

#spalten{
    float: left;
    padding: 26px 0 0 46px;
}

#navi{
    width: 271px;
    background-color: #990000;
    border: 1px solid #ffffff;
    float: left;
}

#content{
    width: 625px;
    line-height: 18px;
}

#contentwrapperout{
    background-color: #ffffff;
    margin: 0 0 0 28px;
    float: left;
}

#contentwrapperin{
    padding: 30px 102px 20px 102px;
}

#fuss{
    width: 641px;
    float: left;
    padding: 23px 0 14px 381px;
    font-size:11px;
}
#fuss a{
    color:black;
    text-decoration:none;
}

h1{
    font-size: 18px;
    color: #990000;
}

.navi1{
    color: #ffffff;
    font-weight: bold;
    list-style-type: none;
    padding: 7px 0 0 23px;
}

.navi1 a{
    color: #ffffff;
    text-decoration: none;
}

.navi1 a:hover, .navi1 a:focus, .navi1 a:active{
    text-decoration: underline;
}

.act{
    padding: 6px 0 6px 15px;
    background-image: url(/fileadmin/templates/images/li.gif);
    background-repeat: no-repeat;
    background-position: 0 9px;
}

.norm{
    padding: 6px 0 6px 15px;
    background-image: url(/fileadmin/templates/images/li.gif);
    background-repeat: no-repeat;
    background-position: 0 9px;
}

.navi2{
    font-weight: normal;
    list-style-type: none;
    padding: 5px 0 0 10px;
    margin: 0;
}

.act2{
    padding: 5px 0 5px 0;
}

.norm2{
    padding: 5px 0 5px 0;
}

.act2 a{
    text-decoration: underline;
}

/* BILDER IM TEXT */
#content .csc-textpic-imagewrap {
  border:5px solid #d4d4d4;
  border-bottom:2px solid #d4d4d4;
  background-color:#d4d4d4;
  margin-bottom:20px;
}

#content .csc-textpic-below .csc-textpic-imagewrap{
  border:5px solid #d4d4d4;
}

#content .csc-textpic-caption{
  padding-top:10px;
  background-color:#d4d4d4;
  text-align:center;
  font-size:11px;
}

#content .contentlinie{
  border-bottom:2px solid #d4d4d4;
  padding-bottom:20px;
  margin-bottom:20px;
}

/* *** FORMS *** */
form {
	padding-left: 0px;
	width: 195px;
}
.csc-mailform {
	border: 0;
	padding: 0px;
	margin: 0px;
}
.csc-mailform-submit {
	margin-right: 0px;
	float: right;
}
.csc-mailform-field {
	display: block;
	border: 0px solid #c5cd5b;
	padding-bottom: 4px;
}
.csc-form-labelcell {
	font-size: 12px;
}
label {
	display: block;
	float:   left;
	width: 100px;
	margin-bottom: 4px;
}
select {
	width: 355px;
	border: 1px solid #990000;
}
input {
	border: 1px solid #990000;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="button"] {
	cursor: pointer;
}
textarea {
	border: 1px solid #990000;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}
