/* -------------------------------------------------------------------- */
/* standard zeichengroessen:											*/
/* Home gross 			=> px											*/
/* Home Adresse 		=> px											*/ 
/* navigation 			=> px											*/
/* Fliesstext 			=> px											*/
/* -------------------------------------------------------------------- */
/* verwendete farben:													*/
/* Hintergrund:		#4C4C4C												*/
/* BG Hellgrau:		#d3ccc8												*/
/* orange:			#ff8c26												*/
/* Text grau:		#808080												*/
/* Text hellgrau:	#b3b3b3												*/
/* 1=oben, 2=rechts, 3=unten, 4=links									*/
/* -------------------------------------------------------------------- */

html, body {
	height: 100%;
	background-color: #4c4c4c;
	margin: 0px;
}


#container {
   width: 100%;
   height: 100%;
}
.hauptrahmen {
	background-color: #d3ccc8;
}


.schriftzug {
	text-align: right;
	font-size:12px;
	color: #808080;
	font-weight:bold;
	padding-right:25px;
	padding-top: 2px;
	font-family:"Courier New", Courier, mono;
}
.schriftzug .orange, .navprimaer .orange {
	color: #ff8c26;
}
.bildunterschrift {
	text-align:center;
}
.bildunterschrift a:link, .bildunterschrift a:visited {
	font-size:12px;
	color: #ff8c26;
	font-weight:bold;
	padding-top: 2px;
	font-family:"Courier New", Courier, mono;
	text-decoration:none;
}
.bildunterschrift a:hover {
	text-decoration:underline;
}


/* STARTSEITE */
#logohome {
	text-align:center;
	font-weight:bold;
	font-size: 18px;
	color: #b3b3b3;
	font-family:"Courier New", Courier, mono;
}
#logohome .orange {
	color: #ff8c26;
	font-weight:bold;
	font-size: 18px;	
}

.ticker {
	font-size:11px;
	color: #808080;
	font-weight:bold;
	padding-bottom:2px;
	font-family:"Courier New", Courier, mono;
}
.ticker a {
	color: #ff8c26;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#bildrechtsoben {
	width: 208px;
	height: 174px;
	border: 1px solid white;
}
.bild140 {
	width: 138px;
	height: 278px;
	border: 1px solid white;
}

/* NAVIGATION */
.navprimaerBlock {
	padding-left: 247px;
}
.navprimaer {
	font-weight:bold;
	padding-left:25px;
	font-size:12px;
	color: #808080;
	font-family:"Courier New", Courier, mono;
}
.navprimaer a {
	font-size:12px;
	color: #808080;
	text-decoration:none;
}
.navprimaer a:hover {
	font-size:12px;
	color: #ff8c26;
	text-decoration:none;
}
.navprimaersel a {
	font-size:12px;
	color: #ff8c26;
	text-decoration:none;
}

#navigation {
	padding-left:8px;
	margin-bottom:9px;
	line-height:13px;
	font-size:11px;
	font-weight:bold;
}
* html #navigation { margin-bottom:7px; }

.nav {
	background-image:url(../pics/kasten_hell.gif);
	background-position:116px 3px;
	background-repeat:no-repeat;
}
.nav a {
	color: #b3b3b3;
	text-decoration:none;
	width:124px;
}
.nav a:hover {
	color: #ff8c26;
}

.navsel {
	background-image:url(../pics/kasten_orange.gif);
	background-position:116px 3px;
	background-repeat:no-repeat;
}
.navsel a {
	color: #ff8c26;
	text-decoration:none;
	width:124px;
}

/* TEXT */
#textrechts {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:8px;
	padding-right:8px;
	line-height:13px;
	font-size:11px;
	color: #b3b3b3;
	text-align:center;
	display:block;
}

#textrechts a {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:11px;
	color: #b3b3b3;
}


/* TABELLE REFERENZEN */
#referenzen {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:11px;
	color: #4c4c4c;
	text-align:left;
}
#referenzen a {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:11px;
	color: #4c4c4c;
}
#scrollpfeile {
	width:40px;
	text-align:center;
}

.spalterechts {
	padding-left:4px;
}

/* AKTIVITAETEN */
.aktivitaeten {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:12px;
	color: #4C4C4C;
}
.aktivitaeten a {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:12px;
	color: #4C4C4C;
}

/* ALLGEMEINE FORMATIERUNGEN */
.bottom0 {
	padding-bottom: 0px;
}

.top2 {
	padding-top: 2px;
}

/* TICKER */
#Ticker3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
* html #Ticker3 {
	font-size: 12px;
}
#textDestination {
	padding: 0 25px 5px 25px;
	font-size:12px;
	color: #808080;
	font-weight:bold;
	font-family:"Courier New", Courier, mono;
}
