﻿/* Stylesheet fuer template: 01_home
www.peter-kaiser.de
Start: 18.02.2009
Letzte Aenderung: 18.02.2009 - 19uhr
*/

/* -------------------------------------------------------------- Enthaltene Divs und Bloecke -------------------------------------------------------------------- */

#stage {
	position:relative;	
	width:960px;
	margin: 0 0 0 20px;
	color: #ffffff;
	background-image:url(/files/layout/img/schatten_mitte.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0 0 7px 0;
/*	float:left;
	display:inline; */
}

#mitte {
	position:relative;
	width:1000px;
	height: 300px;
	margin: 0 0 0 0px;
/*	float:left;
	display:inline; */
}

#news_content {
    height:100%;
	width:960px;
	margin:0 0 0 0;
	float:left;
	display:inline;
}

#shadow_left,#shadow_right {	
	background-repeat:no-repeat;
	height:100%; 
	width:20px;
	overflow: visible;
	float:left;
	display:inline;
}

#shadow_left {
	background-image:url(/files/layout/img/schatten_links.png);
	background-position: bottom;	
}

#shadow_right {
	background-image:url(/files/layout/img/schatten_rechts.png);
	background-position: bottom;
}

#__footer {
	background-image:url(/files/layout/img/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer-left {
	margin: 30px 0 0 20px;
}

#footer-logo {
	margin: 30px 0 0 0;
}

#footer-right { 
	margin: 30px 0 0 0;
}