/* BODY ELEMENTS 
------------------
*/

body {
	background: #fff;
	margin-top:0px;
	margin-left:0px;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	
}

a { color: #0033CC; text-decoration: none}

a:hover {text-decoration: underline}

#main {
	position: absolute;
	margin-top: 20px;
	margin-left:22px;
	width: 730px;
	z-index: 1;
}

#legende {
	position: absolute;
	margin-top: 0px;
	margin-left:20px;
	width: 320px;
	z-index: 2;
}

#content {
	position: absolute;
	margin-top: 0px;
	margin-left: 140px;
	z-index: 1;
}
#content1 {
	position: absolute;
	margin-top: 0px;
	margin-left: 360px;
	z-index: 1;
}



#titel1 {
	position: absolute;
	margin-top: 0px;
	margin-left:0px;
	width: 730px;
	z-index: 1;
}
#titel2 {
	position: absolute;
	margin-top: 28px;
	margin-left:200px;
	width: 730px;
	z-index: 2;
}

#main_frame {

	position: absolute;
	margin-left:22px;
	width: 730px;
	z-index: 1;

}

.titel{
	font-size: 11px;
	color: #DA2D99;
	line-height: 11px;
}


/*IFRAME
---------
*/

#iframe {
	position: absolute;
	margin-top: 32px;
	margin-left: 690px;
	with: 250px;
	height: 750px;
	z-index: 2;
	border-width:0px;
}	

.td { 
	font-size:10px;
}

/* FORMULAR
---------------
*/

#formtab table {
	width:500px;
	border-style:solid;
	border-width:1px;
	font-size:11px;
		
}

#formtab td {
	
	padding-top:2px;
	padding-bottom:1px
	font-size:11px;
}

#formtab .margin{
	width:300px;
}

#formtab .text-input {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 200px;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#formtab  .text-area {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 200px;
	height: 200;px;
	font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#formtab .button {
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	padding-top:3px;
	padding-bottom:3px;
	background:#fff;
	width:70px;
	font-size:11px;
	font-weight: normal;
	color: #000; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* NAVIGATION 
---------------
*/
	

#introLinks ul {
  border-bottom: 1px solid #000;
  border-collapse: collapse;   
  height: auto;  
  line-height: normal;  
  list-style: none;  
  margin: 0;  
  padding: 0em 0em 0em 2em;
  white-space: nowrap;      
} 	

#introLinks li {
  display: inline;  
}


#introLinks li a {
  background-color: #FFF;
  border-color: #000; 
  border-width: 1px; 
  border-style: solid solid none solid;
  color: #000; 
  height: auto;
  margin-right: 0.5em;
  padding: 0em 2em;
  text-decoration: none;
  
}
	
#introLinks #currentpage a {
  background-color: #fff;
  border: 1px solid #000; 
  border-bottom: #fff 1px solid;
  color: #DA2D99; 
}
	
#introLinks a:hover {
  background: #FFF;
  border-color: #000; 
  border-bottom-color: #000;
  
    
}

#youarehere {
  background: #fff;
  height: 15px;
  text-align: right;
}

.schwarz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.title {
	position: relative;
}
.titel2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DA2D99;
}

