html, body {
	height:100%;   
	min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #016b78;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
}

.print {
	display:none;
}

.style {
	display:none;
}

h1 {
	font-size: 19px;
	font-weight:bold;
	line-height:12px;
}

h2 {
	font-size: 11px;
	font-weight:bold;
	padding:0 0 0 0;
	margin: 0 0 -10px 0;
}

h3 {
	font-size: 19px;
	margin:0 0 -19px 0;
}

h4 {
	font-size: 11px;
	font-weight:bold;
	padding:0 0 0 0;
}

h5 {
	font-size: 19px;
	font-weight:bold;
}

p {
	margin-bottom:-5px;
}

a {
	color: #000;
	text-decoration:none;
}

/* ------- IDs -------*/
#wrapper {
	text-a3gn: left;
	margin: 0 auto;
	padding: 0 0 0 0;
	border: 0;
	width: 685px;
	background: #e7e5b3;
	min-height: 100%;	
	background-image: url(pics/bodybg.jpg);
	background-position: 0px 3px;
}

#header {
	margin: 0 0 0px 0;
	background: #e7e5b3;
}

#container {
	padding:10px 0 0 0;
	min-height: 100%;
}

/* ------- NAVIGATION -------*/
#navigation {
	float: left;
	width: 146px;
	margin: 0 0 0 15px;
}

#navigation ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

#navigation li {
	padding: 0 0 20px 20px;
	background-image:url(pics/list.gif);
	background-repeat:no-repeat;
	background-position: 0px -2px;
}

#navigation li.sub {
	font-size:10px;
	padding:0 0 5px 33px;
	background-image:url(pics/list1.gif);
	background-repeat:no-repeat;
	background-position: 20px 0px;
	margin-top:-15px;
	margin-bottom:15px;
}

#navigation li a {
	text-decoration:none;
}

#navigation li a:link {
	color: #000;
}

#navigation li a:visited {
	color: #4aa9a6;
}

#navigation #active{
	color: #016b78;
}

#navigation li a:hover {
	color: #016b78;
}

/* ------- CONTENT -------*/
#content { 
	margin: 0;
	float: left;
	width: 520px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	min-height: 100%;
}

#content ul {
	padding:10px 0 0 0;
}

li.liste {
	padding: 0 0 5px 13px;
	background-image: url(pics/list2.jpg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	line-height:12px;
}

.text {
	padding: 0 41px 0 50px;
	font-size: 10px;
	letter-spacing: 0px;
}

.text p {
	line-height:12px;
}

p.message {
	padding:0 0 10px 0;
	font-size: 10px;
	font-weight:bold;
	letter-spacing:0px;
}

div .col1{
	float:left;
	max-width:48%;
	padding:0 5px 10px 0;
	line-height:12px;
}

div .col2{
	float:left;
	max-width:48%;
	padding:0 0 10px 5px;
	margin:-20px 0 0 0;
	line-height:12px;
}

.img {
	padding: 25px 0 20px 0;
}

.big {
	font-size: 19px;
	font-weight: bold;
}

.carousel {
	display:inline;
}

.imgcarousel {
	padding:0px 0 20px 0;
}

#imgctrlleft {
	float:left;
	width:160px;
	height:20px;
	margin-left:-12px;
}

#imgctrlcenter{
	float:left;
	width:160px;
	height:20px;
	text-align: center;
	margin-top:2px;
	padding-left:12px;
}

#imgctrlright {
	float:left;
	width:160px;
	height:20px;
	text-align: right;
	margin-right:12px;
	padding-left:12px;
}

.imgsingle {
	padding:25px 5px 25px 5px;
	margin-top:5px;
	background: #016b78;
	float:left;
}

a.intern {
	color: #016b78;
	text-decoration: underline;
}

.error {
	border:1px solid #f00;
}

.special {
	display:none;
}

.first, .second {
	display:inline;
}

/* ------- FORMULAR -------*/
p.msg
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

label
{
	width: 80px;
	float: left;
	text-align: left;
	display: block;
	font-weight:bold;
}

input {
	width: 230px;
	background-color:#e7e5b3;
	border:1px solid #000;
}

select {
	background-color:#e7e5b3;
	border:1px solid #000;
}

textarea {
	width: 230px;
	height: 150px;
	background-color:#e7e5b3;
	border:1px solid #000;
	overflow: auto;
}

input#submit { 
	width: 100px;
	text-align: center;
	margin:0 0 40px 80px;
	background-color:#4aa9a6;
}