body {
	background-image: url(../grafik/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
}

h1{
	font-size:18px;
	color:#333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
}

h2 {
	margin-bottom:10px;
	padding:0;
	font-size:13px;
	color:#333333;
	margin-top: 25px;
}

#container {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#header {
	height: 160px;
	background-image: url(../grafik/header.gif);
	background-repeat: no-repeat;
}
#content {
	width: 705px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#content a:link{
	color:#0033CC;
	text-decoration:none;
	border-bottom: 1px solid #0033CC;
	font-size: 13px;
	font-weight: bold;
	}
#content a:hover{
	color:#0099FF;
	text-decoration:none;
	border-bottom: 1px dashed #0099FF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	}

#content img {
	border: 3px solid #FFFFFF;
	margin-left:10px;
	float:right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	}

#navi_right {
	width: 220px;
	margin-left: 725px;
}
#navi_right a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

#navi_right a:link{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	}
	
#navi_right a:hover{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1px dashed #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	}
.clearfloat {
	clear: both;
	height: 1px;
}
