/* CSS Document */
/*
*****************************************************
 url		: http://www.cmerkel.de
 erstellt 	: december 2011

*****************************************************
 (c) 2011     twelve fx design
*****************************************************


/*---------------Body--------------- */

* {
	margin: 0;
	padding: 0;
	font-family: tahoma,"trebuchet ms",helvetica,arial,verdana,sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	}

body {
	background-color:#efefef;
}


/*---------------Font--------------- */


/*---------------Frames------------- */

#content {
	position: relative;
	margin: auto;
	top:100px;
	width:1000px;
	margin: auto;
	margin-bottom: 0px;
}

#banner {
	position: absolute;
	width:1000px;
	height:641px;
	top:0px;
	left:0px;
	background-image: url(gfx/cmerkel.jpg);
	border:thin;
	border-style:groove;
	border-color:grey; 
}