/*
Author: Dein Name
Author URI: http://vollautomaten.org

*/

/* standard elements */
a {
	color: #A36C36;
	text-decoration: underline;
}
body {
	background: #F7EEEE;
	color: #333;
	margin: 20px 0;
	text-align: left;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:1.0em; font-family:sans-serif, Times New Roman
}
.gfx a {
	background: #FFFFFF url('img/head-vollautomaten.jpg') no-repeat left center; display: block; height: 150px; background-position-x:left; background-position-y:center
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 2px double #FFF; 
	border-color: #764E25 #764E25 #764E25 #764E25; 
	margin: 20px auto 4px auto; 
	text-align: left; 
	width: 715px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #5B3D1E;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #FFF;
	float: left;
	padding-top: 4px;
	width: 138px; height: 25px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #A36C36;
	color: #FFF
}
.menu a#last {
	width: 278px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #000079;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.5em sans-serif,Arial;
	color: #452B29;
}
.content p {
	margin: 3px 0 6px; color: #5B3835;
}
.item {
	background: #FFFFFF;
	padding: 10px
}

/* footer */
.footer {
	padding: 5px;
	background: #50351B;
	color: #FFF;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}