.button {
	border : 1px ridge White;
	color : black;
	font : bold 13px  Arial, Helvetica, sans-serif;
	background : #CCCCCC;
}
.textfield {
	border: 1px groove;
	font: normal normal 13px Arial, Helvetica, sans-serif;
	width: 100%;
	background: #CCCCCC;
}
.cmsbutton {
	border : 1px ridge White;
	color : black;
	font : 11px  Arial, Helvetica, sans-serif;
	background : #CCCCCC;
}
.cmsinput {
	border: 1px groove #CCCCCC;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	width: 170px;
	background: white;
}
.cmsinputsort {
	border: 1px groove #CCCCCC;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	width: 20px;
	background: white;
	text-align: right;
}
.cmsinputbold {
	border: 1px groove #CCCCCC;
	font: normal normal bold 11px Arial, Helvetica, sans-serif;
	width: 170px;
	background: white;
}
.adresse{
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: white;
}
.text{
	font: normal normal 13px Arial, Helvetica, sans-serif;
	color: Black;
}
.news{
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: Black;
}
.titel{
	font: normal bold 14px Arial, Helvetica, sans-serif;
	color: Black;
}
body
{
    margin: 0;
    padding:0;
}
.t
{
    height:100%;
    width:100%;
}
.nav{
	font: bold 16px Arial, Helvetica, sans-serif;
	color:white;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
.nav a{
	text-decoration:none;
	color:white;
}
.nav_active{
	font: bold 16px Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
.nav_active a{
	text-decoration:none;
	color:black;
}

.title{
	background-color: #666666;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:white;
	padding:5px;
}
.title input{
	background-color: #666666;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:white;
	border: 1px dotted white;
	width: 500px;
}
.title input.submit{
	background-color: black;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:white;
	border: 1px solid white;
	width: 100px;
}
