/* ----- Basics ----- */
	#seite  {
		font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	a {color: #FF8500; text-decoration: none;}
	a:visited {color: #FF8500; text-decoration: none;}
	a:hover {color: #FF8500; text-decoration: underline;}
	a:active {color: #FF8500; text-decoration: none;}

	p {
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #464646;
		margin : 0px 0px 17px 0px;
		position:static;
	}
	
	h1 {
		font: bold 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #FF8500;
		margin-top: -1px;
		margin-bottom: 8px;
	}
	
	.subhead {
		font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #464646;
		margin : 0px 0px 0px 0px;
	}
/* ----- /Basics ----- */

/* ----- -------- ----- */
/* ----- Content ----- */
/* ----- -------- ----- */
	/* ----- Content Elemente ----- */
	
	/* ----- Inline Bild	----- */
	.picbox { width: 144px; float: right; margin:5px 0px 10px 10px;  }
	.piclink {position: relative; float:right;  z-index: 20; top: -27px; right: 6px; display: inline;}
	.pictext {font: 9px/12px Verdana, Geneva, Arial, Helvetica, sans-serif; padding: 7px 7px 7px 7px;  background-color: #e8e8e8;}
	.contentpic {width: 144px;}
	/* ----- /Inline Bild	----- */


	.pfeillink { /* Link am Ende eines Absatzes */
		padding-left: 13px;
		background : url(/AtossT2/Images/linkpfeil.gif) no-repeat;
	}
	.pfeillinkspecial {font-weight: bold; }

	.linkafterlist { margin-top: -17px;} /* Klasse für p wenn Link auf Liste folgt */

	ul { 
		top: 0px; left: 0px;
		padding-left: 0px;
		margin: 0px 0px 17px 15px;
		list-style-image: url(/AtossT2/Images/listbullet.gif);}


	/* ----- 2 Spalten für index-Seite	----- */
	.twocol { /* Bereich zwei Spalten */
		margin : 0px 0px 0px 0px;
		width: 464px;
		border: 0px solid red;
		clear: both;
	}

	.col { /* Einzelne Spalte */
		width: 464px;
		border: 0px solid red;
	}

	.colspacer { /* gepunktete Linie zwischen Spalten */
		display: none;
		visibility: hidden;
	}
	
	.teaserpic {margin: 0px 0px 2px 2px;} /* kleine Bild auf Index Seite */
	/* ----- /2 Spalten für index-Seite	----- */


	.pageservice { /* Seite verschicken + Seite drucken */
		display: none;
		visibility: hidden;
	}
	/* ----- /Content Elemente ----- */


	/* ----- Content Bereiche ----- */
	#content {			/* Content+Navi+Footer */
		position: relative;
		top: 80px;
		left: 0px;
		width: 772px;
		background-attachment : scroll;
	}

	#headpic { 			/* pflegbares Kopfbild mit Menürändern */
		display: none;
		visibility: hidden;
	}


	#contentarea {		/* pflegbarer Bereich Text+Bild+etc. */
		position: relative;
		top: 0px;
		left: 15px;
		padding-bottom: 100px;
		width: 464px;
		font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	/* ----- Content Bereiche ----- */

/* ----- -------- ----- */		
/* ----- /Content ----- */
/* ----- -------- ----- */

	#navigation {
		display: none;
		visibility: hidden;
	}
/* ----- -------- ----- */
/* ----- Head ----- */
/* ----- -------- ----- */
	#head {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 200px;
		z-index: 10;
		border: 0px solid yellow;
		overflow: visible;
		z-index: 90;
	}

	/* ----- META NAVIGATION ----- */
	#metaback {
		display: none;
		visibility: hidden;
	}

	#metanav {
		display: none;
		visibility: hidden;
	}

	#metanav a {color : #5E5E5E;text-decoration: none;}
	#metanav a:visited {color : #5E5E5E;}	
	#metanav a:hover {color : #5E5E5E;text-decoration: underline;}
	#metanav a:active {color : #5E5E5E;}


	.metainput {
		font : 9px/11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		height: 14px;
		width:128px;
		color: #5E5E5E;
		border: 1px solid #5E5E5E;
		background-color: #C6c7c6;
		background:#C6c7c6;
	}
	/* ----- /META NAVIGATION ----- */

	/* ----- MAIN NAVIGATION ----- */
	#mainnav {
		display: none;
		visibility: hidden;
	}

	/* ----- /MAIN NAVIGATION ----- */
	
	#logo {
		position:absolute;
		top: 21px; 
		left: 24px;
	}
/* ----- -------- ----- */
/* ----- /Head ----- */
/* ----- -------- ----- */


/* ----- Footer	----- */
	#footer {
		display: none;
		visibility: hidden;
	}

	#footer a {color : #5E5E5E;text-decoration: none;}
	#footer a:hover {color : #5E5E5E;text-decoration: underline;}
	#footer a:visited {color : #5E5E5E;}
	#footer a:active {color : #5E5E5E;}
/* ----- /Footer	----- */

