/*created by jörn boehnke 2005; all rights reserved; unauthorized use is strictly prohibited*/

body {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/*a:active {
	color: #333333;
	text-decoration: none;
}*/

.spacing {
	color: #FFFFFF;
	font-size: 1px;
	line-height: 1px;
	text-align: left;
}

#table-head {
	color: #DEDEDE;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	word-spacing: 2px;
	letter-spacing: 1px;
	vertical-align: middle;
}
#table-head a {
	color: #DEDEDE;
	text-decoration: none;
}
#table-head a:hover {
	color: #EEEEEE;
	text-decoration: none;
}
/*#table-head a:active {
	color: #EEEEEE;
	text-decoration: none;
}*/

#copy {
	color: #C7C7C7;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}
#copy a {
	color: #C7C7C7;
	text-decoration: none;
}
#copy a:hover {
	color: #EEEEEE;
	text-decoration: none;
}
/*#copy a:active {
	color: #EEEEEE;
	text-decoration: none;
}*/

#table-head2 {
	color: #BBBBBB;
	font-size: 10px;
	text-align: center;
	vertical-align: middel;
}
#table-head2 a {
	color: #BBBBBB;
	text-decoration: none;
}
#table-head2 a:hover {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

#table-head3 {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}

#menu {
	width: 198px;
	margin: 50px 0px; /*top+bottom, left+right // top, left+right, bottom // top, right, bottom, left*/
	padding: 0px;
	background-color: transparent;
}
#menu li {
	display: inline;
	list-style: none;
}
#menu li a {
	width: 198px; /* <- nicht mit Netscape und Firefox kompatibel*/
	
	border-left: #A21D1D 20px solid;
	border-right: #A21D1D 2px solid;
	border-top: 0px;
	border-bottom: 0px;
	
	margin: 0px 0px 5px;
	
	padding-left: 7px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	display: block;
	color: #383838;
	background-color: #BBBBBB;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
#menu li a.active {
	/*border-left: #EB3037 20px solid;
	border-right: #EB3037 2px solid;*/
	background-color: #ECECEC;
	cursor: default;
}
#menu li a:hover {
	/*border-left: #EB3037 20px solid;
	border-right: #EB3037 2px solid;*/
	background-color: #ECECEC;
}
/*#menu li a:active {
	border-left: #EB3037 20px solid;
	border-right: #EB3037 2px solid;
	background-color: #ECECEC;
}*/

#content {
	color: #333333;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}
#content h1 {
	margin: 20px 0px 24px;
	
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
#content h2 {
	margin: 14px 0px 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}
#content table {
	color: #333333;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
#content table th {
	color: #333333;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
#content .t-r-b {
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #333333;
	border-style: dashed;
}
#content .t-r {
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #333333;
	border-style: dashed;
}
#content .t-b {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #333333;
	border-style: dashed;
}
#content .t-none {
	border: 0px;
}
