/* standards
 ----------------------------------------------- */

body {
	background: url(../img/body_bg.jpg) repeat;
}

a:link {
	color: #234679;
	}

a:visited {
	color: #234679;
	}
	
a:hover {
	color: #234679;
	}
	
a:active {
	color: #234679;
}

h1 {
	font-size: 160%;
	color: #000;
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 160%;
	font-weight: normal;
}


h2 {
	font-size: 121%;
	color: #333;
	padding: 0;
	margin: -1em 0 0.8em 0;
	font-weight: normal;
}

h3 {
	font-size: 131%;
	padding: 0;
	margin: 1em 0 0.4em 0;
	color: #0F1E5B;
	font-weight: normal;

}
	
p {
	margin: .8em 0 .8em 0;
	padding: 0;
}
	
img {
	text-decoration: none;
	border: none;
}
	
small {
	font-size: 86%;
}


strong, b {
	color: #494949;
}


/* list
 ----------------------------------------------- */

#content ul li {
	background: url(../img/listpunkt_content.gif) 0 6px no-repeat;
}


/* layout
 ----------------------------------------------- */

#wrapper-main {
	background: url(../img/wrapper_bg.gif) repeat-y;
}

#wrapper-footer {
	background: url(../img/footer_bg.gif) repeat-y;
}


/* header
 ----------------------------------------------- */

#header {
	background: url(../img/header_bg.gif) no-repeat;
}

#header-txt {
	line-height: 180%;
	color: #000;
	padding: 3em 0 0 250px;
	text-align: left;
}

#header-txt a {
	color: #000;
}

#header-txt .nr {
	font-size: 140%;
}

#header-txt .name {
	font-size: 150%;
}

#header-txt .loc {
	font-size: 110%;
}


/* language
 ----------------------------------------------- */

#language a:hover {
	border-bottom: 2px solid #B9BEC2;
}


/* topnav
 ----------------------------------------------- */

#topnavlist1 li a, #topnavlist1 li a:link {
	color: #000;
	background: url(../img/topnav_list1.gif) no-repeat 20px 10px;
}

#topnavlist1 li a:hover {
	background: url(../img/topnav_list1.gif) no-repeat 9px 10px;
	background-color: #F9F9F9;
}

#topnavlist1 li a.active, #topnavlist1 li a.active:link {
	background-color: #F9F9F9;
}

#topnavlist1 li a.active:hover {
	background: url(../img/topnav_list1.gif) no-repeat 20px 10px;
	background-color: #F9F9F9;
}


#topnavlist2 li a, #topnavlist2 li a:link {
	color: #000;
	background: url(../img/topnav_list2.gif) no-repeat 20px 10px;
	background-color: #F9F9F9;
}

#topnavlist2 li a:hover, #topnavlist2 li a.active:hover {
	color: #000;
	background: url(../img/topnav_list2.gif) no-repeat 20px 10px;
	background-color: #F9F9F9;
}
