@charset "UTF-8";


html {
	font-size: 			100%;
	overflow-y:			scroll;
}

body {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			1em;
	color: 				#b4a9cb;
	background-color: 	#000;
	margin: 			0;
}

body>div {
	background-color:	#000;
}

h1,
h2 {
	margin: 			0;
	color:				#FFF;
}

h1 {
	padding: 			40px 0 18px 0;
	font-size: 			16px;
}

h2 {
	padding: 			2px 0 10px 0;
	font-size:			12px;
	font-weight: 		normal;
}

td, th {
	font-size:			12px;
}

p, span, li {
	padding: 			0 0 17px 0;
	margin: 			0;
	font-size:			12px;
}

p {
	text-align: justify;
}

a {
	outline: 0;
}

p a {
	color: 				#b4a9cb;
}

.clear {
	clear: 				both;
}

#debug {
	font-family:		"Courier New", Courier, monospace;
	font-size:			11px;
}





/*	Font-Settings 
*/

a {
	-moz-outline: 		none;
}

a,
a:link {
	margin:				0;
	padding:			0;
	font-size:			11px;
	text-decoration:	none;
	color:				#ac9bca;
}

a:hover,
a.active {
	color:				#FFF;
}





/*	Layout
*/

.centered {
	position:			relative;
	margin: 			0 auto;
	padding: 			0px;
	width: 				870px;
}

.centered .logo {
	position:			relative;
	height: 			50px;
	margin:				17px 0 17px 0;
}

.centered .logo .languageSelect {
	display: none;
	position:			absolute;
	right:				0;
}

.centered .content {
	position: 			relative;
	/*height: 1400px;*/
}

.centered .content p a,
.centered .content .additionalInfo a {
	padding: 0 0 0 10px;
	background-image: url(../img/linkIndicator.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.centered .content .highlightFrame p a {
	background-image: url(../img/linkIndicatorExtra.gif);
}

.centered .content p a:hover,
.centered .content p a.active,
.centered .content .additionalInfo a:hover,
.centered .content .additionalInfo a.active {
	background-image: url(../img/linkIndicatorHover.gif);
}

.centered .content .highlightFrame p a:hover,
.centered .content .highlightFrame p a.active {
	background-image: url(../img/linkIndicatorExtraHover.gif);
	color: #FFF;
}

.centered .content .additionalInfo a {
	display: block;
}

.centered .content .highlightFrame {
	display: block;
	width: 870px;
	border: 1px solid #666;
}

.centered .content div .highlightLinks {
	position: relative;
	background-color: #9a8cb6;
	height: 23px;
}

.centered .content div .highlightLinks img {
	position: absolute;
	right: 0px;
	border: 0;
}

.centered .content div .highlightContent {
	padding: 27px 40px 30px 40px;
	background-color: #9a8cb6;
	height: 100%;
}

.centered .content .highlightFrame h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	color: #fff;
}

.centered .content .highlightFrame p,
.centered .content .highlightFrame a {
	color: #000;
}

.centered .content .highlightFrame p {
	padding: 0;
	margin: 10px 0 30px 0;
}

.centered .content .additionalInfo div {
	display: none;
	margin: 4px 0 0 0;
}






/*	css information: (home)
	
	zurzeit nicht genutzt, da die Slideshow 
	auf der Startseite deaktiviert ist!
*/

/*
.centered .home img#slogan {
	margin: 25px 0 0 0;
}

.centered .home .slideshow {
	width: 870px;
}

.centered .home .slideshow .left {
	float: left;
	width: 570px;
	height: 420px;
}

.centered .home .slideshow .right {
	float: left;
	width: 300px;
	height: 420px;
}
*/















