/***** Definiton Standard *****/
body {	background: #C2C2C2;}
.adjust {	position: absolute;	height: 100%;	width: 100%;	left: 0px;	top: 0px;}
.valign {left: 0px;	top: 0px;	text-align: center;	position: absolute;	height: 100%;	width: 100%;}

/***** Definiton Layout *****/
.hintergrund {	background: url(../images/hintergrund.jpg) no-repeat;	height: 544px;	width: 718px;}
.oben {	height: 85px; width: 718px;}
.inhalt {	height: 280px; width: 550px;}

/***** Definiton Men&uuml; *****/
.menue {	color: #999999;	font: bold 12px/26px Verdana, Arial, Helvetica, sans-serif; height: 280px; }
td.menue a:link {  color: #999999; text-decoration: none; font-weight: bold}
td.menue a:visited {  color: #999999; text-decoration: none; font-weight: bold}
td.menue a:hover {  color: #FFFFFF; text-decoration: underline; font-weight: bold}
td.menue a:active {  color: #999999; text-decoration: none; font-weight: bold}

/***** Definiton Inhalte *****/
.texte {	color: #999999;	font: bold 12px/26px Verdana, Arial, Helvetica, sans-serif;}
.drktexte {	color: #999999;	font: 12px Verdana, Arial, Helvetica, sans-serif;}
td.drktexte a:link {  color: #999999; text-decoration: underline;}
td.drktexte a:visited {  color: #999999; text-decoration: underline;}
td.drktexte a:hover {  color: #FFFFFF; text-decoration: underline;}
td.drktexte a:active {  color: #999999; text-decoration: underline;}
.smalltxt {	color: #CCCCCC;	font: bold 12px Verdana, Arial, Helvetica, sans-serif;}
