body {
	background-color: #dadada;
	padding: 0;
	margin: 60px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	behavior:url(/static/common/styles/csshover.htc);
	text-align: left;
	scrollbar-3dLight-color: #acacac;
	scrollbar-arrow-color: #fff;
	scrollbar-darkShadow-color: #acacac;
	scrollbar-face-color: #acacac;
	scrollbar-highlight-color: #acacac;
	scrollbar-shadow-color: #acacac;
	scrollbar-track-color: #e1e1e1;
}

h1, h2, h3 {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}

p {
	line-height: 20px
}

ul {
	margin-left: 15px;
	padding: 0;
}

li {
	list-style-image: url(/static/common/img/bullet.gif);
	list-style-type: square;
	margin: 0 0 7px 0;
}

img {
	border: 0;
}

#container {
	position: relative;
	width: 767px;
	height: 414px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #000;
}

#content {
	width: 767px;
	height: 385px;
	padding:0;
	margin:0;
	margin-top: 29px;
}

#logo {
	position: absolute;
	top: -40px;
	right: -9px;
}

a:link, a:visited, a:active, a:hover {
	x-font-weight: bold;
	text-decoration: none;
	color: #000;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 767px;
	white-space: nowrap;
	background-color: #00a393;
	height: 29px;
	color: #fff;
	z-index: 2;
}

#nav li {
	float: left;
	margin: 5px 0 0 0;
	position: relative;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 3px;
}

#nav li a {
	padding-left: 10px;
	padding-right: 10px;
}

#nav li a.border_left {
	border-left: 1px solid #fff;
}

#nav li ul {
	position: absolute;
	margin:0;
	padding: 0;
	border: 1px solid #00a393;
	background-color: #fff;
	width: 170px;
	left: -2000px;
	top: 23px;
	z-index: 2;
	filter:alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:.85;
}

#nav li:hover ul {
	display: block;
	width: 170px;
	left: 0px;
}


#nav ul li {
	display: block;
	width: 170px;
	background-image: none;
	font-size: 12px;
	margin: 0;
	padding: 2px 0px;
	color: #000;
	font-weight: bold;
}

#nav ul li a {
	color: #000;
	display: block;
}

#nav ul li:hover {
	background-color: #00a393;
}


#bottomNavContainer {
	position: absolute;
	width: 767px;
	top: 415px;
	left: 1px;
	margin: 0;
	height: 23px;
	color: #fff;
}

#bottomNav {
	float:right;
	margin: 0;
	padding: 0; 
	height: 23px;
	background-color: #00a393;
	color: #fff;
	border: 1px solid #000;
	border-top-width: 0;  
	vertical-align: bottom;
	list-style: none;
	white-space: nowrap;  
}

#bottomNav a, nav a{
	color: #fff;
}

#bottomNav li {
	float: left;
	margin: 0;
	padding: 2px 0 1px 0;
	list-style-image: none;
	list-style-type: none;
}

#bottomNav li a {
	padding: 0 6px; 
}

#bottomNav li a.border_left {
	border-left: 1px solid #fff;

}

#bottomNav img {
}

#optimiert {
	position: absolute;
	top:420px;
	left: 0px;
	font-size: 9px;
	color: #000;
}

#startimages {
	float: left;
	width: 577px;
	line-height:0;
	margin-top: 1px;
}

#startimages img {
	margin: 0 0 1px 1px;
}

#starttext {
	font-size: 11px;
	margin: 20px 10px 15px 0;
	float: left;
}

#starttext h1 {
	font-size: 16px;
	color: #fff;
	background-color: #00a393;
	padding: 1px 0 0 0;
	margin: 0;
	height: 20px;
	overflow: hidden;
	padding-left: 25px;
	background-image: url(/static/common/img/bg_arrow.gif);
	background-repeat: no-repeat;
}

#starttext #news, #starttext #termine {
	margin: 0;
	width: 147px;
	float: left;
}

#starttext #news ul, #starttext #termine ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

#starttext #news h1, #starttext #termine h1 {
	left: 0;
	margin: 0;
}

#starttext #news {
	margin-right: 10px;
}

#starttext #news li, #starttext #termine li {
	list-style-image: url(../img/bullet.gif);
}

#starttext #news li a, #starttext #termine li a {
	color: black;
}

#starttext #termine {
	margin-right: 0;
}

#starttext ul {
	padding: 0;
	margin: 10px 0 5px 17px;
}

#starttext li{
	margin-bottom: 10px;
}

.dark {
	background-color: #007267;
}

#news {
	margin-bottom: 30px;
}

.subdocs {
	width: 170px;
	float: left;
	margin: 20px 0 20px 0px;
	padding-left: 18px;
}

.subdocs ul{
	padding: 0;
	margin: 10px 0 5px 22px;
}

.subdocs li{
	x-margin-bottom: 10px;
	font-size: 12px;
	x-line-height: 10px;
}

#imagebar img{
	border-left: 1px solid #fff;
	margin-top: 1px;
	padding:0;
}

#leftCol {
	float: left;
	width: 385px;
	height: 385px;
	margin:0;
	padding:0;
}


#rightCol {
	float: right;
	width: 380px;
	height: 384px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#txt {
	margin:20px 10px 20px 20px;
	padding: 0 10px 0 0;
}

.startseite#txt {
	height: 350px;
}

#txt h3, p {
	margin: 10px 0 10px 0;
}

#txt ul {
	margin-top: 10px;
}

#txt li {
	list-style-image: none;
}

#txt a {
	color: #00a393;
}

#children {
	margin: 0 10px 0 20px;
	padding: 0 10px 0 0;
}

#children li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(/static/common/img/bg_arrow_right.gif);
	background-repeat: no-repeat;
}

div.smallImage {
	width: 127px;
	height: 127px;
	float: right;
	margin: 0 1px 1px 0;
	padding:0;

}

.imgtxt-imageware_nav {
	color: #fff;
	padding-bottom: 10px;
	font-size: 14px;
}

.imgtxt-imageware_nava {
	color: #000;
	padding-bottom: 10px;
	font-size: 14px;
}

.imgtxt-imageware_bottomnav {
	color: #fff;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}

.imgtxt-imageware_bottomnava {
	color: #000;
	padding-bottom: 10px;
	font-size: 12px;
}

.imgtxt-imageware_title {
	color: #000;
}

/* Download-area */
div.download {
	width: 300px;
	height: 100px;
	overflow: hidden;
	clear:left;
}

div.image {
	height: 80px;
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

div.description {
	margin:0;
	padding: 0;

}

 /* QuickForm */

form.quickform {
	width: 300px;
	background-color: #eee;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 0 5px;
}

form.quickform div.row, form.quickform div.row_required {
	margin-bottom: 15px;
	width: 300px;
}

form.quickform label {
	float:left;
	width: 120px;
	padding-top:2px;
}

form.quickform div.element label, form.quickform div.element_error label {
	float: none;
	width: auto;
	text-align: left;
	padding: none;
	font-weight: normal;
}

form.quickform div.element div.sized_labeled_group_element {
	margin-bottom: 2px;
}

form.quickform div.element div.sized_labeled_group_element label {
	display: block;
	float: left;
	width: 82px !important;
}

form.quickform label.error {
	color: #00a393;
}

div.formErrors {
	width: 297px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 15px;
	margin: 0px;
	color: #00a393;
	font-weight: bold;
}

form.quickform .stdsizeformelement {
	width: 150px;
}

form.quickform textarea {
	width: 150px;
}

form.quickform div.element, form.quickform div.element_error {
	padding-left: 120px;

}

form.quickform div.header {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #00a393;
	height: 20px;
	padding: 5px 5px 0 5px;
	margin: 0 -5px 20px -5px;
}

form.quickform div.quickform_requirednote {
	/*padding: 0 5px;*/
}

form.quickform input {
	font-size: 10px;
}

/* -=- BREADCRUMBS -=- */

#breadcrumbs {
	margin-bottom: 2.5em;
	font-size: 90%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs li {
	display: inline;
	margin-right: 8px;
	padding-left: 0px;
	list-style: none;
}








