* {font-size: 100.01%;}
html {font-size: 64%;}
body{
	margin:0;
	font:1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	background:#fff url(assets/bg-body.jpg) no-repeat;
	min-width:1000px;
}

img{border:none;}

a{
	color:#0072c5;
	outline:none;
}
a:hover{text-decoration:none;}

a.link-extern {
	padding-left: 11px;
	background:url(assets/link_extern.gif) 0 6px no-repeat;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0072C5;
	padding: 0;
	font-size: 1.2em;
	margin-bottom: 25px;
}

tr:hover {background-color: #c8e2f7;}

th {
	background-color: #0072C5;
	color: #FFF;
	text-align: left;
	padding: 5px;
}

td {
	text-align: left;
	border-bottom: 1px dotted #0072C5;
	vertical-align: top;
	padding: 5px;
}

#main{
	width:1003px;
	overflow:hidden;
	padding:0 0 25px;
}

#primary{
	width:700px;
	float:right;
	overflow:hidden;
}
#header{
	width:100%;
	overflow:hidden;
	margin: 0 0 8px 0;
}
.logos-holder{
	width:660px;
	padding:35px 0 9px 35px;
	overflow:hidden;
}
.logo{
	float:right;
}
.logo a{
	display:block;
	width:298px;
	height:67px;
	text-indent:-9999px;
	background:url(assets/bg-logo.png) no-repeat;
	/*background:url(assets/logo-rl-ebersberg.png) no-repeat;*/
}
.sub-logo{
	float:left;
	width:332px;
	height:49px;
	text-indent:-9999px;
	margin:4px 0 0;
	background:url(assets/bg-sub-logo.gif) no-repeat;
}

#ag-title {
	margin: 15px 0 0 0;
	width:100%;
	overflow:hidden;
	background:url(assets/border.gif) repeat-x;
}

#ag-title p{
	margin: 0;
	padding: 15px 0 15px 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
	background:url(assets/border.gif) repeat-x 0 100%;
}

#content{
	background: url(assets/bg-content.gif) repeat-y;
	width:100%;
	overflow:hidden;
	padding:20px 40px 25px 40px;
	margin:0 0 15px 0;
}

.content-box1{
	width:615px;
	margin:0 0 25px 15px;
}
.content-box1 h1{
	margin:0 0 25px -15px;
	width:630px;
	/*position:relative;*/
	color:#0072c5;
	/*display:inline;*/
	/*float:left;*/
	font:normal 2.2em Arial, Helvetica, sans-serif;
}

.content-box1 h2{
	color:#5e5e5e;
	font-size: 1.5em;
	font-weight: bold;
	width:630px;
	margin: 15px 0 10px;
	position:relative;
}

.content-box1 h3{
	color:#5e5e5e;
	font-size: 1.4em;
	font-weight: bold;
	width:630px;
	margin: 15px 0 10px;
	position:relative;
}

.content-box1 h4{
	color:#0072C5;
	font-size: 1.3em;
	font-weight: bold;
	width:630px;
	margin: 15px 0 10px;
	position:relative;
}

.content-box1 p, .content-box1 ul{
	margin:0 0 19px;
	line-height:1.3em;
	font-size:1.4em;
}

.content-box1 ul { color:#0072C5;}

.content-box1 ul li {
	margin-bottom: 10px;
}

.separator {
	margin-top: 15px;
	padding-top: 15px;
	background:url(assets/border.gif) repeat-x;
}

#footer{
	width:100%;
	overflow:hidden;
	background:url(assets/border.gif) repeat-x;
}
#footer ul{
	margin:0;
	padding:19px 0 21px;
	list-style:none;
	text-align:center;
	background:url(assets/border.gif) repeat-x 0 100%;
}
#footer ul li{
	display:inline;
	font-size:1em;
	background:url(assets/footer-sep.gif) no-repeat 0 2px;
	padding:0 2px 0 7px;
}
#footer ul li:first-child{ background:none; }
#footer ul li a{
	color:#5e5e5e;
	text-decoration:none;
}
#footer ul li a:hover{ text-decoration:underline; }
#footer ul li a.active{ font-weight:bold; }

#sidebar{
	width:204px;
	float:left;
	padding:0 0 0 94px;
	overflow:hidden;
}
.sidebox{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:16px 0 40px;
}
.sidebox p{
	margin:0;
	color:#fff;
	font-size:1.1em;
}

.ag-title {
	padding-bottom: 12px;
	line-height: 1.5em;
	/*background:url(assets/sidebox-sep.gif) no-repeat 0 100%;*/
	}
	
.link-list{
	margin:0;
	padding:12px 0 0px 110px;
	width:85px;
	overflow:hidden;
	list-style:none;
}
.link-list li{
	float:left;
	width:100%;
	padding:0 0 3px;
}
.link-list li a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
.link-list li a.active,
.link-list li a:hover{ font-weight:bold; }

.nav{
	margin:0 0 80px;
	padding:0;
	list-style:none;
	width:175px;
	overflow:hidden;
}
.nav li{
	width:100%;
	float:left;
}
.nav li a{
	display:block;
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	color:#5e5e5e;
	text-decoration:none;
	background:url(assets/border.gif) repeat-x 0 100%;
	padding:0 0 1px;
	cursor:pointer;
}
.nav li a span{
	padding:13px 14px;
	width:147px;
	display:block;
}
.nav li a:hover{ border:none; }
.nav li a.active span{
	background:#9ac2e6 url(assets/bg-sub-nav-active.gif) repeat-y;
	color:#0072c5;
}
.nav li a:hover span{
	background:#c8e2f7 url(assets/bg-sub-nav-active.gif) repeat-y;
	color:#0072c5;
}
.nav li ul{
	margin:0;
	padding:15px 0 6px 15px;
	list-style:none;
	width:160px;
	overflow:hidden;
}
.nav li ul li{
	background:none;
	padding:0 0 7px;
}
.nav li ul li a{
	font-weight:normal;
	padding:0;
	width:auto;
	background:none;
}
.nav li ul li a:hover{ border:none; }
.nav li ul li a.active span,
.nav li ul li a:hover span{
	background:none;
	font-weight:bold;
}
.nav li ul li a span{
	padding:0;
	width:auto;
}

.hint {
	color:#E20000;
	font-weight:bold;
}