html {
	height: 100%;
	margin-bottom: 0.01em;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1e1e1e;
	background-image: url(../images/css-images/bg-page-content.png);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	font-size: 100%;
}

div#page {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	min-height: 100%;
	position: relative;
	width: 100%;
}

*+html div#page {
	
}

div#header {
	width: 100%;
}
	div#headerimg {
		width: 980px;
		position: relative;
	}

		img#logo-connexo {
			float: left;
			position: relative;
			left: -7px;
		}
		
		img#keypair {
			position: absolute; 
			right: 3px; 
			top: 12px;
			cursor: pointer;
		}

	div#header-grey {
		background-image: url(../images/css-images/bg-page-header-top.png);
		background-repeat:repeat-x;
		color: white;
		height: 81px;	
	}

	div#header-orange {
		background-image: url(../images/css-images/bg-page-header-orange.png);
		background-repeat:repeat-x;
		height: 80px;
		display:none;	
	}
	
	div#header-white {
		background-image: url(../images/css-images/bg-page-header-white.png);
		background-repeat:repeat-x;
		border-top: 1px #999 solid;
		font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
		height: 27px;	
		z-index:5000;
	}
	
		div#header-white p {
			position: relative;
			top: 2px;
		}
	
	div#header-green {
		background: url(../images/css-images/bg-page-header-green.png) repeat-x 0 0;;
		border-bottom: 1px black solid;
		height: 48px;
		position: relative;
	}
		
		* html div#header-green, *+html div#header-green {
			position: relative;
			z-index: -1;
		}
		
		* html div#header-green {
			display: none;
		}
		
	div.header-green-shadow {
		background-image: url(../images/css-images/bg-page-header-green-shadow.png);
		background-position: center 0;
		background-repeat:no-repeat;
		height: 31px;
		position: relative;
		top: -1px;
	}
	
	*+html div.header-green-shadow {
		top: -1px;
		z-index: -1;
	}
	
	* html div.header-green-shadow {
		top: -2px;
		z-index: -1;
	}
	
div#content {
	color: #fff;
	margin: 0 auto;
	font-size: 0.85em;
	padding-bottom: 50px;
	width: 980px;
}
	
div#content-main {
	float: left;
	text-align: left;
	width: 720px;
	padding-right: 30px;
}
	* html div#content-main {
		width: 700px;
	}
	
div.content-main-column {
	float: left;
	width: 48%;
	padding-right: 2%;
	text-align: left;
}
	
div#content-right {
	text-align: left;
	margin-bottom: 50px;
	margin-left: 750px;
}

div#bottomspacer {
	height: 40px;
}

div#footer {
	background-image: url(../images/css-images/bg-page-header-green.png);
	background-repeat: repeat-x;
	border-bottom: 1px black solid;
	border-top: 1px #333 solid;
	bottom: 0;
	clear: both;
	color: white;
	font-size: 0.76em;
	height: 80px;
	left: 0;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

div#navi {
	color: #333;
	position: relative;
	top: -1px;
	width: 980px;
}

div#servicearea {
	color: #fff;
	width: 980px;
	text-align: right;
	height: 81px;
	position: relative;
}

p#breadcrumbs {
	margin-top: 16px;
	color: #fff;
	font-size: 0.9em;
	position: absolute;
	left: 0;
	width: 600px;
	text-align: left;
}

div#fontsizebuttons {
	width: 300px;
	position: absolute;
	right: 0;
	top: 2px;
}

div#fontsizebuttons p img, 
div#fontsizebuttons p span {
	vertical-align: middle;
}

div#fontsizebuttons img {
	cursor: pointer;
}

/* Areas for print.css ************************************************************************************************* */

div#printheader {
	display: none;
}

div#printfooter {
	display: none;
}

/* Content-Styling ***************************************************************************************************** */

h1, h2, h3, h4, h5, h6 {
	color: #B9D353;
	font-family: "Century Gothic", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 5px 0;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

abbr[title], acronym[title] {
	cursor:help;
}

div#content p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

div#content th {
	text-align: center;
}

div#content-main ul {
	margin-bottom: 1em;
}

div#content-main ol {
	margin-left: 2em;
}

div#content-main ol li {
}

div#content-main ul ul, 
div#content-main ul ul ul {
	margin: 0;
}

div#content-main ul li {
	list-style-position: outside;
	margin-left: 2em;
	line-height: 1.5em;
}

div#footer p {
	font-size: 0.85em;
	margin: 5px;
	text-transform: lowercase;
}

div#footer p#validXHTML {
	position:absolute; 
	right:135px; 
	top: 25px
}

div#footer p#validCSS {
	position:absolute; 
	right:35px; 
	top: 25px
}

div#footer p#socialBookmarks {
	position: absolute;
	left: 35px;
	top: 30px;
}

div#content a {
	color: #A0C000;
}

p#breadcrumbs a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

p#breadcrumbs a:hover {
	text-decoration: underline;
}

div#content a:visited {
	color: #B9D353;
}

div#footer a {
	color: #A0C000;
	text-decoration: none;
}

div#footer a:hover {
	color: #A0C000;
	text-decoration: underline;
}

div#content img[align='right'] {
	margin-left: 10px;
}

div#content img[align='left'] {
	margin-right: 10px;
}

div#content-main p {
	text-align: justify;
}

.bg_white {
	background-color: #FFF;
}

div.zitat {
	margin-bottom: 15px;
	position: relative;
}

div.zitat img {
	position: relative;
	top: 0;
}

	*+html div.zitat img {
		top: 0px;
	}

blockquote, q {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

blockquote {
	background-image: url(../images/icons/quotation_mark_green.gif);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 38px;
	line-height: 1.5em;
}

cite {
	color: #B9D353;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 35px;
}

div#zitat_zusatz {
	background-color: #333;
	border: 1px inset white;
	font-size: 0.9em;
	padding: 5px;
	margin-left: 35px;
}

cite.zusatz {
	display: block;
	margin: 0;
}

cite a {
	border-bottom: 1px dashed;
	text-decoration: none;
}

div.shortnews {
	background-color: #FFF;
	background-image: url(../images/bg_striped_light.png);
	background-repeat: repeat-x;
	color: #333;
}

	div#content-right div.shortnews {
		font-size: 0.9em;
	}

div.shortnews h3 {
	background-image: url(../images/bg_vertical_waves_top_50percent_680_wide.png);
	color: #FFF;
	padding: 0 10px;
	border: 1px outset white;
	line-height: 1.5em;
}

div.shortnews p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

div.shortnews p.date {
	color: #663300;
	text-align: left;
	padding: 5px 10px 0 10px;
	font-size: 0.8em !important;
	font-weight: bold !important;
}

div.shortnews a, div.shortnews a:visited {
	color: #586F06 !important;
}

a[target='_blank'] {
	background-image: url(../images/icons/icon_external_link_white.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 19px;
}

a[target='_blank']:visited {
}

a.bg_none, a.bg_none:visited {
	background-image: none;
	padding: 0;
}

.fs80 {
	font-size: 0.8em;
}
.fs90 {
	font-size: 0.9em;
}
.fs100 {
	font-size: 1em;
}
.fs110 {
	font-size: 1.1em;
}
.fs120 {
	font-size: 1.2em;
}
.fs130 {
	font-size: 1.3em;
}

img#fontsizes {
	position: relative;
	left: -3px;
	margin-bottom: 5px;
}

div.klapper {
 	background-image: url(../images/bg_vertical_waves_top_50percent_680_wide.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin-bottom: 5px;
	padding: 10px;
	cursor: pointer;
}

div.klapper h2 {
	padding: 0 !important;
	margin: 0 !important;
}

	div.klapper p {
		padding: 0;
		margin: 0;
	}
	
	div.klapper img:hover {
		cursor: pointer;
	}

div.reiterbox {
	border: 1px outset #000;
	border-top-width: 0 !important;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}

div.reiterleiste {
}

h2.karteireiter  {
	/*background-color: #333;*/
	display: inline;
	/*float: left;*/
	margin: 0 !important;
	white-space: nowrap;
	width: auto;
	border: 0;
	height: 24px;
	font-size: 19px;
	border: 1px outset #000;
	padding: 1px 9px;
}

	h2.karteireiter:hover, h2.karteireiter.active {
		/*background-color: #869647;*/
		color: #FFFFFF;
		cursor: default;
		border: 1px outset #000000;
		border-bottom: 0;
		/*padding-top: 10px;*/
		cursor: pointer;
	}

div.reiterbox>p {
	clear: left;
}

div.reiterbox-content {
	padding: 10px;
}

ul.related-links, ul.sitemap {
	color: #FFF;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 14px;
	margin-bottom: 1em;
}

* html ul.related-links, * html ul.related-links li ul {
	padding-left: 0;
	margin-left: 15px;
}

*+html ul.related-links, *+html ul.related-links li ul {
	padding-left: 0;
	margin-left: 15px;
}

ul.related-links li ul, ul.sitemap li ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 14px;
}

ul.related-links a, ul.related-links a:visited, ul.sitemap a, ul.sitemap a:visited {
	color: #B9D353;
	text-decoration: none;
}

ul.related-links a:hover,ul.sitemap a:hover {
	text-decoration: underline;
}

* html ul.related-links a, *+html ul.related-links a {
	background-image: none !important;
	padding-right: 0;
}

ul.related-links a, ul.related-links a:visited {
	letter-spacing: 1px;
}

abbr, acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

a.wikipedia-link, a.link-wikipedia {
	background-image: url(../images/icons/icon_wikipedia.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-right: 3px;
}

input[type='text'], input[type='password'] {
	height: 1.25em; 
	border-left: 2px #D8DADA solid; 
	border-right: 1px #B0B0B0 solid; 
	border-top: 1px #8E9090 solid;   
	background-color: #ADAFB1; 
	color: #ffffff; 
}

input.shinyButton{
	font-size: 11px; 
	height:22px;
	color: #494C4F;
	background-color: #E0E0E1;
	background-image: url(../images/cssimages/bg_button.png);
	border-right : 1px solid #AFB1B2;
	border-left : 1px solid #ffffff;
	border-top : 1px solid #ffffff;
	border-bottom : 1px solid #AFB1B2; 	
	padding-bottom: 1px;
	padding: 1px 25px;
	margin-top: 20px;
}

*+html input.shinyButton{
	width: 9em;
}

.bg_grey {
	background-image: url(../images/cssimages/edit_bg_title.png);
	background-repeat: no-repeat;
	height: 90px;
}

form#kontakt {
	margin: 0;
	border: 0;
	padding: 0;
}

form#kontakt input, textarea {
	background-color:#666;
	border: 1px #F0F0F0 solid;
	border-left: 1px #858585 solid;
	border-top: 1px #858585 solid;
	font-size: 0.9em;
	margin: 0 0 20px 20px;
	text-align: left;
	width: 300px;
}

form#kontakt label {
	color: #fff;
	display: block;
	float: left;
	width: 140px;
}

textarea {
	color: #fff;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 300px;
}

input.submit {
	width: auto;
}

form#kontakt input.submit {
	margin-left: 310px;
	width: 150px;
}

br.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.help {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: inherit;
	cursor: help;
}

.small {
	font-size: 0.85em;
}

img.absmiddle {
	vertical-align: middle;
}

div#footer div {
	margin: 0 auto;
	width: 980px;
}

div#footer address {
	font-size: 0.8em;
	font-style: normal;
	margin-bottom: 1em;
}

div#footer ul#footernavi {
	list-style-type: none;
	margin: 0 auto;
}

*+html div#footer ul#footernavi {
	position: relative;
	top: -5px;
}
	
	div#footer ul#footernavi li {
		display: inline;
		border-right: 1px solid #FFF;
		padding: 0 5px;
	}
	
	*+html div#footer ul#footernavi li {
		border-right: 0;
	}
	
.no-border {
	border: 0 !important;
}

.fl_right, .flr {
	float: right;
	margin-left: 10px;
}

.fl_left, .fll {
	float: left;
	margin-right: 10px;
}

div.reference {
	border: 1px inset #000;
	padding: 10px;
	margin-bottom: 20px;
}

	*+html div.reference {
		border-color: #DDD;
	}
	
	* html div.reference {
		border: 1px solid #DDD;
	}
div.reference p.description {
	margin-right: 210px;
}

div.hint {
	border: 1px black inset;
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #e47e00;
	background-image: url(../images/content_bg.gif);
}

img.neueRufnummer, img.neueAnschrift {
	position: relative;
	left: -8px;
}

.connexocolor {
	color: #A0C000;
}

.vcard {
	display: block;
	line-height: 1.5em;
}

.vcard div.adr {
	font-style: italic;
	padding-bottom: 1.5em;
}

div.szwidget {
	margin-top: 2em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}