body, html{
	height: 100%;
}

body{
	text-align: center;
	position: relative;
	background-image: url(../img/page_bg.gif);
	background-repeat: repeat-x;
}

div, td, th, li, p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	line-height: 30px;
	color: #ec6400;
	font-weight: bold;
}

h6{
	font-size: 0.8em;
}

h5{
	font-size: 1em;
}

h4{
	font-size: 1.2em;
}

h3{
	font-size: 1.5em;
}

h2{
	font-size: 2em;
}

h1{
	font-size: 2.2em;
}

a{
	color: #0181C5;
	font-weight: bold;
}

b{
	font-weight: bold;
}

a:hover{
	color: #D024BE;
}

#container{
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#header{
	position: relative;
	background-color: #656565;
	height: 119px;
	width: 960px;
	background-image: url(../img/logo.gif);
	background-position: 16px 33px;
	background-repeat: no-repeat;
}

#nav{
	position: relative;
	background-color: #656565;
	height: 30px;
	width: 960px;
}


#nav ul {
    margin:0;
    padding:0;
    list-style:none;
}
	 
#nav li {
    float:left;
	 background-image: url(../img/tab_sprite.gif);
	 background-repeat: no-repeat;
	 background-position: top right;
    margin: 0px 2px 0px 0px;
    padding:0;
}

#nav li.current{
	background-position: bottom right;
}

#nav a{
	display: block;
	background-image: url(../img/tab_sprite.gif);
	background-repeat: no-repeat;
	background-position: top left;
   padding:5px 20px 5px 20px;
	font-size: 1em;
}

#nav li.current a{
	background-position: bottom left;
	padding:5px 20px 5px 20px;
	color: #EC6400;
}


#content{
	position: relative;
	background-color: #f3f3f3;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	width: 958px;
 	min-height:500px;
  	height:auto !important;
  	height:500px;
	text-align: left;
	padding-bottom: 64px;
	
}

#text{
	position: relative;
	top: 40px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	width: 868px;
	min-height:500px;
	height:auto !important;
	height:500px;
	text-align: left;
	padding: 15px 20px 0px 20px;
	color: #696969;
}

#text p{
	margin: 3px 0px 25px 0px;
}

td b{
	font-size: 12px;
	font-weight: bold;
}

ul{
	margin-bottom: 20px;
	list-style-position: outside;
	margin-left: 13px;
}

ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}


#text h4{
	margin-bottom: 20px;
}

#text a{
	font-size: 1em;
}

.left{
	position: relative !important;
	border: 10px solid #eaeaea;
	float: left;
	clear: right;
	margin: 0px 20px 0px 0px;
}

.right{
	float: right;
	clear: none;
	position: relative !important;
	border: 10px solid #eaeaea;
	margin: 0px 20px 0px 0px;
}

.noborder{
	border: 0;
}

#text ul li{
	list-style-type: square;
}

#text ul.no_bullets li{
	list-style-type: none;
	list-style-position: inside;
}

table{
	margin-bottom: 35px;
}

td.kleine_kolom, th.kleine_kolom{
	width: 25%;
	border-right: 1px solid #eaeaea;
}

td.grote_kolom, th.grote_kolom{
	padding-left: 10px;
}
