﻿/*

	© 2009 Royal Studios
	Designed by Robert Kiehn and Konstantin S. M. Möllers
	Developed by xeonlab
	
	More information at http://xeonlab.com
	
*/

/* Box-Formats */

body {
	background-color: #000000;
	background-image: url("archiviert-01/images/back.png");
	background-repeat: repeat-x;
	color: #BFBFBF;
	font-family: Century Gothic, Microsoft Sans Serif, Sans;
	margin: 0; padding: 0;
	font-size: 10pt;
}

div.body {
	margin: 0 auto;
	width: 1000px;
	display: block;
}

div.content {
	padding-top: -10px;
	padding-right: 24px;
	padding-left: 24px;
	margin: 0;
	min-height: 600px;
	width: 952px;
	display: block;
	text-align: justify;
}

div.news {
	padding: 24px;
	width: 902px;
	display: block;
	border: 1px solid #404040;
	min-height: 200px;
}

div.news p#preview {
	font-style: italic;
	color: #BFBFBF;
	font-size: 12pt;
}

div.news p#info {
	color: #FFFFFF;
	font-size: 10pt;
}

div.news p#information {
	color: #FFFFFF;
	font-size: 8pt;
}

div.news img {
	float: right;
	margin-left: 30px;
	display: block;
}

div.newsmi {
	height: 136px;
	width: 952px;
	margin: 0; padding: 0;
	margin-bottom: -100px;
	margin-top: 15px;
	background-image: url("archiviert-01/images/newsmi.png");
}

div.bottom {
	height: 100px;
	display: block;
	margin: 0; padding: 0;
	background-image: url("archiviert-01/images/bott.png");
	background-repeat: repeat-x;
}

div.bottom div {
	width: 1000px;
	height: 70px;
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 70px;
	text-align: right;
	color: #FFFFF;
}

img {
	border: 0;
}

a.xeonlab {
	display: inline-block;
	width: 65px;
	height: 25px;
	background-image: url("archiviert-01/images/xeonlab.png");
	margin: 0; padding: 0;
	margin-bottom: -7px;
}

/* Headings */

h1 {
	font-family: Century Gothic, Microsoft Sans Serif, Sans;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16pt;
	white-space: pre;
}

h2 {
	font-family: Kozuka Gothic Pro L, Lucida Sans, Microsoft Sans Serif, Sans;
	font-weight: normal;
	color: #577DA3;
	font-size: 14pt;
}

h3 {
	font-family: Kozuka Gothic Pro L, Lucida Sans, Microsoft Sans Serif, Sans;
	font-weight: normal;
	color: #577DA3;
	font-size: 12pt;
}

h4 {
	font-family: Century Gothic, Microsoft Sans Serif, Sans;
	font-weight: bold;
	color: #C8C8C8;
	font-size: 11pt;
}

h5 {
	font-family: Kozuka Gothic Pro L, Lucida Sans, Microsoft Sans Serif, Sans;
	font-weight: normal;
	color: #C8C8C8;
	font-size: 12pt;
}

/* Link */

a {
	text-decoration: none;
	color: #7F7F7F;
}

a#download {
	text-decoration: none;
	color: #577DA3;
}

a:hover {
	color: #577DA3;
}

span#fat {
	font-size: 11pt;
	display: block;
}

/* Table-Formats */

td {
	vertical-align: top;
}

td.left {
	padding-right: 11px;
	border-right: 1px solid #404040;
	width: 33%;
}

td.middle {
	padding-right: 10px;
	padding-left: 10px;
}

td.right {
	padding-left: 11px;
	border-left: 1px solid #404040;
	width: 33%;
}



