﻿@charset "UTF-8";
/* Standard-Elemente */


p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 180%;	
}

em {
	font-weight : bold;
	color: #7D7D00;
	font-style : normal;
}

h1 {
	margin: 0;
	padding: 0;
	width: 97%;
	height: 50px;
	background-repeat : no-repeat;
}

h2 {
	margin: 0;
	padding: 4px 0px 3px 0px;
	font-size: 130%;
	color: #016D92;
}

h3 {
	margin: 0;
	padding: 2px 0px 2px 0px;
	font-size: 100%;
	color: #000000;
}

caption { 
	margin: 0; 
	padding: 0;
	background: url(../images/tcat_mid.gif)  top left repeat-x;
	white-space: nowrap;
	height: 26px;
	text-align: left;
}
captiony { 
	margin: 0; 
	padding: 0;
	background: url(../images/tcat_midy.gif)  top left repeat-x;
	white-space: nowrap;
	height: 26px;
	text-align: left;
}
.cap-left {
	background: url(../images/tcat_left.gif) top left no-repeat;
	padding-left: 25px;
}
.cap-right {
	background: url(../images/tcat_right.gif)  top right no-repeat;
	padding-top: 6px;
	height: 20px;
}

caption, caption h1, caption h2, caption h3, caption h4, caption span { 
	font-size: 13px;
	padding: 0;
	line-height: 1.2em;
	font-weight: bold;
	color: #2E5B82;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

captiony, captiony h1, captiony h2, captiony h3, captiony h4, captiony span { 
	font-size: 13px;
	padding: 0;
	line-height: 1.2em;
	font-weight: bold;
	color: #2E5B82;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.clearer {
	clear: both;
}

a.link {
	font-weight: bold;
	color: #016D92;
	text-decoration: none;
}

a.arrow {
	font-weight: bold;
	color: #7D7D00;
	text-decoration: none;
	background:;
	background-image : url(../images/parrow.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px 3px 0px 16px;
	white-space : nowrap;
}

a.blacklink {
	color: #016D92;
	text-decoration: none;
	padding-left: 6px;
}

a.link:hover, a.blacklink:hover,a.arrow:hover, a.teaserlink:hover, a.s2d:hover {
	text-decoration: underline;
}

a.plaintext {
	font-size: 90%;
	color: #016D92;
	text-decoration: none;
}


/* Layout-Elemente  */

body {
	background : #F0F2FE url(../images/pback.gif) repeat-x scroll top left;
	margin: 0;
	padding: 0 4% 0 4%;
}

#center {
	text-align: center;
	background: #ffffff;
	margin: 0;
	padding: 5px;
}

#main {
	background : #f8f8f8 url(../images/bglogo.gif) repeat-x top left;
	border: solid 1px #999;
	text-align: left;
}

#logo {
	padding-top: 6px;
	margin: 0;
	text-align: left;
}


#content {
	width: 94%;
	padding: 1.4%;
	margin: 10px 1.5% 0 1.5%;
	border: solid 1px #E0E0E0;
	background : #ffffff url(../images/pshadow.gif) no-repeat top left;
}

#eyecatcher {
	padding: 0px;
	margin: 10px 0 0 0;
	height: 100px;
	border: 1px solid #016D92;
	background : #ffffff url(../images/bannerbkgr.jpg) repeat-x top left;
}

#youarehere {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat bottom right;
	padding-bottom: 4px;
}

#more {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat top right;
	padding-top: 4px;
}

#plaintext {
	position: absolute;
	top: 5px;
	left 0px;
	margin: 0px;
	padding: 0px;
}

/* Menü */

#commonbar {
	width: 35%;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#sbar {
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}
#menubar {
	margin: 0;
	padding: 0;
	border: solid 1px #E0E0E0;
	background : #F6F6FB url(../images/pmbar.gif) repeat-x top left;
}
#mainmenu {
	margin: 10px 1.5% 0 1.5%;
	padding: 0;
	border: solid 1px #E0E0E0;
	background : #F6F6FB url(../images/pmbar.gif) repeat-x top left;
}
ul.menubar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.menubutton {
	display: inline;
	list-style: none;
}

a.menubutton, a.menubuttonactive  {
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.menu {
	background: #C6D6F6 url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #016D92;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index 20;
}

a.menuitem, a.menuitemactive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menubuttonactive, a.menubutton:hover {
  background-color: #7D7D00;
  color: #ffffff;
}

a.menuitem:hover, a.menuitemactive {
  background-color: #016D92;
  color: #ffffff;
}

#menu {
width: 100%;
padding: 0;
border: 1px solid #E0E0E0;
background : #F6F6FB url(../images/pmbar.gif)  repeat-x top left;
float: left;
}
.submenuwrap {
width: 150px;
padding: 0 3px 0 3px;
}
.menuwrap {
width: 99%;
padding: 0 0.5% 0 0.5%;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu h2 {
font: 11px Verdana, Arial, Helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu ul a {
color: #000;
text-decoration: none;
padding: 2px 3px;
}

#menu ul ul a {
color: #000;
text-decoration: none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu ul a:hover {
  background-color: #7D7D00;
  color: #ffffff;
}
#menu ul ul a:hover {
  background-color: #016D92;
  color: #ffffff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
left: 3px;
}

#menu ul ul li {
width: 200px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
	background: #C6D6F6 url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #016D92;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

/* Suchfeld */

input.search {
	border : 1px solid #016D92;
	width: 100px;
	background-color: #F0F2FE;
	vertical-align: top;
	padding: 1px 4px 1px 4px;
	margin: 0;
}

form.search {
	margin: 0px;
}


/* Marginalie */

div.sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 100px;
	border: none;
	background: url(../images/psep.gif) no-repeat left top;
}

p.sidepicturetext {
	margin: 0;
	padding: 2px 0px 0px 0px;
	line-height: 160%;	
	font-size: 90%;
	color: #016D92;
}


/* Absatztyp BIld */

div.picture {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	width: 480px;
	border: none;
}


/* Absatztype Aufzählung */

ul.content {
	list-style: none;
	padding: 10px;
	margin: 10px 0 20px 20px;
	background-color: #F0F2FE;
	border: 1px solid #016D92;
	width: 490px;
}

li.content {
	padding: 2px 0px 2px 18px;
	background-image: url(../images/pbull.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Absatztyp Tabelle */

table.content {
	margin: 0px 0px 10px 0px;
	border: 1px solid #016D92;
}

tr.odd {
	background-color : #F6F6FB;	
}

tr.even {
	background-color : #F0F2FE;	
}

tr.header {
	background-color : #C6D6F6;	
}

td.cell {
	padding: 4px;	
	margin: 0px;
}

td.headercell {
	padding: 4px;	
	margin: 0px;
	font-weight: bold;
}

p.tabletext {
	margin: 0;
	padding: 2px 2px 2px 2px;
	line-height: 110%;	
	font-size: 100%;
}


/* Absatztyp Teaser */

div.teaserelement {
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 0% 10px 1%;
	background-color: #F0F2FE;
	border: 1px solid #016D92;
}

div.teaser {
	margin: 10px 0px 10px 2.5px ! important; 
	border: none;
	width: 100%;
}

TABLE.teasermain{
	border: 0px;
	margin: 0px 10px 0 px 10px;
	padding: 10px 10px 10px 5px;
	width: 100%;
}

TABLE.teasercell{
	border: 1px solid #BBB;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #F0F2FE;
}

TABLE.teaserwhitecell{
	border: 1px solid #BBB;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}

TD.teasermain{
	margin: 0px 5px 0 px 10px;
	padding: 5px 5px 5px 5px;
	width: 50%;
	vertical-align: top;
}

TD.teasercell{
	margin: 0;
	padding: 5px;
	width: 100%;
	vertical-align: top;
}

p.inputcell{
	line-height: 0px;
	padding: 5px 0px 0px 0px;

}

div.googlebox {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

div.searchbox {
	float: right;
	padding: 0 5px 0 0;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

div.teasernav {
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

a.teaserlink {
	font-weight: bold;
	color: #016D92;
	text-decoration: none;
}

p.lookup {
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #C6D6F6;
}

/* Absatztype Formular */

input.forminput  {
	border : 1px solid #016D92;
	width: 300px;
	background-color: #F0F2FE;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

textarea.formtextarea  {
	border : 1px solid #016D92;
	width: 300px;
	height: 200px;
	background-color: #F0F2FE;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

.formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

p.formnote {
	color: #016D92;
}

.buttoncaption {
	line-height: 200%;
}

/* Plugin-Styles */


INPUT.s2d {
	border : 1px solid #016D92;
	background-color: #F0F2FE;
	vertical-align: top;
	padding: 1px;
}

SELECT.s2d {
	border : 1px solid #016D92;
	background-color: #F0F2FE;
	vertical-align: top;
	padding: 1px;
}

a.s2d {
	font-weight: bold;
	color: #016D92;
	text-decoration: none;
}

textarea {
	border : 1px solid #016D92;
	width: 300px;
	height: 200px;
	background-color: #F0F2FE;
	vertical-align: top;
	padding: 1px;
}