body 
{ 
  background-color: white;
  margin: 0px;
	background-repeat: repeat-x;
  background-position: top;
	background-attachment: fixed;
	font-family: Trebuchet MS, Palatino Linotype, Book Antiqua, Arial;
}

.seite		
{ 
  margin: 0px;
}
		
.kopf		
{ 
  height: 50px;
}

.menu		
{ 
  margin: 0px;
	background: blue;
	color: white;
	height: 50px;
	background-image: url("imagen/dg_t.gif");
	border: 1px solid #cccccc;
}

.menu_links 
{
	text-align: center;
}

.menu_links a
{
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: white;
}
.menu_links a:hover
{
  padding-bottom: 15px;
	background-image: url("imagen/puntas.gif");
	background-repeat: no-repeat;
  background-position: bottom;
	color: yellow;
}

.titel
{
	background-color: white;
	color: blue;
}

.titel h1
{
  padding-top: 5px;
	font-size: 160%;
	font-weight: bold;
	margin: 0px;
}

.titel h2
{
	font-size: 90%;
	font-style: italic;
	color: #666666;
}

.upperlinks a
{
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: gray;
	padding-right: 40px;
}

.upperlinks a:hover
{
	color: blue;
}

.inhalt		
{ 
  margin: 0px;
}

.inhalt h3
{
	color: #666666;
	font-weight: bold;
	font-size: 130%;
}

.inhalt h4
{
	color: blue;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid blue;
}

.inhalt h5
{
	color: black;
	font-weight: bold;
	font-size: 100%;
	display: inline;
}

.inhalt i
{
	color: #006699;
	font-weight: bold;
	font-size: 110%;
}

.inhalt b
{
	color: #003399;
}

.MyText
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	text-align: left;
	text-align: justify;
	font-size: 80%;
	background-color: white;
}

.MyTable
{
	font-size: 100%;
	width: 100%;
}

.MyText a
{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: gray;
}

.MyText a:hover
{
	color: blue;
}

.MyTableLabel
{
	width: 100px;
	color: #666666;
	font-weight: bold;
}

.page		
{ 
  margin: 0px;
	color: black;
}

.home td
{
	width: 200px;
	background: gray;
	text-align: center;
	height: 200px;
}

.preis
{
	color: #666666;
	font-weight: bold;
}

.formular
{
	font-size: 90%;
}

.formular input, select
{
	font-size: 90%;
}
