/*  
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
 * filename:      layout.css                                             *
 * created on:    2009 Jan 04 12:02:21 +0100 (UTC)                       *
 * last modified: 2009 Feb 06 19:53:47 +0100 (UTC)                       *
 * (c) 2009 Stefan 'Stefko' Kohler - eMail: stefko@stefko.com            *
 *                                     web: http://www.blognroll.com     *
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
*/

@import url("reset.css");

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d1f0c4 url('_gfx/background.jpg') repeat-x;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

.clear{
	clear:both;
}

#page {
	/*background: url('_gfx/bgwide.png') repeat-y top;*/
	margin: 10px auto;
	padding: 0;
	width: 900px;
}

#header {
	background-image: url(_gfx/header.png);
	background-repeat:no-repeat
	background-position: bottom center;
	background-color: none;
	margin: 0 0 0 1px;
	padding: 0;
	height: 116px;
	width: 898px;
}

#headnavi {
	position:relative;
	float: right;
	top: 8px;
	right: 20px;
}

#main {
	background: url('_gfx/bgwide.png') repeat-y;
	margin: 0px 1px;
}

#sidebar {
	float:left;
	margin-left:12px;
	width: /*249px*/200px;
	min-height:375px; /* Damit SideBar und Content die gleiche Höhe haben */
}

#contentbox {
	margin-left: /*270*/221px;
	padding:0;
	width:/*619*/668px;
}

#content {
	margin-top: 1px;
	padding:5px 5px 15px 5px;
	border: 1px solid #157741;
	min-height:375px; /* Damit SideBar und Content die gleiche Höhe haben */
}

#breadcrumb {
	width:/*614*/ 663px;
	background-color: #157741;
	padding: 3px 0 3px 5px;
	/*border-top:1px solid #fff;*/
}

#Breadcrumbs { 
	text-align: left;
}

#Breadcrumbs p {
	margin: 0;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0px 1px;
	width: 900px;
	clear: both;
}

fieldset div {
	white-space: nowrap;
}