/* 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;
}

/* make the links visible */
a:link{
	border-bottom:1px dotted #555555;
}


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;
}

/* do not display */
img#flieger{
	visibility:hidden;
	width:0px;
	height:0px;
	position:absolute;
}	

/* the menu boxes - DO NOT DISPLAY */
div.menu, div.logos{
	width:0em;
	height:0ex;
	visibility:hidden;
}

/* the content may have all space */
div#content{
	margin:0em;
	padding:0em;
}

/* 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;
	margin-top:0ex;
}

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

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

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;
}

div.image img{
	border:1px solid #555555;
}

div.tabletext{
	text-align:center;
	font-style:italic;
}

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

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