@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	height:100%;
	font-family:Helvetiker, Arial;
	text-align:center;
	background:#fcfcfc url(/dat/bg2.jpg) center no-repeat;
	overflow:visible;
}

HTML>body {
	height:100%;
   }

#logo {
	width:388px;
	height:311px;
	margin:0 auto;
	background:url(/dat/LOGO_ASORAL.png) center no-repeat;
	padding-bottom:22px
	
}

#lang {
	width:388px;
	margin:0 auto;
	overflow:visible;
}

.xl { width:588px !important}

.langlink {
	float:left;
	position:relative;
	display:block;
	padding:13px;
	width:100px;
	background:#555;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}

.langlink:Hover {
	background-color:#F5F5F5;
	color:#111;	
}

.langDL { width:166px; height:66px; margin:auto 0 !important; } 

.langborder1 		{border-left:1px solid #555;border-right:1px solid #555;}
.langborder1:Hover  {border-left:1px dashed #555;border-right:1px dashed #f5f5f5;}
.langborder2 		{border-left:1px dashed #fff;border-right:1px solid #555;}
.langborder2:Hover  {border-left:1px dashed #555;border-right:1px solid #f5f5f5;}
.langborder3 		{border-left:1px dashed #fff;border-right:1px solid #555;}
.langborder3:Hover  {border-left:1px dashed #555;border-right:1px dashed #555;}

.langtxt {
	font-size:9px;
	text-decoration:none;
	opacity: .7;
	/* for IE5-7 */
	filter: alpha(opacity=70);
	/* for IE8 */ 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	margin-top: 5px;
}
	
.opa {	
	opacity: .8;
/* for IE5-7 */
	filter: alpha(opacity=80);
/* for IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#footer {
	font-size:12px;	
	clear:left;
	color:#FFF;
    margin-top:1em;

}
#footer {
    position:fixed;
    bottom:0px;
	left:0px;
    text-align:center;
    width:100%;
}

#texts {
	background:#cacaca; padding:7px 0 7px 0 ;
	border-bottom:1px dashed #fff;
	font-weight:bold;
 color: #555;}

.catlink { color: #555; }
.catlink:Hover { color: #555; text-decoration:none}
.catlinksmall { text-decoration:none}
.foota { background:#999; padding:7px 0 7px 0; margin:0px; }
.foota:Hover { background:#777; }

.footlink {color:#fff}
.footlink:Hover {text-decoration:none}

#content_container { padding-bottom:66px }

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:auto;
}

* html #content_container {
    padding:0;
    height:95%;
    overflow:auto;

}

* html #footer {
    height:5%;
    text-align:center;
    padding-top:1%;
}

