/* Global Reset */
html{

}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#333333;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/bg-page.gif) repeat-x left top;
}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
img { margin:0; padding:0; border:0; text-decoration: none; }

li{ list-style:none; float:left; }

a img { border:none; }

a { cursor:pointer; outline:none; color: rgb(2, 176, 186); }
a:hover {text-decoration: underline;}

/* Page Holder */
#container{
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	background:url(../images/bg-container.png) repeat-y center top;
}
#container #wrapper{
	padding: 0px;
	margin: 0 auto;
	width: 1003px;
}

/* General Styles */
.clear { clear:both; overflow:hidden; width:100%; }
.float-l{ float:left; }
.float-r{ float:right; }

/* H1 to H6 type Styles */
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:12px; }

/* Header */
#header{
	padding: 0px;
	margin: 0 auto;
	width: 960px;
	height:125px;
	text-align:left;
}
#header .float-l {
	height:100px;
	padding:0 0 0 0;
}
#header .float-r {
	padding:30px 37px 0 0;
}
#header #nav {
	width:100%;
	height:31px;
	clear:both;
	line-height:31px;
	background:url(../images/bg-nav.gif) repeat-x left top;
}
#header #nav p {
	float:right;
	padding:0 2px 0 0;
	font-size:9px;
	color:#999999;
	background:url(../images/nav-devider1.gif) repeat-y right top;
}
#header #nav p a {
	display:inline-block;
	padding:0 12px;
	color:#999999;
}
#header #nav ul {
	float:left;
	padding:0 2px 0 0;
	background:url(../images/nav-devider.gif) repeat-y right top;
}
#header #nav ul li {
	position:relative;
	font-size:11px;
	text-transform:uppercase;
	padding:0 0 0 2px;
	background:url(../images/nav-devider.gif) repeat-y left top;
}
#header #nav ul li a {
	height:31px;
	float:left;
	padding:0 35px;
	color:#999999;
}
#header #nav ul li.inpage a { background:url(../images/bg-nav-active.gif) repeat-x left top; color:#fff;}
#header #nav ul li a:hover, 
#header #nav ul li:hover a {
	background:#8b8b8b;
	color:#fff;
}
#header #nav ul li:hover ul { display:block}
#header #nav ul li ul {
	position:absolute;
	left:1px;
	top:31px;
	z-index:9999;
	padding:0;
	border:1px solid #fff;
	border-top:0;
	border-bottom:0;
	background:#8b8b8b;
	width:270px;
	display:none;
}
#header #nav ul li ul li {
	padding:0;
	background:none;
	width:235px;
	background:none;
	font-size:10px;
	border-bottom:1px solid #cbcbcb;
}
#header #nav ul li ul li a {
	padding:0 0 0 35px;
	color:#fff;
	width:235px;
}
#header #nav ul li ul li a:hover { background:#7a7a7a;}
/* Content */
#content{
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 960px;
	text-align:left;
	clear:both;
	display:table;
	padding-top: 10px;
}
/* Sidebar */
#sidebar {
	width:300px;
	float:right;
	background:#efefef;
}
#sidebar .block1 {
	padding:17px 15px 15px 15px;
	clear:both;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	background:url(../images/sidebar-devider.gif) repeat-x left top;
}
#sidebar .text-type1 {
	font-size:12px;
	line-height:20px;
}
#sidebar .text-type1 strong {
	display:block
}
#sidebar p a { color:#333333; text-decoration:underline}
#sidebar p a:hover { text-decoration:none;}
#sidebar .text-type1 p {
	padding:0 0 8px 0;
}
#sidebar .text-type1 p a { color:#333333; text-decoration:none;}
#sidebar .text-type1 p a:hover { text-decoration:underline;}
#sidebar .text-type1 .clear h2 { float:left}
#sidebar .text-type1 .clear p {
	float:right;
}
#sidebar .refer {
	clear:both;
	overflow:hidden;
	padding:0 0 6px 0;
}
#sidebar .refer img {
	float:left;
  max-width: 90px;
  max-height: 68px;
}
#sidebar .refer p {
	width:170px;
	float:right;
}
#sidebar h2 {
	height:26px;
	line-height:24px;
	display:inline-block;
	padding:0 10px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	margin:0 0 10px 0;
	background:url(../images/bg-sidebar-title.jpg) repeat-x left top;
}
/* main Content */
#content-wrap {
	width:660px;
	float:left;
	border-top:1px solid #dbdbdb;
	padding:1px 0 0 0;
}
#content-wrap p {
	padding:0 0 10px 0;
	clear:both;
	overflow:hidden;
}

#content-wrap #slider {
	width:100%;
	height:338px;
	clear:both;
	overflow:hidden;
	margin:0 0 30px 0;
	position:relative;
}
#content-wrap #slider .prev,
#content-wrap #slider .next {
	width:30px;
	height:32px;
	float:left;
	position:absolute;
	top:160px;
	z-index:999;
	text-indent:9999em;
}
#content-wrap #slider .prev {
	left:10px;
	background:url(../images/button-prev.png) no-repeat left top;
}
#content-wrap #slider .next {
	right:10px;
	background:url(../images/button-next.png) no-repeat left top;
}
#content-wrap #slider .slides_container {
	width:640px;
	display:none;
}
#content-wrap #slider .slides_container div {
	width:640px;
	height:338px;
	display:block;
}
#content-wrap #slider .slides_container div span {
	padding:15px;
	position:absolute;
	left:10px;
	bottom:10px;
	display:inline-block;
	z-index:99;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	background:url(../images/bg-slider-content.png) repeat left top;
}
#content-wrap #slider .slides_container div p strong {
	display:block;
	font-size:18px;
	font-weight:normal;
}



#content-wrap .block2 {
	width:auto;
	padding:0 15px 0 0;
  margin-bottom: 15px;
}
#content-wrap .block2 h4 {
	font-size:15px;
	text-transform:uppercase;
}
#content-wrap .block2 p {
	padding:20px 0 0 0;
	clear:both;
	overflow:hidden;
}
#content-wrap .block2 .link-type1 {
	float:right;
	font-size:11px;
	color:#fff;
	line-height:17px;
	height:19px;
	padding:0 15px 0 5px;
	background:url(../images/bg-linktype1.gif) no-repeat right top;
}
.content-wrap1 {
	padding:0 10px;
	clear:both;
}
#content-wrap h1 {
	font-size:16px;
	text-transform:uppercase;
}
#content-wrap .block3 {
	clear:both;
	overflow:hidden;
	padding:30px 0 0 0;
}
#content-wrap .block3 img {
	border:5px solid #f0f0f0;
	float:left;
}
#content-wrap .block3 div {
	width:450px;
	float:left;
	padding-left: 15px;
}
#content-wrap .block3 div h4 {
	font-size:15px;
	text-transform:uppercase;
}
#content-wrap .block3 div p { 
	padding:10px 0 15px 0;
	clear:both;
	overflow:hidden;
}
#content-wrap .block3 div .title-link {	
	background-color:transparent;
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	float:left;
	padding:0;
}

#content-wrap .block3 div a {
	font-size:11px;
	color:#fff;
	line-height:17px;
	height:19px;
	padding:0 15px 0 5px;
	background-color:rgb(2, 176, 186);
	margin:5px;
	float:right;
}
#content-wrap #breadcrumb {
	line-height:23px;
	margin:-25px 0 0 0;
	padding:0 10px;
	color:#cccccc;
	font-size:11px;
	text-transform:uppercase;
}
#content-wrap #breadcrumb a {
	padding:0 13px 0 0;
	margin:0 9px 0 0;
	color:#cccccc;
	background:url(../images/icon-breadcrumb.gif) no-repeat right center
}
#content-wrap #breadcrumb a:hover { text-decoration:underline} 
#content-wrap .contactus {
	clear:both;
	overflow:hidden;
	background:#f0f0f0;
	width:590px;
	padding:10px;
	margin:40px 0 0 0;
}
#content-wrap .contactus .map {
	float:right;
	padding:7px;
	background:#fff;
}
#content-wrap .contactus .left {
	float:left;
	width:100%;
}
#content-wrap .contactus .left input {
margin: 0px 0px 5px;
padding: 0px 5px;
border: 0px none;
outline: medium none;
width: 580px;
height: 25px;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
font-family: Verdana,Arial,Helvetica,sans-serif;
line-height: 25px;
font-size: 11px;
color: rgb(153, 153, 153);}
#content-wrap .contactus .left textarea {
	margin:0;
	padding:0 5px;
	border:0;
	outline:none;
	width:580px;;
	height:115px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
}
#content-wrap .contactus .left input.button-send {
width: 70px;
height: 25px;
float: right;
padding: 0px;
margin: -4px 0px 0px;
position: relative;
z-index: 9;
background: none repeat scroll 0% 0% rgb(153, 153, 153);
color: rgb(255, 255, 255);}

/* Footer */
#footer{
	padding: 15px 0 0 20px;
	margin: 0 auto;
	width: 983px;
	height:50px;
	text-align:left;
	background:#353535;
	color:#999999;
	font-size:11px;
}
#footer a {
	color:#999999;
}
#footer a:hover { text-decoration:underline;}
#footer ul li { border-right: 1px solid #999999; padding: 0px 15px; }
#footer ul #menu-item-56 { padding-left: 0px; }
#footer ul #menu-item-52 { border-right: none; }


.inner-banner {
    padding: 5px;
    position: relative;
    width: 640px;
    height: 200px;
    margin-bottom: 20px;
}

.inner-banner img { max-width:634px; }

.banner-text {
	position: absolute;
	bottom: 15px;
	background-color: #02b0ba;
	opacity: 0.9;
	height: 42px;
	width:auto;
	}
	
.banner-text p {
    font-size: 24px;
    color: rgb(255, 255, 255);
}
.inner-text ul {padding: 0 0 0 40px;}
.inner-text li {clear:both; list-style: disc; color: rgb(2, 176, 186); padding: 0 0 10px 0;}
.inner-text li span { color: black; }

div.zertifikat-dl-link  { display:block; height: 30px; background: url("../pdf-icon.png") no-repeat; }

div.zertifikat-dl-link a  { display:block; height: 30px; margin-left:35px; padding-top:6px; }

.edit-link  {margin-top: 100px; float: left;}