* {
	margin: 0px;
}

body { 
	background: url('images/index_05.jpg') repeat-x top; 
	margin: 0; 
	padding: 0; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 14px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
p.author {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px dotted black;
}
a img {
	border: 1px solid;
	border-color: white;
}
a {
	color: #08f;
}
a:visited {
	color: #c0f;
}
a:active {
	color: #f00;
}
a:hover {
	background-color: #ccc;
	text-decoration: none;
}
a:hover img {
	border-color: #08f;
}
#container1 {
	position: absolute;
}

#container2 {
	float: right;
}

#container3 {
	float: right;
	width:42px;
}

#righttop {
	background: url('images/index_04.jpg') no-repeat top left;
	width: 42px;
	height: 374px;
}

#right {
	background: url('images/index_09.jpg') no-repeat top left;
	width: 42px;
	height: 374px;
}

#mainContent { 
	background: white;
	padding-left: 50px; 
	padding-right: 50px;
	margin: 0;
	width: 354px;
	height: 500px;
	overflow: visible;
}
#heightfix {
	min-height: 450px;
}

#topleft {
	background: #b5b5b5  url('images/index_02.jpg') no-repeat bottom right;
	height: 138px;
	width: 528px;
}
#topfloater {
	float: right;
	border: 1px dotted #ccc;
	padding: 2px;
}

#logo {
	background: url('images/index_06.jpg') no-repeat right;
	height: 236px;
	width: 528px;
}

#left {
 	background: url('images/index_08.jpg') no-repeat top right; 
 	vertical-align: top;
 	padding-left: 100px;
 	padding-right: 50px;
 	margin: 0;
 	height: 150px;
	width: 378px;
	overflow: visible;
 }
 
#left ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 16px;
}

h1, h2, h3, h4, h5 { 
	margin-top: 10px;
	font-family: Impact, Tahoma, Arial, sans-serif; 
	font-weight: 300;
}

h3, h4, h5 {
	font-family: Impact, Tahoma, Arial, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.new h1 {
	color: orange;
	text-transform: uppercase;
	background-color: black;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px 0 10px;
}

.new {
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}

#mainContent p {
	text-indent: 1.5em;
	padding-top: 0.5em;
}

.legal {
	background: url('images/legalbg.jpg') no-repeat top center;
	margin-top: 50px;
	font-size:10px;
	text-align: center;
	width: 100%;
	color:#999999;
}

.legal a {
	color: #777777;
	text-decoration: none;
}
#mainContent ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 16px;
	margin-left: 1.5em;
}

table.table1 {
	border: 0;
	margin: 10px 0 0 0;
	width: 100%;
}

table.table1 th {
	text-align: left;
	border-bottom: 1px dotted #b5b5b5;
}

table.table1 td {
	vertical-align:top;
}
	
div.bildtext {
	font-size: 9px;
	border-top: 1px dotted #b5b5b5;
	text-indent: 0;
}

div.px100spacer {
	height: 100px;
	width: 100px;
}

.code {
	font-family: monospace;
	font-size: 60%;	
	width: 100%;
	border: 1px dotted black;
	
}