/*=====================================================
  Inhaltsverzeichnis
======================================================*/
/*
1. Algemeine Definitionen
2.Seiten Container
3_0 Toptext - Container
3.Kopf-Container
4.Wrapper-Continer 
4.Linke-Seite
5.Inhalts-Container
6.Inhalts-Container-Box
7.Rechte-Seite
8.Footer-Continer
*/

/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}

body{

	background-color: #333333;
	font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	text-align: center;
	background-image: url(image/bg-tgp.gif);
	background-repeat: repeat;
}
/* ======== Seiten-Continer ========================*/ 
#page{

	width: 800px;
	overflow: auto;
	background-color: #FFD700;
	text-align: center;
	border: 5px inset Silver;
}
/* ======== Seiten-Continer ========================*/
#container{
float:left;
   width: 795px; /*height:250px;*/
	background-color: #FFD700;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: sans-serif;
}
/* ======== Seiten-Continer ========================*/
#backlinks{
display: inline;
float: left;
	width: 480px; /*height:250px;*/
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
		text-align: center;
	font-family: sans-serif;
}
/* ======= Toptext - Container =========================*/
#toptext{
 background-color:Black;
 min-height:20px;
 text-align:center;
 
 }
 
#toptext h1{
	font-size: 1.3em;
	color: Gold;
	font-family: sans-serif;
	padding: 5px;
	}


/* ======= Kopf Container =========================*/
#header{
    width:800px;
	height:200px;
	background-color:Black;
	background-image:url(image/header-tgp.jpg);
	background-repeat:no-repeat;
	text-align:center;
	}
	
/* ====== Inhalts-Container-Box =====================*/

#textbox{

	float: left;
	width: 250px;
	min-height: 140px;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	border: 2px inset Gray;
}

/* ====== Inhalts-Container-Box =====================*/

#contentbox{
	float: left;
	width: 770px;
	height: auto;
	margin: 10px 0px 15px 10px;
	padding: 0px;
}
#contentbox h1 {
   font-size: 1.3em;
   color:#000;
   margin-bottom:20px;
   border-bottom:1px solid #000;
}

#contentbox h2 {
	font-size: 1.3em;
	color: Gray;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	font-family: sans-serif;
}

#contentbox img {
	display: inline;
	float: left;
	font-size: 1.3em;
	color: Gray;
	margin: 12px 12px 12px 20px;
	font-family: sans-serif;
}
#contentbox a:link {
	display: block;
	color: #101010;
	text-decoration: underline;
}
#contentbox a ul li :hover {
color:#101010;
text-decoration: underline;
}
/* ====== Inhalts-Container-Box =====================*/

#bilderv {
	display: inline;
	float: left;
	width: 150px;
	height: 310px;
	margin: 0px 30px 0px 20px;
	padding: 0px;
}
#bilderv img {
	float: left;
	display: inline;
	margin: 10px 5px 5px 0px;
}
/*------------ Werbung 300 x 300 --------------------------*/

#werbebox {
	display: inline;
	float: left;
	height: 310px;
	width: 310px;
	min-width: 310px;
	margin: 5px 10px 5px 20px;
	color: Gold;
	
	font-size: 35px;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 40px;
	font-family: Arial;
	text-align: center;
	text-decoration: underline;
}

#werbebox a:link {
	text-decoration: underline;
	color: Gold;
	font-size: 35px;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 40px;
	font-family: Arial;
	text-align: center;
}

#werbebox a:hover {
	text-decoration: underline;
	color: Silver;

}
#werbebox a:visited {
	text-decoration: underline;
	color: Gold;

}
/*------------ Werbung 150 x 4600 --------------------------*/

#werbetextbox {
display:inline;
float:left;
 height:160px;
 width:550px;
	margin: 10px 5px 5px 5px;
	color: Black;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 40px;
	font-family: Arial;
	text-align: left;
	text-decoration: underline;
}

#werbetextbox a:link {
display:inline;
	text-decoration: underline;
	color: NAVY;
	font-size: 25px;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 40px;
	font-family: Arial;
	text-align: left;
}

#werbetextbox a:hover {
	text-decoration: underline;
	color: White;
	font-size: 25px;

}
#werbetextbox a:visited {
	text-decoration: underline;
	color: NAVY;
	font-size: 25px;

}
/* ====== Footer-Continer ====================*/

#footer{
clear: left;
   background-color:Gold;
	height:20px;
	width:700px;
	text-align:center;
	color:#FFFFFF;
	
	}
#footer a{
    color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
    color:#CCCCCC;
	text-decoration:none;
	}

/* ======== END ============================*/