/* CSS Document */
/*	Author: 	Philipp Krummenauer
	E-Mail:		mail@philipp-krummenauer.de
	Homepage:	http://www.philipp-krummenauer.de
	File:		layout_a.css
	Date:		20.07.2008	
	Last Edit:	21.07.2008
	Version:	1.0
	Content:	CSS-Layout_A-Design
	URL:		http://www.philipp-krummenauer.de
*/

body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background-color:#303030;
}

/*************************************
***            Layout_A            ***
*************************************/

#body_root {	
	width:1028px;
	margin:0px auto;
	text-align:left;
	background-color:#cccccc;
	background-repeat:repeat-y;
	background-image:url(../../picz/layout_a/background_root.gif);
}

#body_main {
	width:970px;
	margin-left:29px;
	background-color:#7f7f7f;
}

#body_header {
	width:970px;
	height:220px;
	margin-left:29px;
	background-image:url(../../picz/layout_a/header_root.jpg);
}

#body_footer_site {
	clear:both;
	width:1028px;
	height:70px;
	background-color:#303030;
	background-repeat:no-repeat;
	background-image:url(../../picz/layout_a/footer_site.jpg);
}

#body_footer_blog {
	clear:both;
	width:1028px;
	height:70px;
	background-color:#303030;
	background-repeat:no-repeat;
	background-image:url(../../picz/layout_a/footer_blog.jpg);
}

/*************************************
***     Menue_Spalte_Liste _A      ***
*************************************/

#body_main ul {
	margin:0px;
	padding:0px;
}

#body_main li {
	display:inline;
	list-style-type:none
}