/* CSS Document */
body {
	font-family:Verdana;
	font-size:12px;
	background-color:#333333;
	text-align:center;
	background-repeat: repeat-x;
	background-image: url(bg-all.png);
}

h1 {font-size:20px;color:#333333;margin:0px;}
h2 {
	font-size:18px;
	color:#666666;
}
h3 {font-size:14px;color:#666666;}
p {margin-top:0px;}


a:link, a:visited{
	text-decoration:underline;
	font-weight:bold;
	color:#333333;
	font-size:12px;
}

a:active, a:hover
{
	color:#ff9200;
}

a.menu:link, a.menu:visited
{
  color:#ED6805;
}

a.menu:active, a.menu:hover
{
  color:#eeeeee;
}

.feature{
	color: #666666;
	}
	
.feature img{
	margin: 12px;
}

.copyright{
	color: #000000;
}

/* div tags */
#all{
	width:800px;
	margin:10px auto 0px;
	text-align:left;
	border:1px #ffffff;
}
/* Titel*/
#title {
	height:70px;
	width: 803px;
	background-image: url(bg-title.png);
}

/* Menü */
#menu {
	color:#ffffff;
	width: 803px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(bg-menue.png);
	border: 1px none #FFFFFF;
	height: 10px;
}

/* Inhalt */
#content {
	width: 783px;
	padding: 10px;
	background-image: url(bg-content.png);
	border-top: 1px none #ffffff;
	border-right: 1px none #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px none #ffffff;
	background-color: #CCE4FF;
}

