@charset "UTF-8";
/* CSS Document */

/*//////////////// BACKGROUND, BODY AND LAYOUT ///////////////////////////////*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #777;
	background-color: #D7E5F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content {
	width:170px;
	height: 440px;
	margin: 0px;
	padding: 10px;
}

#main {
	width:170px;
	height: 440px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#icons {
	width:170px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 002D74;
	position: absolute;
	top: 420px;
	left: 10px;
	margin: 0px;
}

/*//////////////// LINKS //////////////////////////////////////////////////////*/

a:link {
	color: #6498CB;
	text-decoration: none;
}
a:visited {
	color: #6498CB;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:active {
	color: #03F;
	text-decoration: none;
}

/*//////////////// FORMATIERUNG //////////////////////////////////////////////////////*/

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 0px;
}

h1 {
	color: #036;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}

h2 {
	color: #036;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3 {
	color: #036;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding: 0px;
}

.justify {
	text-align:justify;
}

ul {
	margin: 0px;
	padding 0px;
}

li {
	margin: 0px;
	padding 0px;
	list-style-type: square;
	list-style-position: outside;
}

.kleiner {
	font-size: 11px;
}

