* {
	padding:0;
	margin:0;
	
}
html{
	width:100%;
	padding:0;
	margin:0;
	background:#FFFFFF;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10pt;
	text-align:center;
	overflow-y:scroll;
	background: linear-gradient(top, #eeeeee 0%, #ffffff 20%);
	background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 20%);
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 20%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 20%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(0.2, #ffffff));
	width:100%;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color:#047BBD;
	font-weight:normal;
}
a:hover {
	color:#000000;
}
h1,h3{
	font-size:16pt;
	font-weight:normal;
	padding:5px 0px;
	color:#047bbd;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
	margin-bottom:10px;
}
h2{
	font-size:12pt;
	font-weight:bold;
	padding:10px 0px 5px;
	color:#333;
	text-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
#wrap{
	margin:0 auto;
	text-align:left;
	float:none;
	width:1000px;
	padding-bottom:70px;
	background:url(../img/joos_logo.png) no-repeat center bottom;

}
#wrap_in{
	/*background:#006633;*/
	padding-top:80px;
}
.group:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0; 
  height: 0;
  visibility: hidden;
}

ul {
	width:800px;
	list-style-type:none;
	margin:10px 0 0 0;
	overflow:hidden;
}

li {
	color:#FFFFFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
	float:left;
	padding:10px 15px 5px 15px;
	margin-right:5px;
	cursor:pointer;
	font-weight:normal;
	letter-spacing:1px;
	font-size:1.2em;
	border-radius:10px 10px 0 0;
	background: linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -o-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -webkit-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -ms-linear-gradient(top, #cccccc 0%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #999999));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999');
}
li.current {	
	background: linear-gradient(top, #3589c4 0%, #047bbd 100%);
	background: -o-linear-gradient(top, #3589c4 0%, #047bbd 100%);
	background: -moz-linear-gradient(top, #3589c4 0%, #047bbd 100%);
	background: -webkit-linear-gradient(top, #3589c4 0%, #047bbd 100%);
	background: -ms-linear-gradient(top, #3589c4 0%, #047bbd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3589c4), color-stop(1, #047bbd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3589c4', endColorstr='#047bbd');
}
div.tabs {
	margin: 0 0 10px 0;
	border-radius:0 20px 20px 20px;
}
div.dyn-tabs {
	padding:10px;
	height:500px;
	overflow:auto;	
	background: linear-gradient(top, #047bbd 0%, #3589c4 100%);
	background: -o-linear-gradient(top, #047bbd 0%, #3589c4 100%);
	background: -moz-linear-gradient(top, #047bbd 0%, #3589c4 100%);
	background: -webkit-linear-gradient(top, #047bbd 0%, #3589c4 100%);
	background: -ms-linear-gradient(top, #047bbd 0%, #3589c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #047bbd), color-stop(1, #3589c4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047bbd', endColorstr='#3589c4');
	display:none;
}
.tab_in{
/*	background:#eee;
	padding:15px;*/
	border-radius:15px;
	border:3px solid #fff;
	overflow:hidden;
	/*background: -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);*/
}
.tab_in img{
	border:2px solid#fff;
	margin:60px 20px 0 0;
	float:right;
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
.tab_in_l{
	
	background: linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eeeeee));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee');
	padding:15px;
	/*border-radius:15px;
	border:3px solid #fff;*/
	height:440px;
	display:inline-block;
	width:700px;
	border-radius:0px 25px 25px 0px;
}

#tab-1 .tab_in{
	background:url(../img/joos_bg_01.jpg) no-repeat right center;
}
#tab-2 .tab_in{
	background:url(../img/joos_bg_05.jpg) no-repeat right center;
}
#tab-3 .tab_in{
	background:url(../img/joos_bg_04.jpg) no-repeat right center;
}
#tab-4 .tab_in{
	background:url(../img/joos_bg_05.jpg) no-repeat right center;
}
#tab-5 .tab_in{
	background:url(../img/joos_bg_03.jpg) no-repeat right center;
}
.tab_in p{
	width:650px;
}

/*
.ansprechpartner div{
	max-width:400px;
}*/

#partner-1 p, #partner-3 p{
	/*width:200px;
	float:left;*/
}

#partner-1 p, #partner-2 p, #partner-3 p, #partner-4 p{
	/*width:200px;*/
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	width:200px;
	/*height:200px;*/
}

.ansp{
	clear:both;
}