
/* ******** Link Definition ******** */

a:link, a:visited, a:active
	{
	color: #505050;
	text-decoration: none;
	}	
a:hover 
	{
	text-decoration: underline;
	}
	
a.m:link, a.m:visited, a.m:active	/* Magenta-Link */
	{
	color: #960096;
	text-decoration: none;
	}	
a.m:hover 
	{
	text-decoration: underline;
	}

a.y:link, a.y:visited, a.y:active	/* Yellow-Link */
	{
	color: #969600;
	text-decoration: none;
	}
a.y:hover 
	{
	text-decoration: underline;
	}
	
a.c:link, a.c:visited, a.c:active	/* Cyan-Link */
	{
	color: #009696;
	text-decoration: none;
	}
a.c:hover 
	{
	text-decoration: underline;
	}	
	


	
	
/* ******** Layout Definition ******** */	
	
body 
	{
  	margin: 0px;
  	background-color: #ffffff; 
	}

.white_box
	{
	position:absolute;
	left: 0px;
	top: 0px;	
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	z-index:4;	 
	}
	
.center
	{
	text-align: center; 
	}

.container
	{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
	}
	
.top
	{
	margin-top: 10px; margin-left: 0px;
	background-image: url(top_600x300.jpg);	
	width: 600px;
	height: 300px;
	}	
		
.logo
	{
	margin-top: -45px; margin-left: 0px;
	background-image: url(logo_225x35.jpg);
	background-repeat:no-repeat;
	position:absolute;	
	width: 225px;
	height: 35px;
	}
.logo a
	{
	display:block;
	height:100%;
	}

.topline
	{	
	margin-top: 0px; margin-left: 0px;
	background: #969696;
	width: 600px;
	height: 2px;
	}
	
.topmenu
	{	
	margin-top: 5px; margin-left: 0px;
	width: 600px;
	height: 18px;
	text-align: right;
	}
.topmenu a
	{
	color: #969696;
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
	}
		
.content
	{
	margin-top: 20px; margin-left: 0px;
	position: relative;
	width: 600px;
	}

.bottomline
	{
	margin-top: 20px; margin-left: 0px;	
	background: #969696;
	width: 600px;
	height: 2px;
	}

.bottommenu
	{	
	margin-top: 5px; margin-left: 0px;
	width: 600px;
	height: 18px;
	text-align: center;
	}
.bottommenu a
	{
	color: #969696;
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
	}
	
.copyright
	{
	margin-top: -30px; margin-left: 500px;
	width: 100px;
	height: 10px;
	text-align: right;
	}
.copyright a
	{
	color: #cecece;
	font-size: 6pt;
	font-weight: normal;
	font-family: verdana;
	}

.version
	{
	margin-top: -2px; margin-left: 500px;
	width: 100px;
	height: 10px;
	text-align: right;
	}
.version a
	{
	color: #cecece;
	font-size: 6pt;
	font-weight: normal;
	font-family: verdana;
	}








/* ******** Font Definition ******** */

.txtStandart
	{
	color: #969696;
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana;
	text-align: justify;
	}
.txtStandart .Magenta
	{
	color: #960096;
	}
.txtStandart .Yellow
	{
	color: #969600;
	}
.txtStandart .Cyan
	{
	color: #009696;
	}


.txtTitel1
	{
	color: #393939;
	font-size: 14pt;
	font-weight: bold;
	font-family: verdana;
	display:inline;
	}








/* ******** Code Helpers ******** 

	border: 1px solid black;

*/