/* TAGS */

body {
  font-family: Verdana, arial, helvetica, sans-serif;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 13px;

}
table {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
  	margin-left: 4px;
  	margin-right: 10px;
  	margin-bottom: 10px;
  	padding-top: 0px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
  text-align: center;
}

/* CLASSES*/

.oben { vertical-align:top}
.mittig {vertical-align:middle}
.unten {vertical-align:bottom}


/* UND WAS WAS DAS HIER NOCHMAL? IDs? */

#content {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:200px 0px;
	##background-color:rgb(223,253,244);
	max-width:660px;
	margin-left: 250px;
}

#home {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:200px 0px;
	##background-color:rgb(223,253,244);
	  margin-left: 290px;
}

#tnav {
	background-image:url(../images/wiese.jpg);
	background-repeat:no-repeat;
	background-position:200px 0px;
	##background-color: #00840a;
	background-color: transparent;
	  font-size: 14px;
	  margin-left: 240px;
	  margin-top: 38px;
	  margin-right: 10px;
	  margin-bottom: 10px;
}

#tnav a.link {
  padding-right: 20px;
  font-weight: bold;
  text-decoration: none;
  color: white; 
  ##color: black;
  ##color: FFFF00;

}

#tnav a.selected {
  padding-right: 20px;
  font-weight: bold;
  text-decoration: none;
  ##color: white;
  color: black;
}
