	/****************************************
	*
	* 	GLOBAL CSS ALNO SYS 3
	*
	*****************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow:hidden;
}
	/****************************************
	*
	* SCHRIFTBILD
	*
	*****************************************/
p, 
td,
body,
#CONTENT,
#FOOTER,
#FOOTERFLASH  {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #666666;
}

a,
a.contentLink {
	color: #666666;
}

a:hover,
a.contentLink:hover {
	color: #CC0000;
}

#FOOTER a,
#FOOTERFLASH a {
	color: #666666;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTERFLASH a:hover {
	color: #666666;
	text-decoration: underline;
}
hr {
	height:1px;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(../media/img/_global/bullets/point.gif);
}
h1 {
	font-size: 20px;
	line-height: 34px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}

.textContent {
	text-align:justify;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.titelContent {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 5px 15px;
	letter-spacing: 0.05em;
}
	/****************************************
	*
	* CONTENT BILDER DIV
	*
	*****************************************/
div.contentImage {
	margin: 0px;
	padding: 0px;	
}
.contentUntertitel {
	display: block;
}



	/****************************************
	*
	* TEMPLATE DIV
	*
	*****************************************/

#LOGO {
	position: absolute;
	background: url(../media/img/_global/_nav/alno_logo.png) no-repeat right top;
	z-index: 11;
	height: 46px;
	width: 120px;
	top: 70px;
	right: 70px;
}
#NAV {
	top: 0px;
	/*hight: 100px;*/
	z-index: 100;
	width:100%;
}
#FOOTER,
#FOOTERFLASH {
	position: absolute;
	text-align:right;
	z-index: 20;
	height: 20px;
	right: 40px;
	bottom: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#FOOTER {
	width: 100%;
	background-color: #FFFFFF;
}
#FLASH {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
	position: absolute;
	background-color: #FFFFFF;
}
/***UNSICHTBARE TEXT FÜR DIE SUCHMASCHIENEN******************/

#CONTENTTEXT {
	left:100px;
	top:100px;
	z-index:1;
	position: absolute;	
}

/***** CONTENT SEITE **************************************/

#CONTENTRAHMEN {
	z-index: 15;
	top: 0px;
	position: absolute;
	left: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
}
#FLASHTITEL {
	padding-left: 40px;
}
#CONTENTBOX {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: auto;
	z-index: 16;
	
	/*beide müssen wegen IE auf 600px stehen 
	nur dann sind die Flächen im FFox und IE gleich*/
	
	width: 600px;
}
#CONTENT {
	width: 600px;
	height: auto;
	z-index: 17;	
}
.subnavContent {
	/*border: thin solid #FF9900;*/
	text-align: right;
	padding-right: 40px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
/*****FORMULARE IM HTML  SUCHE usw */

#form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#form #button {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #999999;
	cursor: pointer;
}


/**************************************************** TESTPANEL */
#TESTPANEL {
	left:80%;
	top:250px;
}
.testpanel {
	font-family: Arial, Helvetica, Univers, sans-serif;
	font-size: 11px;
	color: #000000;
}
/**************************************************** ALTERNATIVE NAVIGATION */
TD.altNavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
A.altNavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
A:HOVER.altNavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F00000;
}

