html{
	height:100%;
	background-color:#6f253c;
}
body {
	text-align:center;
	background-color: #6f253c;
	font:12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height:100%;
}
a {
	text-decoration:none;
	color:#6f253c
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	background:url(images/wrapBG.png) repeat-y left top;
}
.float-l {
	float:left
}
.float-r {
	float:right
}
.left {
	width:233px;
}
.right {
	width:567px;
}
#logo {
	background:url(images/logobg.png);
	height:200px;
}
#logo h1 {
	font-size:34px;
	color:#223802;
}
#logo h1 {
	padding: 70px 0 0 100px;
}
#logo div {
	padding-left:150px
}
ul#nav {
	background:url(images/navbg.png);
	height:186px;
	padding:15px 40px 0 40px;
}
ul#nav li {
	line-height:1.9em;
	border-bottom:#fff 1px solid;
}
ul#nav li a {
	color:#FFFFFF
}
ul#nav li a#current{
	color:#f4ddbe;
	font-weight:bold;
}
ul#nav li a:hover {
	text-decoration: none;
}
#sidebar {
	text-align:center;
}
#sidebar p#linkTo
{
	padding:21px 0;
}
#sidebar h2 {
	font-size:20px;
	color:#6f253c;
	margin: 15px 0 15px 25px;
	font-variant: small-caps;
	border-bottom:1px solid #6f253c;
	width:200px;
	text-align:left;
}
#sidebar ul {
	padding:20px 0;
}
#sidebar li {
	list-style: inside none;
	list-style-type:none;
	margin:5px 0;
}
#sidebar li a img{
	padding: 5px;
	border:1px solid #6f253c;
}
#main h1 {
	font-size:20px;
	color:#6f253c;
	margin: 15px 25px;
	font-variant: small-caps;
	border-bottom:1px solid #6f253c;
	width:450px;
}
#main h2
{
	font-size:12px;
	color:#6f253c;
	font-weight:bold;
	margin: 5px 25px;
}
#main p {
	padding: 10px 50px;
}
#main p#highlight {
	color:#6f253c;
}
#main ul {
	padding:10px 50px;
}
#main ul li {
	padding:5px 0;
	list-style-type: square;
}
table#kontakt
{
	width:500px;
	text-align: left;
	margin:5px 50px;
}

input, textarea, select
{
	border:1px dotted #6f253c;
	background-color:white;
	width: 200px;
	padding:3px;
	margin:5px;
	
	font:12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: black;
}

input:focus, textarea:focus
{
	border:1px solid #f4ddbe;
}
/* footer */
#footer {
	clear:both;
	height:60px;
	background-color: #6f253c;
}
#footer a {color:#FFFFFF}
#footer {
	color: #fff;
	padding:10px;
}

