* {
	margin:0;
	padding:0;
}

html,body {
	text-align:center;
	background-color:#fff;
	font-family:Arial,Verdana, 'Myriad Pro', Myriad;
	font-size:12px;
	color:#909193;
	height:100%; /* needed for container min-height */
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1020px;
	height:auto!important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

@font-face {
	font-family: 'Eurostile';
	src: url('../images/fonts/Eurostile');
}


	
/*layout styles*/
#error404 {
	background-color:#cdcdcd;
	position:relative;
	float:left;
	clear:left;
	width:980px;
	height:auto;
	text-align:left;
	padding:15px;
	margin:20px 0 0;
}

#container #left {
	position: relative;
	float: left;
	clear: left;
	width: 190px;
	height: auto;
	margin: 0px;
	padding: 0px 39px 0px 0px;
	text-align: right;
	border-right: 1px solid #ededed;
}

#container #center {
	position: relative;
	float: left;
	width: 500px;
	margin: 0px 0px 0px 40px;
	text-align: left;
}

#container #right {
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	margin: 320px 0px 0px 30px;
	text-align: left;
}

#navigation {
	position: relative;
	float: right;
	height: auto;
	width: auto;
}

#breadcrumb {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	margin: 10px 0px 0px 0px;
}

#main {
	position: relative;
	float: left;
	clear: left;
	width: 500px;
	height: auto;
	margin: 134px 0px 0px 0px;
}

a#dmmag_ref {
	position: relative;
	float: right;
	height: auto;
	width: auto;
	margin: 200px 0px 0px 0px;
}

a#eins1_logo {
	position: relative;
	float: right;
	height: auto;
	width: auto;
	margin: 20px 0px 0px 0px;
}

	
/*content styles*/
#error404 .ce_text {
	color:red;
	font-size:18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Eurostile','Mako', Verdana;
	color: #909193;
	line-height: normal;
}

h1 {
	font-size:26px;
	line-height: 28px;
	margin:0;
	font-weight:bold;
}

h2 {
	font-size:14px;
	margin:0;
	font-weight:bold;
}

h3 {
	font-size:12px;
	margin:0;
	font-weight:bold;
}

.ce_text h1,.ce_text h2,.ce_text h3,.mod_search h1,.mod_search h2,.mod_search h3,.mod_article h1,.mod_article h2,.mod_article h3,h1.ce_headline,h2.ce_headline,h3.ce_headline {
	margin:0 0 10px;
}

.ce_text,.ce_form,.layout_full,.layout_latest {
	margin:0 0 10px;
	line-height: 15px;
}

.ce_text p,.ce_form p {
	margin:0;
	padding:0;
}

.ce_text {
	
}

.ce_text.auto {
	height: auto;
}

a, a:active, a:visited, { 
	color:#909193;
}

a, .ce_text a,.ce_form a,p.back a, p.more a {
	color: #909193;
	text-decoration:underline;
}

.ce_text a:hover,.ce_form a:hover,p.back a:hover, p.more a:hover {
	color: #000;
	text-decoration:underline;
}

a:hover {
	color: #000;
}

.ce_headline {
}

.pdf_link {
	padding-left:20px;
	background-image:url(../../system/themes/default/images/iconPDF.gif);
	background-repeat:no-repeat;
	padding-top:3px;
	padding-bottom:3px;
}

.doc_link {
	padding-left:20px;
	background-image:url(../../system/themes/default/images/iconOFFICE.gif);
	background-repeat:no-repeat;
	padding-top:3px;
	padding-bottom:3px;
}
.ce_image.leistungen .image_container {
	margin: 0;
	padding: 0;
	
}
.ce_image.leistungen .image_container img, .ce_image .image_container a {
	position: relative;
	float: left;
	clear: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;

}

/* image galleries */
.gallery_container {
	position: relative;
	float: left;
	clear: left;
	width: 496px;
	height: 280px;
	margin: 0px 0px 40px 0px;
}
.gallery_container #image_container {
	position: relative;
	float: left;
	clear: left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#gallery_images {
	position: relative;
	float: left;
	clear: left;
	width: 500px;
	height: auto;
}
#gallery_images a {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding-bottom: 11px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px 3px 0px 0px;
}
#gallery_images ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery_images a.active {
	background-image: url(../images/active_ball.png);
}
#large_image.philosophie {
	width: 496px;
	height: auto;
}
#large_image.arbeiten {
	width: 496px;
	height: 280px;
}

.ce_gallery img {
	border: 1px solid #909193;
}




/*news module*/
.mod_newslist {
	position:relative;
	float:left;
	clear:left;
}

.mod_newslist .layout_latest.even, .mod_newslist .layout_latest.odd {
	position:relative;
	float:left;
	clear:left;
	width:100%;
}

.mod_newslist .layout_latest p.info,.layout_full p.info {
	font-weight: bold;
}

.mod_newslist .layout_latest h2 a:hover,.mod_newslist .layout_latest p.more a {
	text-decoration:underline;
}

.mod_newslist .layout_latest h2 a:hover,.mod_newslist .layout_latest p.more a:hover {
	text-decoration:underline;
}

.layout_full .ce_text {
	border:0 solid;
	margin:0;
	padding:0;
}

/*for the full layout*/
.mod_newslist .layout_full {
	margin: 0px 0px 40px 0px;
}
.mod_newslist .layout_full p.info {
	font-weight: normal;
}
.mod_newslist .layout_full h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}


	
/*form fields*/
span.mandatory {
	color:red;
}

.ce_form label {
	position:relative;
	float:left;
	clear:left;
	width:100px;
	margin:5px 0 0;
}

.ce_form input.input_field {
	border:1px solid gray;
	width:250px;
	padding:3px;
	background-color:#b4b4b4;
	margin:0 0 15px;
}

.ce_form textarea.textarea_field {
	border:1px solid gray;
	width:250px;
	height:150px;
	padding:3px;
	background-color:#b4b4b4;
	margin:0 0 15px;
}

.ce_form input.submit_field {
	border:1px solid gray;
	width:auto;
	padding:3px;
	background-color:#47b77a;
	margin:0 0 15px;
	color:#fff;
}

.ce_form p.error {
	position:absolute;
	padding:5px;
	background-color:#c93d3d;
	color:#fff;
	margin-left:360px;
	display:none;
}

input.text.input_field.mandatory.error {
	background-color:#c93d3d;
	color:#fff;
}

textarea.textarea.textarea_field.mandatory.error {
	background-color:#c93d3d;
	color:#fff;
}

label.error {
	color:#c93d3d;
}


	
/* search styles */
input.input_search {
	border:1px solid gray;
	width:150px;
	padding:3px;
	background-color:#b4b4b4;
}

.mod_search input.text {
	border:1px solid gray;
	width:250px;
	padding:3px;
	background-color:#b4b4b4;
	margin:0 0 15px;
}

.mod_search input.submit {
	border:1px solid gray;
	width:auto;
	padding:3px;
	background-color:#47b77a;
	margin:0 0 15px;
	color:#fff;
}

.mod_search .radio_container {
	margin:0 0 15px;
}

.mod_search p.header {
	margin:15px 0;
}

.mod_search .even {
	position:relative;
	float:left;
	clear:left;
	background-color:#e6e6e6;
	width:100%;
	padding:5px;
}

.mod_search .odd {
	position:relative;
	float:left;
	clear:left;
	background-color:#dadada;
	width:100%;
	padding:5px;
}

.mod_search .url {
	font-style:italic;
}

.mod_search h3 a {
	color:#47b77a;
	text-decoration:none;
}

.mod_search h3 a:hover {
	text-decoration:underline;
}

.mod_search .pagination {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	height:auto;
	background-color:#47b77a;
	margin:15px 0 0;
	color:#fff;
	text-align:center;
	padding:5px;
}

.mod_search .pagination ul {
	list-style:none;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#000;
}

.mod_search .pagination li {
	display:inline;
}

.mod_search .pagination li a {
	color:#000;
	text-decoration:none;
}

.mod_search .pagination li a:hover {
	color:#000;
	text-decoration:underline;
}

.mod_search .pagination li a.next,.mod_search .pagination li a.previous {
	font-style:italic;
}

.mod_search .pagination span {
	color:#000;
}

.mod_search .pagination span.current {
	color:#000;
	text-decoration:underline;
}
.jcarousel-next {
	width: 20px;
	height: 20px;
	background-color: #000000;
	right: 0;
}
.jcarousel-prev {
	width: 20px;
	height: 20px;
	background-color: #000000;
	left: 0;
}
ul#mitglieder li.jcarousel-item {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
ul#mitglieder li img {
	width: 100px;
	padding: 0px;
	margin: 0px;
}
div#mitglieder-container div.jcarousel-next {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	background-color: blue;
	
}
div#mitglieder-container div.jcarousel-prev {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background-color: red;
	margin: -70px 0px 0px -10px;
	z-index: 9999;
}
div.ce_text.team {
	display: none;
	text-align: center;
	height: 350px;
}
div.ce_text.team#first {
	display: block;
}
div.team_mitglieder{
	width: 500px;
	height: 100px;
}
.prev {
	position: absolute;
	z-index: 900;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_left.png);
	margin: 40px 0px 0px -30px;
	cursor: pointer;
}
.next {
	position: absolute;
	z-index: 900;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_right.png);
	margin: 40px -30px 0px 0px;
	cursor: pointer;
}

p.details{
	position: absolute;
	z-index:9999;
	right: 0;
	top: 0;
	margin: 183px 0px 0px 0px;
	text-align: left;
	width: 150px;
}
p.details_extra{
	position: absolute;
	z-index:9999;
	right: 0;
	top: 0;
	margin: 303px -230px 0px 0px;
	text-align: left;
	width: 200px;
}
#prev {
	position: relative;
	float: left;
	clear: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_left.png);
	margin: 2px 0px 0px 225px;
	cursor: pointer;
}
#next {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_right.png);
	margin: 2px 0px 0px 5px;
	cursor: pointer;
}
div#kunden{
	width: 700px;
}

#container.bke{
	width: 550px;
	padding: 0;
}
.bke table td {
	padding: 5px;
}
#container.bke div{
	margin: 0;
	padding: 0;
}
.bke form{
	margin: 10px 0px 120px 0px;
}
.bke label{
	clear: left;
	float: left;
	text-align: left;
	height: 25px;
}
.bke input[type="text"]{
	width: 420px;
	height: 25px;
	float: right;
}
.bke input[type="submit"]{
	width: 110px;
	float: right;
	clear: both;
	height: 25px;
}
