@charset "utf-8";
/* CSS Document */

body {
	background-color: #DDD;
}

a:link { font-weight:bold; color: #222222; text-decoration:none; }
a:visited { font-weight:bold; color:#222222; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:#D6D6D6; text-decoration:none; background-color:black;}
a:active { font-weight:bold; color:orange; text-decoration:underline; }

.header {
	background-image: url(../img/oben.jpg);
	height: 137px;;
	width: 1024px;
}

.content {
	width: 1022px;
	height: 633px;
	border: thin solid #000;
	background-image: url(../img/main.jpg);
	text-align: left;
}

.content_left {
	float: left;
	width: 123px;
	position: relative;
}

.content_middle {
	float: left;
	width: 773px;
	position: relative;
}

.content_text {
	text-align: left;
	vertical-align: top;
	background-image: url(../img/grey.png);
	margin-top: 15px;
	padding: 5px;
}

.content_right {
	float: left;
	width: 120px;
	position: relative;
}
