/* ----- ALLGEMEINE FORMATIERUNGEN ------ */

* { margin: 0; padding: 0;}

body {
	background-image: url(images/background_index.jpg);
	background-repeat: no-repeat; 
	background-color: #DEC7A8;
	background-position: 50% 0%;
	font-family: "Verdana", "Tahoma" , "Arial" , sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: center;
	}

p {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	padding: 5px 0 5px 0;
	}

h1 {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	padding: 5px 0 5px 0;
	margin: 0;
	}

a:link , a:visited {
	text-decoration: none;
	color: #8A5A29;
	}

a:hover , a:active {
	text-decoration: none;
	color: #ff0000;
	}


/* ----- LAYOUT ------ */


#container {
	width: 400px;
	height: 40px;
	position: relative;
	padding: 0;
	margin: 140px auto 0 auto;
	}


	
	
	
