html,body{
	height: 100%; 
}
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #0b1a53;
	margin: 0;
	/*background: #007bbc url('../images/body-bg.jpg') repeat-x fixed 50% 0;*/
	background: #fff url('../images/body-bg-new.jpg') repeat-x fixed 50% 0;
}
img {
	border: none;
}
a{
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.line{
	width: 800px;
	overflow: hidden;
	position: relative;
}
#page {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	background:url(../images/page-bg.png) repeat-y;
	padding: 0 13px;
	min-height: 100%;
}
* html #page{
	height: 100%;
	overflow: visible;
}
#header {
	overflow: hidden;
	width:800px;
	height: 190px;
}
.logo {
	margin: 0;
	float: left;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 185px;
	height: 180px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
.print-logo{
	width: 185px;
	height: 180px;
	display: none;
	overflow: hidden;
	float: left;
}
.imger{
	width: 615px;
	height: 190px;
	overflow: hidden;
	float: right;
}
#content{
	width: 800px;
	background:url(../images/content-bg.gif) repeat-y;
}
#content:after {
	content:"";
	display:block;
	clear:both;
}
.left-box{
	width: 185px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-top: -10px;
	display: inline;
}
.side-list{
	width: 185px;
	overflow: hidden;
	font-size: 11px;
	line-height:14px;
	margin: 0;
	padding:8px 0 0 0;
	list-style: none;
	background: url(../images/side-list-bg.gif) no-repeat;
}
/* background for last l1 element */
.side-list li.l1-last{
	background:#b3aaa4 url(../images/side-list-last-bg.gif) no-repeat 0 100%;
	vertical-align: middle;
	height:1%;
	padding:0 0 7px 10px;
}
.side-list li{
	background:#b3aaa4 url(../images/side-list-li-bg.gif) no-repeat 0 100%;
	vertical-align: middle;
	height:1%;
	padding:0 0 7px 10px;
}
.side-list li a{
	color: #0b1a53;
	display: block;
	padding: 0 0 3px 0;
}
.side-list li a:hover{
	color: #fff;
	text-decoration: none;
}
.side-list ul{
	width: 175px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	overflow: hidden;
}
.side-list ul li{
	background: none;
	padding:0;
}
/* padding for last l2 element */
.side-list ul li.l2-last{
	background: none;
	padding:0 0 8px 0;
}

.side-list ul li a{
	background: url(../images/sub-nav-a-bg.gif) no-repeat 0 8px;
	padding:3px 0 3px 7px;
}
.side-list ul li a:hover{
	background: url(../images/sun-nav-a-hover.gif) no-repeat 0 8px;
}
.side-list ul li a.active{
	background: url(../images/sun-nav-a-hover.gif) no-repeat 0 8px;
}
.side-list ul ul{
	width: 165px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.side-list ul ul li{
	padding:0 0 0 6px;
}
.nav-left{
	width: 175px;
	overflow: hidden;
	margin: 0;
	padding:3px 0 0 10px;
	list-style: none;
	font-size: 11px;
}
.nav-left li{
	line-height: 17px;
}
.nav-left li a{
	color:#0b1a53;
}
.right-box{
	width: 575px;
	overflow: hidden;
	float: right;
	padding: 0 20px 0 0;
}
.nav-box{
	width: 100%;
	overflow: hidden;
}
.right-box h1{
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	font-weight: normal;
	padding: 22px 0 0;
}
.right-box h2{
	margin: 0;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 17px;
	padding-top: 17px;
}
.right-box p{
	margin: 0;
	line-height:17px;
	padding-top:12px;
	width: 97%;
}
.right-box p a{
	text-decoration: underline;
	color: #0b1a53;
}
.right-box p a:hover{
	text-decoration: none;
}
.nav-top{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
	font-size: 11px;
	line-height:14px;
}
.nav-top li{
	float: left;
	padding: 0 5px 0 10px;
	background: url(../images/nav-top-li-bg.gif) no-repeat 100% 50%;
	margin-right: -5px;
}
.nav-top li a{
	color: #0b1a53;
}

#contentbody ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 13px;
	line-height:17px;
	width: 100%;
}

#contentbody li{
	padding-left: 9px;
	background: url(../images/nav-right-li-bg.gif) no-repeat 0 7px;
}

#contentbody ul.nav-slide li{
	padding-left: 0;
	background-image: none;
}

#contentbody li a{
	color: #0b1a53;
	text-decoration: underline;
}

#contentbody li a:hover{
	text-decoration: none;
}

.nav-right{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 13px;
	line-height:17px;
}
.nav-right li{
	padding-left: 9px;
	background: url(../images/nav-right-li-bg.gif) no-repeat 0 7px;
}
.nav-right li a{
	color: #0b1a53;
	text-decoration: underline;
	
}
.nav-right li a:hover{
	text-decoration: none;
}
.right-bottom{
	width: 100%;
	overflow: hidden;
	padding-top: 24px;
}
.slide-box{
	width:570px;
	overflow: hidden;
	float: left;
	
	/* dont show at init */
	display: none;
}

.nav-slide{
	width: 570px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.nav-slide li{
	width: 570px;
	margin-bottom: 5px;

}
.nav-slide li a{
	color: #0b1a53;
	background: url(../images/nav-slide-a-bg.gif) no-repeat 0 100%;
	padding:7px 0 8px 21px;
	display: block;
}

.nav-slide li a.ui-state-active{
	background: url(../images/nav-slide-a-active-bg.gif) no-repeat 0 100%;

}



.slide{
	width: 570px;
	overflow: hidden;
	margin-top: 6px;
}


.slide div.accContent{
	font-style:normal;
	font-weight:normal;
	margin-left:21px;
	padding-top:10px;
	width:350px;
}





.slide img{
	display: block;
	float: left;
}
.address-box{
	width: 184px;
	/*overflow: hidden;*/
	float: right;
	padding-top: 5px;
}
.address-top{
	width: 184px;
	overflow: hidden;
	padding-bottom:15px;
}
.address-box h3{
	font-size:11px;
	line-height: 13px;
	margin: 0;
}
.address-box p{
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	font-weight: normal;
}
.address-box p a{
	color: #0b1a53;
	text-decoration: underline;
	background: none;
	padding: 0;
}
.address-box p a:hover{
	text-decoration: none;
}

.teammember {
	height: 190px;
}


#menu li.active a.active,
#menu li.active li.active a.active,
#menu li.active li.active li.active a.active{
	color: #FFF;
	/*text-decoration:underline;*/
}

#menu li ul{display:none;}
#menu li.active ul{display:block;} /* show l2 */
#menu li.active li ul {display: none;}
#menu li.active li.active ul {display: block;} /* show l3 */
#menu li.active li.active li ul { display: none;}
#menu li.active li.active li.active ul { display: block;} /* show l4 */
#menu li a:hover {text-decoration: underline;}



.left-box .slide-box{
	width:150px;
	overflow: hidden;
	float: left;
	margin-left: 11px;
	margin-top: 11px;
}

.left-box .nav-slide{
	width: 150px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

.left-box .nav-slide li{
	width: 150px;
	margin-bottom: 3px;

}
.left-box .nav-slide li a{
	color: #0b1a53;
	padding: 0;
	display: block;
	margin-left: 0;
	background-image: none;
}
.left-box .nav-slide li a.ui-state-active{
	background-image: none;
}
.left-box .slide{
	width: 150px;
	overflow: hidden;
	margin-top: 6px;
}
.left-box .slide img{
	display: block;
	float: left;
}

table tr td {
	padding-bottom: 5px;
	line-height:13px;
}

ul.homepage li a.ui-state-active{

}

ul.homepage {
	margin: 20px;
}

ul.homepage li a{
	background: none;
	padding:0;
	display: inline;
}

ul.homepage li {
	font-weight: normal;
	font-style: normal;
	width: 350px;
	margin-left: 21px;
	padding-top: 10px;
	background: url(../images/sub-nav-a-bg.gif) no-repeat 10px 10px;
}
#langnav {
	position: absolute;
	top: 155px;
	z-index: 300;
	text-align: right;
	width: 175px;
	font-size: 11px;
	line-height: 13px;
	color: white;
}
#langnav a:link, #langnav a:visited {
	color: #e2d8d5;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#langnav a:hover, #langnav a:active {
	text-decoration: underline;
}



/* tables */

table.data th.t01c01{
	width: 100px;
	font-weight: normal;
	text-align: left;
}
table.data td.t01c01{
	width: 100px;
}

table.data td.t02c01{
	width: 200px;
}


table.data td.chf{
	width: 30px;
	text-align: left;
}
table.data td.nmbr1{
	width: 30px;
	text-align: right;
}
table.data td.nmbr2{
	width: 40px;
	text-align: right;
}
table.data td.nmbr3{
	width: 50px;
	text-align: right;
}

table.data td.perSomething{
	width: 120px;
	text-align: left;
	
}

table.data td.spacer{
	width: 5px;
	text-align: left;
}

table.data tr td.emptyRow{
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	padding: 0;
	padding-bottom: 0;
	margin: 0;
}





/* aktuell */
div.newsblock{
	padding: 0 0 15px 0;
}

table.full tbody th {
	color:#0B1A53;
	font-weight:bold;
	text-align:left;
	padding: 10px 0 5px 0;
}
table.full tbody th {
	border-bottom:1px solid #FFFFFF;
	
}
table.data td.t03c01{
	width: 250px;
	font-weight: normal;
	text-align: left;
}
table.data td.t03c02{
	width: 130px;
	font-weight: normal;
	text-align: left;
}
table.data td.t03c03{
	width: 80px;
	font-weight: normal;
	text-align: left;
}
table.data td.t03c04{
	font-weight: normal;
	text-align: right;
}

table.data span.legend{
	font-style: italic;
	text-align: right;
}

/* abgelaufene kurse */
table.data tr.expired{
	color: #b3aaa4;
}


/* SITEMAP */

#sitemap ul li.sitemap_level_1{
	margin: 20px 0 0 0;
}
#sitemap ul li.sitemap_level_2{
	margin: 0 0 0 20px;
}
#sitemap ul li.sitemap_level_3{
	margin: 0 0 0 40px;
}
#sitemap ul li.sitemap_level_4{
	margin: 0 0 0 60px;
}



