/*Text*/
body
{
	color: #000;
	font-size: 11px;
	line-height: 1.4em;
	font-family: sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../bilder/muster4.gif);
}

h1
{
	font-weight: bold;
	font-size: 11px;
	color: #600;
	margin: 22px 0 0 0;
}

/*Links*/
a
{
	color: #600000;
	text-decoration: none;
	border-bottom: 1px #b60000 dotted;
}

a:hover { color: #960000; }

a:active
{
	color: #F33;
	border-bottom: 1px #b60000 solid;
}



/*Listen*/
ul
{
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0;
}

#header ul { margin: 30px 0 0 0px; }

#header ul li
{
	float: left;
	padding: 5px;
}

#header {
	    margin: 20px 0 0 5px;
		text-align: center;
}

#header a,#header a:hover,#header a:active{ border-bottom: 0px solid; }

/*Inline Element*/
img { border: 0; }

/*Blockelemente*/
#container
{
	width: 500px;
	margin: auto;
	text-align: left;
	background: #fff;
	padding: 2em;
	border-right: 3px #600 solid;
	border-left: 3px #600 solid;
	
}

#content
{
	clear: both;
	margin: 70px 0 10px 12px;
}

p { margin: 1em 0 4em 0;  text-align : left;  }
