
/*      HTML TAGS     */
html {
	height:100%;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
body,td,th,div,p {
	color:#000000;
	font-size: 11px;
	line-height:15px;
	letter-spacing:0px;
	font-family: Verdana, Helvetica, sans-serif;
}
td, th {
	vertical-align:top;
}
p {
	margin-top:0px;
	margin-bottom:7px;
}
br {
	margin:0px;
	padding:0px;
	height:7px;
	line-height:7px;
	font-size:7px;
}
h1 {
	font-size:18px;
	line-height:24px;
	margin-top:0px;
	margin-bottom:20px;
}
h2 {
	font-size:16px;
	line-height:20px;
	margin-top:0px;
	margin-bottom:15px;
}
h3 {
	font-size:11px;
	line-height:15px;
	margin-top:0px;
	margin-bottom:5px;
}
h4 {
	font-size:11px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:2px;
}
h5 {
	font-size:9px;
	line-height:11px;
	margin-top:0px;
	margin-bottom:0px;
}
hr {
	background-color:#000000;
	height:1px;
	border:0px;
}
a {
	text-decoration:underline;
}
a img {
	border:0px;
}

a:link, a:visited {
	color:#373737;
}
a:hover, a:active {
	color:#000000;
}
ul {
	margin:5px 0px 10px 0px;
	padding-left:20px;
}
li {
	margin:0px;
	padding:0px;
}
form {
	display:inline;
}

/* ALLGEMEIN */
.l {
	text-align:left;
}
.r {
	text-align:right;
}
.c {
	text-align:center;
}
.j {
	text-align:justify;
}
.nocss {
	display:none;
}
.print {
	display:none;
}
div.float-dummy {
	clear:both;
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
}
.blank {
	font-size:1px;
	line-height:1px;
}
.img-holder {
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}
.inactive {
	color:#C1C1C1;
}
img.border {
	border:1px solid #000000;
}

/* CLOSING-LINK */
.closingLink {
	text-align:right;
	background:#D6D6D6;
}
.closingLink a {
	padding-left:10px;
	padding-right:5px;
	line-height:21px;
	text-decoration:none;
}
.closingLink a:link, .closingLink a:visited {
	color:#373737;
	background:url(images/arrow-normal.gif) no-repeat left;
}
.closingLink a:hover, .closingLink a:active {
	color:#000000;
	background:url(images/arrow-active.gif) no-repeat left;
	
}

/* PAGE-SET */
table.page-set {
	width:100%;
	height:100%;
}
table.page-set td.page {
	width:768px;
	border:1px solid #FFFFFF;
}
table.page-set td.ornament-left div {
	height:70px;
	margin-top:115px;
	background:url(images/page-ornament-left.jpg) no-repeat right top;
}
table.page-set td.ornament-right {
	background:url(images/page-ornament-right.gif) repeat-x 1px 98px;
}

/* HEADER */
td.page div.header {
	height:133px;
	margin-top:10px;
	text-align:left;
	background:url(images/page-header.jpg) no-repeat left top;
}
td.page div.header a {
	display:block;
	width:240px;
	height:80px;
	padding:23px 0px 0px 19px;
	text-decoration:none;
}
td.page div.header h1 span {
	display:none;
}

/* HEADER-BAR */
table.header-bar {
	width:100%;
	height:40px;
}
table.header-bar td.headline {
	width:238px;
	background:#0C1E6B url(images/page-headline-corner.gif) no-repeat right bottom;
}
table.header-bar td.headline h1 {
	margin:0px;
	line-height:40px;
	color:#FFFFFF;
}

/* BORDER */
div.border {
	padding:1px;
	border-left:4px solid #393939;
	border-right:4px solid #393939;
	border-bottom:4px solid #393939;
}

/* MENU-01 */
table.header-bar td.menu-01 {
	height:23px;
	background:#0C1E6B;
}
*html table.header-bar td.menu-01 { /* ie hack */
	height:22px;
}
table.header-bar td.menu-01 a {
	display:block;
	float:left;
	margin-left:6px;
	margin-right:26px;
	padding-left:17px;
	font-size:12px;
	color:#FFFFFF;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}
td.menu-01 a.normal:link, td.menu-01 a.normal:visited {
	background:url(images/menu-01-normal.gif) no-repeat left;
}
td.menu-01 a.normal:hover, td.menu-01 a.normal:active, td.menu-01 a.normal:focus {
	background:url(images/menu-01-active.gif) no-repeat left;
}
td.menu-01 a.active {
	background:url(images/menu-01-active.gif) no-repeat left;
}

/* MENU-02 */
td.box div.menu-02 a {
	display:block;
	margin-left:12px;
	padding-left:25px;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
}
div.menu-02 a.normal:link, div.menu-02 a.normal:visited {
	background:url(images/menu-02-normal.gif) no-repeat left;
}
div.menu-02 a.normal:hover, div.menu-02 a.normal:active, div.menu-02 a.normal:focus {
	background:url(images/menu-02-active.gif) no-repeat left;
}
div.menu-02 a.active {
	background:url(images/menu-02-active.gif) no-repeat left;
}

/* CONTENT */
table.content-set {
	width:100%;
	text-align:left;
	background:url(images/content-bg.jpg) no-repeat left top;
}
table.content-set td.content {
	padding:20px 30px 30px 20px;
}
table.content-set td.box {
	width:195px;
}
td.box div.top {
	height:29px;
	background:url(images/menu-02-top.gif) repeat-x left top;
}
td.box div.top div.corner {
	height:29px;
	background:url(images/menu-02-top-corner.gif) no-repeat left top;
}
td.box div.bottom {
	height:29px;
	background:url(images/menu-02-bottom.gif) repeat-x left top;
}
td.box div.bottom div.corner {
	height:29px;
	background:url(images/menu-02-bottom-corner.gif) no-repeat left top;
}
td.box div.break {
	height:20px;
	font-size:1px;
	line-height:1px;
}
td.box div.box-content {
	background:#E1E1E1;
	border-left:4px solid #0C1E6B;
}

/* HOME */
table.home {
	background:url(images/home-bg-v2.jpg) no-repeat left top;
}
table.home td.content {
	padding:0px;
}
table.home div.text {
	width:348px;
	padding:60px 0px 15px 0px;
	margin-left:200px;
}
table.home div.box-content h2 {
	margin:0px 0px 8px 0px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:22px;
	border-top:1px solid #A62420;
	border-bottom:1px solid #A62420;
	background:url(images/home-h2-bg.jpg) no-repeat left top;
}
table.home div.box-content div {
	padding:0px 10px 10px 10px;
}
div.diashow img {
	border:1px solid #000000;
}
div.diashow span {
	display:block;
	margin-right:3px;
	line-height:19px;
	text-align:center;
	background:#FFFFFF;
	border:1px solid #AEAEAE;
}

table.home table.news {
	width:100%;
	margin:5px 0px 5px 0px;
}
div.home table.news td {
	padding-bottom:2px;
	vertical-align:top;
}
table.news td.marker {
	width:90px;
	/* white-space:nowrap; */
}

img.news-tn {
    float: left;
    border: 1px solid black;
    margin-right: 10px;
}

/*  AKTUELLES */
div.news-item {
	margin-bottom:30px;
}
div.news-item p {
	padding-left:4px;
}
div.news-item h3 a {
	text-decoration:none;
}
div.news-item h3 {
	padding-left:17px;
	color:#0B1C65;
	background:url(images/bullet.gif) no-repeat 0px 4px;
}
div.news-item h4 {
	padding-top:5px;
	padding-left:4px;
}
div.news-item h4, div.news-item b {
	color:#3B3B3B;
}
div.news-item .smallbreak {
	margin-bottom:2px;
}

/* AUSSCHREIBUNG */
table.content-set table.bidding {
	border-top:1px solid #757575;
	border-right:1px solid #757575;
}
table.content-set table.bidding td {
	padding:3px 5px 3px 5px;
	border-left:1px solid #757575;
	border-bottom:1px solid #757575;
}
table.content-set table.bidding tr.hi td {
}

/* TERMINE */
table.content-set table.dates {
	width:100%;
	border-top:1px solid #757575;
	border-right:1px solid #757575;
}
table.content-set table.dates td {
	padding:4px 5px 4px 5px;
	border-left:1px solid #757575;
	border-bottom:1px solid #757575;
}
table.content-set table.dates tr.high td {
	background-color:#FFFFFF;
}
table.content-set table.dates tr.low td {
	background-color:#DCDCDC;
}
table.dates p {
	margin:0px;
}

/* FINISHER */
table.content-set table.finisher {
	width:100%;
	margin-top:20px;
	border-top:1px solid #757575;
	border-right:1px solid #757575;
}
table.content-set table.finisher td {
	padding:4px 5px 4px 5px;
	border-left:1px solid #757575;
	border-bottom:1px solid #757575;
}
table.content-set table.finisher tr.high td {
	background-color:#FFFFFF;
}
table.content-set table.finisher tr.low td {
	background-color:#DCDCDC;
}
table.finisher p {
	margin:0px;
}
table.finisher td.nr {
	width:10px;
	text-align:right;
	padding-right:12px !important;
}
table.finisher td.date {
	text-align:center;
}

/* ZWISCHENSTATIONEN */
table.carpark {
	width:100%;
	margin-bottom:40px;
}
table.carpark td.symbol {
	width:99px;
}
table.carpark td.symbol div {
	margin-top:3px;
	padding:0px 5px 10px 5px;
	color:#FFFFFF;
	background:#051279;
	border:1px solid #000000;
	text-align:center;
	font-weight:bold;
}
table.carpark td.info {
	padding-left:20px;
}
table.carpark td.info h3 a {
	text-decoration:none;
}

/* SPONSOREN */
div.sponsors {
	padding-top:10px;
}
div.sponsors div.left-column {
	float:left;
	width:252px;
}
div.sponsors div.right-column {
	float:right;
	width:226px;
}
p#medienkraftwerk {
	padding-top:41px;
}
p#deutsche-bank {
	padding-top:35px;
}
p#owmedia {
	padding-top:48px;
}

/* IMPRESSIONEN */
table.impressionen td.content {
	padding-right:25px;
}
table.impressionen td.content div.img {
	width:512px;
	height:294px;
	background:#EEEEEE;
	border:1px solid #DDDDDD;
	text-align:center;
}


/* FOOTER */
table.footer-bar {
	width:100%;
	margin-top:1px;
}
table.footer-bar td.slogan {
	width:540px;
	background:#0C1E6B url(images/page-slogan-corner.gif) no-repeat right top;
}
table.footer-bar td.slogan h1 {
	margin:0px;
	line-height:38px;
	color:#FFFFFF;
}
table.footer-bar td.blank {
	height:17px;
}
table.footer-bar td.rights {
	height:21px;
	padding-right:5px;
	line-height:21px;
	color:#FFFFFF;
	background:#0C1E6B;
	text-align:right;
}
table.footer-bar td.rights a {
	color:#FFFFFF;
}

/* IMPORTANT */
div.important {
	padding:10px;
}
table.home td.content div.important {
	padding:5px 0px 5px 0px;
}
div.important b.highlight {
	color:#AF0E0C;
}