/* CSS Document */
/*
	################################################
	
		#707070		= Fliesstext
		#00468e		= Links


*/
/* ################################################# */

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:19px;
	background-image:url(../pics/bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#wrapper {
	width:720px;
	margin:0 auto;
}

a:link, a:active, a:visited {
	color:#00468e;
	text-decoration:none;
}

a:hover {
	color:#00468e;
	text-decoration:underline;
}

/* ################################################# */

#head {
	height:25px;
	margin-top:71px;
	text-align:right;
}

/* ################################################# */
#titel {
	width:720px;
	height:180px;
	position:relative;
}

#titel img.titelbilder {
	float:left;
}

#titel a.bildname {
	position:absolute;
	top:165px;
	padding-left:10px;
	width:170px;
	height:15px;
	display:block;
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	line-height:14px;
	background-image:url(../pics/titelname-bg.png);
	text-transform:uppercase;
}

#titel a.num1 {
	left:0px;
}

#titel a.num2 {
	left:180px;
}

#titel a.num3 {
	left:360px;
}

#titel a.num4 {
	left:540px;
	color:#707070;
}

#titel a:link, #titel a:active, #titel a:visited, #titel a:hover {
	border:none;
	text-decoration:none;
}

#titel a img {
	border:none;
}


/* ################################################# */

#left {
	margin-top:60px;
	width:239px;
	float:left;
	padding-top:2px;
}

#left h1 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
}

#right {
	margin-top:60px;
	width:481px;
	float:left;
}

#right p{
	margin:0 0 14px 0;
}

#right h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	font-stretch:wider;
}

#right h2.middle {
	margin-top:18px;
}

#right h3 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	font-weight:bold;
}

/* ################################################# */

#footer {
	clear:both;
	height:60px;
}