/*======================================================

Gestaltung und technische Umsetzung gesponsert von:Medienagentin -- Agathe Gwiozdzik
URL:http://www.medienagentin.de
E-Mail:info[at]medienagentin.de
All rights reserve:Agathe Gwiozdzik

Date:2007-10

Description:Robin Hood Effekt -- Die studentische Initiative
URL:http://www.robinhoodeffekt.de

======================================================*/

* {
	margin:0px;
	padding:0px;
}
body {
	padding:0px;
	background-color:#363942;
	background-attachment:fixed;
	background-image:url(../img/forrest.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-family:Arial, Helvetica, sans-serif;
	color:#2F323A;
}
img, #header {
	behavior:url(../iepngfix.htc);
}
a img {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}
#main {
	width:825px;
	height:100%;
	padding-bottom:100px;
}
#header {
	height:248px;
	background-image:url(../img/header_rock.png);
	background-repeat:no-repeat;
	background-position:left top;
} 
#header h1 {
	font-size:10px;
	color:#666666;
	text-align:right;
	margin-top:13px;
	margin-right:20px;
}
#content {
	padding-left:30px;
	padding-right:220px;
	margin-left:121px;
	background-image:url(../img/content.gif);
	background-repeat:repeat-y;
	background-position:left 2px;
	color:#424039;
	font-size:12px;
	padding-bottom:30px;
}
#content p {
	line-height:18px;
	padding-top:4px;
	padding-bottom:4px;
}
#content h1 {
	font-size:18px;
	color:#3b6a2a;
	font-weight:normal;
	margin-bottom:18px;
}
#content h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
}

#content a {
	color:#424039;
}
ul#kontakt, ul#liste, ul#impressum {
	line-height:18px;
}
ul#kontakt li {
	font-weight:bold;
	margin-top:20px;
	list-style-type:none;
}
ul#kontakt li li {
	font-weight:normal;
	margin-left:10px;
	margin-top:0px;
}
ul#liste li {
	list-style-type:disc;
	margin-left:20px;
}
ul#liste li li {
	margin-left:20px;
	margin-top:0px;
	list-style-type:square;
}
ul#impressum li {
	font-weight:bold;
	margin-top:20px;
	list-style-type:none;
}
ul#impressum li li {
	font-weight:normal;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:5px;
	list-style-type:circle;
}
#navi {
	position:absolute;
	width:155px;
	z-index:10;
	left:630px;
	top:140px;
	background-image:url(../img/navi_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:28px;
}
#navi_content {
	background-image:url(../img/navi_content.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#navi_footer {
	background-image:url(../img/navi_footer.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-top:10px;
}
ul#nav, ul#nav a {
	color:#424039;
	font-size:12px;
	list-style-type:none;
}
ul#nav a {
	text-decoration:none;
	display:block;
	padding-top:2px;
	padding-left:20px;
	padding-bottom:8px;
}
*html ul#nav a {/* Hack fuer IE:Die Links sind nicht über die volle Breite anklickbar (sondern nur ihr Text) // Der IE < 7 erzeugt unerwünschte Abstände zwischen den Links, verursacht durch den "Whitespace-Bug", der durch die Zeilenumbrüche im Quelltext ausgelöst wird */
	height:1px
}
ul#nav li {
	list-style-type:none;
}
ul#nav li a:hover {
	background-image:url(../img/navi_aktiv_a.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
ul#nav li li a {
	font-style:italic;
	padding-left:40px;
}
ul#nav li a.aktiv_a {
	background-image:url(../img/navi_aktiv_a.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
ul#nav li li a.aktiv_b, ul#nav li li a:hover  {
	background-image:url(../img/navi_aktiv_b.gif);
	background-repeat:no-repeat;
	background-position:-10px 3px;
}
#footer {
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-top:9px;
	margin-left:121px;
	padding-bottom:9px;
	font-size:10px;
	color:#666666;
	padding-left:30px;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	text-decoration:none;
}

