body      {
	margin: 0px;
	padding: 0px;
	color: black;
	background-repeat: repeat-x;
	background-position: 0px 15px;
	 }

/* Links */
* {	
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;	
	
}
ul{
	margin-top: 5px;
	text-align: left;
}
a {
	background: white;
	color: black;
}
a:link    { color: black; background: white; }
a:visited { color: black; background: white; }
a:active  { color: black; background: white; }
a:hover  { color: black; background: white; }

a.fusszeile {
	text-decoration: none;
	background: white;
	color: black;
}
a.fusszeile:link    { color: black; background: white; }
a.fusszeile:visited { color: black; background: white; }
a.fusszeile:active  { color: black; background: white; }
a.fusszeile:hover  { color: black; background: white; }


a.menu {
	text-decoration: none;
	background: white;
	color: black;
	display: block;
	padding-left: 20px;
}
a.menu:link    { color: black;background: white; }
a.menu:visited { color: black;background: white; }
a.menu:active  { color: black; background: white; }
a.menu:hover  { color: black;	background: white; }

a.menu_akt {
	text-decoration: none;
	background: white;
	color: black;
	display: block;
	padding-left: 20px;
}
a.menu_akt:link    { color: black;background: white; }
a.menu_akt:visited { color: black;background: white; }
a.menu_akt:active  { color: black; background: white; }
a.menu_akt:hover  { color: black;background: white; }


a.menu2 {
	text-decoration: none;
	background: white;
	color: black;
	display: block;
	padding-left: 30px;
}
a.menu2:link    { color: black;background: white; }
a.menu2:visited { color: black;background: white; }
a.menu2:active  { color: black; background: white; }
a.menu2:hover  { color: black;	background: white; }

a.menu2_akt {
	text-decoration: none;
	background: #FBE18B;
	color: black;
	display: block;
	padding-left: 30px;
}
a.menu2_akt:link    { color: black;background: white; }
a.menu2_akt:visited { color: black;background: white; }
a.menu2_akt:active  { color: black; background: white; }
a.menu2_akt:hover  { color: black;background: white; }


a.menu_top_akt {
	text-decoration: none;
	background: #FBE14D;
	color: black;	
	display: block;
	padding-left: 20px;
}
a.menu_top_akt:link    { color: black;background: #FBE14D; }
a.menu_top_akt:visited { color: black;background: #FBE14D; }
a.menu_top_akt:active  { color: black; background: #FBE14D; }
a.menu_top_akt:hover  { color: black;background: #FBE14D; }

a.menu_top {
	text-decoration: none;
	background: black;
	color: black;
	display: block;
	padding-left: 20px;
}
a.menu_top:link    { color: black;background: black; }
a.menu_top:visited { color: black;background: black; }
a.menu_top:active  { color: black; background: black; }
a.menu_top:hover  { color: black;background: #FBE14D; }




/* Überschriften */
h1 {	
	font-size: 12pt;
	font-weight: bold;
	background: white;
	color: black;
	margin-bottom:4px;
}
h2 {	
	font-size: 11pt;
	font-weight: bold;
	background: white;
	color: black;
	margin-bottom:4px;
}
h3 {	
	font-size: 10pt;
	font-weight: bold;
	background: white;
	color: black;
	margin-bottom:2px;
	margin-top:2px;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {	
	font-size: 11pt;
	font-weight: bold;
}

/* Normale Texte */
span.normal  {  }
span.normalbold  {font-weight: bold; }
span.small  { font-size: 9pt;  }
span.verysmall  { font-size: 8pt;  }
span.smallbold  {
	font-weight: bold;
	font-size: 9pt;  }
span.impressum  {
	  }
div{
	margin: 0px;
	padding: 0px;
}
/* Menü Div - Strukturen */
div.menupunkt{
	position: relative;
	width:325px;
	display: none;
}
div.menupunkt_main{
	width:148px;
	position: relative;	
	padding-bottom: 6px;
	display: none;
}
div.secondmenu_main{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 149px;
	width:174px;
	display: none;
}
div.secondmenu_top{
	background:#FBE14D;
	color: black;
	width:174px;
	display: none;
}
div.secondmenu{
	position: relative;
	width: 174px;
	padding-top: 3px;
	padding-bottom: 3px;	
	display: none;
}

/* Kopfzeile */
div#head_main{
	position: relative;
	width: 850px;
	height:174px;
	display: none;
}
div#head_schriftzug{
	position: absolute;
	top: 120px;
	left: 600px;
	width:300px;
	color: #3D96CD;
	background: #FBE14D;
	font-size: 12pt;
	font-weight: bold;
	display: none;
}
div#head_picture{
	position: absolute;
	top: 15px;
	left: 0px;
	width:300px;
	z-index: 1;
	display: none;
}

/* Inhalt */ 
div#main{
	position: relative;
	width: 650px;
	text-align: left;
	/* background: url('http://www.dgak.de/bg2/menu.gif') white; */
	background-repeat: repeat-y;
	/* border-right: 1px solid black; */
	color: black;
}
div#main_menu{
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 1px;
	width:325px;
	display: none;
}
div#main_menu_abstand_top{
	position: relative;
	top:0px;
	left: 149px;
	width:175px;
	background: white;
	height:30px;
	color: black;
}
div#main_inhalt{
	position: relative;
	
	width: 650px;
	border-bottom: 1px solid black;
	text-align:justify;
	background: white;
	color:black;
}
div#main_inhalt_abstand{
	padding-top:30px;
	margin-right:70px;
	margin-bottom:40px;
	margin-left:30px;
}
div#main_inhalt_abschluss{
	position: relative;
	width:525px;
	display: none;
}
div#main_inhalt_abschluss_logo{
	position: absolute;
	top: -90px;
	left: 430px;
	display: none;
}
/* Fusszeile */
div#fusszeile{
	position: relative;
	width: 850px;
	text-align: right;
	margin-top: 10px;
	display: none;
}


/* Bilder */
img.picture{
	border: 1px solid black;
}
img.abschlussbild{
	display: none;
}
/* Deutschland Karte bei der Suche */
div#map{
	position: absolute;
	width: 250px;
	height:331px;
	top: -10px;
	left: 300px;
	z-index:15;
}
img#map2{
	border: 1px solid black;
}
/* Suchformular */
div#search{
	width: 410px;
	border: 1px solid black;
	background: black;
	text-align:left;
	padding:5px;
	display: none;
}

div.anwender_name{
	position: relative;
	width:420px;
}
div.anwender_inhalt_main{
	position: relative;
	width:420px;
	border: 1px solid black;
	margin-bottom: 10px;
	padding:5px;
}
div.anwender_inhalt_column2{
	position: relative;
	width: 220px;
	margin-bottom: 5px;
	float:right;
	text-align:left;
}
div.anwender_inhalt_column1{
	position: relative;
	width: 180px;
	margin-bottom: 5px;
}
/* Detailausgabe */
div#adresse_absolute{
	width: 200px;
	position: absolute;
	top: 0px;
	left: 350px;
	background: white;	
	padding:5px;
	z-index:15;
}
div#moreinfos{
	width: 400px;
	margin-bottom:4px;
	border-bottom: 1px solid black;
}
	
	
	
	
	