/*
	WG20-design, 2008
	Tomislav Petrina, Rami El Hadad
*/


body {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 12px;
	background-color: #edc921;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
}

input {
	border: 1px solid #aaaaaa;
}

textarea {
	border: 1px solid #aaaaaa;
}

h1 {
	font-size: 18px;
	color: #2a2e2f;
	text-align: center;
	margin-bottom: 30px;
}

h1.left {
	text-align: left;
}

h2 {
	color: #2a2e2f;
	font-size: 14px;
	text-decoration: none;
	line-height: 35px;
	font-weight: 500;
}

h2.content {
	line-height: 18px;
}

h3 {
	font-size: 12px;
	color: #2a2e2f;
	font-weight: 500;
	line-height: 12px;
	margin-top: 5px;
}

ul {
	color: #2a2e2f;
	font-size: 14px;
	text-decoration: none;
	line-height: 35px;
	font-weight: 500;
}


table {
	color: #2a2e2f;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}

img {
	border: 1px solid #aaaaaa;
}

#top {
	position:absolute;
	width: 900px;
	height: 900px;
	top: 50px;
	left: 50%;
	margin-left: -450px;
	background-image: url("images/top.jpg");
	overflow: hidden;
	margin-bottom: 30px;
}

#menue{
	position: absolute;
	width: 205px;
	height: 698px;
	left: 1px;
	top: 201px;
	border-right: 1px solid #2a2e2f;
	padding: 20px;
	padding-left: 35px;
	padding-top: 40px;
}

#content {
	position: absolute;
	top: 230px;
	left: 310px;
	width: 555px;
	height: 610px;
}

#kopfzeile {
	position: absolute;
	top: 30px;
	width: 880px;
	height: 20px;
	left: 50%;
	margin-left: -450px;
	text-align: right;
}

#fusszeile {
	position: absolute;
	top: 950px;
	width: 900px;
	height: 50px;
	left: 50%;
	margin-left: -450px;
	text-align: center;
}

a.wg20 {
	font-size: 12px;
	text-decoration: underline;
}

a{
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #2a2e2f;
	line-height: 15px;
}

a:visited {
	color: #2a2e2f;
}
a:active {
	color: #2a2e2f;
}
a:hover {
	color: #000000;
	text-decoration: underline;
 }

