

/* Definition des HTML-Tag */
html {
	overflow-x: hidden;
	overflow-y: hidden;
}


/* Definition des BODY-Tag */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	/*font-size: 12px;*/
}

/* Container zur Zentrierung des Inhalts */
div#center-content {
	width: 1600px;
	height: 476px;
	margin-top: -238px;		/* negative Hälfte von height:400px */
	margin-left: -800px;	/* negative Hälfte von width:1600px */
	position: absolute;
	left: 50%;
	top: 50%;
}


/* Container fuer die Linien oberhalb und unterhalb der Inhalte */
div.border {
	background-color: #D7D7D7;
}


/* Klasse fuer die Links */
div.link {
	width: 769px;
	height: 40px;
	margin-left: 499px;
	padding-top: 10px;
}
div#link-gk {
	background-image: url(../art_global/index-title-gk.gif);
	background-position: 654px 15px;
	background-repeat: no-repeat;
}
div#link-ks {
	background-image: url(../art_global/index-title-ks.gif);
	background-position: 654px 15px;
	background-repeat: no-repeat;
}


/* Inhalte G+K */
div#gk {
	width: 813px;
	height: 115px;
	margin-left: 453px;
	border: solid #D7D7D7;
	border-width: 0 1px 0 2px;
	background-color: #FFFFFF;
	background-image: url(../art_global/index-image-gk.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div#gk-content {
	width: 370px;
	margin: 0 0 0 44px;
	padding: 12px 0 12px 0;
}


/* Container fuer das Bild */
div#image {
	width: 900px;
	height: 126px;
	margin-left: 204px;
}
.slider {
	border: 1px solid #D7D7D7;
}
div#image img {
	border: solid #D7D7D7;
	border-width: 0 1px 0 1px;
}


/* Inhalte KS */
div#ks {
	width: 887px;
	height: 115px;
	margin-left: 379px;
	border: solid #D7D7D7;
	border-width: 0 1px 0 2px;
	background-color: #FFFFFF;
	background-image: url(../art_global/index-image-ks.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div#ks-content {
	width: 370px;
	margin: 0 0 0 118px;
	padding: 12px 0 12px 0;
}


/* Allgemeine Klassen */
div.one-pix {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/* Definition der Ueberschriften */
h1, h2 {
	margin: 0;
	padding: 0;
	color: #D70000;
	font-size: 150%;
	/*font-size: 18px;*/
	line-height: 120%;
}
h2 {
	color: #006969;
}


/* Definition der Absatzformate */
p {
	margin: 0;
	padding: 0;
	line-height: 160%;
}


/* Definition der Linkformate */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
div#link-gk a {
	color: #D70000;
}
div#link-ks a {
	color: #006969;
}


/* Listenformat fuer die Sprachen-Navigation */
ul.navigation-language-list {
	height: 16px;
	margin: 0;
	padding: 0 0 0 308px;
	list-style-type: none;
}
ul.navigation-language-list li {
	display: inline;
	padding: 0 10px 0 0;
	background-image: none;
	line-height: 100%;
}


/* Allgemeine Klassen */
.one-pix {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/* Klassen fuer Umfluesse */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	float: none;
	clear: left;
}
.clear-right {
	float: none;
	clear: right;
}
.clear-both {
	float: none;
	clear: both;
}