
/* ++++++++++ STYLESHEET WIP-SERVICE.DE / PYRAMEDIA 2005 / TG ++++++++++ */

html,body 
 {
  width: 100%; 
  height: 100%;
  font-family: "Trebuchet MS", sans-serif;
		font-size: 11px;
  color: #666666;
  /*background:#FFFFFF url(../fotos/hintergrund.gif);*/
	}

* 
 {
  margin: 0;
  padding: 0;
  border: 0;
 }

img
 {
  border: 0px;
 }
	

/* ++++++++++ LAYOUT ++++++++++ */
#container
 {
  position: absolute;   	
  top: 50%;   	
  left: 0px; 	 
		width: 100%;
		text-align: center;
		margin-top: -345px;
	}
	
#inhalt
 {
	 width: 720px;
		/*height: 448px;*/
 	margin: 60px auto;
  padding: 10px;
		/*border: 1px solid #666666;*/
		background: #FFFFFF;
	}

#kopf
 {
  height: 30px;
		text-align: left;
	}
	
#untertitel
 {
	 text-align:left; 
		margin-top:-5px;
		margin-bottom:5px;
		margin-left:5px;
		color:#FF6633;
	}
	
#navigation
 {
	 height:30px;
		padding-left:5px;		
		text-align:left;
	}
	
#navigation strong
 {
	 font-size:14px;
	}
	
#foto
 {
	 width: 720px;
		height: 347px;
		text-align: center;
		padding-top:10px;
  background: url(../fotos/hintergrund-foto.jpg) no-repeat;		
	}
	
#text
 {
	 width: 710px;
		height: 337px;
		text-align: left;
		padding:5px;
	}
	
#adsense
 {
	 margin-top:0px;
	}	
	
#fuss
 {
	 width:715px;
  margin-left:5px;
		margin-top:10px;
		text-align:left;
	}
/* ++++++++++ ENDE LAYOUT ++++++++++ */


/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */
h1
 {
	 font-family: Georgia;
		font-size: 22px;
		font-weight: normal;
		margin-top: 5px;
	}

p
 {
  width:350px;
	 margin-top: 5px;
		text-align:justify;
	}
	
a:link 
 { 
  color: #666666; 
  text-decoration: none; 
 }

a:visited 
 {
  color: #666666; 
  text-decoration: none; 
 }

a:hover 
 {
  color: #666666;
  text-decoration: underline; 
 }

a:visited:hover 
 {
  color: #666666;
  text-decoration: underline; 
 }
/* ++++++++++ ENDE TEXTFORMATIERUNGEN ++++++++++ */


/* ++++++++++ FORMULAR ++++++++++ */
input, option
 {
  width:150px;
		height:15px;
	 padding:3px;
  font-family: "Trebuchet MS", sans-serif;
		font-size: 11px;
  color: #666666;
	 background-color:#F2F2F2;
	}
	
.radiobutton
 {
  width:15px;
		height:10px;
  background-color:transparent;
		vertical-align:middle;
 }

textarea
 {
  width:250px;
  height:150px;
	 padding:3px;
  font-family: "Trebuchet MS", sans-serif;
		font-size: 11px;
  color: #666666;
	 background-color:#F2F2F2;
	}

.button
 {
	 height:23px;
		width:73px;
	}

/* ++++++++++ ENDE FORMULAR ++++++++++ */
