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

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

a:link {
	color: #9F3120;
	}

a:visited {
	color: #9F3120;
	}
	
a:hover {
	color: #9F3120;
	}
	
a:active {
	color: #9F3120;
}

h1 {
	font-size: 160%;
	color: #005C98;
	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: #005C98;
	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: #fff;
	padding: 1em 0 0 267px;
	text-align: left;
}

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

#header-txt .nr {
	font-size: 110%;
	margin: 0;
	padding: 0;
	display: block;
    line-height: 119%;
}

#header-txt .name {
	font-size: 130%;
	xborder: 1px solid #fff;
	margin: .2em 0 .1em 0;
	padding: 0;
	display: block;
	line-height: 120%;
	font-weight: bold;
}

#header-txt .loc {
	font-size: 101%;
	font-weight: bold;
}


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

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


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

#topnavlist1 li a, #topnavlist1 li a:link {
	color: #00558D;
	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: #00558D;
	background: url(../img/topnav_list2.gif) no-repeat 20px 10px;
	background-color: #F9F9F9;
}

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


table.table-standard td p {
	padding: 0.4em 0.3em 0.3em 0.5em
}

