	/*====================================================================
	***CCS Für die Internetpräsenz von gtg.de***
	Datei:	"bildschirm.css
	Datum: 	11.11.20
	Autor:	Bert Gronewold
	================================================================*/

* { padding: 0; margin: 0; }
	html { height: 101&; }
	li { margin-left: 1em; }
	html { height: 101%; } /*erzwingt scrollbar im Firefox*/

body {
	color: #B0774D;
	font-size: normal;
	background-image: url(img/gtg_hintergrund.jpg);
	background-attachment: fixed;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#wrapper {
	font-style:normal;
	font-weight: normal;
	margin-top: 40px;
	margin-left: 15%;
	width: 595px;
}

#kopfbereich {
	width: 595px;
}

/*=========NAVIGATION=================================================*/

#navibereich {
	background-color: #900;
	padding: 5px;
	width: 587px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

#navibereich li {
	display: inline;
	list-style-type: none; /* ohne Aufzaehlungszeichen*/
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

#navibereich a {
	color: #999;
	padding: 8px;
}

/* ================Überschriften=====================================================*/

h1 {
	color: #fff;
	font-weight: normal;
	padding-bottom: -7px;
}

h3 {
	font-weight: normal;
	padding-left: 21px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-top: 7px;
	background-color: #900;
}

h4 {
	font-weight: normal;
	padding-left: 42px;
	padding-top: 14px;
}

h5 {
	font-weight: normal;
	padding-left: 42px;
	color: #CCC;
}

h6 {
	padding-left: 42px;
	color: #CCC;
}

/*=========================Textbereiche================================*/

#link {
	float: right;
	margin: 3px;
	text-align: right;
}

#textbereich {
	background-color: #d30202;
	color: #fff;
	padding-top: 14px;
	width: 597px;
}

#textbereich p {
	padding-top: 7px;
	padding-left: 70px;
	width: 511px;
}

#fussbereich {
	padding-top: 15px;
	width: 597px;
	background-color: #d30202;
}
#fussbereich img {
	margin-bottom: -50px;
	margin-top: -40px;
}

address {
	color: #fff;
	text-align: center;
	text-style: normal;
	font-size: 85%;
	letter-spacing: 3px;
	padding: 7px 0 7px 0;
}

/*==========NaviBewegungen===================================================*/

a	{
	text-decoration: none; /* Unterstreichung entfernen*/
	outline: none; /*outline (gestrichelte) weg*/
}

a:link {
	color: #fff;
}

a:visited {
	color: #666;/* besuchte Links */
}

#navibereich a:hover, a:focus {
	color: #000;
}

#navibereich a:active {
	color: #fff;
}

#gtgseite #navi01 a,
#index #navi02 a ,
#impressum #navi03 a {
	color: #fff;

}

/*=========ENDE=====NaviBewegungen===========================================*/
