
/* resets */

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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: inherit;
	position:  relative;
}

table {
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}

/* preclinics styles */

html {
	height: auto;
	width: auto;
}

body {
	color: #808080;
	background: #707173 url(/images/bg.png) repeat-x fixed 0 bottom;
	font: 90% "DIN", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;

/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 600px;

/* Minimum width of layout - remove line if not required */


/* The min-width property does not work in old versions of Internet Explorer */
}

h1, h2, h3 {
	margin: 0em 0 .2em 0;
	padding: 0em 0 0.5em 0;
	line-height: 1.5em;
}

h2 {
	margin: 1em 0 .2em 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
	line-height: 1.4em;
}



br {
	padding-bottom: 20px;
	}

/* Header styles */

img {
	margin: 10px 0 5px;
}

#header {
	clear: both;
	float: left;
	width: 100%;
	background-color: #fff;
}

#header {
	border-top: 10px solid #8CC63F;
}

#header p,
	#header h1,
	#header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
}

#kunden {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 10px;
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
}

#kunden li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#kunden li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}

#kunden li a:hover {
	background: #8CC63F;
	color: #fff;
}



.secure_active {
	background: #8CC63F !important;
	color: white;
}

#kunden li a.active,
	#kunden li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}

.right {
	top: 5px;
	display: inline;
	position: absolute;
	font-size: 80%;
	right: 20px;
	color: gray;
}

#header ul li a span {
	display: block;
}

/* 'widths' sub menu */

#meta {
	clear: both;
	border-top: 1px solid #ced6d6;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
	color: #72a635;
	font-size: 80%;
}

#meta a {
	background: inherit;
	color: #72a635;
	font: inherit;
	text-decoration: none;
	border: none;
	margin: 5px;
	vertical-align: baseline;
}

#meta a:hover {
	text-decoration: underline;
}

div.box {
	position: relative;
	background: #f2f2f2;
	margin: 2em 2% 0 0em;
	min-height: 25em;
	z-index: 120;
}

div.startbox {
	position: relative;
	float: left;
	width: 48%;
	background: #f2f2f2;
	margin: 2em 2% 0 0em;
	min-height: 25em;
	clear: right;
}

div.box .content {
	margin: 1.2em;
}

div.box h3 {
	font-size: 90%;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	background: #8CC63F;
	padding: .35em 0 .35em 0em;
	margin: 0 0 0 0em;
	vertical-align: middle;
	text-transform: capitalize;
}

div.box h3:before {
	content: url("/images/prebubble.png");
	vertical-align: top;
	margin: 5px;
}

div.box h3:after {
	content: url("/images/debubble.png");
	vertical-align: top;
	margin: 5px;
}

div.box .content h4 {
	color: #595959;
	margin: 15px 0 0 0;
}

/* column container */

.colmask {
	position: relative;
	

/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear: both;
	float: left;
	width: 100%;
	/* width 

of whole page */
		overflow: hidden;
	background-color: #fff;
}

/* 2 column left menu settings */

.leftmenu {
	background: #fff;
}

.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 12em;
}

.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 12em;
	padding-bottom: 1em;
}

.leftmenu .col1 {
	margin: 0 70px 25px 22.222em;
	position: relative;
	right: 100%;
	min-height: 400px;
}

.leftmenu #start {
}

.leftmenu .col1 h2 {
	margin: 0px 0px 0px 0px;
	color: #808080;
}

.leftmenu .col1 p {
	margin: 0px 0px 0px 0px;
	color: #808080;
}

/* content  header und absatz */

.leftmenu .col2 {
	float: left;
	width: 260px;
	position: relative;
	right: 11em;
	font-size: 14px;
}

.columnone {
	padding-right: 25em;
}

/* Footer styles */

#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #8CC63F;
	font-size: 80%;
}

#footer p {
	padding: 10px;
	margin: 5px;
	color: #f6f6f6;
}

#footer p a {
	color: #f6f6f6;
	text-decoration: underline;
}


/* JQUERY styles */
.accordion_hidden {
	display: none;
}

.secure:after {
	content: url("/images/icons/secure.png");
	line-height: 15px;
	vertical-align: middle;
}

em {
	background: url(/images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/* EE content */

a {
	color: #72a635;
	text-decoration: none;
}


h2 a:hover {
	text-decoration: underline;
}
.box a:hover, .subpoints a:hover {
	text-decoration: underline;
}

.mehr:after {

/* 	content: url("/images/icons/secure.png"); */
	vertical-align: middle;
}

.mehr {
	font-weight: bold;
}

.rightedge {
	float: right;
	color: gray;
}

.auto {
width: auto;}


.next, .prev {
	display:  inline;
	position: absolute;
	float: right;
	right:  10px;
}


.prev {
	margin-right: 170px;
}

.focusbox {
	background: #f2f2f2;
	padding: .5em;
	clear:both;
	border: 1px solid #cccccc;
	margin: 1.2em 0 1.2em 0;
}

.date {
	clear: left;
	white-space: nowrap;
	color: #bbb;
}

author{
	margin-left: 40%;
	margin-right: 40%;
	width: 20%;
	
}

news_links {
	display: inline;
	float: right;
	position: absolute;
	height: 20px;
	width: 150px;
	top:  0px;
	right: 0px;
 	background-color: silver;	
}

.news_navi {
	background: #f2f2f2;
	padding: .5em;
	margin: 1.2em 0 1.2em 0;
	height: 20px;
}


.flright {
	position:  absolute;
	float: right;
	width: 24em;
	margin: 0 0 0 2.4em;
}



div.listing{
	width: 30%;
	height: 50%;
	float:left;
	display: block;
	margin: 0 3% 3% 0;
	clear:right;
}

div.subpoints{
	min-width: 30%;
	float:left;
	display: block;
	margin: 0 3% 3% 0;
	padding-top: 10px;
	border-top: 5px solid #8CC63F;
	clear:right;
}

div.fields {
	height: 200px;

}

.three {
		width: 30%;
}

.two {
		width: 43%;
}

.threefour {
		width: 75%
}


.one {
		width: 100%;
		display: block;
}


p.clear{
	clear:both;
}

.white {
	color: white;}

/* EE image field groups */

.image {
	float: right;
	border-bottom: 10px solid #8CC63F;
	margin: 0px 0px 15px 15px; 
}

.imagenb {
	float: right;
	margin: 0px 0px 15px 15px; 
}


.netzwerk {
	border-width: 1px;
	border-style: outset;
	padding: 1em;
}

.part{
	float: left;
	width: 45%;
	margin: 0 2% 0 0;
}


.file{
	list-style-type:  disc;
	list-style-image: url("/images/icons/secure.png");
	line-height: 30px;
	vertical-align: middle;
	}

.small{
height:  25px;
padding: 2px;
	}
	
.ui-tabs-nav .ui-tabs-panel{
background-color: red;	}


	

