@charset "UTF-8";
/* CSS Document */

body  {	
	background: #000;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-size:13px;
        font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 1.3em;


}

.paar{
	
	font-size:10px;
	
	}
	
	.red{
		
		color:#F00;
		
		}
	.green{
		
		color:#0C0;
		
		}
		
	.orange{
		
		color:#F60;
		
		}	

#container{
	position:relative;
	margin: 0 auto;
	width: 900px;
	height: 100%;
	
	}
#header {
	position:absolute;
	width:900px;
	height:120px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(../images/header_tpsuche.jpg);
}
#Logo {
	position:absolute;
	width:220px;
	height:189px;
	z-index:2;
	background-image: url(../images/astoria-logo.png);
	left: 0;
	top: 5px;
}
#line {
	position:absolute;
	width:900px;
	height:10px;
	z-index:1;
	left: 0px;
	top: 120px;
	background: rgb(255, 102, 3);
}

#main {
	position:absolute;
	height:auto;
	left:0px;
	top:130px;
	width:900px;
	z-index:1;
	background:url(../images/left.gif);
	background-repeat:repeat-y;
}
#content {
	z-index:2;
	width: 640px;
	margin-left:220px;
	float:right;
	overflow:auto;
	overflow-x:hidden;
	background-color:#FFF;
	height:auto;
	min-height:300px;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	
}
#navi {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 34px;
	text-align:left;
	padding-left:20px;
}

#line2
{
	width:100%;
	height:1px;
	background-color:#000;
	
	
	}

#orange{ color: #F60;
}

a {
	
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
}

h2 {
	font-size: 16px;
	text-decoration:underline;
}

