/*
Author: die Organisation
Author URI: http://dieOrganisation.net
*/
body	{ 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #666666; 
	background-color: #ffffff; 
	background-image: url(background.gif); 
	background-repeat: repeat; 
	}
body, p, td, div {  }
a:link, a:visited, a:active a:hover {
	color: #666666; 
	text-decoration: none;
	} 
#center	{  
	position: absolute;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 60px;
	margin-top: -30px; /* Höhe durch zwei */
	margin-left: -120px; /* Breite durch zwei */
	text-align: center;
	}
#de3	{  
	background:url(de3.gif) no-repeat;
	margin-left: auto; 
	margin-right: auto; 
	position: relative;
	width: 36px;
	height: 36px;
	text-align: center;
	}
#line	{  
	background:url(line.gif) repeat-x;
	position: relative;
	width: 240px;
	height: 1px;
	}
#dieorganisation  {  
	background:url(dieorganisation.gif) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 36px;
	margin-top: -18px; /* Höhe durch zwei */
	margin-left: -240px; /* Breite durch zwei */
	}