/* body attributes */
body {
	font-family: verdana, tahoma, arial, sans-serif;
	background: #fff;
	margin: 0px;
	text-align: center;
	color: #333;
}

a {outline: none !important;}
a:link {color: #333;}
a:visited {color: #666;}
a:hover {color: #cc0000;}
a:active {color: #cc0000;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #333;
}

img {
	border: 0px !important;
	outline: none;
}

/* standard font-size */
h3, h4, p, .p, th, ul, ol, .date, blockquote {
	font-size: 0.687em;
}

blockquote p, blockquote blockquote, ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1
{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	line-height: 140%;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
	line-height: 150%;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #000;
	height: 1px;
}

/* lists */
ol li, ul li ol li {
	list-style: decimal;
}

ul li {
	list-style: disc;
}

ol li ol li {
	list-style: decimal;
}

ol li ul li, ul li ul li {
	list-style: disc;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea, .submit, select {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 0.687em;
}
.submit { font-size: 1em; }

* html .text, * html .submit {
	height: 20px;
}

.text, textarea
{
	border: 1px solid #97a989;
	padding: 4px;
	width: 220px;
	background-color: #fff;
	-moz-border-radius: 3px 3px 5px 3px;
	background-image: url('/gfx/bg/inputtext.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#content .text { margin-bottom: 0.5em; }
#content .sendform .text, #content .sendform textarea { margin-left: 1em; }

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

table.tf th, table.tf td {
	padding: 4px;
}

/* MAIN */
#main
{
	width: 960px;
	margin: 10px auto 0px auto;
	text-align: left;
}
#maincontent
{
	background-image: url(/gfx/bg/document.gif);
	background-repeat: repeat-x;
	clear: both;
}

/* TOP */
#top
{
	position: relative;
	height: 80px;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 15px;
}


/* SEARCH */

#quicksearch
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#quicksearch .text
{
	margin-right: 10px;
	background-image: url(/gfx/searchinput.gif);
	background-repeat: no-repeat;
	padding: 9px;
	background-position: center center;
	border: 0px;
}

* html #quicksearch .text { height: 32px; }

#quicksearch .submit, .search .submit, #pagesearch #content .submit
{
	background: url('/gfx/search.gif') no-repeat center center;
	width: 75px;
	height: 32px;
	border: 0px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	padding-right: 26px;
	cursor: pointer;
	font-size: 0.687em;
}
#pagesearch #content .submit { font-size: 1em; }
#pagesend  #content .submit
{
	border: 0px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	background-color: #aab99f;
	padding: 4px 10px;
	-moz-border-radius:3px 3px 5px 3px;
}

* html #quicksearch .submit { margin-top: -15px; }

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 0.687em;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* topmenu */
#topmenu
{
	width: 660px;
	height: 24px;
	position: absolute;
	top: 50px;
	right: 0px;
	overflow: hidden;
}
#topmenu ul
{
	float: right;
}

#topmenu li
{
	float: left;
	padding: 1px 4px;
	border-left: 1px solid #b1bfa6;
	font-weight: bold;
	line-height: 0.7em;
	white-space: nowrap;
}
* html #topmenu li { 
	width: 50px;
}
#topmenu li.first { border: 0px; }

/* MENU */
#submenu
{
	float: left;
	width: 220px;
	background-image: url(/gfx/bg/submenu.png);
	background-repeat: repeat-x;
	min-height: 400px;
}
* html #submenu { height: 400px; }

#submenu div.inner { margin: 49px 15px 20px 10px; }

#submenu ul, #topmenu ul {
	margin: 0px;
	padding: 0px;
}

#submenu ul ul {
	padding-left: 15px;
}

#submenu li, #topmenu li {
	list-style: none;
}

#submenu a, #topmenu a
{
	display: block;
	padding: 5px 9px;
	margin-bottom: 0px;
	color: #333;
	text-decoration: none;
}
* html #submenu a { width: 100%; }

#topmenu a:hover
{
	color: #758d62;
}
#submenu a:hover { text-decoration: underline; }

#submenu a, #topmenu .act a, #topmenu .act ul .act a {
	font-weight: bold;
}

#submenu ul ul a {
	font-weight: normal;
}

#submenu .submenu {
	padding-left: 10px;
}

/* RIGHT */
#related
{
	float: right;
	width: 230px;
	margin-left: 5px;
	margin-right: 15px;
}

#related .box
{
	background-image: url(/gfx/bg/relatedtop.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	background-position: center top;
	margin-bottom: 10px;
}
* html #related .box { height: 180px; }
#related .boxbund
{
	background-image: url(/gfx/bg/relatedbund.png);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	background-position: center bottom;
}
#related .box .inner
{
	padding: 14px;
	background-image: url(/gfx/bg/related.png);
	background-repeat: repeat-x;
	min-height: 175px;
	background-color: #feeeae;
}
* html #related .box .inner { height: 175px; }

#related .navi {
	font-size: 0.687em;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #333;
	text-decoration: none;
}

/* BC */
#bc
{
	font-size: 0.687em;
	margin-left: 220px;
	padding: 20px 30px;
}
#bc a
{
	color: #333;
	text-decoration: none;
}
#bc a:hover, #bc a:active { text-decoration: underline; }

/* CONTENT */
#content {
	margin-left: 250px;
	margin-right: 30px;
}
#content.right {
	margin-right: 270px;
}
body.wide #content { margin: 0px; }

* html #content div.inner {
	width: 100%;
}
#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date {
	float: right;
	clear: right;
	padding-left: 10px;
}
.totop
{
	float: right;
	padding-left: 10px;
	font-size: 1em;
	margin-top: -1px;
}
.totop a { text-decoration: none; }

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 0.687em;
}

#content td p, #content th p, #content td ul, #content td ol, #content td .text, #content td textarea, #content td select, #content td blockquote {
	font-size: 1em;
}

#content td h2 {
	font-size: 120%;
}

#content td h3 {
	font-size: 110%;
}

#content td h4 {
	font-size: 1em;
}

/* FOOTER */
#footer
{
	font-size: 0.687em;
	text-align: left;
	clear: both;
	margin-top: 3em;
}
#pageportalforside #footer, #pagesektionsforside #footer { margin-top: 1em; }

/* LISTS */
.list div {
	font-size: 0.687em;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 0.687em;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #333;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* Headerbox */

#headerbox
{
	background-image: url(/gfx/bg/front.png);
	background-repeat: no-repeat;
	height: 404px;
	position: relative;
}
.section #headerbox
{
	height: 307px;
	background-image: none;
}
#headerbox .featureimage
{
	position: absolute;
	top: 149px;
	right: 0px;
	width: 759px;
	height: 255px;
	z-index: 1;
}
.section #headerbox .featureimage
{
	top: 55px;
	width: 480px;
	height: 240px;
}
.section #headerbox .upperright
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image: url(/gfx/bg/section/upright.png);
	background-repeat: no-repeat;
}
#headerbox .hometext
{
	width: 420px;
	position: absolute;
	top: 40px;
	left: 320px;
	z-index: 10;
}
.section #headerbox .hometext
{
	width: 480px;
	top: 55px;
	left: 0px;
	background-image: url(/gfx/bg/sectionhome.png);
	background-repeat: no-repeat;
	height: 240px;
}
#headerbox .hometext a
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#headerbox .hometext a:hover, #headerbox .hometext a:active { text-decoration: underline; }
#headerbox .map
{
	position: absolute;
	top: 19px;
	left: 20px;
	background-image: url(/gfx/bg/yellowhome.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 361px;
	overflow: hidden;
	z-index: 20;
}
#headerbox .map img
{
	position: absolute;
	top: 121px;
	left: 15px;
	z-index: 20;
}

#headerbox .inner
{
	margin: 22px 0px 22px 17px;
	position: absolute;
	z-index: 22;
	width: 225px;
}
* html #headerbox .inner { width: 225px !important; }
.section #headerbox .inner
{
	margin: 22px 0px 22px 17px;
	width: 400px;
	height: 200px;
	overflow: hidden;
}
* html .section #headerbox .inner { width: 400px !important; }
#headerbox h2
{
	font-weight: normal;
	font-size: 1em;
}
.section #headerbox h1 { padding: 1.2em 1em 1em 1em; }

/* Featurette */

#featurette
{
	background-image: url(/gfx/bg/lowscale.gif);
	background-repeat: repeat-x;
	min-height: 245px;
	padding-top: 18px;
}
* html #featurette { height: 245px; }
.section #featurette
{
	background-image: url(/gfx/bg/document.gif);
	background-position: 0px 325px;
}

#featurette h2
{
	font-size: 0.9375em;
	font-weight: normal;
	background-image: url(/gfx/arrowentrance.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 6px 0px 7px 15px;
	margin: 0px;
}
#featurette h2 a
{
	text-decoration: none;
	color: #333;
	display: block;
}
#featurette h2 a:hover, #featurette h2 a:active { text-decoration: underline; }
#featurette p { margin: 5px 15px; }

#featurette .spalte
{
	width: 310px;
	float: left;
}
#featurette .c1, #featurette .c2 { margin-right: 15px; }


/* FUNC */
#func
{
	font-size: 0.687em;
	position: absolute;
	top: 14px;
	right: 330px;
}

#func img {
	vertical-align: middle;
	margin: 0px 0px 20px 10px;
	cursor: pointer;
}

#func a:link, #func a:visited {
	color: #333;
	text-decoration: none;
}

/* VALIDATION */
.invalid {
	background-color: #999;
	color: #fff;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* PRINT */
#backlink {
	display: none;
}

/* ADAPT */
#adapt
{
	text-align: right;
	margin-top: 15px;
	padding-right: 0px;
	font-size: 0.6875em;
}

#adapt a:link, #adapt a:visited
{
	color: #888;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}
