* {
	margin: 0;
	padding: 0;
}

body{
	background: url(../img/body-background.jpg) top repeat-x #2d4880;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a img {
	border: 0 none;
}

a{
	color: #2d4880;
	text-decoration: underline;
}

a:hover{
	color: #f19c21;
}

/*--IDs--*/

#container {
  padding-left: 250px;
  padding-right: 240px;
}

#container .column {
  position: relative;
  float: left;
}

#center {
	width: 490px;
	background: url(../img/text_small_top-background.jpg) top no-repeat #f0f0f0;
}

#navigation {
	float: left;
	width: 240px;
	height: 670px;
}

#right {
  width: 230px;        
  margin-right: -230px;
}

#footer {
  	clear: both;
}

/*** IE6 Fix ***/

* html #navigation {
  left: 150px;
}

#wrapper{
	width: 980px;
	background: url(../img/content-background.jpg) repeat-y;
	margin: auto;
}

#wrapper_in{
	background: url(../img/inhalt-background.jpg) no-repeat;
	background-position: 0 200px;
}

#header{
	width: 980px;
	height: 200px;
	background: url(../img/header-background.jpg) no-repeat #4f89c3;
}

#header h1, #header h2, #header h3{
	display: none;
}

#navigation{
	width: 160px;
	height: 670px;
	padding-left: 80px;
	margin-bottom: 20px;
	background: url(../img/navigation-background.jpg) top left no-repeat;
	float: left;
}

#menu{
	list-style: none;
	font-weight: bold;
	padding: 0;
}

#footer{
	width: 950px;
	padding-top: 22px;
	padding-left: 30px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	background: url(../img/footer-background.jpg) 10px 0 no-repeat #2d4880;	
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}

#news_border{
	width: 200px;
	float: right;
	margin: 0 20px 0 10px;
	background: url(../img/news_top-background.jpg) top no-repeat #f0f0f0;
}

#news{
	background: url(../img/news_bottom-background.jpg) bottom no-repeat;
}

#news_inner{
	width: 180px;
	padding-bottom: 10px;
}

#news_inner h1{
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 25px;
}

#text_inner{
	background: url(../img/text_small_bottom-background.jpg) bottom no-repeat;
}

#text_inner p{
	line-height: 150%;
	text-align: justify;
}

#text_inner h1, #text_inner h2, #text_inner h3, #text_inner h4, #text_inner h5{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 7px;
}

#text{
	width: 470px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 7px;
}

/*--Classes--*/

.menuitem, .menuitem_act{
	background: url(../img/menuitem-background.jpg) no-repeat #ffffff;
	text-decoration: none;
	height: 42px;
	line-height: 42px;
	color: #000000;
	display: block;
	padding-left: 34px;
	background-position: top;
}

.menuitem:hover, .menuitem_act{
	color: #105596;
	background: url(../img/menuitem-background.jpg) no-repeat #ffffff;
	background-position: bottom;
}

.menuitem_act:hover{
	color: #000;
}

.menuitem_bottom, .menuitem_bottom_act{
	background: url(../img/menuitem_bottom-background.jpg) no-repeat #ffffff;
	text-decoration: none;
	height: 42px;
	line-height: 42px;
	color: #000000;
	display: block;
	padding-left: 34px;
	background-position: top;
}

.menuitem_bottom:hover, .menuitem_bottom_act{
	color: #105596;
	background: url(../img/menuitem_bottom-background.jpg) no-repeat #ffffff;
	background-position: bottom;
}

.menuitem_buttom_act:hover{
	color: #000;
}

.menuitem_top, .menuitem_top_act{
	background: url(../img/menuitem_top-background.jpg) no-repeat #ffffff;
	text-decoration: none;
	height: 42px;
	line-height: 42px;
	color: #000000;
	display: block;
	padding-left: 34px;
	background-position: top;
}

.menuitem_top:hover, .menuitem_top_act{
	color: #105596;
	background: url(../img/menuitem_top-background.jpg) no-repeat #ffffff;
	background-position: bottom;
}

.menuitem_top_act:hover{
	color: #000;
}

.submenu{
	list-style: none;
}

.submenuitem, .subsubmenuitem, .submenuitem_act, .subsubmenuitem_act{
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #105596;
	background: url(../img/submenuitem-background.jpg) repeat-y #F9AC2B;
	padding: 0 0 0 35px;
}

.submenuitem:hover, .subsubmenuitem:hover, .submenuitem_act:hover, .subsubmenuitem_act:hover, .submenuitem_act, .subsubmenuitem_act{
	color: #000000;
}

.subsubmenuitem, .subsubmenuitem_act{
	padding-left: 45px;
}

.newsitem_border{
	width: 180px;
	margin: 10px 10px 0 10px;
	background: url(../img/newsitem_top-background.jpg) top no-repeat #5383b9;
}

.newsitem{
	background: url(../img/newsitem_bottom-background.jpg) bottom no-repeat;
}

.newsitem_inner{
	margin: auto;
	width: 160px;
	padding: 10px;
}

.newspic{
	padding-bottom: 10px;
}

.newstext_border{
	width: 160px;
	background: url(../img/newstext_top-background.jpg) top no-repeat #ffffff;
}

.newstext{
	background: url(../img/newstext_bottom-background.jpg) bottom no-repeat;
}

.newstext_inner{
	margin: auto;
	width: 130px;
	padding: 15px;
}

.newstext_inner a{
	color: #5383B9;
	text-decoration: underline;
}

.newstext_inner a:hover{
	color: #f19c21;
}

.newstext_inner h2{
	font-size: 12px;
	color: #5383B9;
	font-weight: bold;
}

.rightpad{
	margin-right: 5px;
}

.botpad{
	margin-bottom: 5px;
}

.rightbotpad{
	margin-right: 5px;
	margin-bottom: 5px;
}

.indent {
	padding-left: 10px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}