body {
	margin: 0px;
	background: #FEDFC7 url(img/bgr.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

hr {
	border: 1px solid #0F8AF4;
	height: 1px;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.navi {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	font-size: 13px;
}

a.startbox {
	font-weight: normal;
	text-decoration: none;
}

td.boxheader {
	font-size: 15px;
	font-weight: bold;
	background: url(img/box_header.jpg);
	text-align: center;
	vertical-align: middle;
	height: 33px;
	color: #FFF;
}

h1 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 28px;
}

h2 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 18px;
}

.box {
	float: left;
	text-align: center;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.glas {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.footer {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

div.startbox {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #CAE4F4;
	text-align: left;
	vertical-align: top;
	height: 80px;
}

div.startbox:hover {

}


