@charset "UTF-8";

html {
	height:101%;
}

body {
	margin:0;
	padding:0;
	background:#DFDFDF url(body_bg.jpg) repeat-x;
	font:12px/24px Verdana, Arial, Helvetica, sans-serif;
}

p {
	 text-align:justify;
}

a img {border:none;}

a:visited, a:link {
	color: #537514;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

#all_outer {
	margin:15px auto 0px auto;
	width:907px;
	background:#FFFFFF url(all_bg_y.gif) repeat-y;
}
#all_inner {
	margin:0;
	width:899px;
	padding:4px 4px 0 4px;
	background: url(all_bg.gif);
	background-repeat: no-repeat;
}
#header {
	width:899px;
	height:123px;
	overflow:hidden;
	position:relative;
	background: url(banner.jpg) no-repeat;
	background-position: right;
}

#mylogo {
	position:absolute;
	left:30px;
	top:30px;
	width:187px;
	height:66px;
	padding:0;
	margin:0;
}

#sub_header {
	position:relative;
	height:26px;
	background: url(top_navi_bg.gif) repeat-x;
}

#logout a, #language a {
	color:white;
	font-weight:bolder;
	text-decoration:none;
}
#logout a:hover {
	text-decoration:underline;
}
#language {
	position:absolute;
	left:10px;
	margin:0;
	padding:0;
	list-style-type:none;
}




#top_navi{
	position:absolute;
	left:250px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#top_navi li,#language li{
	display:inline;
	line-height:26px;
}

#language a{
	margin: 0;
	padding: 0 3px;
	color:white;
	display:block;
	float:left;
	text-decoration:none;
}

#top_navi a{
	margin: 0 1px 0 0;
	padding: 0 10px;
	color:black;
	display:block;
	float:left;
	background: url(back.gif) repeat-x;
	text-decoration:none;
}
#top_navi a.act {
	background-image:url(act.gif);
	background-repeat: repeat-x;
}
#top_navi a.home{
	background:url(home.gif);
	padding:0 15px;
	background-repeat: no-repeat;
}
#top_navi a.home_act {
	background:url(home_act.gif);
	padding:0 15px;
	background-repeat: no-repeat;
}

#top_navi a:hover,#language a:hover {
	text-decoration:underline;
}

#side_bar {
	width:231px;
	margin:30px 0 0 0;
	float:left;
	background:	url(sidenavitop.jpg);
	background-repeat: no-repeat;
}
#side_navi {
	margin:17px 0;
	padding:0;
	height:270px;
	list-style-type:none;
	background: #E9EAE6 url(sidenavimain.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}


#side_navi li {
	display:block;
}

#side_navi a {
	color:#9D4444;
	padding: 0 5px 0 10px;
	font-weight:bolder;
	text-decoration:none;
	line-height:26px;
	display:block;
}

#side_navi a.act {
	color:white;
	background: url(sn_hover.jpg) no-repeat;
	background-position:left;
}

#side_navi li.act {
	font-weight:bolder;
	background: url(sn.jpg) no-repeat;
	background-position:bottom; 
	padding: 0 5px 0 10px;
	line-height:26px;
	display:block;
}

#side_navi li.login {
	font-weight:bolder;
	background-position:bottom; 
	padding: 0 5px 0 10px;
	line-height:25px;
	display:block;
}

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

#content {
	margin: 0 50px 50px 250px;
	padding:0;
	min-height:430px;

}

div.common_links {
	background:#FFFED6;
	border: 1px black dotted;
	padding-left:25px;
}

/*message, register, job, etc*/
form.contact input, form.contact textarea, form.contact select {
	background-color: #faf9f7;
	color:#313131;
	border:1px solid #acacac;
	height:20px;
	line-height:18px;
}

form.contact input, form.contact textarea, form.contact select 	{
	padding:0;
	margin:0;
	font-family:Arial;
}

form.contact input, form.contact textarea	{
	width:270px;
}

form.contact input:hover, form.contact textarea:hover, form.contact select:hover, img.captcha:hover {
	border:1px solid green;
}

form.contact input:focus, form.contact textarea:focus, form.contact select:focus, img.captcha:focus {
	border:1px solid green;
	outline: 0 none;
}

form.contact input.city, form.contact input.captcha {
	width:180px;
}

form.contact input.zip, img.captcha {
	width:70px;
}

input.lg {
	width:190px;
	height:20px;
}

input.lg, img.lg {
	border:1px solid #acacac;
}

input.lg:hover, img.lg:hover {
	border:1px solid green;
}

/*select boxes*/
form.contact select {
	width:100%;
	height:22px;
	padding:0px;
}

form.contact select.male {
	width:90%;
}
/*Checkboxes*/
form.contact input.check {
	width:15px;
	height:15px;
}

button {
	background: url(button.jpg);
	height:45px;
	padding-left:10px;
	padding-right:10px;
	line-height:24px;
	color:white;
}

form.access button {
	height:30px !important;
	padding-left:0 !important;
	padding-right:0 !important;
}

button:hover {
	border:2px solid #d7e0c0;
}
button[disabled], button[disabled]:hover{
	background: url(button_dis.jpg);
	border:2px solid #fff;
}

img.captcha {
	border:1px solid #acacac;
	cursor:pointer;
	width:70px;
	height:22px;
	margin-top:-2px;
}

form.contact textarea {
	height:122px;
	margin:0;
}

form.contact td.desc {
	font-weight:bolder;
	color:#4B4B4D;
	padding:4px 0 0 0;
}

form.contact td.hint {
	padding: 7px 0 0 50px;
	vertical-align:top;
	/*background: url(hint.jpg);*/
}


td.not_null {
	font-weight:bolder;
}

#footer {
	clear:both;
	margin:0;
	width:907px;
	height:33px;
	background: url(footer.gif) no-repeat;
	text-align:right;
	color:white;
}

#foot{
	margin:0 20px;
	padding:0;
	list-style-type:none;
}
#foot li{
	display:inline;
	line-height:26px;
}
#foot a {
	padding: 0 10px;
	color:white;
	text-decoration:none;
}
#foot a:hover {
	text-decoration:underline;
}
h2 {
	font-size:18px;
	color:#4B4B4D;
	padding:0 0 7px 0;
	background: url(h2.jpg) no-repeat;
	background-position:bottom left;
}

h3 {
	margin-top:0;
	padding-top:0;
}

/* Table Designs */
table { 
	border:0;
	background-color:#FFF;
	line-height:19px;
}

td, th {
	vertical-align:top;
}

table.coloured tr.first {
	background:#a1ba5e url(th_bg3.gif) left top repeat-x; /*577716*/
	height:50px;
}

table.coloured th, table.coloured td.th {
	/*background-color: #92a460; #759233 #585858;*/
	color: #ffffff;
	text-align: center;
	padding-top:7px;
}

table.coloured td.th {
	background-color:#a1ba5e; /*577716*/
}

table.coloured th a {
	color:white;
}

table.coloured th.l {
	background: url(corner-tl.png) left top no-repeat;
}

table.coloured th.r {
	background: url(corner-tr.png) right top no-repeat;
}

table.coloured td, table.coloured th {
	padding-left:5px;
	padding-right:5px;
}

table.coloured td.odd {
	background-color: #f3f3f3;
}
table.coloured td.even {
	background-color: #e6e6e6;
}

.bigred {
	/*font-weight:bold;*/
	color:#9D4444;
}

/*News*/
h3.news {
	color:#4B4B4D;
	font-size:16px;
	line-height:16px;
	padding: 0 0 2px 0;
	margin:0;
}

h5.news {
	color:#4B4B4D;
	font-size:8px;
	line-height:8px;
	padding: 0 0 10px 0;
	margin:0;
}
p.news {
	margin:0;
	padding: 0 0 10px 0;
	text-align:justify;
}

/* hr {
	height:1px;
	width:100px;
	color:#d45c5d;
	background-color:#d45c5d;
} */
hr {
	margin:0 0 15px;
	background:none;
	height:1px;
	width:100%;
	border-top:1px dashed #ddd;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

span.sub { font-size: smaller; vertical-align: sub; }
span.sup { font-size: smaller; vertical-align: super; } 

/*Lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 26px;height:26px; float: right;	padding-bottom: 0.7em; outline: none; background: url(close.gif) no-repeat;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* ------------------
      Content
------------------ */

/* Feedbacks */
div.feedback {
	width:300px;
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
table.feedbacks {
	width:100%;
}
table.feedbacks tr td img {
	float:right;
}

div.fb_comment div {
	margin:5px 0 !important;
	padding:0!important;
}

/* Leistungen */
#teasers {
	/*height:178px;*/
	width:590px;
	overflow:hidden;
	padding:0;
	margin-bottom:20px;
}

#teasers #projects {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	/*height:178px;*/
}

#teasers #projects li {
	margin:0;
	padding:0 10px 0 0;
	float:left;
	display:block;
	width:590px;
}
#teasers #projects li img {
	margin:5px 10px 5px 0;
	border:1px solid #ccc;
	width:255px;
	height:176px;
	float:left;
}

/* Concepts */
table.concepts tr th.l {
	width:170px;
}
table.concepts tr td{
	vertical-align:middle;
}
table.concepts td.desc{
	line-height:24px !important;
	vertical-align:top;
}
table.concepts td ul {
	margin:0;
	padding:0 0 0 15px;
}

table.concepts td ul li span {
	font-weight:bold;
}


/* Presse */
col.c1 {
	width:550px;
	text-align:left !important;
}

col.c2 {
	width:100px;
	float:right !important;
}
col.c2 img {
	float:right;
}

/*contact*/

#about_info td {
	border-bottom:1px solid #fff;
	text-align:center;
}
#about_pic{
	padding:2px;
	border:1px solid #fff;
	margin:5px auto;
}


