@charset "utf-8";

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	
	background-color: #c0c0c0;
	margin-top: 20px;
}

/* Table Set - Main Table */
.mainframe {
	background-color: #704500;
	background-image:url(../images/platzh2.jpg);
	background-repeat: repeat-x;
	background-position: 50px 89px;
	height: 100%;
	width: 772px;
}
.main_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 712px;
}
.main_table_header_01 {
	height: 113px;
	width: 472px;

}
.main_table_header_02 {
	height: 113px;
	width: 8px;
}
.main_table_header_03 {
	height: 113px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.main_table_content_01 {
	height: 100%;
	width: 472px;
	background: #dcddd7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.main_table_content_02 {
	height: 100%;
	width: 8px;
}
.main_table_content_03 {
	height: 100%;
	width: 230px;
	background: #dcddd7;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.main_table_footer_01 {
	
	background-repeat:no-repeat;
	height: 14px;
	width: 712px;
}
.main_table_footer_02 {
	height: 10px;
	width: 712px;
}

/* Table Set - Right Table */
.table_right {
	height: 100%;
	width: 230px;
}
.table_right_top {
	height: 81px;
	width: 230px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
.table_right_middel {
	height: 8px;
	width: 230px;
	background: #704500;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;

}
.table_right_bottom {
	height: 100%;
	width: 230px;
	background: #dcddd7;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

/* Table Set - Content Table */
.table_content_top {
	height: 28px;
	width: 472px;
	background: #9f9f9f;
	padding-left: 7px;
}
.table_content_bottom {
	height: 100%;
	width: 472px;
	padding-left: 34px;
	padding-right: 55px;
	padding-top: 40px;
	padding-bottom: 60px;
}
/* Spacer */
.spacer1 {
	position:relative;
	left:-4px;
	top: 0px;
}
.spacer2 {
	position:relative;
	left:220px;
	top: 0px;
}
p {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color: black;
	line-height : 150%;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}
p.header {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color: #753b02;
	font-weight:bold;
	line-height : 150%;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}
p.bold {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color:#666666;
	font-weight:bold;
	line-height : 150%;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}
p.light {
	font-family : Verdana, sans-serif;
	/*text-align: justify;*/
	font-size : 10px;
	color: #858585;
	line-height : 150%;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}
p.agb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dcddd7;
}

.container {
	width: 136px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #a3a4a2;
}

p.containertext {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color: #753b02;
	line-height : 150%;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}
.container_text {
	color:#a3a4a2;
	line-height:100%;
	font-weight:bold;
	position:relative;
	top:4px;
	}
	
.containerlink {
	color:#000000;
	line-height:100%;
	font-weight:bold;
	position:relative;
	top:3px;
	}
	

.containerlink:hover {
	color:#ffffff;
	line-height:100%;
	font-weight:bold;
	position:relative;
	top:3px;
	}
	
/* Def Default Links */

A {
	background-color : transparent;
	color : #ffffff;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #444343;
	text-decoration : underline;
}
A.menulink {
	background-color : transparent;
	color : white;
	text-decoration : none;
	border-bottom-width:0px;
	border-bottom-color:white;
	border-bottom-style:solid;

}
A.menulink:hover {
	background-color : transparent;
	color : white;
	text-decoration : underline;
	border-bottom-width:0px;
	border-bottom-color:white;
	border-bottom-style:solid;
}
A.actmenulink {
	background-color : transparent;
	color : white;
	text-decoration : none;
	font-weight: bold;
	border-bottom-width:0px;
	border-bottom-color:white;
	border-bottom-style:solid;

}
A.actmenulink:hover {
	background-color : transparent;
	color : white;
	text-decoration : underline;
	font-weight: bold;
	border-bottom-width:0px;
	border-bottom-color:white;
}

A.downlink {
	font-size : 10px;
	background-color : transparent;
	color : #ffffff;
}

A.downlink:hover {
	font-size : 10px;
	background-color : transparent;
	color : #000000;
	text-decoration : underline;
}

.extrawurst { border-top-width: 0px;
	            border-right-width: 0px;
	            border-bottom-width: 0px;
	            border-left-width: 0px;
              font-size : 11px;
              color : #000000;
               }

a.WKlink:link { color: #753b02;}
a.WKlink:visited { color: #753b02;}
a.WKlink:hover { color: #dd6c00;}
span.caption {color: #666; font-size: 95%;}
span.signOff { font-style:italic; }
.WKcenter { text-align: center;}
.WKleft { text-align: justify; line-height: 130%;}
.error { font-size: 90%; color: red;}
