﻿* {
	 margin: 0px; 
	 padding: 0px;
}
body{
	background-position: center center;
	background-repeat: x-repeat;
    padding-bottom: 30px;
    text-align: center;
	font-family: Verdana, Arial, Sans-Serife;
	font-size: 11px;
}
.toggelei{
	display:none; 
	clear: both;
	min-height: 20px;
	float: left;
}

#overall{
	float: left;
	width: 100%;
	min-height: 500px;	
}
#wrapper{
	width: 100%;
	position: relative;
	min-height: 600px;	
}
/*Headerbereich*/
#header1 {
	float: left;
	width: 100%;
	min-height: 100px;
}
#header1 #logo{
	position: absolute;
	margin: 10px ;
}
#headernav{
	float: left;
	height: 32px;
	margin: -10px 0 20px 120px;
	font-size: 13px;

}
#headernav li{
	float: left;
	list-style-type: none;
	margin-right: 3px;
}
#headernav li ul{
	position: absolute;
	z-index: 100;
	list-style-type: none;
	margin-right: 1px;
}
#headernav li ul li {
	float: left;
	width: 100px;
	margin-top: 5px;
}
#headernav li ul li a{
	
}
#headernav li a{
	display: block;
	color: #fff;
	padding: 0 15px;
	background-color: #1a3b72;
	height: 30px;
	text-decoration: none;
	line-height: 32px;
}
#headernav li a:hover,#headernav li .active4 {
	background-color: #3f9dd4;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#headernav li a:hover,#headernav li.active3  a{
	background-color: #3f9dd4;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.active2{
	color: #333333;
}
/*Login*/
#overlogin{
	position: relative;
	border: 2px solid #1a3b72;
	margin: 150px auto;
	height: 200px;
	width: 320px;
	padding: 20px;
}
#loginin{
	
	background-position: center top;
	height: 160px;
	width: 320px;
	background-repeat: no-repeat;
}
#loginin #log1{
	float: left;
	width: 300px;
	background-color: #1a3b72;
	padding: 10px;
	margin-top: 90px;
	
}
#log1 .submit2:hover{
background-color: #3f9dd4;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#log1 .submit2{
	float: right;
	display: block;
	color: #fff;
	width: 60px;
	background-color: #3f9dd4;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
#log1 p{
	width: 260px;
	float: left; 
	margin: 5px 20px;
	color: #fff;
}
 #log1 label{
	float: left;
}
#log1 input{
	float: right;
	height: 20px;
	width: 180px;
	
}


/*Name und Logout*/

#logout{
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	background-color: #1a3b72;
}
#logout:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}
#agentname{
	float: right;
	margin-right: 20px;
	color: #3f9dd4;
	margin-top: 25px;
}

/*Showroom*/
#plattform{
	float: left;
	margin-top: -2px;
	width: 100%;
	min-height: 500px;
}

/*Contentbereich*/
#content{
	float: left;
	width: 98%;
	margin: 20px 1%;
	min-height: 500px;
	margin-top: 0px;
}
#content2{
	float: left;
	width: 98%;
	margin: 10px 1%;
	min-height: 500px;
	margin-top: 0px;
}
/*Tabelle Agentenliste*/
#tabag{
	width: 98%;
	float: left;
	margin: 20px 1%;
	border: none;
	padding: 0px;
	
	border-collapse: collapse;
}
#tabag td, th{
	border: 1px solid #1a3b72;
}
#tabag th{
	color: #000;
	font-weight: bold;
}
#tabag td{
	background-color: #fff;
	color: #000;
	font-size: 11px;
}
#grid .subtitulo{
	border-color: #1a3b72;
	text-align: center;
}
/*EXTRA*/
.righto{
	position: absolute;
	z-index: 10;
}
.lefto{
	position: absolute;
	z-index: 10;
}
.el7al{
	float: left;
	min-width: 20px;
	display: block;
}
table td select{
	font-size: 12px;
	margin: 0 0 10px 0 ;
}
table td select option{
}
/*Agenten Hinzuf�gen*/
#agadd{
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #1a3b72;
}
#agadd p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#agadd p label{
	float: left;
	margin-top: 2px;
}
#agadd p input,#agadd p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#agadd p textarea{
	float: right;
	padding: 2px 5px;
	width: 60%;
	height: 50px;
	border: 1px solid #1a3b72;
}
option{
	padding: 0 5px;
}
#agadd .submit1{
	float: right;
	display: block;
	color: #fff;
	background-color: #1a3b72;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
#agadd .submit1:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}
/*Agentenverteiler*/
#agadd3{
	position: relative;
	margin: 150px auto;
	width: 400px;
}
#agadd2{
	position: relative;
	margin: 150px auto;
	min-height: 154px;
	padding: 10px;
	border: 1px solid #1a3b72;
	width: 400px;
	height: 350px;
}
#agadd2 p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#agadd2 p label{
	float: left;
	margin-top: 2px;
}
#agadd2 p input,#agadd2 p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#agadd2 p textarea{
	float: right;
	padding: 2px 5px;
	width: 60%;
	height: 50px;
	border: 1px solid #1a3b72;
}
#agadd2 .submit1{
	float: right;
	display: block;
	color: #fff;
	background-color: #1a3b72;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
#agadd2 .submit1:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}

/*Kunden Hinzuf�gen*/
/*KundenPart*/
#kundendetails{
	float: left;
	width: 22%;
	min-height: 455px;
	padding: 10px;
	margin: 10px 0 10px 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #1a3b72;
}
#kundendetails p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#kundendetails p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#kundendetails p input{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#kundendetails p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#kundendetails p select option{
	padding: 0 5px;
}
#kundendetails p textarea{
	float: right;
	width: 60%;
	height: 50px;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
	
#kundendetails h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}
/*Kontaktperson*/
#Kontaktperson{
	float: left;
	min-height: 455px;
	padding: 10px;
	margin: 10px 0 10px 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #1a3b72;
	width: 22%;
}
#Kontaktperson p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#Kontaktperson p label{
	float: left;
	max-width: 36%;
	text-align: left;
	line-height: 30px;
}
#Kontaktperson p input{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#Kontaktperson p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#Kontaktperson p select option{
	padding: 0 5px;
}
#Kontaktperson p textarea{
	float: right;
	width: 60%;
	height: 50px;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}

#Kontaktperson h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}
/*REchnungsadresse*/
#Rechnungsadresse{
	float: left;
	width: 22%;
	min-height: 455px;
	padding: 10px;
	margin: 10px 0 10px 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #1a3b72;
}
#Rechnungsadresse p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#Rechnungsadresse p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#Rechnungsadresse p input{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#Rechnungsadresse p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}
#Rechnungsadresse p select option{
	padding: 0 5px;
}
#Rechnungsadresse p textarea{
	float: right;
	width: 60%;
	height: 50px;
	padding: 2px 5px;
	border: 1px solid #1a3b72;
}

	
#Rechnungsadresse h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}
/*AgentPart*/
#VERKAUFEN{
	width: 24%;
	float: left;
	min-height: 20px;
	min-height: 455px;;
}
#VERKAUFEN h2, #kundendetails h2, #protokoll h2{
	float: left;
	margin: 10px 0 20px 0;
	color: #fff;
	font-size: 17px;
}
#agentpart{
	float: left;
	margin: 10px 0 10px 10px;
	width: 100%;
	padding: 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #1a3b72;
}
#agentpart p{
	float: left;
	white-space: now
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#agentpart p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#agentpart p input{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#agentpart p select{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#agentpart p select option{
	font-size: 12px;
	padding: 2px 5px;
}
#agentpart p textarea{
	float: right;
	width: 40%;
	height: 30px;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
/*VerkaufsPart*/

#verkauf{
	float: left;
	width: 60%;
	margin: 10px 0 10px 10px;
	padding: 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #1a3b72;
}
#verkauf p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#verkauf p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#verkauf p input{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#verkauf p select{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#verkauf p select option{
	font-size: 12px;
	padding: 2px 5px;
}
#verkauf p textarea{
	float: right;
	width: 40%;
	height: 50px;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
/*Kontaktversuche*/
#kontakt{
	float: left;
	width: 100%;
	margin: 10px 0 10px 10px;
	clear: both;
	padding: 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #1a3b72;
}
#kontakt p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#kontakt p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#kontakt p input{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#kontakt p select{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#kontakt p select option{
	font-size: 12px;
	padding: 2px 5px;
}
#kontakt p textarea{
	float: right;
	width: 40%;
	height: 50px;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#kontakt p .other1{
	float: right;
	width: 60px;
	margin-left: 5px;
	height: 24px;
	font-size: 12px;
	padding: 2px 5px;
}
#kontakt p .other1 option{
	font-size: 12px;
	padding: 2px 5px;
}
#call{
	width: 30px;
	height: 30px;
	display: block;
	background-image:  url(../images/cal.png);
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}
/*Protokoll*/
#protokoll{
	float: left;
	margin: 10px 0 0px 0px;
	padding: 5px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #1a3b72;
	height: 200px;
	width: 98%;
}
#protokoll p{
	float: left;
	clear: both;
	min-width: 100%;
}
#protokoll p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#protokoll p input, #protokoll p select{
	float: right;
	width: 190px;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#protokoll p textarea{
	float: right;
	width: 100%;
	height: 100px;
	padding: 2px 5px;
	
	border: 1px solid #1a3b72;
}
#protonav{
	float: right; 
	clear: both;
	margin-top: -5px;
	margin-right: -10px;
}
#protonav .btn{float: left;}

.btn, #protonav  .btn{
	float: right;
	display: block;
	color: #fff;
	background-color: #1a3b72;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	padding: 0px 5px;
	height: 25px;
	cursor: pointer;
}
.headhead{
	float: right;
	display: block;
	color:#1a3b72;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #1a3b72;
	margin-bottom: 10px;
	padding: 5px 0 ;
	text-decoration: none;
}
#protokoll .btn:hover,#kundendetails .btn:hover, #protonav .btn:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}
.submit3{
	float: right;
	margin-right: 3%;
	clear: both;
	margin-top: 0px;
	color: #fff;
	display: block;
	border: none;
	background-color: #1a3b72;
	
	margin-bottom: 5px;
	width: 80px;
	cursor: pointer;
	margin-top: -20px;
}
.submit3:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#protokoll1 p{
	float: left;
	clear: both;
	min-width: 100%;
}
#protokoll1 p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#protokoll1 p input, #protokoll p select{
	float: right;
	width: 190px;
	padding: 2px 5px;

	border: 1px solid #1a3b72;
}
#protokoll1 p textarea{
	float: right;
	width: 98%;
	height: 100px;
	padding: 2px 5px;
	
	border: 1px solid #1a3b72;
}
#protonav{
	float: right; 
	clear: both;
	margin-top: -5px;
	margin-right: -10px;
}
#protonav .btn{float: left;}
.btn{
	float: right;
	display: block;
	color: #fff;
	background-color: #1a3b72;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
.btn1{
	float: left;
	display: block;
	color: #fff;
	background-color: #cfcfcf;
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: default;
}

.headhead{
	float: right;
	display: block;
	color:#1a3b72;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #1a3b72;
	margin-bottom: 10px;
	padding: 5px 0 ;
	text-decoration: none;
}
#protokoll1 .btn:hover,#kundendetails .btn:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #3f9dd4;
}
#protokoll1 .submit3{
	float: right;
	margin-top: 70px;
	color: #fff;
	display: block;
	background-color: #1a3b72;
	
	margin-bottom: 5px;
	width: 80px;
	cursor: pointer;
}
#protokoll1 .submit3:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#protokoll1{
	width: 49%;
	float: left;
}
#protokoll2{
	width: 49%;
	float: right;
}
/*INFOBOX*/
#feedback{
	width:490px;
	min-height:800px;
	background-color:#a18f79;
	position: fixed;
	left:-510px;
	margin-top: -500px;
	padding:5px;
	color:#fff;
	border:2px solid #955c17;
}
#feedback .des{
	float:left;
	height:60%;
	width:480px;
	overflow:auto;
	padding: 10px 5px;
	
}
#feedback .des p ul{
	float:left;
	clear:both;
}
#info{
	position: fixed;
	margin: 0 0 0 20px;
	display: none;
	width: 160px;
	height: 52px;
	background-image:url(../images/infobox.png);
	background-repeat: no-repeat;
	font-size:0px;
	color:#fff;
	
}

#feedback a:hover{
	background-position: center right;
}
#all{
	float:left;
	min-height:800px;
	min-width:100%;
	overflow:inherit;
}
#callpic{
	float:left;
	width:464px;
	height:100px;
	color:#fff;
	padding:10px;
	margin-top:20px;
}
#callpic p{
	font-size:11px;
}
#callpic h4 {
	margin:0;
	font-size:13px
}
#callpic1{
	float:left;
	width:464px;
	height:100px;
	color:#fff;
	border:3px solid #fff;
	padding:10px;
	margin-top:20px;
}
#callpic1 p{
	font-size:11px;
}
#callpic1 h4 {
	margin:0;
	font-size:13px
}
.adnan{
	float:left;
	background-image:url(../images/toggler.png);
	background-repeat:no-repeat;
	background-position:right; 
	min-height:30px;
	line-height:33px;
	width:405px;
	margin:1px 0;
	padding:0 10px;
	font-size:13px;
	
}
.adnan_active {
	background-image: url(../images/activ.png);
	background-repeat: no-repeat;
	background-position:right; 
}
.test{
	float:left;
	width:490px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
html #fade {
position: absolute;
}
html .popup_block {
position: absolute;
}
/*EXTRAS*/
#ANDERS1{
	 border:none;
	
}
#next, #next1, #next2, #next3, #next4{
	margin-right: 10px;
	margin-top: 12px;
}
#protokoll #protocol1{
	float: left;
	width: 100%;
	min-height: 20px;
}
#protokoll #protocol2{
	float: right;
	width: 100%;
	min-height: 20px;
}
/*TABLE GRID*/
#tab3{
	float: left;
	margin: 10px 15px;
	width: 96%;
}
#grid2 th, #grid3 th {
	display: none;
}
#grid2 {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 115px;
}
#grid2 table td , #grid3 table td{
	border: 1px solid #fff;
}
/*Questionaire*/

		
/*################################### SUCHE*/
#srechts{
	float: left;
	width:300px;
	padding: 25px;
	height: 250px;
	background-color: #1a3b72;
	color: #fff;
	margin-right: 10px;
}
#slinks{
	float: left;
	width: 300px;
	height: 250px;
	padding: 25px;
	background-color: #1a3b72;
	color: #fff;
	margin-right: 10px;
}
#slast{
	float: left;
	width: 300px;
	height: 250px;
	padding: 25px;
	background-color: #1a3b72;
	color: #fff;
	margin-right: 10px;
}
#ssubmit{
	clear: both;
	float: left;
	width: 70px;
	margin-top: 20px;
	height: 30px;
}
#ssubmit a{
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background-color: #1a3b72;
	color: #fff;
	font-weight: bold;
	border: 1px solid #1a3b72;
}
#ssubmit a:hover{
	background-color:transparent;
	color: #1a3b72;
}
#allaround{
	position: relative;
	border: 1px solid #1a3b72;
	padding: 10px;
	height: 300px;
	width: 1080px;
	margin: 20px auto;
}
.inputfirma p{
	float: left;
	width: 100%;
	margin: 10px;
	font-weight: bold;
	font-size: 14px;
}
.inputfirma p label{
	float: left;
}
.inputfirma p input,.inputfirma p select{
	float: right;
}
.inputfirma  input {
	float: right;
	width: 150px;
	padding: 2px 0px;text-indent:5px;
	border: 1px solid #1a3b72;
}
.inputfirma  p select{
	float: right;
	width: 150px;
	padding: 2px 0px;
	border: 1px solid #1a3b72;
}
.inputfirma  p textarea{
	float: right;
	padding: 2px 0px;text-indent: 5px;
	width: 150px;
	height: 50px;
	border: 1px solid #1a3b72;
}
.ui-menu .ui-menu-item{
	text-align: left !important;
}
#slinks{
	float: left;
	width: 300px;
	min-height: 20px;
	padding: 25px;
}

/*************************************************/
                /*DATA TABLE*/
/*************************************************/
.grid_16{
	background-color: #FFFFFF;
    border: 2px solid #1a3b72;
    -moz-border-radius:8px ;
	-webkit-border-radius:8px ;
	border-radius:8px ;
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		box-shadow:0 1px 1px rgba(0,0,0,0.3);
 
   
	min-height: 10px;
    padding: 5px;
    min-width: 25%;
}
.title3{
	clear: both;
	margin-bottom: 2px;
	min-width: 100%;
	text-align: left;
	display: block;
	background:#1a3b72; /* Old browsers */
	background-image:url(css-gradients-fallback/main-menu-bg.png);
	background-image:-moz-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1a3b72),color-stop(100%,#1a3b72));
	background-image:-webkit-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
	background-image:-o-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
	background-image:-ms-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
	background-image:linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	font-size: 15px;
	padding: 9px 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#genstat{width: 100%;}
/* Zebra striping */
tr{
	margin-bottom: 3px;
}
th { 
		background:#1a3b72; /* Old browsers */
		background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#aaa 0%,#ccc 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#aaa),color-stop(100%,#ccc));
		background-image:-webkit-linear-gradient(top,#aaa 0%,#ccc 100%);
		background-image:-o-linear-gradient(top,#aaa 0%,#ccc 100%);
		background-image:-ms-linear-gradient(top,#aaa 0%,#ccc 100%);
		background-image:linear-gradient(top,#aaa 0%,#ccc 100%);
		-moz-border-radius:8px 0 0 8px;
		-webkit-border-radius:8px 0 0 8px;
		border-radius:8px 0 0 8px;
}
th{ 
  border: none;
  text-align: left; 
  color: #000;
}
th{
	background:#1a3b72; /* Old browsers */
		background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1a3b72),color-stop(100%,#1a3b72));
		background-image:-webkit-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
		background-image:-o-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
		background-image:-ms-linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
		background-image:linear-gradient(top,#1a3b72 0%,#1a3b72 100%);
	white-space: nowrap;
	background-color: #aaa;
	color: #fff;
	-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		padding:6px;
}

/*Overview Buttons*/
#weiter{
	min-width: 40px;
	height: 25px;
	background-image:url(../images/eye.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1a3b72;
	margin:0 1%;
	font-size: 0px;
	display: block;
}
#domwn{
	min-width:40px;
	height: 25px;
	background-image:url(../images/down.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1a3b72;
	margin-left:0 1%;
	font-size: 0px;
	display: block;
}
#delete{
	min-width:40px;
	height: 25px;
	background-image:url(../images/dell.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1a3b72;
	margin-left:0 1%;
	font-size: 0px;
	display: block;
}
#datename{
	width: 50px;
	height: 50px;
	background-image:url(../images/calendar.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}	
