@charset "utf-8";
body {
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
}
#head {
	height: 180px;
	width: 850px;
}

.frame {
	height: 500px;
	width: 850px;
}
#navi {
	float: left;
	height: 320px;
	width: 224px;
}
#content {
	float: left;
	height: 320px;
	width: 626px;
	background-image: url(image/bg_content.jpg);
	background-repeat: no-repeat;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#text {
	height: 317px;
	width: 623px;
	overflow:scroll; 
	overflow-x:hidden;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
a.text:link    {
	text-decoration:none;
	color:#333;
	font-weight: bold;
}
a.text:visited {
	text-decoration:none;
	color:#333;
	font-weight: bold;
}
a.text:hover   {
	text-decoration:none;
	color:#B3C902;
	font-weight: bold;
}
a.text:active  {
	text-decoration:none;
	color:#B3C902;
	font-weight: bold;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}
#cr {
	width: 850px;
}


a:active
{
outline: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a.copyright:link    {
	text-decoration:none;
	color:#333;
}
a.copyright:visited {
	text-decoration:none;
	color:#333;
}
a.copyright:hover   {
	text-decoration:none;
	color:#B3C902;
}
a.copyright:active  {
	text-decoration:none;
	color:#B3C902;
}
a:focus
{
-moz-outline-style: none;
}
.text_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.adresse:link    {
	text-decoration:none;
	color:#333;
	font-weight: bold;
}
a.adresse:visited {
	text-decoration:none;
	color:#333;
	font-weight: bold;
}
a.adresse:hover   {
	text-decoration:none;
	color:#B3C902;
	font-weight: bold;
}
a.adresse:active  {
	text-decoration:none;
	color:#B3C902;
	font-weight: bold;
}

