﻿/*
� zeta software 2006, Christine Kirchmeier
*/

/*********************** TAGS ***********************/

body {
	background: #e2e2e7;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1,h2,h3 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 12px;
	margin: 0;
	padding: 2px;
}

h3 {
	font-size: 20px;
	margin: 19px 0 55px 10px;
}

ul {
	margin: 0 0 8px 5px;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(list.gif) no-repeat 1px .6em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 2px 12px;
}

ol {
	list-style: decimal;
	line-height: 120%;
	vertical-align: middle;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

/*********************** LINKS ***********************/

a:link,a:visited,a:active {
	color: #cf6333;
}

a:hover {
	color: #973e17;
}

a.uplink {
	color: #cf6333;
	font-size: 10px;
}


/*********************** MENU ***********************/

/* 1. level*/

a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active,a.topmenuactive:link,a.topmenuactive:visited,
a.topmenuactive:hover,a.topmenuactive:active {
	text-decoration: none;
	color: #000;	
	background: #b9b1af;
	padding: 1px 3px 1px 5px;
	border-left: 17px solid  #000;
	line-height: 16px;
	display: block;
	margin: 0 0 4px 0;
}

a.topmenu:hover {
	background: #d4d4d4;
}

a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	font-weight: bold;
	background: #d4d4d4;
}

/* 2. level*/

a.subnav1:link,a.subnav1:visited,a.subnav1:hover,a.subnav1:active,a.subnav1active:link,a.subnav1active:visited,
a.subnav1active:hover,a.subnav1active:active {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
}

a.subnav1:hover {
}

ul.submenu1 {
	list-style-type: none;
	margin: 0 0 0 22px;
	padding: 0;
}

ul.submenu1 li {
	background-image: none;
	line-height: 1em;
	margin: 0;
	padding: 5px 5px 5px 0px;
}

a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
	font-weight: bold;
}


/* 3. level*/

a.subnav2:link,a.subnav2:visited,a.subnav2:hover,a.subnav2:active,a.subnav2active:link,a.subnav2active:visited,
a.subnav2active:hover,a.subnav2active:active {
	color: #000;
	font-size: 10px;
	display: block;
	text-decoration: none;
}

a.subnav2:hover {
}

ul.submenu2 {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}

ul.submenu2 li {
	background-image: none;
	line-height: 1em;
	margin: 0;
	padding: 5px 5px 5px 0px;
	color: #fff;
}

a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	text-decoration: underline;
}


/*********************** CLASSES ***********************/

.bildunterschrift {
	font-size: 10px;
	color: #666;
}

.NewsHeader {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #000;
}

.NewsContent {
	background: #c9cacc;
	padding: 5px;
	font-size: 11px;
	line-height: 13px;
}

.NewsContent * {
	font-size: 11px;
	line-height: 13px;
}

.NewsContent p {
	margin: 0 0 10px 0;
}

.dbheader {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #999a9a;
}

.dbrow1 {
	background: #fff;
}

.dbrow2 {
	background: #f0f0f0;
}

.news {
	vertical-align: top;
	width: 200px;
}

input.submit {
	text-align: center;
}

#wrapper {
	width: 766px;
	margin: 0 auto;
	text-align: left;
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -383px;
	margin-top: -230px;
}

#staticLinks {
	margin: 0 22px 4px 414px;
}

#staticLinks a, #staticLinks a:link, #staticLinks a:visited, #staticLinks a:hover, #staticLinks a:active {
	text-decoration: none;
	color: #000;	
	background: #c9cacc;
	padding: 0 2px 1px 3px;
	border-left: 12px solid  #000;
	line-height: 16px;
	width: 60px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	font-size: 9px;
	text-align: left;
}

#contentWrapper {
	background: url(bg2.jpg) no-repeat;
	height: 420px;
        width: 800px;	
}

* html #contentWrapper {
	background-attachment: fixed;
}

#contentWrapper2 {
	width: 608px;
	float: left;
}

#menu {
	width: 158px;
	float: left;
	margin: 25px 0 0 0;
}

#content {	
	overflow: auto;
	height: 320px;
	width: 608px;	
}

#content2 {	
	padding: 0 8px 10px 10px;	
	width: 570px;	
}

#news {
	float: left;
	width: 150px;
	margin: 7px 0 0 11px;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

/*********************** CSS ARTICLE STYLES***********************/

.stilunterueberschrift {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.stilhervorhebunggross{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #5C5872;
}

.stilhervorhebungklein{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #5C5872;
}

.stilkasten {
	background-color: #F0F0F0;
	padding: 7px;
	border: 1px solid #5C5872;
	display: block;
}

/*********************** ACTIVE OBJECTS ***********************/

.zpSO-Sitemap {

}

.zpSO-Overview {

}

.zpSO-Toc {

}

a.zpSO-PictureGallery, a.zpSO-PictureGallery:link, a.zpSO-PictureGallery:visited, a.zpSO-PictureGallery:hover, a.zpSO-PictureGallery:active {
	font-size: 11px;
	text-decoration: none;
	color: #5C5872;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 0px 7px 0px 7px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #5C5872;
	border-bottom: 1px solid #5C5872;
	border-left: 1px solid #CCC;
}

a.zpSO-PictureGallery:hover {
	color: #fff;
	background-color: #5C5872;
}

.zpSO-Uplink {

}