/* ---------------------- css reset ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	text-align:left;
}

/* full height */
html, body {
	padding:0;
	margin:0;
	min-height: 100%;
	max-height: 100%;
	background:url(../images/background.jpg) bottom center repeat-x;
	background-color: #3e5892;
	overflow:hidden;
}

.container {
	background-color:#fff;
	width:950px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left: -475px;
}

.header {
	height:98px;
}

.header img {
	margin-top:10px;
	margin-left:300px;
}
	
/* -------------------------------------- */
/* ------------ MAIN MENU --------------- */
/* -------------------------------------- */
.main_menu {
	height:32px;
	background: url(../images/menu-bg.jpg) top center repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:32px;
	padding-left:170px;
}
	
.main_menu ul {
}

.main_menu li {
	display:inline;
	padding: 7px 5px 5px 5px;
	background:url(../images/separator.jpg) no-repeat right center;
	height:32px;
}

/* opera 8+ fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
 .main_menu li {
	display:inline;
	padding: 7px 5px 5px 5px;
	background:url(../images/separator.jpg) no-repeat right bottom;
	height:32px;
}}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .main_menu li {
	display:inline;
	padding: 7px 5px 5px 5px;
	background:url(../images/separator.jpg) no-repeat right bottom;
	height:32px;
}}
 
/* opera 8+ fix */


.main_menu li a {
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	color:#fff;
}

.main_menu li a:hover {
	color:#f3cefa;
}

.no_separator {
	background:none !important;}
	
/* -------------------------------------- */
/* ------------- HEADING ---------------- */
/* -------------------------------------- */
.heading {
	height: 88px;
	background:url(../images/heading-bg.jpg) repeat-x top center;
	padding-left: 270px;
}
	
.heading h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:23px;
	font-weight:normal;
	color:#a84db8;
	line-height:90px;
	background: url(../images/arrow.png) no-repeat left center;
	padding-left:35px;
	text-align:left;
}


/* -------------------------------------- */
/* -------------- CONTENT --------------- */
/* -------------------------------------- */

.content {
	position:absolute !important;
	bottom:40px;
	top:218px;
	overflow:auto;
	text-align:left;
	padding-left:270px;
  width: 680px;
}

.posts {
  padding:30px 40px 20px 40px;
  font-family:Tahoma, Geneva, sans-serif;
  color:#222222;

}
	
.posts img {
	border: 1px solid #ffc833;
}

.posts h2 {
  text-align:left;
  font-size:15px;
  font-weight: bold;
  line-height:22px;
  padding-bottom: 8px;
}

.posts h3 {
  text-align:left;
  font-size:15px;
  font-weight: bold;
  line-height:22px;
  padding-bottom: 2px;
}

.posts p {
  text-align:left;
  font-size:15px;
  line-height:22px;
  padding-bottom: 10px;
}

.posts ol, li {
  text-align:left;
  font-size:15px;
  line-height:22px;
  padding-bottom: 0px;
  list-style: square;
  list-style-position:inside;
}

.posts a {
  text-align:left;
  font-size:15px;
  line-height:22px;
  text-decoration:underline;
  color:#222222;
}

.posts a:hover {
	text-align:left;
	font-size:15px;
	line-height:22px;
        text-decoration:underline;
        color:#000000;
}

.posts input {
  text-align:left;
  font-size:15px;
  line-height:18px;
}

.posts textarea {
  text-align:left;
  font-size:15px;
  line-height:18px;
}

.posts label {
  text-align:left;
  font-size:12px;
  line-height:16px;
}

.error {
  text-align:left;
  font-size:12px;
  line-height:16px;
  color: #800000;
}

.posts td {
  height: 45px;
}
	
.more {
	font-size:12px;
	font-weight:bold;
	color:#a84db8;
	padding-right:14px;
}

.more a {
	color:#a84db8;
	text-decoration:none;
	padding: 2px 15px 2px 0px;
	background-image: url(../images/more-link-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}

.more a:hover {
	padding: 2px 18px 2px 0px;
	background-image: url(../images/more-link-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}

.alignleft {
	float:left;
	margin:0 30px 0 0;
	width:160px;
	height:auto;
}

.article_separator {
	height: 30px;
}

#ToogleKontakt { float:left; top:100px;}

div#kontakt { 
  position: relative;
  top: 20px;
  left:-50px;
  width:200px;
  height:195px;
  float: left; 
  border: 1px dotted #dddddd;
  background-color: #f0f0f0;
  padding: 10px;
  display: none;
  line-height:20px;
  color:#111111;
  text-align:left;
  font-size:14px;
  padding-bottom: 2px;
}

div#kontakt a {
  font-size:14px;
  padding-bottom: 10px;
  color:#111111;
  text-decoration:underline;
}

div#kontakt a:hover {
  font-size:14px;
  padding-bottom: 10px;
  color:#800000;
  text-decoration:underline;
}

div#kontaktbutton {
  position: relative;
  top: 20px;
  left:-50px;
}

.clear {
clear:left;
}	
	
/* -------------------------------------- */
/* -------------- SIDEBAR --------------- */
/* -------------------------------------- */
.sidebar {
	position:absolute;
	left:50px;
	top:35px;
	width:270px;
	height:400px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
}
	
/* sidebar navigation */

.sidebar h1 {
  margin-bottom:-1px;
  display:block;
  width:186px;
  height:40px;
  background:url(../images/sidebar-navigation-hover.png) bottom center no-repeat;
  text-align:center;
  line-height:40px;
}

.sidebar h1 a {
        color:#626262;
	text-decoration:none;
	text-transform:uppercase;
}

.sidebar ul {}	

.sidebar li {
	margin-bottom:-1px;
	display:block;
	width:186px;
	height:40px;
	background:url(../images/sidebar-navigation-bg.png) bottom center no-repeat;
	text-align:center;
	line-height:40px;
}

.sidebar li:hover {
	background:url(../images/sidebar-navigation-hover.png) bottom center no-repeat;
}	
	
.sidebar li a {
	color:#626262;
	text-decoration:none;
	text-transform:uppercase;
}	

.sidebar li.current_item {
	color:#626262;
	text-decoration:none;
	text-transform:uppercase;
background:url(../images/sidebar-navigation-hover.png) bottom center no-repeat;
}

.sidebar li a:hover {}	
	
/* -------------------------------------- */
/* -------------- FOOTER ---------------- */
/* -------------------------------------- */

.footer {
  width:950px;
  position:absolute;
  bottom:0;
  background-color:#f9f5e7;
  height:40px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:11px;
  color:#6b6b6b;
}

.copyright {
  position:absolute;
  left:0;
  padding-left:20px;
  line-height:40px;
}

.copyright a {
  text-decoration:none;
  color:#6b6b6b;
}

.copyright a:hover {
  text-decoration:underline;
}

.impressum {
  position:absolute;
  left:350px;
  padding-left:0px;
  line-height:40px;
}
	
.impressum a {
  text-decoration:none;
  color:#6b6b6b;
}

.impressum a:hover {
  text-decoration:underline;
}

.datenschutz {
  position:absolute;
  left:600px;
  padding-left:0px;
  line-height:40px;
}
	
.datenschutz  a {
  text-decoration:none;
  color:#6b6b6b;
}

.datenschutz  a:hover {
  text-decoration:underline;
}

.author {
  position:absolute;
  right:0;
  padding-right:20px;
  line-height:40px;
}
	
.author a {
  text-decoration:none;
  color:#6b6b6b;
}

.author a:hover {
  text-decoration:underline;
}
	
:focus {
  -moz-outline-style: none;
  outline-style: none;
}
