@charset "utf-8";
/* CSS Document */
body {
	background:#f9f9f9;
}

#main {
	background:#7d7d7d;
	width:750px;
	margin-top:30px;
	margin-left:30px;
	height:450px;
}

.ausg1 {
	padding-top:50px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f9f9f9;
}

#side_pic {
	padding-top:60px;
	text-align:center;
}

#logo_bottom {
	position:absolute;
	left:740px; top:430px;
	padding-bottom:3px;
	padding-right:3px;
	text-align:right;
}
/*IE 6 anpassungen*/
* html .ausg2 {
	padding-bottom:20px;
}

*html #logo_bottom {
	position:absolute;
	left:740px; top:430px;
	padding-bottom:3px;
	padding-right:3px;
	text-align:right;
}

* html #shadow_bottom {
	position:absolute;
	left:43px; top:480px;
	background-image:url(images/alagna.de_shadow_unten.png);
	height:10px;
	width:745px;
}

* html #shadow_right {
	position:absolute;
	left:788px; top:35px; 
	background-image:url(images/alagna.de_shadow_rechts.png); 
	width:10px; 
	height:445px;
}

* html #shadow_con {
	position:absolute;
	left:788px; top:480px; 
	background-image:url(images/alagna.de_shadow_conect.png); 
	width:10px; 
	height:10px;
}
/*IE 7 anpassungen*/
*:first-child+html .ausg2 {
	padding-top:40px;
	padding-bottom:20px;
}

*:first-child+html #logo_bottom {
	position:absolute;
	left:740px; top:443px;
	padding-bottom:3px;
	padding-right:3px;
	text-align:right;
}

*:first-child+html #shadow_bottom {
	position:absolute;
	left:45px; top:495px;
	background-image:url(images/alagna.de_shadow_unten.png);
	height:10px;
	width:745px;
}

*:first-child+html #shadow_right {
	position:absolute;
	left:790px; top:50px; 
	background-image:url(images/alagna.de_shadow_rechts.png); 
	width:10px; 
	height:445px;
}

*:first-child+html #shadow_con {
	position:absolute;
	left:790px; top:495px; 
	background-image:url(images/alagna.de_shadow_conect.png); 
	width:10px; 
	height:10px;
}

/*FF anpassungen*/
.ausg2 {
	padding-top:40px;
	padding-bottom:20px;
}

#shadow_bottom {
	position:absolute;
	left:43px; top:480px;
	background-image:url(images/alagna.de_shadow_unten.png);
	height:10px;
	width:745px;
}

#shadow_right {
	position:absolute;
	left:788px; top:35px; 
	background-image:url(images/alagna.de_shadow_rechts.png); 
	width:10px; 
	height:445px;
}

#shadow_con {
	position:absolute;
	left:788px; top:480px; 
	background-image:url(images/alagna.de_shadow_conect.png); 
	width:10px; 
	height:10px;
}