﻿* {
	 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;
	background-color: #DDD;
}
.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 {
	Position: fixed;
	width: 100%;
	min-height: 100px;
	background-color: #f1f1f1;
}
#header1 #logo{
	position: absolute;
	margin: 10px ;
}
#headernav{
	float: left;
	height: 32px;
	clear:both;
	margin: 30px 0 0px 0px;
	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: 10px;
}
#headernav li ul li a{
	
}
#headernav li a{
	display: block;
	color: #fff;
	padding: 0 15px;
	background-color: #067BB6;
	height: 30px;
	text-decoration: none;
	line-height: 32px;
}
#headernav li a:hover,#headernav li .active4 {
	background-color: #8CCBEB;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#headernav li a:hover,#headernav li.active3  a{
	background-color: #8CCBEB;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.active2{
	color: #333333;
}
/*Login*/
#overlogin{
	position: relative;
	border: 2px solid #067BB6;
	margin: 150px auto;
	height: 260px;
	width: 320px;
	padding: 20px;
}
#loginin{
	background-color: #F1F1F1;
    background-image: url("../images/logo.gif");
    background-position: 0 30px;
    background-repeat: no-repeat;
    height: 160px;
    width: 320px;
}
#loginin #log1{
	float: left;
	width: 300px;
	background-color: #067BB6;
	padding: 10px;
	margin-top: 150px;
	
}
#log1 .submit2:hover{
background-color: #8CCBEB;
	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: #ACCFE0;
	
	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:#067BB6;
}
#logout:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #8CCBEB;
}
#agentname{
	color: #067BB6;
    float: right;
    margin-right: 20px;
    margin-top: 80px;
}

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

/*Contentbereich*/
#content{
	float: left;
	width: 98%;
	margin: 20px 1%;
	min-height: 500px;
}
#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 #0D88C6;
}
#tabag th{
	 border-bottom: 1px solid #FFFFFF;
    color: #000;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: 200px;
}
#tabag td{
	background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    padding: 0 10px;
    text-align: left;
}
#grid .subtitulo{
	border-color: #0D88C6;
	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: 11px;
	margin: 0 0 10px 0 ;
}
table td select option{
}
/*Agenten Hinzuf�gen*/
#center{
	position: relative; 
	margin: 100px auto;
	width: 450px;
}
#agadd{
	float: left;
	min-width: 450px;
	padding: 10px;
	border: 1px solid #0D88C6;
}
#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 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}
#agadd p textarea{
	float: right;
	padding: 2px 0px;text-indent: 5px;
	width: 60%;
	height: 50px;
	border: 1px solid #0D88C6;
}
option{
	padding: 0 5px;
}
#agadd .submit1{
	float: right;
	display: block;
	color: #fff;
	background-color: #0D88C6;
	
	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: #8CCBEB;
}
/*Agentenverteiler*/
#agadd3{
	position: relative;
	margin: 150px auto;
	width: 400px;
}
#agadd2{
	position: relative;
	margin: 150px auto;
	min-height: 400px;
	padding: 10px;	
	border: 1px solid #0D88C6;
	width: 400px;
}
#agadd2 p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#agadd2 p label{
	float: left;
	margin-top: 2px;
}
#agadd2 p input{
	float: right;
	width: 60%;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}
#agadd2 p select{
	float: right;
	width: 60%;
	padding: 2px 0px;
	border: 1px solid #0D88C6;
}
#agadd2 p textarea{
	float: right;
	padding: 2px 0px;text-indent: 5px;
	width: 60%;
	height: 50px;
	border: 1px solid #0D88C6;
}
#agadd2 .submit1{
	float: right;
	display: block;
	color: #fff;
	background-color: #0D88C6;
	
	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: #8CCBEB;
}

/*Kunden Hinzuf�gen*/
/*KundenPart*/
#kundendetails{
	float: left;
	width: 22%;
	min-height: 468px;
	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 #0D88C6;
}
#kundendetails p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#kundendetails p label{
	float: left;
	min-width: 80px;
	text-align: left;
	;
}
#kundendetails p input{
	float: right;
	width: 60%;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}
#kundendetails p select{
	float: right;
	width: 60%;
	padding: 2px 0px;
	border: 1px solid #0D88C6;
}
#kundendetails p select option{
	padding: 0 5px;
}
#kundendetails p textarea{
	float: right;
	width: 60%;
	height: 50px;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}
	
#kundendetails h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #8CCBEB;
}
/*Kontaktperson*/
#Kontaktperson{
	float: left;
	min-height: 468px;
	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 #0D88C6;
	width: 22%;
}
#Kontaktperson p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#Kontaktperson p label{
	float: left;
	min-width: 100px;
	text-align: left;
}
#Kontaktperson p input{
	float: right;
	width: 60%;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}
#Kontaktperson p select{
	float: right;
	width: 60%;
	padding: 2px 0px;
	border: 1px solid #0D88C6;
}
#Kontaktperson p select option{
	padding: 0 5px;
}
#Kontaktperson p textarea{
	float: right;
	width: 60%;
	height: 50px;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}

#Kontaktperson h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #8CCBEB;
}
/*REchnungsadresse*/
#Rechnungsadresse{
	float: left;
	width: 22%;
	min-height: 468px;
	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 #0D88C6;
}
#Rechnungsadresse p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#Rechnungsadresse p label{
	float: left;
	min-width: 80px;
	text-align: left;
}
#Rechnungsadresse p input{
	float: right;
	width: 60%;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}
#Rechnungsadresse p select{
	float: right;
	width: 60%;
	padding: 2px 0px;
	border: 1px solid #0D88C6;
}
#Rechnungsadresse p select option{
	padding: 0 5px;
}
#Rechnungsadresse p textarea{
	float: right;
	width: 60%;
	height: 50px;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}

	
#Rechnungsadresse h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #8CCBEB;
}
/*AgentPart*/
#VERKAUFEN{
	width: 24%;
	float: left;
	min-height: 20px;
	min-height: 468px;;
}
#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 #0D88C6;
}
#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;
}
#agentpart p input{
	float: right;
	width: 40%;
	padding: 2px 0px;text-indent: 5px;

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

	border: 1px solid #0D88C6;
}
#agentpart p select option{
	font-size: 11px;
	padding: 2px 0px;text-indent: 5px;
}
#agentpart p textarea{
	float: right;
	width: 40%;
	height: 30px;
	padding: 2px 0px;text-indent: 5px;

	border: 1px solid #0D88C6;
}
/*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 #0D88C6;
}
#verkauf p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#verkauf p label{
	float: left;
	min-width: 80px;
	text-align: left;
}
#verkauf p input{
	float: right;
	width: 40%;
	padding: 2px 0px;text-indent: 5px;

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

	border: 1px solid #0D88C6;
}
#verkauf p select option{
	font-size: 11px;
	padding: 2px 0px;text-indent: 5px;
}
#verkauf p textarea{
	float: right;
	width: 40%;
	height: 50px;
	padding: 2px 0px;text-indent: 5px;

	border: 1px solid #0D88C6;
}
/*Kontaktversuche*/
#kontakt{
	float: left;
	width: 35%;
	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 #0D88C6;
	height: 320px;
}
#kontakt p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#kontakt p label{
	float: left;
	min-width: 80px;
	text-align: left;
}
#kontakt p input{
	float: right;
	width: 40%;
	padding: 2px 0px;text-indent: 5px;

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

	border: 1px solid #0D88C6;
}
#kontakt p select option{
	font-size: 11px;
	padding: 2px 0px;
}
#kontakt p textarea{
	float: right;
	width: 70%;
	height: 50px;
	padding: 2px 0px;text-indent: 5px;

	border: 1px solid #0D88C6;
}
#kontakt p .other1{
	float: right;
	width: 60px;
	margin-left: 5px;
	height: 24px;
	font-size: 11px;
	padding: 2px 0px;
}
#kontakt p .other1 option{
	font-size: 11px;
	padding: 2px 0px;
}
#call{
	width: 25px;
	height: 25px;
	display: block;
	background-image:  url(../images/cal.png);
	background-size: 100%;
	float: right;
	margin-top: -5px;
	white-space: nowrap;
	margin-left: 10px;
}
/*Protokoll*/
#protokoll{
	float: left;
	margin: 10px 0 10px 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 #0D88C6;
	width: 60%;
	height: 310px;
}
#protokoll p{
	float: left;
	clear: both;
	min-width: 100%;
}
#protokoll p label{
	float: left;
	min-width: 80px;
	text-align: left;
}
#protokoll p input{
	float: right;
	width: 190px;
	padding: 2px 0px;text-indent: 5px;

	border: 1px solid #0D88C6;
}
 #protokoll p select{
	float: right;
	width: 190px;
	padding: 2px 0px;

	border: 1px solid #0D88C6;
}
#protokoll p textarea{
	float: right;
	width: 100%;
	height: 100px;
	padding: 2px 0px;text-indent: 5px;
	
	border: 1px solid #0D88C6;
}

#protonav .btn{float: left;}

.btn, #protonav  .btn{
	float: right;
	display: block;
	color: #fff;
	background-color: #0D88C6;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	padding: 0px 5px;
	height: 25px;
	cursor: pointer;
}
.headhead{
	float: right;
	display: block;
	color:#0D88C6;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #0D88C6;
	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: #8CCBEB;
}
.submit3{
	float: right;
	clear: both;
	color: #fff;
	display: block;
	border: none;
	padding: 5px;
	background-color: #0D88C6;
	margin-bottom: 5px;
	cursor: pointer;
	margin-top: 5px;
}
.submit3:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #8CCBEB;
}

#protokoll1 p{
	float: left;
	clear: both;
	min-width: 100%;
}
#protokoll1 p label{
	float: left;
	min-width: 80px;
	text-align: left;
}
#protokoll1 p input{
	float: right;
	width: 190px;
	padding: 2px 0px;text-indent: 5px;
	border: 1px solid #0D88C6;
}
#protokoll p select{
	float: right;
	width: 190px;
	padding: 2px 0px;

	border: 1px solid #0D88C6;
}
#protokoll1 p textarea{
	float: right;
	width: 100%;
	height: 100px;
	padding: 2px 0px;text-indent: 5px;
	
	border: 1px solid #0D88C6;
}
#protonav{
	clear: both;
	float: left;
	margin-right: -10px;
	margin-top: -20px;
}
#protonav .btn{float: left;}
.btn{
	float: right;
	display: block;
	color: #fff;
	background-color: #0D88C6;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
.btn,#toggle-1, #protonav  .btn{
	float: right;
	display: block;
	color: #fff;
	background-color: #0D88C6;
	text-decoration: none;
	border:none;
	line-height: 25px;
	padding: 0px 5px;
	height: 25px;
	cursor: pointer;
}
#toggle-1{
	float: right;
	display: block;
	color: #fff;
	background-color: #0D88C6;
	text-decoration: none;
	border:none;
	line-height: 25px;
	padding: 0px 5px;
	cursor: pointer;
	background-image: url(../images/btnbg1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	overflow: hidden;
}
.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:#0D88C6;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #0D88C6;
	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: #8CCBEB;
}
#protokoll1 .submit3{
	float: right;
	margin-top: 70px;
	color: #fff;
	display: block;
	background-color: #0D88C6;
	
	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*/
tr:hover{background-color: #ccc;}
#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;
}
#grid3 table tr td:last-child a button,#grid2 table tr td:last-child a button,#grid5 table tr td:last-child a button,#grid4 table tr td:last-child a button,#grid6 table tr td:last-child a button{
	background-color: #0D88C6;
	border: 1px solid #fff;
	color: #fff;
}
#grid3 table tr td:last-child a button:hover,#grid2 table tr td:last-child a button:hover,#grid5 table tr td:last-child a button:hover,#grid4 table tr td a:last-child button:hover,#grid6 table tr td:last-child a button:hover{
	background-color: #8CCBEB;
	border: 1px solid #fff;
	color: #fff;
}
#grid5 tr:first-child td, #grid5 tr:first-child:hover{
	background-color: transparent !important;
	width: 50%;
	border:none !important;
}
#grid5 tr:first-child td #search_form{
    width: 96%;
    float: left;
    padding: 1% 2%;
}
#grid5 tr:first-child td h2{
	text-align: left;
}
#grid5 tr:first-child td .field{
	float: left;
	width: 20%;
	margin-right: 2%
}
#grid5 tr:first-child td .field input.search_data{
	width: 85px;
}
#grid5 tr:first-child td .field select{
	height: 19px;
}
#grid5 tr:first-child td #search_form input[type="submit"], #grid5 tr:first-child td #search_form input[type="button"]{
	float: left;
    margin-right: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    background-color: #0D88C6;
    border: none;
    margin-top: 7px;
    cursor: pointer;
}
#grid5 tr:first-child td #search_form input[type="submit"]:hover, #grid5 tr:first-child td #search_form input[type="button"]:hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #8CCBEB;
}
/*Questionaire*/
#agadd4{
	position: relative;
	margin: 150px auto;
	padding: 10px;	
	width: 500px;
	border: 1px solid #0D88C6;
}
#agadd4 p input{
	width:;
	padding: 5px 20px;
	border: 1px solid #0D88C6;
	background-color:#0D88C6;
	cursor: pointer;
	margin-bottom: 20px;
	color: #fff;
}
#agadd4 ul {
	float: left;
	width: 460px;
	margin-left: 20px;
	margin-bottom: 20px;
	
}
#agadd4 ul li{
	list-style-type: squares;
	font-size: 12px;
	margin: 10px 0;
	float: left;
	width: 480px;
	clear: both;
	text-align: left;
}
#agadd4 p input:hover{
	background-color: #8CCBEB;
}
#agadd5{
	position: relative;
	margin: 20px auto;
	padding: 10px;	
	width: 70%;
	border: 1px solid #0D88C6;
}


#tabag2{
	width: 98%;
	margin: 20px 1%;
	border: none;
	padding: 0px;
	
	border-collapse: collapse;
}
#tabag2 td, th{
	border: 1px solid #0D88C6;
}
#tabag2 th{
	 border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: 200px;
}
#tabag2 td{
	background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    padding: 0 10px;
    text-align: left;
}


/*Emailprogramm*/

#templates{
	width: 70%;
	margin: 30px auto;
	position: relative;
}
#templates1{
	width: 40%;
	margin: 30px auto;
	position: relative;
}
#content_template_parent{
	width: 100%;
}
/*Overview Buttons*/
#weiter{
	min-width: 40px;
	height: 25px;
	background-image:url(../images/eye.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0D88C6;
	margin:0 1%;
	font-size: 0px;
	display: block;
}
#weiter{
	min-width: 40px;
	height: 25px;
	background-image:url(../images/eye.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0D88C6;
	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: #0D88C6;
	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: #0D88C6;
	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;
}
/*************************************************/
                /*DATA TABLE*/
/*************************************************/
.grid_16{
	background-color: #FFFFFF;
    border: 2px solid #8CCBEB;
    -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:#8CCBEB; /* Old browsers */
	background-image:url(css-gradients-fallback/main-menu-bg.png);
	background-image:-moz-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8CCBEB),color-stop(100%,#8CCBEB));
	background-image:-webkit-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
	background-image:-o-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
	background-image:-ms-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
	background-image:linear-gradient(top,#8CCBEB 0%,#8CCBEB 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:#8CCBEB; /* 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:#8CCBEB; /* Old browsers */
		background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8CCBEB),color-stop(100%,#8CCBEB));
		background-image:-webkit-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:-o-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:-ms-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
	white-space: nowrap;
	background-color: #aaa;
	color: #fff;
	-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		padding:6px;
}
tfoot th{
	background:#8CCBEB; /* Old browsers */
		background-image:url(css-gradients-fallback/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#8CCBEB),color-stop(100%,#8CCBEB));
		background-image:-webkit-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:-o-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:-ms-linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
		background-image:linear-gradient(top,#8CCBEB 0%,#8CCBEB 100%);
	white-space: nowrap;
	background-color: #aaa;
	color: #fff;
	-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		padding:6px;
}
tfoot th .search_init{
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
	}
	
	
	
/*################################### SUCHE*/
#srechts{
	float: left;
	width:300px;
	padding: 25px;
	height: 250px;
	background-color: #067BB6;
	color: #fff;
	margin-right: 10px;
}
#slinks{
	float: left;
	width: 300px;
	height: 250px;
	padding: 25px;
	background-color: #067BB6;
	color: #fff;
	margin-right: 10px;
}
#slast{
	float: left;
	width: 300px;
	height: 250px;
	padding: 25px;
	background-color: #067BB6;
	color: #fff;
	margin-right: 0px;
}
#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: #067BB6;
	color: #fff;
	font-weight: bold;
	border: 1px solid #067BB6;
}
#ssubmit a:hover{
	background-color:transparent;
	color: #067BB6;
}
#allaround{
	position: relative;
	border: 1px solid #067BB6;
	padding: 10px;
	height: 300px;
	width: 1070px;
	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 #000;
}
.inputfirma  p select{
	float: right;
	width: 150px;
	padding: 2px 0px;
	border: 1px solid #000;
}
.inputfirma  p textarea{
	float: right;
	padding: 2px 0px;text-indent: 5px;
	width: 150px;
	height: 50px;
	border: 1px solid #000;
}
.ui-menu .ui-menu-item{
	text-align: left !important;
}
#slinks{
	float: left;
	width: 300px;
	min-height: 20px;
	padding: 25px;
}
/*Videoplayer*/
.video_link {
    position:fixed;
	top: 0px;
    cursor:pointer;
    z-index:1000;
}
#videoPlayer {
	position: fixed;
	top: 30px;
	
	left: 250px;
    display:none;
    cursor: move;
}

#videoPlayer:hover {
    background-color: #067bb6;

}
