.content{
width:697px;
min-height:650px;
/*background-color: green;*/
}
.contentInner{
padding-right: 20px;
}
/** Styleangaben für Textblöcke **/
div.modul, .contentInner .noFloat{
clear:both;
}
/** Text links vom Bild **/
.contentInner .textContentImageLeft img{
float:right;
margin-right: 0px;
margin-left: 10px;
}
/** Text rechts vom Bild **/
.contentInner .textContentImageRight img{
float:left;
margin-left: 0px;
margin-right: 10px;
}
/** Bilder sollen links gefloated werden **/
/*.contentInner .textContentImageLeft img{
float:left !important;
margin-right: 10px;
margin-left: 0px;
}*/
.contentInner .textContentImageCenter{
text-align: center !important;
/*height: 200px;
padding: auto auto auto 0 !important;
margin: auto auto auto 0 !important;
padding-left: 0 !important;
margin-left: 0 !important;
padding-right: auto !important;
margin-right: auto !important;
/*float:left !important;
margin-right: 10px;
margin-left: 0px;*/
}
.contentInner h2 {
font-size:1.0em;
color:#990000;
margin:15px 25px 5px 25px;
font-weight:bold;
}
.contentInner table, .contentInner dl{
margin-left: 25px;
}
.contentInner .block{
display: block;
padding: 10px 0;
}
.contentInner p{
font-size:0.95em !important;
line-height:1.3;
color:#663300;
margin-left:25px;
margin-right:25px;
font-weight:normal;
/*background-color: red;*/
}
.contentInner form.frontEnd{
margin-left:25px;
margin-right:25px;
}
.contentInner ul, .contentInner ol {
font-size:0.95em;
line-height:1.3;
color:#663300;
margin-left:55px;
margin-right:25px;
font-weight:normal;
}
.contentInner dl dt{
float: left;
width: 200px;
}
.contentInner dl dd{
margin-left: 200px;
}
.contentInner a {
color:#cc6600;
text-decoration:underline;
font-weight:normal;
}
.contentInner a:hover {
color:#000000;
text-decoration:underline;
font-weight:normal;
}
.contentInner img {
border:1px;
border-color:#660000;
border-style:solid;
padding:3px;
background-color:#FFFFFF;
margin:5px 5px 5px 5px;
}

.dottedTopLine, .dottedTopLineMoreSpace{
padding-top:10px;
margin-top:10px !important;
border-top:1px;
border-top-color:#660000;
border-top-style:dotted;
}
.dottedTopLineMoreSpace{
margin-top:30px !important;
}

.dottedBottomLine{
padding-bottom:15px;
margin-bottom:10px;
border-bottom:1px;
border-bottom-color:#660000;
border-bottom-style:dotted;
}
