/* special sections by id */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 275px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.9em;
	/* border-bottom: 1px solid gray; */
	background-image: url(graphics/kdmtitle.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:  rgb(25, 40, 71);
	/* background-color: white; */
	z-index: 4;
}

#title {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	z-index: 5;
}

.title {
	font-size: 1.3em;
	vertical-align: center;
}

#home {
	position: fixed;
	top: 20px;
	right: 40px;
	font-size: 1.3em;
	vertical-align: center;
	text-align: right;
	z-index: 5;
}

#home a {
	color: rgb(95%, 96%, 87%);
	text-decoration: none;
}

#topbox {
	z-index: 2;
}

#topmenu1 {
	position: fixed;
	top: 230px;
	margin-left: 80px;
	margin-right: 80px;
	padding: 0;
	height: 34px;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 6;
}

#gtbanner {
	position: fixed;
	right: 0;
	top: 213px;
	width: 470px;
	height: 62px;
	background: rgb(67%, 74%, 77%);
	z-index: 5;
}

#gtbanner img {
	padding: 0;
	margin-right: 0;
	margin-left: 2px;
	margin-top: 2px;
}

.menu table {
	padding: 0;
	height: 34px;
	border: none;
}

.menu tr {
	margin: 0;
	padding: 0;
}

.menu td {
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
}

.menu .button a.menuentry {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 34px;
	width: 103px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background: none;
	color: rgb(20%, 20%, 20%);
	text-align: center;
	background-image: url(graphics/button.png);
}

.menu .button a.menuentry:hover {
	background-image: url(graphics/button-hover.png);
}

.menu .button a.menuentry:active {
	background-image: url(graphics/button-active.png);
}


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 56px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	line-height: 5.0;
	vertical-align: bottom;
	text-align: center;
	font-family: serif;
	font-size: 0.9em;
	/* border-top: 1px solid gray; */
	background-image: url(graphics/verlauf-unten.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 3;
}

p.footer {
	display: block;
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	width: 100%;
	vertical-align: text-bottom;
	text-align: center;
	padding: 0;
	margin: 0;
}

#content {
	position: absolute;
	top: 275px;
	left: 0;
	right: 0;
	padding: 0.5em 1em 4em 1em;
	margin-left: 80px;
	margin-right: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	/* border: 1px solid green; */
	/* border-left: 1px solid gray; */
	line-height: 1.4em;
	z-index: 2;
	/* background-color: rgb(95%, 96%, 87%); */
}

#content div.section {
	margin-bottom: 4em;
}

#content h1 {
	font-family: gadget, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: rgb(50,50,50);
	text-decoration: none;
	margin: 1em 0 0 0;
	/* padding: 0.5em; */
	/* border-left: 1px solid rgb(180, 180, 180); */
}

#content p {
	margin: 0.5em 0 0.5em 0;
}

#content p.l2 {
	margin: 0.5em 0 1em 0;
}

#content em {
	font-style: normal;
	color: rgb(100%, 73%, 54%);
}

#content span.comment {
	color: rgb(70,70,70);
}

#content code {
	color: rgb(100%, 73%, 54%);
}

#content strong {
	font-style: normal;
	font-weight: bold;
}

#postscriptum {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5em 1em 1em 1em;
	margin: 0;
}

#preface {
	/* border: 1px solid green; */
}

#news {
	/* border: 1px solid green; */
}

#news dl {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding: 0.3em;
	background-color: rgb(245, 245, 245);
	background-image: none;
}

#news dd {
	margin-top: 0.5em;
	margin-left: 0;
}

/* common tags */

body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: rgb(95%, 96%, 87%);
	/* background-color: rgb(0%, 11%, 21%); */
	background-color: rgb(21%, 33%, 49%);
}

#content a:link {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#content a:visited {
	color: lightblue;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#content a:hover {
	color: rgb(042, 112, 224);
	background-color: rgb(200, 200, 200);
	background-image: none;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#content a:active {
	color: white;
	background-color: rgb(042, 112, 224);
	background-image: none;
	text-decoration: none;
	border: none;
}

#news {
	margin-top: 1em;
	margin-bottom: 2em;
	border-top: 1px solid rgb(95%, 96%, 87%);
	border-bottom:  1px solid rgb(95%, 96%, 87%);
}

hr {
	margin-left: 0;
	width: 30%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgb(45%, 51%, 54%);
}


img.header {
	display: block;
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 64px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	/* border: 1px solid red; */
}

.floatleft {
	float: left;
	margin: 0.5em;
}


p.note {
	font-size: small;
	padding: 0.5em;
	background-color: rgb(227, 240, 248);
	background-image: none;
}

p.postscriptum {
	font-size: small;
}

div .newsheader {
	text-align: center;
}

.highslide img {
	border: none;
}

.highslide-credits {
	color: rgba(0, 0, 0, 0);
}
