@charset "ISO-8859-1";
body {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(img/tdw-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#kopf-logo {
	position: relative;
	left: 40px;
	top: 30px;
	width: 662px;
}
h6 {
	font-size: 13px;
}
#kopf-subnav {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	width: 900px;
	text-align: right;
	position: relative;
	top: 10px;
	word-spacing: 10px;
}
#kopf-subnav a, #kopf-subnav a:visited {
	color: #ff6600;
	text-decoration: none;
}
#kopf-subnav a:hover {
	color: #E2001A;
}
#kopf-navigation {
	position: absolute;
	left: 200px;
	top: 188px;
}
#kopf-navigation img {
	padding-right: 30px;
}
#content {
	position: relative;
	width: 700px;
	left: 200px;
	top: 105px;
}
#content h1 {
	font-weight: normal;
	color: #eb6909;
	font-size: 24px;
	margin: 0px;
	padding: 0 0 12px 0;
	font-family: Helvetica, Arial, sans-serif;
}
#content p {
	font-size: 16px;
	line-height: 1.4;
	margin: 0px;
	padding: 0 0 6px 0;
}
#content img a:link, #content img a:visited, #content img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#content li {
	font-size: 16px;
	line-height: 1.4;
	list-style-type: square;
	padding: 0 0 6px 0;
	margin: 0;
}
#content a:link, #content a:visited {
	color: #990000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#content a:hover {
	color: #990000;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#fusszeile {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 50px;
	top: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9b200;
}
#fusszeile img {
	padding-left: 0px;
}
#fusszeile p {
	font-size: 11px;
	color: #666666;
	padding: 10px 0 0 40px;
	line-height: 1.4;
}
#fusszeile a:link, #fusszeile a:visited
 {
	color: #333333;
	text-decoration: none;
}
tr, td {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9b200;
	padding: 20px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.error-zelle {
	background-color: #FFFFCC;
}
.error-font {
	color: #FF0000;
	background-color: #FFFFCC;
	font-weight: bold;
}
#content #form1 h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 8px 0;
}
#content #form1 iframe {
	width: 100%;
	height: 150px;
}
.bed {
	font-size: 10px;
	color: #333333;
	padding: 4px;
	background-color: #E8E8E8;
	margin: 4px 0 0 0;
}
#content .timer {
	font-size: 30px;
	color: #EB6909;
	line-height: 32px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #EB6909;
	padding-left: 10px;
}
.ergebnistabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
.ergebnistabelle td {
	font-size: 90%;
}
.link-inline {
	padding: 4px;
	background-color: #FFCC00;
	border: 1px solid #FF9900;
}
#content table p {
	font-size: 11px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
	.calendar {
	font-family: Helvetica, Arial, sans-serif;
	width: 54px;
	font-size: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
		}

	.calendar > span { display: block; }

	.calendar > .month {
	text-align: center;
	padding: 2px 0px 2px 0;
	font-size: 0.9em;
	background: #6086a6;
	color: #fff;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	text-shadow: 0 1px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9b200), to(#e2001a));
	background: -moz-linear-gradient(top, #f9b200, #e2001a);
		}

	.calendar > .day { text-align: center; font-weight: bold; font-size: 2.3em; 
		background: #fff;
		-webkit-border-bottom-left-radius:  5px;
	    -moz-border-radius-bottomleft:      5px;
	    -webkit-border-bottom-right-radius: 5px;
	    -moz-border-radius-bottomright:     5px;
	    background: -webkit-gradient(linear, left top, left bottom, from(#405b72), to(#e6e6e6), color-stop(.08,#f9f9f9));
        background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
		}

.klapp {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #f5f5f5;
}

