/* standards
 ----------------------------------------------- */

body {
	background: url(../img/body_bg.jpg) repeat;
}

a:link {
	color: #00558D;
	}

a:visited {
	color: #00558D;
	}
	
a:hover {
	color: #00558D;
	}
	
a:active {
	color: #00558D;
}

h1 {
	font-size: 160%;
	color: #C9361F;
	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: 120%;
	padding: 0;
	margin: 1em 0 0.4em 0;
	color: #000;
	font-weight: bold;
}
	
	

h4 {
	font-size: 106%;
	padding: 0;
	margin: .3em 0 0.4em 0;
	color: #C9361F;
	font-weight: bold;
}
	
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.jpg) no-repeat;
}

#header-txt {
	line-height: 180%;
	color: #008BBC;
	padding: 2em 0 0 265px;
	text-align: left;
    font-weight: bold;
}

#header-txt a {
	color: #008BBC;
}

#header-txt .nr {
	font-size: 120%;
}

#header-txt .name {
	font-size: 180%;
	line-height: 160%;
}

#header-txt .loc {
	font-size: 110%;
}

#header-logo {
    position: absolute;
    top: 0;
    left: 50px;
}

#header-logo a {
    width: 140px;
	height: 140px;
	display: block;
}



/* content
 ----------------------------------------------- */

#content {
	min-height: 1500px;
	height: auto !important;
	height: 1500px;
}


/* 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: #fff;
}

#topnavlist1 li a.active, #topnavlist1 li a.active:link {
	background-color: #fff;
}

#topnavlist1 li a.active:hover {
	background: url(../img/topnav_list1.gif) no-repeat 20px 10px;
	background-color: #fff;
}


#topnavlist2 li a, #topnavlist2 li a:link {
	color: #00558D;
	background: url(../img/topnav_list2.gif) no-repeat 20px 10px;
	background-color: #fff;
}

#topnavlist2 li a:hover, #topnavlist2 li a.active:hover {
	color: #00558D;
	background: url(../img/topnav_list2.gif) no-repeat 20px 10px;
	background-color: #fff;
}


/* misc
 ----------------------------------------------- */

.sponsors-title {
    margin: 0 0 6px 0;
    font-size: 89%;
    color: #888;
    font-weight: bold;
    text-align: center;
}

.sponsors {
    background-color: #fff;
    width: 170px;
    padding: 10px 0;
    margin: 0 0 10px 32px;
}


.siopnl {
    margin: 30px 0 10px 34px;
}


