/* CSS Document */

/*--------------------------------------------------------------------
	Generelle Definitionen
---------------------------------------------------------------------- */
html, body, table{
    font-size: 76%;  /* Moegliche Werte, damit es in den gaengigen Browsern in etwa gleich aussieht: 69%, 76%, 86%, 93% */
    font-family:arial, helvetica, sans-serif;
    color:#330033;
	font-weight:normal;
}
body, table{
    font-size:1em;
}
h1{
    font-size:1.8em;
    font-weight:bold;
	}
h2{
    font-size:1.4em;
    font-weight:bold;
	}
h3{
    font-size:1em;
    font-weight:bold;
    color:#af95c2;
	}
li{
	list-style-image:url(../images/icon_navigation.gif);
	}
.align-center {
	text-align: center;
}
/* ------------------------------------------------------------------- 
	Link Styles
---------------------------------------------------------------------- */
a, a:link, a:visited, #inhalt a, #inhalt a:link, #inhalt a:visited{
  color:#333366;
  text-decoration:underline;
  font-weight: bolder;
}
a:hover, a:active, #inhalt a:hover, #inhalt a:active{
  color:#af95c2;
  text-decoration:underline;
  font-weight: bolder;
}
/* ------------------------------------------------------------------- 
	Image Styles
---------------------------------------------------------------------- */
#inhalt img{
	border: #af95c2 1px solid;
	padding:0px;
	margin: 0px 10px 10px 0px;
	float:left;
}

/* ------------------------------------------------------------------- 
	Servicenavigation
---------------------------------------------------------------------- */
#servicenavigation {
	font-size: 11px;
	line-height: 21px;

}
#servicenavigation a, #servicenavigation a:link, #servicenavigation a:visited {
	color:#330033;
	text-decoration:none;
	font-weight:bold;
}
#servicenavigation a:hover, #servicenavigation a:active {
	color:#996699;
	text-decoration:none;
	font-weight:bold;
}
/* ------------------------------------------------------------------- 
	Hauptnavigation
---------------------------------------------------------------------- */
#navigation li{
	background-color:#F2EFF6;
	list-style-image:url(../images/rose.gif);
	line-height: 1.8em;

}
#navigation li li{
	background-color:#F2EFF6;
	list-style-image:url(../images/icon_navigation.gif);
	line-height: 1.8em;

}
a.nav1, a.nav1:link, a.nav1:visited, a.nav2, a.nav2:link, a.nav2:visited {
	color:#330033;
	text-decoration:none;
	font-weight:normal;
}
a.nav1:hover, a.nav1:active, a.nav2:hover, a.nav2:active {
	color:#330033;
	text-decoration:none;
	font-weight:bold;

}
a.nav1SubAktiv, a.nav1SubAktiv:link, a.nav1SubAktiv:visited {
	color:#996699;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

a.nav2Aktiv, a.nav2Aktiv:link, a.nav2Aktiv:visited, a.nav1Aktiv, a.nav1Aktiv:link, a.nav1Aktiv:visited{
	color:#330033;
	text-decoration:none;
	font-weight:bold;
	font-style: italic;
}
a.nav1SubAktiv:hover, a.nav1SubAktiv:active, a.nav2Aktiv:hover, a.nav2Aktiv:active {
	color:#330033;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}

/* ------------------------------------------------------------------- 
	Contentnavigation
---------------------------------------------------------------------- */
#contentnavigation ul, #contentnavigation li{
	display: inline;
	text-decoration: none;
	padding: 0px 10px 0px 10px;

}
#contentnavigation a.nav3, #contentnavigation a:link.nav3, #contentnavigation a:visited.nav3 {
	text-decoration: none;

}
#contentnavigation a:hover.nav3, #contentnavigation a:active.nav3, #contentnavigation a.nav3Aktiv  {
	text-decoration: none;
}
/* ------------------------------------------------------------------- 
	Link Styles Adressblock
---------------------------------------------------------------------- */
a:link, a, a:visited, a:hover, a:active{
  color:#330033;
  text-decoration:underline;
  font-weight: bold;
}

/* ------------------------------------------------------------------- 
	Footer
---------------------------------------------------------------------- */
#footer img{
	vertical-align:middle;
	margin: 0px 5px 0px 5px;
	border: 0;

}
/* ------------------------------------------------------------------- 
   Typo Formulare
---------------------------------------------------------------------- */
label {
	width: 100px;
	float:left;
	padding-left: 10px;
	}
input{
	color: #330033;
	background-color:#F2EFF6; /* Hintergrundfarbe Input-Felder */
	border: 1px inset  #663366;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 10px;
}
textarea {
	color: #330033;
	background-color:#F2EFF6;  /* Hintergrundfarbe Text-Area */
	border: 1px inset  #663366;
	width: 300px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 10px;
}
/* Ganzes Formular, Hintergrund und Rand */
.csc-mailform {
	border: 0px solid #ffcc33;
	padding: 10px;
	font-weight:bold;
}	
.csc-mailform-field {
	width: 100%;
	clear:both;
	margin-bottom: 5px;
	}
.csc-mailform-check {
	margin-bottom: 30px;
}
.csc-mailform-submit {
	margin-left: 220px;
	border: 1px outset #663366;
	background-color:#AF95C2;
	font-weight:bold;
	}
