html {
	font-family: Arial, sans-serif;
	font-size: 11pt; color: #0c5992;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div.clearfix {
	clear: both;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 18pt;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0c5992;
}
a:hover {
	color: #98d0c9;
}
a.download {
	padding-left: 20px;
	background: url(images/download.gif) left no-repeat;
}

a img {
border: 0px;
}


#slyAvatarContainer { position:fixed; bottom:0px; right:0px; z-index:9000; }



#content div {
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 1.3em;
}
#content div:first-child {
	margin-top: 0;
}
#content div.bild {
	width: 160px;
	text-align: justify;
}
#content div.bild img {
	float: right;
	max-width: 160px;
	margin: 0 0 10px 0px;
	border: 0;
}

span.title {
	font-size: 14pt;
	font-weight: bold;
}
span.intro {
	font-weight: bold;
}
span.hilight {
	font-weight: bold;
	background: #ffeeaa;
	color: #000;
}

#wrap {
	width: 100%;
	text-align: center;
}
#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 0px solid #777;
}
#header {
	position: relative;
	height: 111px;
	background: url(images/header.png) no-repeat;
	border-bottom: 1px solid #fff;
}
#headerimage {
	position: relative;
	width: 900px;
	border: 0;
}
#content {
	position: relative;
	padding: 30px;
}
#footer {
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #111;
	text-align: center;
	border-top: 1px solid #777;
	font-size: 9pt;
	background: #00ffcc;
}

#logo {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 70px;
	color: #eee;
}

#lang {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #eee;
	font-size: 10pt;
}
#lang a {
	color: #ddd;
}
#lang a:hover {
	color: #fff;
}

#search {
	width: 100px;
	padding: 1px 1px 1px 18px;
	background: #dfdfdf url(images/search.png) 3px no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#tabs {
	position: absolute;
	bottom: 0;
	right: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs li {
	position: relative;
	display: inline-block;
	margin-left: 3px;
}
#tabs li a {
	display: block;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	padding: 0 15px;
	text-decoration: none;
	background: #00ffcc;
	color: #111;
	font-weight: normal;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#tabs li a:hover {
	color: #fff;
	background: #0c5992;
}
#tabs li a.sel {
	background: #0c5992;
	color: #fff;
	font-weight: bold;
}
#tabs li ul {
	display: none;
	position: absolute;
	top: 28px;
	left: -3px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
#tabs li ul li {
	min-width: 100%;
	position: relative;
	display: block;
	border-top: 1px solid #eee;
}
#tabs li ul li a {
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#tabs li:hover ul {
	display: block;
}




#formular_login {
	width: 160px;
	font-size: 10px;
}

#formular_login input{
	color:#999999;
}

#formular_login #formular_login_titel {
	font-weight: bold;
	font-size: 10px;
	color: #999999;
}

#formular_login .formularfelder {
	float: left;
	width: 120px;
	width: 120px;
}

#formular_login .submit {
	float: left;
	width: 20px;
}

html* #formular_login .submit {
	margin-top: 1px;
}
