/* heading specific settings */
h1,h2,h3,h4,h5{
	font-family:sans-serif;
	font-family:Vera Sans, sans-serif;
	text-align:left;
	color:#333333;
}

/* text settings */
p,td,th,ul,li,ol,body{
	font-family:Vera Sans, sans-serif;
	color:#333333;
	font-size:small;
	text-align:justify;
}

p{
	text-indent:1.5em;
}

p.lead{
	text-indent:1.5em;
	font-weight:bold;
}

/* general body settings */
body{
	background-image:url(clouds.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin:10px; /* improve */
	padding:0px; /* improve */
}

/* the header box */
div#header{
	clear:both;
}

img#flieger{
	position:absolute;
	right:50px;
	top:3ex;
}	
	
/* the menu boxes */
div.menu{
	clear:both;
	float:left;
	width:12em;
	border:1px solid #555555;
	background:#eeeeff;
	padding:0.5em;
	padding-right:1em;
	clear:left;
	margin-bottom:1em;
	overflow:hidden;
}

/* the logo boxes */
div.logos{
	width:12em;
	float:left;
	clear:left;
	text-align:center;
}

/* the content box */
div#content{
	margin-left:13.5em;
	padding-left:1.5em;
	padding-right:1.2em;
	padding-bottom:2ex;
}

#content dt{
	font-weight:bold;
}

#content dd{
	margin-bottom:1.3ex;
}

/* the footer box */
div#footer{
	clear:both;
	background-color:#eeeeff;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	font-size:x-small;
}

/* the title for the pages */
h1#title{
	text-align:center;
	background-color:#eeeeff;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	padding-left:4em;
	margin-top:0ex;
}

/* BEGIN ie hack*/
div.menu ul{ /* indent issues */
	margin:0ex;
	padding-left:0.7em;
}
div.menu li{ /* take care of IE's ugly line spacing of the list */
	height: 1%; /* musst be 1% otherwise it messe up with firefox and opera*/
}
/* END ie hack*/

div.menu > ul{
	margin-top:1ex;
	margin-bottom:0ex;
	padding-left:0.5em;
	margin-left:0em;/*test ie, opera*/
	font-weight:bold;
}

div.menu li > ul{
	padding-left:1em;
	margin-left:0em;/*test ie, opera*/
	font-weight:normal;
}

div.menu li{
	text-align:left;
	list-style-type:none;
}

div.menu a:link{
	color: #2233aa;
	text-decoration:none;
	display:block;
}
div.menu a:hover{
	background:#d2d2ff;
	text-decoration:none;
	display:block;
}
div.menu a:visited{
	color: #556088;
	text-decoration:none;
	display:block;
}

div#footer a:link{
	color: #2233aa;
	text-decoration:none;
}
div#footer a:hover{
	background:#aaaaff;
	text-decoration:none;
}
div#footer a:visited{
	color: #556088;
	text-decoration:none;
}

div#content table{
	margin:auto;
	border:none;
	font-style:normal;
}

div#content td,th{
	border:1px solid #555555;
	padding-left:1em;
	padding-right:1em;
}

div.image,div.table{
	text-align:center;
	font-style:italic;
	margin:2ex;
}

div.image img{
	border:1px solid #555555;
	margin-bottom:1ex;
	margin-top:1ex;
}

div.table table{
	padding-bottom:0.7ex;
	margin-top:1ex;
}

div.tabletext{ /* brauchts das?*/
	text-align:center;
	font-style:italic;
}

hr{
	border:none;
	border-top:1px solid #555555;
}

hr.footer{
	text-align:left;
	width: 20%;
	min-width:10em;
}

.border{
	border:1px solid #555555 !important;
}

.noborder{
	border:0px none #555555 !important;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}
