/** Global **/
* {
    margin:0;
    padding:0;
}
body {
  background:		#FFF;
	font-size:		100.01%;
	font-family:	"Lucida Sans", Arial, Helvetica, sans-serif;
	padding:      0 0 0 0;
}

h1 {
	font:			bold 1.2em/1.4 "Lucida Sans", Arial, Helvetica, sans-serif;
	color:			#4c4c4b;
}
h2 {
	font:			bold 1em/1.4 "Lucida Sans", Arial, Helvetica, sans-serif;
	color:			#4c4c4b;
}
h3, h4, h5, h6 {
	font:			bold 0.89em/1.6 "Lucida Sans", Arial, Helvetica, sans-serif;
	color:			#4c4c4b;
}
h3.off{
	display:none;
}

a {
	color:			#00C;
}
a:focus, a:hover, a:active {
	color:			#C00;
}

img{
	border:			none;
}
td, th{
	border: 1px solid #999;
	padding: 4px;
}
table{
	border-collapse: collapse;
}
/** hiding of elements for assistive devices (screen readers etc) **/
ul#access, .off {
	position:		absolute;
	left:			-1000em;
	top:			-1000em;
}
/* float clearing */
#nav ul:after, #content p.vk:after, #outer:after, #sub:after, form:after, form div:after, ul#breadcrumb:after {
    content:		".";
    display:		block;
    visibility:		hidden;
    clear:			both;
    height:			0;
}
* html #nav, * html #content, * html form, * html form div {
	height:			1%;
}

/* Formularemente ****************************************************** */
	form{
		padding:		0.5em 2% 0.5em 2%;
	}
	form hr{
		visibility:		hidden
	}
	
	input,select{
		font-family:	Verdana, Arial, sans-serif;
		font-size:		1em;
		width:			80%;
		border:			1px solid #000;
		background:		#EEE;
	}
	input:focus,select:focus,textarea:focus{
		background:		#FFF;
	}
	textarea{
		font-family:	Verdana, Arial, sans-serif;
		font-size:		1em;
		width:			80%;
		height:			10em;
		border:			1px solid #000;
		background:		#EEE;
	}
	label,select{ 
		cursor:			pointer;
	} 
	label.left{ 
		width:			80%; 
		margin-right:	0em; 
	} 
	label.left_error{ 
		float:			left; 
		width:			80%; 
		text-align:		right;
		margin-right:	1em;
		color:			#F00; 
	} 
	input.error{
		background:		#FCC;
	} 
	/* Submit button */
	input.right{ 
		margin:			2em 0 0 0; 
		width:			80%;
		background:		#CCC;
		border:			1px solid #000;
	}


/* Wrapper */
#outer{
}
#superior{
  height:3em;
  background: url("images/system/hg_superior.gif") repeat-x #535353;
  color:#FFF;
}
#superior p{
  text-transform:lowercase;
  color:#FFF;
  font-size:65%;
  padding:1em 0 0 1em;
}
#superior p a{
  color:#FFF;
  text-decoration:none;
}
#nav{
  font-size:65%;
  height:5.5em;
}
#nav ul{
  border-left:1px dotted #999;
  margin-left:320px;
 
}
#nav ul li{
  border-right:1px dotted #999;
  float:left;
  list-style:none;
  text-transform:lowercase;
  text-align:center;
}
#nav ul li a{
  color:#666666;
  text-decoration:none;
  display:block;
  width:10em;
  height:3.5em;
  padding-top:2em;
}
#nav ul li a.highlight{
  color: #C00;
background: #E9EEDA;
}
#nav ul li a:hover{
	background: url(images/system/a-bg-ani.gif) repeat-x;
	color: #C00;
}
#subnavi{
	margin: 28px 0 0 0 !important;
	border-top: 1px dotted #666;
}
#subnavi ul{ margin: 0 !important; }
#subnavi li{
	font-weight: bold;
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #666;
	background: #FFF;
}
#subnavi a{
	padding: 5px 10px;
	display: block;
}
#subnavi a.highlight, #subnavi a:hover{
	background: #e9eeda;
}
#subnavi li li{
	font-weight: normal;
	border-bottom: none;
}
#subnavi li li a{
	padding-left: 20px;
}
#subnavi li li li a{
	padding-left: 40px;
}
#subnavi li li li li a{
	padding-left: 60px;
}
#subnavi a{
	text-decoration: none;
	color: #666;
}
#header{
  height:216px;
  background:url("images/system/gras.jpg") repeat-x;
}
#header img{
  float:left;
}
#context{
  width:320px;
  position: absolute;
}
#context img{
  padding:3em 0 3em 0;
}
#content{
  /*min-width:600px;
  max-width: 1000px;
  */
  width: 600px;
  margin-left: 340px;
 }
 
 #content, #context{
  font-size:80%;
  padding:0 2em 2em 0;
  color:#666666;
}
#content img, #context img{
	padding:10px;
	border:1px solid #E5E5E5;
	margin-bottom:10px;
}
#content h1, #context h1{
  height:2em;
  margin-top:1.5em;
  border-bottom:1px solid #E5E5E5;
  margin-right:-1.5em;
  margin-bottom:1em;
}
#content h1 span, #context h1 span{
  margin-left:-2000em;
}
h2{
  padding:0.5em 0 0.5em 0;
  color:#CE0000;
  border:none;
  font-size:120%;
}
#content h3, #context h3{
  font-size:110%;
  padding:0.4em 0 0.4em 0;
  color:#666;
}
#content p, #context p{
  margin:0.5em 0 0.5em 0;
}
#content ul,#context  ul, #content ol,#context  ol{
  margin-left:2em;
}
#content form input, #content form textarea{
  background:url("images/system/input-bg.gif") no-repeat;
  border:1px solid #999999;
}
#superior form{
	display:inline;
	float:right;
	padding:0.5em 1em 0 0;
	margin:0;
}
#superior form input{
  background:url("images/system/input-bg.gif") no-repeat;
  border:1px solid #999999;
  width:150px;
  height:1.8em;
}
#superior form label{
  padding:0em 0.3em 0 0;
}
#superior form p{margin:0;padding:2px;}
div.tcmsPager{
	background:		none;
}
div.tcmsPager a{
	background:		none;
}
div.tcmsPager a.highlight,div.tcmsPager a:hover{
	background:		#C00;
	color:			#FFF;
}/* Set Karte, kleine Größe  */
p.vk{

	border-bottom:1px solid #E7E7E7;
	padding:1em 0 1em 0;
	min-height: 70px;
}
* html p.vk{
	height:			115px;
}
p.vk img{
	float:			right;
	margin:			0 0 0 0.5em;
}
div.vk2{
	border-bottom:		 1px solid #E7E7E7;
	padding:           10px;
	min-height:        215px;
	overflow:          hidden;
	color:             #666;
}
* html div.vk2{	
}
div.vk2 img{
   border:1px solid #E7E7E7;
   padding:1em;
   margin-bottom:0.5em;
}
div.images_vk2{
  width:380px;
  float:left;
  margin-right:4em;
}

.gallery_file{
	width: 133px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.gallery_file small{ display: none;}


#news005 img{
	border: none !important; 
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: middle;
}
#news005 form span { display : none;}
.small{ font-size: 10px; color: #CCC; }
.news005_item{
	border-top: 1px solid #EEE;
	padding: 5px 0;
}
.news005_teaser_bild{
	padding: 0 !important;
	float: right;
}


.bArticleContent h1{
	border-bottom: none;
	background: #E9EDDC;
	margin-right: 0 !important;
	height: auto !important;
	padding: 5px 10px;
}
.bArticleContent h1 a{
	color: #666;
}
.bHeader, .bFooter{
	text-align: right;
}
.bHeader img, .bFooter img{
	border: 0;
}
.editLink{

}

.tcmsBlog img{
	padding: 0 !important;
}
.tcmsBlog .blogThumbnail{
	display: block;
	float: right;
	margin-left: 5px;
}
.blogThumbnailDetail{
	float: right;
}
.tcmsBlog .bArticleContent{

}
.blogCategorySelector{
	margin-top: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.datum{
	width: 55px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding: 0;
}
.datum .bottom{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	display: block;
	padding-bottom: 5px;
}
.datum .top{
	background: #E9EDDC;
	color: #999;
	font-size: 9px;
	margin: 0;
	display: block;
}
.half{
	float: left;
}
.left{
	width: 49%;
	margin-right: 1%;
}
.right{
	width: 49%;
	margin-left: 1%;
}

/* Landingpage */
body.lp{
	background: #EEE;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

body.lp h1{
	margin: 15px 0;
	font-size: 24px;
}
body.lp h2{
	background: #C00 !important;
	color: #FFF !important;
	text-align: left;
	font-size: 16px !important;
	padding: 3px;
}
body.lp p{
	margin: 15px 0; 
}
body.lp strong{

}

body.lp table{
	border: 1px solid #CCC;
}
body.lp td{
	border: none;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
body.lp th{
	background: #C00;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	vertical-align: top;
}
body.lp ul{
	margin-left: 15px;
}

body.lp .small{
	font-size: 10px; 
	color: #444;
}

body.lp .box{
	outline: 1px solid #CCC;
	background: #EEE;
	padding: 10px;
}

body.lp .boxdashed{
	outline: 2px dashed #C00;
	background: #FFF;
	padding: 25px 50px 30px 50px;
}
body.lp .boxdashed h1{
	margin-top: 0;
}
#lplogo{
    background: url("images/system/hg_superior.gif") repeat-x scroll 0 0 #535353;
    color: #FFFFFF;
    height: 45px;
}
#lplogo a{
	float: right;
	color: #FFF;
	line-height: 45px;
	margin-right: 10px;
	font-size: 10px;
}
#lp{
	border: 1px solid #CCC;
	width: 644px;
	margin: -10px auto 0 auto;
	padding: 15px 50px;
	background: #FFF;
	box-shadow: 3px 3px 3px #666;
	position: relative;
}

.checkbox{ width: 20px !important; margin-top: 10px !important; }
body.lp label{ margin-top: 15px; }

.testimonials{
	margin-bottom: 20px;
}
.boxtestimonial {
	padding: 5px 15px 30px 90px;
	background: #f3f3f3 url( /images/user/_lp/_testimonials/schatten-unten.gif ) bottom left no-repeat;
	position: relative;
}

.boxtestimonial .foto{ 
	position: absolute;
	top: 15px;
	left: 15px;
}
.boxtestimonial .headline{}
.boxtestimonial .logo{
	float: left;
	margin-right: 15px;
}

/*
	Malo - CSS Library
	Author:Vladimir Carrer
*/
.dp20,.dp25,.dp33,.dp50,.dp75,.dp100{float:left;display:inline;*margin-left:-0.04em;}
.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33.33%;}
.dp50{width:50%;}
.dp75{width:75%;}
.dp100{width:100%;}
.clear{clear:both; }
