body, html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	font: 13px/19px Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

a {
	color: #A8155C;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #C27092;
}

a:hover {
	color: #00223B;
	text-decoration: underline;
}

a span, h1 span {
	display: none;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input {
	padding: 2px 5px;
	border: 1px solid #3F3F3F;
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	width: 175px;
}

img {
	border: 0;
}

#container {
	min-height: 100%;
	position: relative;
}

#trim {
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #A7155E;
}

#cover-art {
	position: absolute;
	width: 142px;
	height: 351px;
	background: url(img/sprites.gif) no-repeat 0px -28px;
	margin: 10px 0 0 -142px;
}

#cover-art div {
	position: absolute;
	background: red;
	width: 60px;
	height: 273px;
	left: 142px;
	top: 50px;
	background: url(img/sprites.gif) no-repeat -142px -78px;	
}

#logo {
	margin-top: 76px;
	padding: 0;
}

#header h1 {
	clear: left;
	width: 246px;
	height: 93px;
	background: url(img/sprites.gif) no-repeat 0px -379px;
	margin: 0px 0px 0px 71px;
}
 
#divider {
	overflow: hidden;
	margin: 53px 0px 70px 71px;
	height: 10px;
} 

#divider div {
	font: 1px;
	height: 10px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#dash1 {
	width: 148px;
	background: #A7155E;
}

#dash3 {
	width: 95px;
	background: #A7155E;
}

#dash2 {
	width: 195px;
	background: #3EC2CF;
}

#dash4 {
	width: 161px;
	background: #00223B;
	margin: 0 !important;
}
 
input.hint-text {
	color: #777;
}

input.selected {
	border: 1px solid #A8155C;
}

#center-all {
	width: 700px;
	min-height: 100%;
	margin: 0 auto;
	background: #FFF;
}

#navigation {
	list-style-type: none;
	padding: 30px 0px 0px 0px;
	margin: 0;
}

#navigation li {
	float: left;
	padding: 0;
	margin: 0px 40px 0px 0px;
	background: url(img/sprites.gif) no-repeat -250px 0px;
	height: 22px;
}

#navigation li.selected {
	background-position: -250px -22px;
}

#navigation a {
	display: block;
	height: 14px;
	margin: 8px 0px 0px 28px;
	background: url(img/sprites.gif) no-repeat;
}

#nav-1 a {
	width: 41px;
	background-position: 0px -14px;
}

#nav-1.selected a, #nav-1 a:hover {
	background-position: 0px 0px;
}

#nav-2 a {
	width: 106px;
	background-position: -41px -14px;
}

#nav-2.selected a, #nav-2 a:hover {
	background-position: -41px 0px;
}

#nav-3 a {
	width: 97px;
	background-position: -147px -14px;
}

#nav-3.selected a, #nav-3 a:hover {
	background-position: -147px 0px;
}

#webcode-form {
	padding: 0;
}

#webcode-form fieldset {
	float: right;
	margin-top: 30px;
}

#content {
	clear: left;
	z-index: 2;
	position: relative;	
	margin: -20px 0 0 0 ;
}

#left-column {
	width: 424px;
	float: left;
}

#right-column {
	width: 245px;
	float: left;
	margin: 0 0 0 30px;
}

#right-column ul {
	width: 160px;
	padding: 0;
	margin: 60px 0 0 84px;
	list-style-type: none;	
}

#right-column li {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #A7155E;
}

#right-column li a {
	color: #00223B;
}

#right-column li a:hover {
	color: #A7155E;
	text-decoration: none;
}

#right-column div.bullet {
	position: absolute;
	background: #A7155E;
	width: 6px;
	height: 16px;
	margin: -2px 0 0 -15px;
}

#footer {
	clear: left;
	font-size: 0.85em;
	line-height: 18px;
	padding: 50px 0 60px 0;
	color: #3F3F3F;
}

address {
	font-style: normal;
}

#content h2, #content h3 {
	color: #00223B;
	font-size: 1em;
	margin: 20px 0 0 0;
	padding: 0;
}

#content h2 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;	
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
}

p.home {
	margin-top: 20px !important;
}

dt, dl {
	margin: 0;
	padding: 0;
}

#content a.footnote, p.footnote span {
	font-size: 0.8em;
	line-height: 10px;
	vertical-align: top;
}

#content p.footnote {	
	font-size: 0.85em;	
	margin: 0;
	padding: 0;
}

#content div.footnote {
	border-top: 1px solid #000;
	font-size: 1px;
	margin: 25px 200px 10px 0;	
}

img.right {
	float: right;
}

#inhalt {
	font-weight: bold;
}

#inhalt ol {
	font-weight: normal;
}

#left-column ul {
	list-style-type: square;
	padding: 0;
	margin: 0;
}

#left-column ol {
	padding: 0;
	margin: 0 0 0 20px;
}

#left-column li {
	padding: 0;
	margin: 0 0 0 20px;
}

table {
	border-collapse: collapse;
	border-bottom: 2px solid #001E3B;
}

thead {
	font-weight: bold;
	color: #001E3B;	
}

table td {
	vertical-align: top;
}

thead td {
	border-bottom: 2px solid #001E3B;
	vertical-align: bottom;
}

tbody td {
	border-bottom: 1px solid #001E3B;
}

td.last {
	white-space: nowrap;
}
