@charset "utf-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333333;
	background-color: #404040;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
}
a:link {
	color: #012f6d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #012f6d;
}
a:hover {
	text-decoration: underline;
	color: #e2001a;
}
a:active {
	text-decoration: none;
	color: #012f6d;
}
.plus {
	display: block;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/icon_plus.png);
	background-repeat: no-repeat;	
	padding-left: 30px;
	padding-top: 4px;
	margin-top:15px;
}
.pdfsm {
	display: block;
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/pdf_small.gif);
	background-repeat: no-repeat;	
	padding-left: 20px;
	margin-top:5px;
	text-align: left;
}
.pdfsmx {
	display: block;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/pdf_small.gif);
	background-repeat: no-repeat;	
	padding-left: 20px;
	margin-top:10px;
	text-align: left;
}
.na {
	display: block;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bullet_leer.png);
	background-repeat: no-repeat;	
	padding-left: 20px;
	margin-top:10px;
	text-align: left;
	color: #cccccc;
}
.linksm {
	display: block;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bullet_link.png);
	background-repeat: no-repeat;	
	padding-left: 20px;
	margin-top:10px;
	text-align: left;
}
.extlink {
	display: block;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/icon_extlink.png);
	background-repeat: no-repeat;	
	padding-left: 30px;
	padding-top: 4px;
	margin-top:15px;
}
p {
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
p .eng {
	line-height: 14px;
}
li {
	margin-bottom:5px;
}
small {
	font-size: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	color: #012f6d;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #012f6d;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	height: 27px;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #012f6d;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.hborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
form {
	margin:0;
	padding:0;
}
.hrnix {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px dotted #666;
	height: 0;
}
.hell {
	color: #CCCCCC;
}
.boxpadding {
	margin-right: 25px;
	margin-left: 25px;
}
.verlauf_rot {
	background-image: url(../images/verlauf_rot.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 18px;
	width: 430px;
	margin-top: 10px;
	text-align: right;
	padding-top: 2px;
	padding-right:10px;
	font-weight: bold;
}
.verlauf_rot a:link {
	color: #ffffff;
}

.verlauf_rot a:visited {
	color: #ffffff;
}
.verlauf_rot a:hover {
	color: #aaaaaa;
}
.verlauf_rot a:active {
	color: #ffffff;
}
#container {
	width: 960px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#kopf {
	background-image: url(../images/bg_kopf.gif);
	height: 270px;
	width: 980px;
	text-align: left;
}
#kopf #logo {
	position:absolute;
	margin-top: 70px;
	margin-left: 314px;
}
.sprache_de {
	background-image: url(../images/de.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 16px;
	width: 76px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-position: 5px 5px;
	padding-top: 4px;
	padding-left: 24px;
	color: #FFFFFF;
	font-size: 10px;
}
.sprache_gb {
	background-image: url(../images/gb.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 16px;
	width: 76px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-position: 5px 5px;
	padding-top: 4px;
	padding-left: 24px;
	padding-right: 45px;
	color: #FFFFFF;
	font-size: 10px;
}
#kopf #menu {
	margin-top: 235px;
	width: 980px;
	position: absolute;
	text-align: center;
}
#fuss {
	background-image: url(../images/bg_fuss.gif);
	height: 30px;
	width: 920px;
	text-align: right;
	padding-top: 20px;
	padding-right: 60px;
	color: #CCCCCC;
}
#fuss a:link {
	color: #cccccc;
	text-decoration: none;
}

#fuss a:visited {
	text-decoration: none;
	color: #cccccc;
}
#fuss a:hover {
	text-decoration: underline;
	color: #e2001a;
}
#fuss a:active {
	text-decoration: none;
	color: #cccccc;
}
#mainContent {
	overflow: hidden;
}
.burg_kasten {
	background-image: url(../images/kasten_burg.gif);
	background-repeat: no-repeat;
	height: 440px;
	width: 450px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.topnews_kasten {
	background-image: url(../images/kasten_topnews.gif);
	background-repeat: no-repeat;
	height: 440px;
	width: 450px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.topnews_kasten p {
	text-align: justify;
}
.topnews_bild {
	background-image: url(../images/news/123.jpg);
	height: 220px;
	width: 430px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 10px;
	background-position: 0px -10px;
}
.termine_tabelle {
	font-size: 12px;
	padding-bottom: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 3px;
}
.sponsoren_kasten {
	background-image: url(../images/kasten_sponsoren.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 920px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 18px;
}
.features_kasten {
	background-image: url(../images/kasten_features.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 920px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.feature1 {
	float: left;
	width: 290px;
	margin-left: 10px;
	height: 145px;
	margin-top: 15px;
}
.feature2 {
	float: left;
	width: 320px;
	height: 145px;
	margin-top: 15px;
}
.feature3 {
	float: left;
	width: 290px;
	height: 145px;
	margin-top: 15px;
}
.feature_bild {
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}
.fotostrecke_kasten {
	background-image: url(../images/kasten_fotostrecke.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 450px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.mehrnews_kasten {
	background-image: url(../images/kasten_mehrnews.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 450px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.techniknews_kasten {
	background-image: url(../images/kasten_techniknews.gif);
	background-repeat: no-repeat;
	height: 460px;
	width: 450px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}
.partner_kasten {
	background-image: url(../images/kasten_partner.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 920px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}
.ausgabe_kasten1 {
	background-image: url(../images/kasten_ausgabe1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 25px;
}
.ausgabe_kasten2 {
	background-image: url(../images/kasten_ausgabe2.gif);
	margin-bottom: 20px;
	margin-left: 20px;
	background-repeat: repeat-y;
	width: 920px;
	padding: 0px;
}
.ausgabe_kasten3 {
	background-image: url(../images/kasten_ausgabe3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 20px;
}
.ausgabe_kasten1b {
	background-image: url(../images/kasten_ausgabe1b.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 25px;
}
.ausgabe_kasten2b {
	background-image: url(../images/kasten_ausgabe2b.gif);
	margin-bottom: 20px;
	margin-left: 20px;
	background-repeat: repeat-y;
	width: 920px;
	padding: 0px;
}
.ausgabe_kasten3b {
	background-image: url(../images/kasten_ausgabe3b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 20px;
}
.ausgabe_kasten_text h1 {
	font-size: 20px;
}
.ausgabe_kasten_text p {
	line-height: 22px;
}
.ausgabe_kasten_bild {
	background-image: url(../images/news/123_.jpg);
	height: 330px;
	width: 580px;
	margin-bottom: 10px;
}
.ausgabe_kasten_text {
	margin-right: 30px;
	margin-left: 25px;
	float: left;
	width: 580px;
}
.ausgabe_kasten_mehrnews {
	float: left;
	width: 260px;
}
.ausgabe_kasten_mehrnews h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #012f6d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.input_text {
font-size: 10pt; 
width: 340px;
margin-bottom: 18px;
}
.infoformular {
	float: left;
	width: 160px;
	padding-top: 2px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
}
.infoformular_r {
	float: right;
	width: 420px;
	padding-top: 2px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
}
.infoformular2 {
	float: left;
	width: 60px;
	padding-top: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}

dl.tickertabelle
{
width: 570px;
padding: 0;
margin: 0;
}
.tickertabelle dt
{
width: 50px;
float: left;
margin: 0;
padding: 3px;
font-weight: bold;
}
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
.tickertabelle dd
{
float: left;
width: 500px;
margin: 0;
padding: 3px;
}

.lcdstyle { /*Example CSS to create LCD countdown look*/
color: #000000;
padding: 3px;
}
.lcdstyle sup { /*Example CSS to create LCD countdown look*/
font-size: 80%
}

#dhtmltooltip {
position: absolute;
width: 250px;
height: 150px;
background-color: #eeeeee;
visibility: hidden;
z-index: 100;
}

#dropinboxv2cover {
width: 170px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2 {
width: 150px; /*change width to above width-20. */
border: 1px solid black; /*Customize box appearance*/
background-color: #e2001a;
color: #ffffff;
padding: 5px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

.dropcontent {
border: 1px dotted #666666; /*Customize box appearance*/
padding: 15px;
margin-top: 10px;
}

#tnewscontent {
padding:10px;
}

dl.infotabelle
{
width: 350px;
padding: 0;
margin: 0;
}

.infotabelle dt
{
width: 100px;
float: left;
margin: 0;
padding: 1px;
font-weight: bold;
margin-bottom: 5px;
}

.infotabelle dd
{
float: left;
width: 200px;
margin: 0;
padding: 1px;
margin-bottom: 5px;
}
