﻿body{
	font-family: Arial, Helvetica, sans-serif;
	padding-top:40px;
	}
	
a:link{
	text-decoration:none;
	color: #0000FF;
	}
	

	
a:visited{
	text-decoration:none;
	color: #0000FF;
	}

a:hover{
	text-decoration: none;
	color: #FF0000;
	}
	
a:active{
	text-decoration:none;
	color: #0000FF;
	}
	
#header{
	background-image: url(grafik/logo.jpg);
	height:59px;
	width:600px;
	border: 1px solid #999;
	position:relative; left: 25%;
	}
	
#header1{
	background-color: #EBEBEB;
	width:600px;
	border: 1px solid #999;
	position:relative; left: 25%;
	font-size:18px;
	text-align:center;
	padding-top:18px;
	padding-bottom:19px;

	}
	
#inhalt{
	background-color: #F8F8F8;
	border: 1px solid #999;
	width:590px;
	margin-top:10px;
	padding: 5px;
	padding-TOP: 10px;
	text-align:center;
	position:relative; left: 25%;
	font-size:16px;
	}

#inhalt1{
	background-color: #F8F8F8;
	border: 1px solid #999;
	width:590px;
	margin-top:10px;
	padding: 5px;
	margin-top:10px;
	text-align: justify;
	position:relative; left: 25%;
	font-size:12px;
	}

.red{
	color: #FF0000;
	}
	
#navigation{
	background-color: #DFDFDF;
	border: 1px solid #999;
	width:590px;
	margin-top:10px;
	padding: 5px;
	text-align: center;
	position:relative; left: 25%;
	font-size:12px;
	}
	
#remote{
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	width:590px;
	margin-top:10px;
	padding: 5px;
	text-align: center;
	position:relative; left: 25%;
	font-size:12px;
	}