@charset "ISO-8859-1";
/* (c) 2009 www.Webdesign-Services.de */

body{
    background-color: #F4F9FF;
	background-image: url(images/background.png);
	background-position: top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
}
.text{
	font-size: 0px;
}

#top{
	width: 805px;
	height: 11px;
	background: url(images/top.png);
	margin: 0 auto;
}
#content{
	width: 765px;
	min-height: 550px;
	background: url(images/body.png);
	margin: 0 auto;
	padding: 20px;
	padding-top: 9px;
	text-align: left;
}
#footer{
	width: 805px;
	background: url(images/body.png);
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
#bottom{
	width: 805px;
	height: 11px;
	background: url(images/bottom.png);
	margin: 0 auto;
}
.content{
	width: 100%;
	height: 400px;
	overflow: auto;
}

a{
	color: #676767;
	text-decoration: underline;
}
a:hover{
	color: #676767;
	text-decoration: none;
}

h1{
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 3px;
	font-weight: bold;
}

ul{
	margin-left: 10px;;
	padding:0;
	width:100%;
	list-style: none;
}
.link{
	text-decoration: none;
	color: #333333;
}
.link:hover{
	text-decoration: underline;
	color: #000000;
}
