body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100% ;
	height:100%;
	margin:0;
	padding:0;
	
	}
.kopf { 
	margin:auto;
	width:800px;
	background-image: url(pics/titel_typ_eng.jpg); 

	}
.kopf ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	text-align: left;
	
			white-space:nowrap;
	}
.kopf li{

	margin-right:45px; 
	display: inline;

	}
.versions{
	margin:auto;
	width:800px;}
.mittellang { 
	width: 750px;
	}
.showcase {
	margin: auto;
	width:800px;
	margin-top:40px;
	margin-bottom:40px;
	
	}
p.clear
	{
	clear:both;
	}
.vr{float:right;}
.vl{float:left;
	margin-left:30px;}
.foot {
	margin: auto;
	width:800px;
	margin-top:20px;
	margin-bottom:100px;
	text-align: center;
	}
.untertitel { 
	font-size: 18px; 
	color:#333;
	}
.titel { 
	font-size: 24px;
	color:#222;
	}
.subtex { 
	font-size: 14px; color: #000;font-weight: bold;
	}
	
.tex {  
	font-size: 14px; color:#000;
	}
.credits {
	font-size: 10px; 
	font-weight: bold; 
	color: #000;
	}
.b {font-weight: bold;}

.input_grey {
	background-color: #E2E2E2;
	}
.l{
	float:left;
	border: 1px solid #000;
	margin:2px;
	}
.lt{
	float:left;
	width: 500px;
	}
.lt2{
	float:left;
	width: 570px;
	}
.fset {
	border:0px;background-color: #f2f2f2;
	}
.r{float:right;border: 1px solid #000;margin:2px;
	}

fieldset{
	margin:20px;padding:10px;
	}
a:link{
	color:#000; text-decoration: none;font-weight: normal;
	}
a.sub:link{
		color:blue; text-decoration: none;font-weight: bold;;
		}
a.b:link{
	color:#000;
	font-weight: bold;}
a:hover{
	color:#000;
	font-style: italic;
	}
a:visited{color:#000;}
.button {
	   border-top: 1px solid #f7f7f7;
	   background: #d1cfd1;
	   background: -webkit-gradient(linear, left top, left bottom, from(#afb2b5), to(#d1cfd1));
	   background: -webkit-linear-gradient(top, #afb2b5, #d1cfd1);
	   background: -moz-linear-gradient(top, #afb2b5, #d1cfd1);
	   background: -ms-linear-gradient(top, #afb2b5, #d1cfd1);
	   background: -o-linear-gradient(top, #afb2b5, #d1cfd1);
	   padding: 8px 16px;
	   -webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	   border-radius: 10px;
	   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	   box-shadow: rgba(0,0,0,1) 0 1px 0;
	   text-shadow: rgba(0,0,0,.4) 0 1px 0;
	   color: #1a1a1a;
	   font-size: 12px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   text-decoration: none;
	   vertical-align: middle;
	   }
	.button:hover {

	   color: #ccc;
	   }

