@import "layout.css";

html {height:100.05%; overflow: scroll;}

/* general */
body {
	color:#000;
	font-family:arial,helvetica,sans-serif;
	font-size:.75em;
}

/* headlines */
h1 {font-size:1.67em;font-weight:bold;}
h2 {font-size:1.50em;font-weight:bold;}
h3 {font-size:1.33em;font-weight:bold;}
h4 {font-size:1.17em;font-weight:bold;}
h5 {font-size:1.08em;font-weight:bold;}
h6 {font-size:1.00em;font-weight:bold;}

/* lists */
#ct ul {
	margin:0;
	margin-left:2em;
	padding:0;
}
#ct li {
	list-style-image:url(../bilder/li1.gif);
	margin:.83em 0 0;
	padding:0;
}
#ct li li,#ct li.li2 {
	list-style-image:url(../bilder/li2.gif);
	margin:.25em 0 0;
}
#ct li li li,#ct li.li3 {
	list-style-image:url(../bilder/li3.gif);
	margin:0;
}
ol li {
	list-style-image:none;
}

/* links */
a:link,
a:visited {
	font-weight:bold;
	color:#369;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	text-decoration:underline;
}

/* emphasis */
em {
	font-style:italic;
}
em em {
	font-style:normal;
}
strong {
	font-weight:bold;
}

/* line */
hr {
	height:1px;
	border:0;
	border-top:dashed 1px #333333;
	clear:both;
	display:block;
}

/* forms */
form {
	margin:0;
	padding:0;
}
.input2,.input1,select,textarea {
	background:#fff;
    border:solid 1px #000;
}
input.input1{
    height:16px;
}
option {
	background:#fff;
    border:none;
}
.formbutton{
	height:22px;
    color:#000000;
	background:url(../bilder/buttonbg.gif);
    border:solid 1px #000000;
}

form table, form td {
	border-collapse:collapse;
	border-spacing:0;
}

form td {
	padding:3px 0;
	height:auto!important;
}

/* classes */
.block {
	text-align:justify;
	margin-right: 8px;
}

.wide {
	line-height:1.5em;
}

.small {
	font-size:.8em;
}

.border1 {
	border:solid #6699cc;border-width:1px 0px;
}

/* alternative link styles */
a.link1:link,a.link1:visited {
	color:#369;
	text-decoration:underline;
	font-weight:normal;
}

a.link1:hover,a.link1:focus,a.link1:active {
	text-decoration:none;
}

a.link2:link,a.link2:visited {
	color:#369;
	font-weight:bold;
	text-decoration:none;
}

a.link2:hover,a.link2:focus,a.link2:active {
	text-decoration:underline;
}

a.link3:link,a.link3:visited {
	color: #369;
	text-decoration:none;
	font-weight:bold;
}

a.link3:hover,a.link3:focus,a.link3:active{
	color:#699;
}

div.samp {
	margin:.4em;padding:.55em;
}

table.samp {
	margin:.4em;
	border-collapse:collapse;
}
table.samp td,
table.samp th {
	padding:.3em;
}

div.samp,
table.samp td,
table.samp th,
td.td2,
tr.tr2 td {
	background:#d8e0e8;
}

.samp h6,
.samp p {
	margin:0;
}

div.floater {
	float:left;
	margin-right:1em;
	padding-right:1em;
	border-right:dashed 1px #333333;
}

/* image replacement for hover-buttons*/
.button {
	width:160px;
	height:20px;
	overflow:hidden;
}

.button a {
	display:block;
	width:160px;
	height:20px;
	padding-top:20px;
	background-repeat:no-repeat;
}

.button a:link,
.button a:visited {
	background-position:0 0;
}

.button a:hover,
.button a:focus {
	background-position:0 -20px;
}

ul.buttons,
ul.buttons li {
	list-style: none;
	list-style-image: none!important;
}

/* special buttons */
#adlinks {
	list-style:none;
	margin:0;
	padding:0;
	background:red;
}

#adlinks li {
	margin:0;
}

#gl24button {
	position:absolute;
	top:6px;
	left:420px;
	z-index:11;
}
#vl24button {
	position:absolute;
	top:6px;
	right:160px;
	z-index:11;
}
#gl24button a {background-image:url(../bilder/gl24button.png);}
#vl24button a {background-image:url(../bilder/vl24button.png);}

/* fall back */
#ft ul.navi {
	display:none;
}

#nv {
	border-top:3px double;
	background:#d8e0e8;
}

/* hidden keywords */
#keywords {
	display:none;
}

#ticker {
	position:absolute;
	left:180px;	
	margin: -15px;
	color: #333;
	width: 815px;
	height: 1.5em;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}

#text_bild {height: 113px;}
#bild_feld {float: left; height: 77px; width: 88px; padding: 20px 0 16px 11px;}
#bild_feld img {border: 1px solid #000000;}
#text_feld {float: left; height: 77px; width: 670px; padding: 20px 10px 16px 10px; text-align: left; vertical-align: top; clear: right;}
#text_feld h4 {margin-top: 0;}