@charset "utf-8";
/* CSS Document */

body {
	background-color: #4d4d4d;
}
img {
	border: none;
}
p.img img
	{
	border: 1px solid black;
	}
p.img a:hover img
  {
  border: 1px solid #FFCC00;
  }

h3 {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.klein {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
.gross {
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
.innen {
	margin-left: 37px;
}
fieldset {
	margin-right: 15px;
	margin-left: 15px;
	border: thin solid #909090;
}
legend {
	font-family: Arial, sans-serif;
	font-size: 0.93em;
	font-weight: normal;
	color: #909090;
}
#seite {
	height: 900px;
	width: 1042px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 12px;
	/*z-index: 2;*/
}
#boxNavi {
	height: 87%;
	width: 180px;
	background-image: url(../bilder/logoGP.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	top: 15px;
	left:0px;
	position:absolute;
}
#boxInhalt {
	height: 782px;
	width: 851px;
	top: 15px;
	position:absolute;
	right: 0px;
}
#boxName {
	background-image: url(../bilder/nameGP.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 507px;
	position: relative;
	left: 240px;
	top: 5px;
	/*z-index: 4;*/
}
#inhalt {
	position: absolute;
	width: 851px;
	height: 684px;
	right: 0px;
	bottom: 0px;
	background-color: #494949;
	border-bottom: thin solid #FFCC00;
	/*z-index: 5;*/
	overflow: auto;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
}
#flagge {
	z-index: 4;
	height: auto;
	width: auto;
	right: 40px;
	position: absolute;
	top: 550px;
}
#fussnote {
	position: absolute;
	height: auto;
	width: auto;
	right: 320px;
	top: 800px;
	/*z-index: 5;*/
}
