*
{
	font-family: Helvetica, Arial, sans-serif;
}

div.titlepage
{
	text-align: center;
	font-size: large;
	font-weight: bold;
}

div.titlepage h3
{
	font-size: xx-large;
	font-weight: bold;
}


html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}

div#center
{
	background-color: #999999;
	text-align: center;
	height: 100%;
}

div#all
{
	position:relative;
	margin: 0px;
	height: auto !important; /* alle browser */
	min-height: 100%;
	height: 100%; /* IE6 = min-height*/
	text-align: left;
	background-color: #FFFFFF;
}

div#wrapper
{
	position: relative;
	padding-top: 15px;
	padding-bottom: 120px;
	padding-right: 15px;
	padding-left: 15px;
}

div#foot
{
	position: absolute;
	padding: 0px;
	bottom: 0px; 
	background: url(city.png) 0 100% repeat-x;
	height: 120px;
	width: 100%;
	clear: both;
}

div#navigation 
{
	float: left;
	width: 14em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: none;
}

div#navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	margin-left: 0.5em;
}

div#navigation ul li
{
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

div#navigation a
{
	color: #000000;
	text-decoration: none;
}

div#navigation a:hover
{
	text-decoration: underline;
}

div#navigation .active
{
	font-weight: bold;
}

div#content
{
	margin-left: 14em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 15px;
	border: none;
	min-width: 14em;
}

div#content_text
{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5em;
	padding-left: 5em;
}

div#content_text p
{
	text-align: justify;	
}

div.rounded h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.rounded
{
	background-color: #CEECFF;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}

div.rounded div
{
	background-color: transparent;
	background: url(tr.png) 100% 0 no-repeat;
	background-attachment: scroll;
}

div.rounded div div
{
	background-color: transparent;
	background: url(bl.png) 0 100% no-repeat;
	background-attachment: scroll;
}

div.rounded div div div
{
	background-color: transparent;
	background: url(br.png) 100% 100% no-repeat;
	background-attachment: scroll;
}

div.rounded div div div div
{
	background-color: transparent;
	background: url(tl.png) 0 0 no-repeat;
	padding: 8px;
	width: auto !important;
	width: 100%;
}

sup
{
	font-size: 65%;
}

table
{
	border: 0px;
	margin: 5px;
}

td 
{
	padding: 0px 5px;
}

h1
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.error
{
 background-color: #FF6666;
}

img
{
 border: 0;
}

a.file
{
 text-decoration: none;
 color: #000000;
}

a.file:hover
{
 text-decoration: underline;
 color: #000000;
}