* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;

}
body
	{
	margin: 0;
	padding: 0;
	font-size: 12px ;
	text-align: center;
	letter-spacing: 0.7px;
	color: #6d1f80;
	background-color: black;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a
{
	font: bold 12px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #6d1f80;
}

a:hover
{
	font: bold 12px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #6d1f80;
}


h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
div#start_body
	{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px ;
	text-align: center;
	letter-spacing: 0.7px;
	color: #6d1f80;
	background-color: #1f1f22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#container
	{
	display: block;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 941px;
	height: 100%;
	background-color: white;
	border-left: 1px solid #755ba2;
	border-right: 1px solid #755ba2;
}
	
div#container_start
	{
	display: block;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 656px;
	height: 100%;
	background-color: #1f1f22;
}
	
div#header
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px auto 0px auto;
	width: 941px;
	height: 233px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}

div#navt
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	width: 941px;
	height: 32px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border-top: 0px solid #255b93;
	border-bottom: 0px solid #255b93;
	background-image: url(../images/bgmenu1.jpg);
	background-repeat: repeat-x;
}


div#ueberschrift
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 843px;
	padding: 30px 0px 0px 40px;
	background-color: transparent;
}

div#cont
	{
	display: block;
	font: normal 10px;
	width: 941px;
	height:100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: white;
	background-image: url(../images/bg_cont.jpg);
	background-repeat: no-repeat;
}
div#leftbox
	{
	float:left;
	display: block;
	font: normal 10px;
	width: 435px;
	height:100%;
	padding: 0px 0px 0px 10px;
	background-color: white;
}
div#rightbox
	{
	float: right;
	display: block;
	font: normal 10px;
	width: 430px;
	height: 100%;
	padding: 10px 0px 0px 20px;
	background-color: transparent;
}


div#cont1
	{
	float: left;
	text-align: left;
	width: 598px;
	color:#6d1f80;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: 0px solid black;
}

div#cont2
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 40px;
	background-color: transparent;
}
div#cont4
	{
	float: right;
	text-align: left;
	width: 498px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

div#cont5
	{
	float: left;
	text-align: left;
	width: 498px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border-right: 1px solid #e3e3e3;
}
div#cont3
	{
	float: left;
	text-align: left;
	width: 498px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: 0px solid black;
}

div#footer
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 681px;
	height: 264px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #255b93;*/
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* dynamisches Menü Start */
 * html div#Tmenu {
	text-decoration: none;
  }
  div#Tmenu div {
   clear: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
  }
  ul#Navigation {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;    
	margin: 0px 0px 0px 0px;
	 padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
	 background-image: url(../images/adam_nav_norm.jpg);
	 background-repeat: repeat-x;
	 text-decoration: none; 
	 margin: 0px 0px 0px 0px;	
	 padding: 0;
  }
  * html ul#Navigation li {
    margin-bottom: 0px;
    list-style: none;
	 background-image: url(../images/adam_nav_norm.jpg);
	 background-repeat: repeat-x;
	text-decoration: none;
    float: left;
    position: relative;
  }

  ul#Navigation li ul {
	padding: 0px;
	position: absolute;
	text-decoration: none;
	top: 0px;
	left: -1px;
	border: 1px solid #1e568f;
}
  * html ul#Navigation li ul {
    left: -1.5em;
    lef\t: -0.4em;
	text-decoration: none;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
	text-decoration: none;
    margin-top: 0px; 
	 margin-bottom: 0px;
  }

  ul#Navigation a, ul#Navigation span {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding: 9px 15px 7px 15px;
	margin: 0px 0px 0px 0px;
	color: white;
	background-image: url(../images/normal.gif);
	background-repeat: no-repeat;
}
ul#Navigation .popup a {
	display: block;
	font-family: Verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: transparent;
	text-align: left;
	white-space: nowrap;
	padding: 6px 15px 7px 15px;
	margin: 1px 0px 0px 0px;
	border:0px solid #1e568f;
}
ul#Navigation .popup a:hover{
	display: block;
	font-family: Verdana, arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #dd0000;
	text-align: left;
	white-space: nowrap;
	padding: 6px 15px 7px 15px;
	margin: 1px 0px 0px 0px;
	border:0px solid #1e568f;
}
  * html ul#Navigation a, * html ul#Navigation span {
	text-decoration: none;
  }
  
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	border: 0px solid white;
	color: white;
	background-color: #373030 !important;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
}
  ul#Navigation li ul a:hover {
    border-color: #900;
	 text-decoration: none;
  }
  li a#aktuell {
	font-family: Verdana;
    background-color: black;
	text-decoration: none;
  }
  ul#Navigation li ul span {
	font-family: Verdana;
    color: #535353; 
	text-decoration: none;
	 background-color: white;
  }
  ul#Navigation li a:active, ul#Navigation li:hover a:active {
	font-family: Verdana;
	text-decoration: none;
    color: #535353; 
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
  }
  ul#Navigation li:hover ul {
	display: block;
	font-family: Verdana;
	width: 140px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 27px;
	padding-bottom: 0px;
	margin:0px 0px 0px 0px;
	color: black;
	background-color: transparent;
	border: 0px 1e568f solid;
}


/* dynamisches Menü ENDE */




.normtd
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
}


.uebertd
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td.tablecell
{
	background-color: transparent;
	padding: 0px 3px 0px 3px;	
}


.ueber
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.norm
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
}


.formtext
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	background-color: transparent;
}

.akt
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
	color: Gray;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
	padding: 5px 20px 5px 5px;
	background-color: white;
}

.ueber_aktion
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #015fa9;
}

.norm_aktion
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color: #015fa9;
}
.blockueber
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.maillink {
	font-weight: normal;
	font-size: 8pt;
	color: Black;
}

.maillink:hover {
	font-weight: normal;
	font-size: 8pt;
	color: #ea5f05;
}
.textlink {
	font-weight: normal;
	color: #c80000;
}


ul#leistung_liste li{
	margin-left: 14px;
}

input, textarea{
	Border:1px solid #6d1f80
}

#happybox{
	float: right;
	background-color: white;;
	width: 250px;
	padding: 15px;
	margin-right: 10px;
	color:#6d1f80;
	border: 3px double #6d1f80;
}

