/* all-in-one-property: top right down left */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color:  #161616;
}

a:link, a:visited, a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #5C5C5C;
}

input, select, textarea {
	color: #666666;
	background-color: #EAEAEA;
	border: 1px solid #666666;
}

table {
	width: 100%;
	text-align: center;
}

td {
	padding: 15px;
}

.odd {
	background-color: #A5A5A5;
}

.even {
	background-color: #EAEAEA;
}

#page {
	position: relative;
	width: 800px;
	height: 800px;
	margin: 0 auto;
	background-image: url(../images/hintergrund.jpg);
}

#upper_left_image {
	position: absolute;
	width: 510px;
	height: 510px;
	top: 0;
	left: 2px;
	background-image: url(../images/head.jpg);
}

#upper_left_text {
	position: absolute;
	width: 200px;
	top: 340px;
	left: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#middle_left_text {
	position: absolute;
	width: 250px;
	top: 400px;
	left: 130px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #DD0103;
}

#bottom_left_text {
	position: absolute;
	width: 260px;
	top: 780px;
	left: 160px;
	text-align: right;
}

#bottom_left_text a {
	color: #161616;
}

#upper_right_box {
	position: absolute;
	width: 355px;
	height: 210px;
	top: 10px;
	left: 423px;
	padding: 10px;
}

#bottom_right_box {
	position: absolute;
	width: 355px;
	height: 210px;
	top: 568px;
	left: 423px;
	padding: 10px;
	border: 1px solid #7A7F85;
	background-color: #DEDEDE;
}

#upper_center_box {
	position: absolute;
	width: 768px;
	top: 10px;
	left: 10px;
	padding: 10px;
	border: 1px solid #7A7F85;
	background-color: #DEDEDE;
}
