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

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:10px;
	background-color:#FFFFFF;
	background-attachment:fixed;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left bottom;
	font-family:"Times New Roman", Times, serif;
	color:#2F323A;
}
a img {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}
#main {
	width:100%;
	height:100%;
	padding-bottom:0px;
}
#header {
	background-image:none;
	background-repeat:no-repeat;
	background-position:left top;
	height: 30px;
} 
#header h1 {
	font-size:14px;
	color:#000000;
	text-align:left;
	margin-top:10px;
}
#content {
	background-image:none;
	color:#333333;
	font-size:12px;
	margin-left: 0px;
	width: 100%;
}
#content p {
	line-height:18px;
	padding-top:4px;
	padding-bottom:4px;
}
#content h1 {
	font-size:18px;
	color:#000000;
	font-weight:normal;
	margin-bottom:18px;
}
#content h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
}
#content a {
	color:#666666;
}
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 {
	display: none;
}
#footer {
	background-image:none;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-top:10px;
	margin-left:0px;
	padding-bottom:10px;
	font-size:11px;
	color:#666666;
	padding-left:10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	text-decoration:none;
}

