html {
	font-family:	Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
	color:			 #000000;
	background-color: #ffffff;
}

body {
	font-family:    Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
	color:			#000000;
	background-color: #ffffff;
}

div, p, ul, td, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
}

div, p, ul, td {
	font-size:		12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:	bold;
}


h1 {
	font-size:		16px;
}


h2 {
	font-size:		14px;
}

h3 {
	font-size:		12px;
}

h4 {
	font-size:		12px;
}

ul {
	padding-top:	5px;
	padding-bottom:	5px;
}

li {
	padding-top:	5px;
	padding-bottom:	5px;
}

a {
	text-decoration:	underline; 
}


/* HEADER Layout */
/* Header ID zur Zeit funktionslos */
#header {
	position:	absolute;
	padding-bottom: 100px;
	height:		68px;
	width:		100%;
	top:		0px;
	left:		0px;
	z-index:	0;
} 
/* schmales Streifenbild */
#leftbar {
	display: none;	
}

/* Abteilungslogo mit Schriftzug */
#logo { 
	position:	absolute;
	height:		55px;
	width:		100px;
	top:		0px;
	left:		0px;
	z-index:	3;
	padding-bottom: 100px;
}

/* langes Streifenbild im Hintergrund*/
#rightbar { 
	display: none;	
}

/* Impressum Navigation */
#topnav {
	display: none;	
}

/* Sprachen Navigation */
#language {
	display: none;	
}

#menu {
display: none;	
}


/* MENU LEFT Layout */
.menu {
display: none;	
}

.menutitle {
display: none;	
}

.submenu {
display: none;	
}


/* CONTENT und Hintergrund fuer MENU LEFT */
#content {
	padding-top: 100px;
	background-color:	#ffffff;
	width:			100%;

}

#content p {
	text-align: justify;
	line-height: 1.5em;
}

#content td {
	padding: 2px;
}

#contentnomenu {
	display: none;	
}
