/*******************************/
/*** Allgemeine-Definitionen ***/
/*******************************/

* {
	padding: 0px;
	margin: 0px;
}

a:link    { color: #204080; }
a:visited { color: #577296; }

a.gallery { text-decoration: none; }

abbr, acronym, dfn {
	border-bottom: dotted 1px;
	font-style: normal;
	cursor: help;
}

blockquote {
	margin: 10px 20px;
/*	font-style: italic;	*/
}

fieldset {
	position: relative;
	padding: 5px;
	border: #6688CC solid 1px;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.5em;
}

h1 {
	padding-top: 1px;
	  font: bold 1.4em/22px arial, tahoma, verdana; }
h2 { font: bold 1.3em/22px arial, tahoma, verdana; }
h3 { font: bold 1.2em/20px arial, tahoma, verdana; padding-left: 8px; background: transparent url(/img/global/headerintro.gif) left bottom no-repeat; }
h4 { font: bold 1.1em/18px arial, tahoma, verdana; }

hr { margin: 8px auto; }

img { border-color: #808080; }

legend {
	padding: 0px 2px 2px;
/*	border: #6688CC solid 1px;	*/

	font-family: arial, tahoma, verdana;
	font-size: 1.3em;
	font-weight: bold;
	color: #202020;
}

* html legend { padding: 0px; margin-left: -5px; }

ol, ul { padding-left: 25px; }

ul { list-style-type: square; }

div ol.enum, div ul.enum {
	margin-bottom: 8px;
}

ol.enum ol, ul.enum ul {
	margin-top: 4px;
	margin-bottom: 4px;
}

ol.enum li, ul.enum li {
	margin-bottom: 4px;
}

ol li.para, ul li.para {
	margin-top: 0px;
	margin-bottom: 8px;
}

small, .small { font-size: 0.8em; line-height: 1.34em; }

/***/

.abs { position: absolute; }

.b { font-weight: bold; }

.bg0 { background-color: transparent; }
.bg1 { background-color: #F0F0F0; }

.big { font-size: 1.1em; line-height: 1.34em; }

.break { margin-bottom: 1em; }

.clear { clear: both; }

.debug {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: #CCC solid 1px;
	margin: 10px 10px 0px;
	background-color: #FFF;
	z-index: 100;
	filter: Alpha(Opacity=90);
	-moz-Opacity: 0.9;
}

.error {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC3333;
}

.flat {
	line-height: 0px;
	font-size: 0px;
}

.i { font-style: italic; }

.lhs { text-align: left; }
.mid { text-align: center; }
.rhs { text-align: right; }

.pointer { cursor: pointer; }

.td { padding: 2px; }

h1.title, h2.title {
	margin-left: 3px;
	margin-bottom: 0px;
}

.transparent {
	filter: Alpha(Opacity=25);
	-moz-Opacity: 0.25;
}

/********************************/
/*** Thematische Definitionen ***/
/********************************/

/****************/
/*** Struktur ***/

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #E8E2D0 url(/img/global/bg_head.gif) repeat-x;

	font: normal 0.7em/1.34em tahoma, verdana, arial, sans-serif;
	color: #202020;
}

#body {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#canvas {
	position: relative;
	top: 0px;
	width: 760px;
	min-height: 100%;
	margin: 0px auto;
}

* html #canvas { height: 100%; }

#head {
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 100px;
	margin: 0px auto 5px;
/*	background: transparent url(/img/global/bg_head.gif) repeat-x; */
}

#links {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 20px;

	font-family: tahoma;
	font-size: 0.8em;
}

#logo {
	position: absolute;
	top: 21px;
	left: 0px;
	width: 180px;
	height: 78px;
	background: transparent url(/img/global/logo.gif) left top no-repeat;
}

#bbgate {
	position: absolute;
	bottom: 2px;
	right: 40px;
	width: 145px;
	height: 70px;
	background: transparent url(/img/global/bbgate.gif) left top no-repeat;
}

#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 22px;
	padding-bottom: 5px;
	background: transparent url(/img/global/bg_nav.gif) left top no-repeat;
}

#column {
	position: absolute;
	left: 0px;
	width: 180px;
}

#content {
	position: relative;
	top: 0px;
	left: 185px;
	width: 575px;
	padding-bottom: 5px;
}

#plain {
	width: 575px;
	padding-bottom: 5px;
	margin: 10px auto;
}

.cloak {
	visibility: hidden;
	display: none;
}

.backlink {
	clear: both;
	position: relative;
	padding: 20px 0px 0px 0px;
}

.box { margin-bottom: 5px; }

.box_topleft {
	height: 22px;
	padding-left: 2px;
	background: transparent url(/img/global/box_topleft.gif) left top no-repeat;
}

.box_topright {
	height: 22px;
	padding-right: 2px;
	background: transparent url(/img/global/box_topright.gif) right top no-repeat;
}

.box_topmid {
	width: 100%;
	height: 22px;
	background: transparent url(/img/global/box_topmid.gif) top repeat-x;
}

.box_midleft {
	padding-left: 2px;
	background: transparent url(/img/global/box_midleft.gif) left repeat-y;
	background-color: #FFF;
}

* html .box_midleft { height: 1px; }

.box_midright {
	padding-right: 2px;
	background: transparent url(/img/global/box_midright.gif) right repeat-y;
	background-color: #FFF;
}

* html .box_midright { height: 1px; }

.box_bottomleft {
	height: 2px;
	padding-left: 2px;
	background: transparent url(/img/global/box_bottomleft.gif) left bottom no-repeat;
}

.box_bottomright {
	height: 2px;
	padding-right: 2px;
	background: transparent url(/img/global/box_bottomright.gif) right bottom no-repeat;
}

.box_bottommid {
	width: 100%;
	height: 2px;
	background: transparent url(/img/global/box_bottommid.gif) bottom repeat-x;
}

.box_content {
	padding: 4px 4px 2px;
	margin: 0px;
}

.gallery_pic {
	float: left;
	width: 25%;
	margin-bottom: 10px;
	text-align: center;
}

.pageNav_main {
	padding: 0px 3px;
	border: #6688CC solid 1px;
	margin-left: 2px;
	text-align: center;
}

.pageNav_link {
	background-color: #D8E0F0;
	color: #202020 !important;
	text-decoration: none;
}

.pic_content {
	float: right;
	margin-left: 5px;
}

.sticker_head {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 14px;
	border-left: #6688CC solid 1px;
	background: transparent url(/img/global/sticker_head.gif) right top no-repeat;

	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.sticker_body {
	padding: 4px;
	border-left: #6688CC solid 1px;
	border-right: #6688CC solid 1px;
	border-bottom: #6688CC solid 1px;
	background-color: #D8E0F0;
}

div.title {
	position: absolute;
	top: 20px;
	left: 185px;
	width: 575px;
	text-align: center;

	color: #FFF;
	font-family: arial;
	font-size: 3em;
	font-weight: bold;
	line-height: 80px;
}

/******************/
/*** Navigation ***/

ul.nav {
	top: 0px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

* html ul.nav { margin-right: -3px; }

ul.nav li {
	height: 20px;
	padding: 0px;
	margin: 1px 0px 1px 16px;
	display: inline;
	float: left;
}

ul.nav li a { display: block; height: 20px; }

/***************/
/*** Members ***/

div.inlay {
	float: right;
	width: 115px;
	height: 17px;
	margin: -1px -2px -1px 0px;
	background-color: #FFF;
}

div.bottomright {
	position: absolute;
	right: 8px;
	bottom: 0px;
}

* html div.bottomright { right: 3px; bottom: 3px; }

div.topright {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	line-height: 17px;
}

option {
	padding: 0px 3px;
}

table.fullwidthcollapse {
	width: 100%;
	border-collapse: collapse;
}

table.fullwidthcollapse tr td {
	padding: 0px;
	vertical-align: top;
}

table.padding tr td {
	padding: 1px 2px;
}

/*********************/
/*** News & Events ***/

.catchy {
	font-family: arial, tahoma, verdana;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.34em;
}

/****************/
/*** Products ***/

.price1 {
	text-align: center;

	font-family: arial;
	font-size: 1.8em;
	line-height: 1.34em;
}

.price2 {
	position: absolute;
	margin-left: 220px;
	line-height: 32px;
}

.product {
	position: absolute;
	margin-left: 0px;

	font-size: 1.2em;
	font-weight: bold;
	line-height: 32px;
}

/********************/
/*** Webformulare ***/

form { margin-bottom: 0px; }

input.text, select, textarea {
	background: #F0F0F0 url(/img/global/bg_field.gif) left top no-repeat;
	padding: 1px;
	border: #577296 solid 1px;

	font-family: arial, sans-serif;
	font-size: 1em;
}

input.column {
	width: 98px;
	margin: 2px 2px;
}

* html input.column { margin: 0px 2px 2px; }

div.blue {
	background: transparent url(/img/global/button0_blue.gif) no-repeat !important;
}

div:hover.blue {
	background: transparent url(/img/global/button1_blue.gif) no-repeat !important;
}

div.button {
	position: relative;
	top: 0px;
	left: 0px;
	width: 106px;
	height: 26px;
	background: transparent url(/img/global/button0.gif) no-repeat;

	text-align: center;
	text-decoration: none;
	font-family: arial, tahoma;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
/*
	filter: Alpha(Opacity=50);
	-moz-Opacity: 0.5; */
}

div.button * {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 24px;
	cursor: pointer;
}

div.button:active {
	color: #ff9933;
}

div.button:hover {
	background: transparent url(/img/global/button1.gif) no-repeat;
}

.mainform {
	float: right;
	width: 290px;
	margin: 0px 3px;
}

select.mainform { width: 294px; }

.mandatory {
	border: #6688CC solid 2px !important;
	margin: 0px 2px !important;
}

.missing {
	background: #D8E0F0 url(/img/global/bg_missing.gif) left top no-repeat !important;
}
