* {
    padding: 0;
    margin: 0;
} 

body {
	background:url(images/bg.gif) #f1f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;;
}

img { border: none; }
a { color: #000; text-decoration: none;  }
a:hover { text-decoration: underline; color : #000; }

#wrap {
	margin: auto;
	width: 982px;
	border:solid 1px #CCCCCC;
}

#header { 
	background: url(/templates/images/header.jpg) no-repeat;
	height: 176px;
	border-bottom:solid 1px #fff;
}

#content {
	background: #d4d4d4 url(/templates/images/rechts.png) repeat-x;
}

.left {
	width: 700px;
	min-height: 200px;
	background-color: #fff;
	padding: 10px 20px;
	float: right;
	text-align: justify;
}

h1 {
	letter-spacing: -1px;
	color: #229340;
	padding : 0.5em 0;
	font-size:19px;
}

h2 {
	letter-spacing: -1px;
	font-weight: 100;
	font-size:16px;
}

.right {
	width: 200px;
	color: #fff;
	float: left;
	padding: 10px 20px;
	font-size: 14px;
}

.right ul {
	list-style-type: none;
	line-height: 1.5em;
}

.right a {
	text-decoration: none;
	color: #fff;
}

.right a:hover {
	text-decoration: none;
	color: #0c3c0c;
}

#bottom {
	background: #777;
	color: #fff;
	padding: 5px 10px;
	border-top:solid 1px #fff;
	background:url(images/bottom.gif);
	height:15px;
}

#bottom a
{
	color: #fff;
}
