*{
	margin:0;
	padding:0;
	border:none;
}
html, body, .fullscreen{
	height:100%;
	width:100%;
}
body{
	background-color: #A2A0A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu{
	background-color: #00121E;
	text-align:left;
}
#menu a {
	font-size:12px;
	text-decoration: none;
	text-align:left;
	background-color: transparent;
	color: #FFFFFF;
}
#menu a:hover,
#menu #current{
	color:#e2001a;
}
#login {
	background-color: #CDC9C8;
	font-size: 12px;
	text-align: center;
}
#newsletter {
	background-color: #D9D5D4;
}
#content {
	background-image: url(images/index_04.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#text{
	height:
	height: 290px;
	overflow:auto;
	overflow-x:hidden;
	margin-top: 120px;
	height: 270px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	scrollbar-base-color: #b1b1b1;
	scrollbar-track-color: #b1b1b1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #fffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #b1b1b1;
	padding-bottom: 10px;
}
#content #text p{
	padding-bottom:10px;
}
#footer a,
#content #text a{
	color: #00121E;
}
#footer a:hover,
#content #text a:hover{
	color: #e2001a;
}
#footer {
	background-image: url(images/index_08.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
.trenner{
	border-bottom-color:#CDC9C8;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
h1{
	font-size:1.1em;
	padding-bottom:10px;
}
p{
	font-size:0.9em;
	line-height:22px;
}
li{
	font-size:0.9em;
}
.mytable{
	font-size:0.9em;
	width:100%;
}
.edit{
	border: 1px solid #666666;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
}
.bigedit{
	border: 1px solid #666666;
	width:310px;
	height:170px;
}
.button{
	font-weight:bold;
	padding:3px;
	border: 1px solid #666666;
	font-size: 10px;
}
