/*+++++++++++++++++++++ NOMALER TEXT +++++++++++++++++++++++++*/
.inhalt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}


.inhalt-rechts{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
}

.inhalt-rechts-hg{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
    width: 227px;	
}
p {
	margin-top: 0px; 
	margin-bottom: 8px;
}

.csc-form-label-req{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.csc-form-label{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-caption{
	font-size: 10px;
}

LI {
	margin-left: 5px;
	margin-top: 4px; 
	margin-bottom: 4px
}
UL {
	margin-left: 10px;
	margin-top: 5px; 
	margin-bottom: 8px
}

td {
	font-size: 12px;
}

.contenttable {
	width: 518px;
}

/*+++++++++++++++++++++++ MAILFORM ++++++++++++++++++++++++++*/



.csc-mailform {
        border: 0px;
}

.csc-mailform-field label {
  float:left;
  clear:both;
  width:160px;
  margin-right:1em;
  padding-top:1.5em;
  text-align:left;
  height: 20px
}

.csc-mailform-submit {
        margin-left: 170px;
}

.csc-mailform input, select {
	margin-top: 1.5em;
	height:20px
}

.csc-mailform  textarea {
	margin-top: 1.5em;
}

/*++++++++++++++++++++ UEBERSCHRIFTEN ++++++++++++++++++++++++*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	text-transform: uppercase;
	margin-top: 6px; 
	margin-bottom: 8px
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	text-transform: uppercase;
	margin-top: 6px; 
	margin-bottom: 8px
}
/*+++++++++++++++++++++++ MENU +++++++++++++++++++++++++++++*/
.menu{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: top;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 160px;
}
.menu-ebene2{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	vertical-align: top;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 160px;
}

/*++++++++++++++++++++++++ LINKS ++++++++++++++++++++++++++++*/
A:link {
	COLOR: #000066; 
	text-decoration: none;
}
A:active {
	COLOR: #000066; 
    text-decoration: none;
}

A:visited {
	COLOR: #000066; 
    text-decoration: none;
}

A:hover {
	COLOR: #000099; 
	text-decoration: underline;
}

