﻿/* � zeta software 2004, by Christine Kirchmeier, by Tecosoft */

/* GENERAL DEFINITIONS */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	
	padding: 0;
	height: 100%;
}

/* content text */
body, table, tr, td, p, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* heading */
h2 {
	font-weight: bold
}

/* logo area */
.logoarea {
	padding: 0;
	border-right: 1px solid;
	border-left: 1px solid;
}

/* content area */
.contentarea {
	padding: 15px 15px 15px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom: none;
	border-left-width: 1px;
	border-left-style: solid;
}

/* article area */
.articlearea {
}

.articlearea p {
	margin-top: 0;
	padding-top: 0; 
}

/* news area */
.newsarea li {
	
margin-left: -20px;
}

.newsarea p {
	margin-top: 0;
	padding-top: 0; 
	margin-bottom:0
}

ul {
	list-style-type: square;
}

/* picture subtitle */
.bildunterschrift {
}


/* NAVIGATION & HYPERLINKS */

/* bread crumb */
td.breadcrumb {
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom: none;
	border-left-width: 1px;
	border-left-style: solid;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active, a:link.breadcrumb, a:visited.breadcrumb, a:hover.breadcrumb, a:active.breadcrumb {
	text-decoration: none;
	padding-right: 0;
}

/* normal links */
a:link {
}

a:visited {
}

a:active {
}

a:hover {
}

/* 1. Men�ebene inaktiv */
a:link.menu1, a:visited.menu1, a:active.menu1, a:hover.menu1 {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 7px 6px 20px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

a:hover.menu1 {

}

/* 1. Men�ebene aktiv */
a:link.menu1active, a:visited.menu1active, a:active.menu1active, a:hover.menu1active {	
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 7px 6px 20px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

/* 1. Men�ebene ge�ffnet */
a:link.menu1open, a:visited.menu1open, a:active.menu1open, a:hover.menu1open {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 7px 6px 20px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

/* 1. Men�ebene Bereich */
.menu1area, .menueleiste {

	padding: 0 0 0 3px;
}

/* 2. Men�ebene inaktiv*/
a:link.menu2, a:visited.menu2, a:active.menu2, a:hover.menu2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px 0 15px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 160px;
}

/* 2. Men�ebene aktiv*/
a:link.menu2active, a:visited.menu2active, a:active.menu2active, a:hover.menu2active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 15px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 160px;
}

/* 2. Men�ebene ge�ffnet*/
a:link.menu2open, a:visited.menu2open, a:active.menu2open, a:hover.menu2open {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px 0 15px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 160px;
}
/* 2. Men�ebene Bereich */
.menu2area {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* 3. Men�ebene inaktiv*/
a:link.menu3, a:visited.menu3, a:active.menu3, a:hover.menu3 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px 0 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 150px;
}

/* 3. Men�ebene aktiv*/
a:link.menu3active, a:visited.menu3active, a:active.menu3active, a:hover.menu3active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 150px;
}

/* 3. Men�ebene ge�ffnet*/
a:link.menu3open, a:visited.menu3open, a:active.menu3open, a:hover.menu3open {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px 0 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 150px;
}

/* 3. Men�ebene Bereich */
.menu3area {
}


/* SPECIFIC CLASS DEFINITIONS */

.lastupdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 19px;
}

.pagetitle {
	font-weight: bold;
	font-size: 14px;
}

#submenu1 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#submenu1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu1 ul li {
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}

#submenu1 ul li a {
	margin-left: 0;
}

#submenu2, #submenu2 ul, #submenu2 li {
	margin-left: 0;
	padding-left: 0;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.center {
	width: 950px;
	height: 70%;
	border-top: 1px solid;
	border-right: 0PX solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
}

a.uplink {
	text-decoration: none; font-size: 10px; font-weight:bold; 
}
a:hover.uplink
{ 
	text-decoration: none; font-size: 10px; color:#FFFFFF; font-weight:bold; background-color:#C02640
}

.layout10 {
	padding: 15px 0 0 0;
	border-right: 1px solid;
	border-left: 1px solid;
}

.copyleiste {
	border-top-width: 1px;
	border-top-style: solid;
}

.articlearea img.blind {
	background: transparent;
	border-width: 0px;
}

a:link.Copyrightleiste, a:visited.Copyrightleiste, a:active.Copyrightleiste
{ 
	text-decoration: none; font-size: 10px; color:#FFFFFF
}
a:hover.Copyrightleiste
{ 
	text-decoration: none; font-size: 10px; color:#FFFDDF
}