/* standards
 ----------------------------------------------- */

body {
background:#fff;	background: url(../img/body_bg.jpg) repeat-x;
}

a:link {
	color: #6e716c;
	}

a:visited {
	color: #6e716c;
	}
	
a:hover {
	color: #6e716c;
	}
	
a:active {
	color: #6e716c;
}

h1 {
	font-size: 160%;
	color: #6e716c;
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 160%;
	font-weight: normal;
}


h2 {
	font-size: 121%;
	color: #f58220;
	padding: 0;
	margin: -1em 0 0.8em 0;
	font-weight: normal;
}

h3 {
	font-size: 111%;
	padding: 0;
	margin: 1em 0 0.4em 0;
	color: #f58220;
	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;
}

#content .table-infobox {
border-color: #9495b1;
}

#content .table-infobox h3{
margin-top:0px;
}
/* layout
 ----------------------------------------------- */

#wrapper-main {
	background: url(../img/wrapper_bg.gif) repeat-y;
min-height: 1234px;
height: auto !important;
height: 1234px 
}

#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: #272726;
	padding: 1.5em 0 0 267px;
	text-align: left;
}

#header-txt a {
	color: #272726;
}

#header-txt .nr {
	font-size:99%;
	margin: 0;
	padding: 0;
	display: block;
    line-height: 129%;
	font-weight:bold;
}
#header-txt .nr_tag {
	font-size: 99%;
	margin: 0;
	padding: 0;
	display: block;
    line-height: 129%;
	font-weight:bold;
}
#header-txt .nr_klein {
	font-size:97%;
	margin: 0;
	padding: 0;
	display: block;
    line-height: 197%;
}

#header-txt .name {
	font-size: 141%;
	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%;
}


/* language
 ----------------------------------------------- */

#language a:hover {
	border-bottom: 2px solid #B9BEC2;
}


/* topnav
 ----------------------------------------------- */

#topnavlist1 li a, #topnavlist1 li a:link {
	color: #606060;
	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: #606060;
	background: url(../img/topnav_list2.gif) no-repeat 20px 10px;
	background-color: #F9F9F9;
}

#topnavlist2 li a:hover, #topnavlist2 li a.active:hover {
	color: #606060;
	background: url(../img/topnav_list2.gif) no-repeat 20px 10px;
	background-color: #F9F9F9;
}

.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;
}

