html, body {
     margin: 0px;
     padding: 0px;
     font-family: verdana, tahoma, arial;
	font-size: 14px;
	height: 100%;
}

a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	text-align: center;
	height: 30px;
	width: 160px;
	margin: 15px auto 0px auto;
	background: url(../pict/link.jpg) no-repeat;
	color: #fff;
     font-weight: bold;
}

a:hover {
     background: url(../pict/link2.jpg) no-repeat;
     color: #9F0005;
     padding-top: 12px;
     height: 28px;
}

h1 {
     margin: 0px;
     padding: 7px 0px 0px 20px;
     color: #fff;
}

h2 {
     margin: 0px 0px 15px 0px;
     padding: 0px;
}

#abstand {
     float: left;
     width: 10px;
     height: 50%;
     margin-bottom: -290px;
}

#container {
     clear: left;
     width: 700px;
     margin: auto;
}

#menu {
     padding-top: 40px;
}

#column_left {
     width: 200px;
	background: #fff;
	height: 500px;
	border-right: 1px solid #F9BFBF;
}

iframe {
     width: 170px;
     padding-top: 20px;
     border: 1px solid #F9BFBF;
     margin: 100px 0px 0px 15px;
}

#header {
     background: url(../pict/header_bg.jpg) no-repeat;
     height: 50px;
     margin-bottom: 5px;
}

#content {
     border: 1px solid #F9BFBF;
     background: #FFF4F4;
}

#main {
     width: 454px;
     float: right;
     padding: 20px;
     font-size: 13px;
     letter-spacing: 1px;
}

#see {
	border: 3px double #970906;
	width: 300px;
	margin: 20px 0px 0px 77px;
}

#footer {
	height: 20px;
	background: url(../pict/footer_bg.jpg) no-repeat;
	clear: both;
	margin-top: 5px;
}