/* CSS Document 
 *
 *  Von Angela Fengler, angela@fengler.net, www.fengler.net
 *  Dateiname: rest.css
 *  Zuletzt geaendert: 13. Juni 2008
 * 
 *  Gebraucht von: index.htm
 * 
 *  
 */

body
{
	margin: 0 auto;
	padding: 0;
	background:#333366;
	color:#eee;
	font:.75em Verdana,Arial,Helvetica,sans-serif;
}
a:link, a:visited
{
	color: #fc3;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active 
{
	text-decoration:underline;
}

#wrap
{
	margin: 0 auto;
	width: 725px;
}

#website
{
	width: 723px;
}
h1,h2,h3,h4,h5,h6,p
{
	font-family:Arial,Helvetica,sans-serif;
	padding-top: 20px;
	padding-left: 20px;
}
h1
{
	font-size:2em;
	font-weight: lighter;
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 0;	
}
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fuss
{
	padding: 0 0 30px 13px;
	font-size: .9em;
}

#fuss li
{
	float: left;
	margin: 0;
	padding: 0 10px;
}

#fuss a
{
	display: block;
}
#fuss a:link, #fuss a:visited
{
	color:#eee;
}
.big
{
	color: #fff;
	font-size: 2.5em;
	line-height: 1.2;
	border: 1px solid #f00;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}


