@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #FFF;
}
body {
	background-color: #F0B82D;
	background-image: url(grafik/tun-page-bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 17px;
	color: #FFF;
	line-height:23px;
}
h2 {
	margin-bottom:0px;
}
.header {
	background:url(grafik/tun-page-header.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFEFBE;
}
a:active {
	color: #FFF;
}
a.dunkel:link {
	color: #004D2B;
}
a.dunkel:visited {
	color: #004D2B;
}
a.dunkel:hover {
	color: #004D2B;
}
a.dunkel:active {
	color: #004D2B;
}
a.orange:link {
	color: #F0B82C;
	text-decoration:none;
}
a.orange:visited {
	color: #F0B82C;
	text-decoration:none;
}
a.orange:hover {
	color: #F0B82C;
	text-decoration:underline;
}
a.orange:active {
	color: #F0B82C;
	text-decoration:none;
}
h2 {
	font-size: 17px;
	color: #F0B82C;
	font-style:normal;
	line-height:22px;
	font-weight:bold;
	margin-top:0px;
}
.tableheader {
	border:#003E1E 1px solid; 
	background:url(grafik/box-bg.jpg) top left no-repeat;
	color: #FFF;
	height: 40px;
	padding-left: 15px;
	vertical-align:middle;
	font-weight:bold;
}
.tablecell {
	border-bottom:1px #26704B solid;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:top;
}
.tablecell-middle {
	border-bottom:1px #26704B solid;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:middle;
}
.tablecell-alignbottom {
	border-bottom:1px #26704B solid;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:bottom;
}
.tablecell-orange {
	border-bottom:1px #26704B solid;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:top;
	color:#F0B82C;
}