/*-- M A R K U P --*/
* {
	margin: 0;
	padding: 0;
}

/* or
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
*/

html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	height: 100%;
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	background:  #fff url(../gfx/layout/bg-body.gif) 0 0 repeat-x;
	text-align: center;
}

/* not IE < 6 */
html>body {
	font-size: 12px;
}

img {
	border-width: 0;
}

ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

th, td, caption {
	text-align: left;
	vertical-align: top;
}

caption {
	font-weight: bold;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}


h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #069;
	margin-bottom: .3em; /*5em;*/
}

h2, h3, h4 {
	font-size: 1em;
}



noscript {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: red;
}

ul, ol, dl, p {
	margin-bottom: 1.5em;
	/*font-size: 1.2em;*/
}

/*

or
li, dt, dd, p { font-size: 1.2em; }
ul, ol, dl { margin-bottom: 1.8em; }
p { margin-bottom: 1.5em; }
*/


/*-- S T A R T --*/
#wrapper {
	position: relative;
	overflow: hidden;
	/*border-top: 10px solid #069;*/
	margin: 0 auto;
	width: 800px;
	/*padding: 0 10px;*/
	min-height: 100%;
	text-align: left;
}

/*-- T O P --*/
#top {
    /*margin-top: 21px;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 141px;
    width: 300px;
}

#logo {
    /*float: left;*/
    display: block;
    margin-top: 41px;
    padding:20px 0;
}

a#logo:hover {
    background: url(../gfx/layout/logo_hover.gif) 0 20px no-repeat;
}

a#logo:hover img {
    visibility: hidden;
}


/*-- N A V I G A T I O N --*/
#navi {
    /* float: right; */
    overflow: hidden;
    margin-top: 115px;
}

#navi ul {
    float: right;
    padding-right: 6px;
    overflow: hidden;
}

#navi li {
    float: left;
    padding-left: 20px;
}

#navi li a {
    text-decoration: none;
    padding-bottom: 3px;
    font-size: 1.2em;
    color: #A2A844;
    float: left;
    border-bottom: 5px solid #A2A844;
}

#navi li a.active {
	color: #770;
  border-bottom-color: #770 !important;
}
#navi li a:hover {
	color: #770;
 	border-bottom-color: #BCBF87;
}

#news {
    width: 800px;
    font-size: 1.3em;
    color: #fff;
    position: absolute;
    top: 154px;
    left: 0;
    /*background: url(../gfx/layout/bg_top.jpg) 0 0 no-repeat;*/
}

#news .ce_text {
	float: left;
	padding-right: 20px;
	width: 500px;
}

#news h2 {
    font-size: 1.4em;
    margin: 10px 0 18px; /* 0.75em */
    font-weight: normal;
}


#news .imgBox {
    float: right;
    width: 255px;
    margin: 10px 0 0;
    background: url(../gfx/layout/shadow-bottom.png) bottom left no-repeat;
    padding: 0 10px 8px 0;
}

#news .imgBox a {
    padding-right: 6px;
    display: block;
    background: url(../gfx/layout/shadow-right.png) top right no-repeat;
}

/* -- M A I N -- */
#content {
    clear: both;
    margin-top: 200px;
    overflow: hidden;
}

#main {
    /*margin-top: 50px;*/
    width: 500px;
    padding: 0 20px 40px 0;
    float: left;
}
.index #main {
    /*margin-top: 200px;*/
}

#main h2 {
    color: #A2A844;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 1.2em;
}
/*
#main h2:hover {
    color: #770;
}
*/

#main a {
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
	color: #A2A844;
}

#main a.glossary {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: help;
}

#main ul {
	padding-left: 2px;
}

#main li {
	background: url(../gfx/layout/bullets/arrow.gif) 0 4px no-repeat;
	padding-left: 12px;
}

/* R E F S */
#main ul.refs li {
	background: none;
	padding-left: 0;
	position: relative;
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 6px;
}

#main ul.refs a {
	text-decoration: none;
	color: #069;
}

#main ul.refs h3 {
	font-size: 1.2em;
	font-weight: normal;
	/*border-bottom: 1px dashed #D1D1A6;
	padding-bottom: 5px;
	margin-bottom: 14px;*/
	position: absolute;
	top: 0;
	left: 120px;
}


#main .imgBox {
	display: block;
	width: 110px;
	/*float: left;
	margin-right: 10px;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.refs p {
	/*float: left;
	position: relative;*/
	border: 1px dashed #D1D1A6;
	padding: 9px 19px 14px 64px;
	margin: 25px 0 0 55px;
	/*min-height: 60px;*/
}

a.extern {
	padding-right: 20px;
	background: url(../gfx/layout/extern.gif) top right no-repeat
}

/* G L O S S A R */
dt {
	font-weight: bold;
	color: #A2A844;
}
dd {
	margin-bottom: 20px;
}

/* Bilder */
.imgBox {

}

.txtBox {

}

/* R I G H T */
#right {
	width: 248px;
	float: right;
	padding: 24px 17px 0 0; /*43px 20px 0 0;*/
}

#right .box {
	width: 208px;
	border: 1px dashed #D1D1A6;
	padding: 19px 19px 0;
}

#right h3{
	/*background-color: #D1D1A6;*/
	font-weight: normal;
	color: #A2A844;
}
/*
#right p, #right ul {
	padding: 10px;
}
*/
#right ul {
	list-style: square;
	padding-left: 25px;
}
#right li {
	color: #D1D1A6;
}
#right li a:link {
	color: #333;
}
#right li a:visited {
	color: #999;
}
#right li a:hover {
	color: #333;
}
#right li a:focus, #right li a:active {
	color: #A2A844; /*069;*/
}

/* -- F O O T E R -- */
#footer {
    height: 19px;
    /* background: #F2F1DE; 069; color: #fff;*/
    margin: -22px 0 0;
    padding: 2px 10px 0;
    border-top: 1px dashed #DBDDBF;
    font-size: .8em;
    color: #A2A844;
    position: relative;
}
#footer div {
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

#footer a {
    color: #A2A844;
    padding: 0 5px;
    text-decoration: none;
}
#footer a.first {
    padding-left: 0 !important;
}

#footer a:hover {
    text-decoration: underline;
}

#footer a.active {

}

/* M I S C */
strong.seo {
    font-weight: normal;
}

/* email-img
.mkMl img {
	vertical-align: middle;
}

a.mkMl img {
	background-color: #627D7C;
}

a.mkMl:hover img {
	background-color: #000;
}
*/

/* vertikal Zentrieren */
	html, body, .cBox0, .cBox1 {
		height: 100%;
	}
	.cBox0 {
		margin: 0 auto;
		display: table;
	}
	.cBox1 {
		display: table-cell;
		vertical-align: middle;
	}
	/**/
	div[class=cBox1] {
		white-space: nowrap;
	}

	/* in IEM solo shrink-wrap, no vert.center \*//*/
	.cBox1 {
		text-align: center;
	}
	.cBox2 {
		display: inline-block;
		text-align: left;
	}
	/**/
/* vertikal Zentrieren */