* html body {height: 100%;}

#wrap{
    width:990px;
    border:0px solid red;
    display:block;
    margin:0 auto; /* "auto" makes the left and right margins center the wrapper */
}
.cp{
	cursor:pointer;
}
/*
#menu{
    width:100%;
    background: -webkit-linear-gradient(#cf000d, #b91228);
    background: -o-linear-gradient(#cf000d, #b91228);
    background: -moz-linear-gradient(#cf000d, #b91228);
    background: linear-gradient(#cf000d, #b91228);
    height:39px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,1);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
    margin-bottom:20px;
}
#menu > div{

    border-right:1px solid #afafaf;
    float:left;
    color:#FFF;
    height:39px;
    line-height:39px;
    font-size:9pt;
    padding :0px 10px;
    cursor:pointer;
    position: relative;
}

.menuActive{
    background-color: #00ce00;

    background: -webkit-linear-gradient(#b80007, #7a000c);
    background: -o-linear-gradient(#b80007, #7a000c);
    background: -moz-linear-gradient(#b80007, #7a000c);
    background: linear-gradient(#b80007, #7a000c);

}
#menu > div:hover{
    background-color: #c9c9c9;
    color:#000;
}


#menu > div.menuRight{
    float:right;
    border-right:0px solid #afafaf;
    border-left:1px solid #afafaf;
}
*/
#mainmenu{
       border:0px solid green;

}

#menuLeft{
		background-image:url(../images/menuBgLeft.jpg);
		width:8px;
		height:47px;
		float:left;

	}

.menuTrenner{
		background-image:url(../images/menuTrenner.jpg);
		width:1px;
		height:47px;
		float:left;

	}

#menuRight{
		background-image:url(../images/menuBgRight.jpg);
		width:8px;
		height:47px;
		float:left;

	}
.menuNoMenu{
	   background-image:url(../images/menuBgOut.jpg);
	    background-repeat:repeat-x;
	    padding-top:14px;
	    padding-left:10px;
	    padding-right:10px;
		height:47px;
		float:left;
		font-size:9pt;
		color:#444444;
		text-decoration:none;
	}
.menuInactive{
	   background-image:url(../images/menuBgOut.jpg);
	    background-repeat:repeat-x;
	    padding-top:14px;
	    padding-left:7px;
	    padding-right:7px;
		height:47px;
		float:left;
		font-size:9pt;
		cursor:pointer;
		color:#ececec;
		text-decoration:none;
        position: relative;
	}

.menuInactive:hover{
	   background-image:url(../images/menuBgHover.jpg);
		color:#000000;
	}

.menuActive{
	background-image:url(../images/menuBgActive.jpg);
	    background-repeat:repeat-x;
	    padding-top:14px;
	    padding-left:7px;
	    padding-right:7px;
		height:47px;
		float:left;
		font-size:9pt;
		cursor:pointer;
		color:#d9d9d9;
		text-decoration:none;
        position: relative;
	}
.menuLogo{
	   background-image:url(../images/menuBgOut.jpg);
		background-repeat:repeat-x;
		height:47px;
		padding-top:11px;
		float:left;
		padding-left:10px;
	    padding-right:10px;
		font-size:14pt;
		color:#FFFFFF;
	}
.menuLogout{
	   background-image:url(../images/menuBgOut.jpg);
		background-repeat:repeat-x;
		height:47px;
		padding-top:11px;
		float:left;
		padding-left:10px;
		cursor:pointer;
	    padding-right:10px;
		font-size:10pt;
		color:#FFFFFF;
	}
.menuLogout#hover{
	   background-image:url(../images/menuBgHover.jpg);
		background-repeat:repeat-x;
		height:47px;
		padding-top:11px;
		float:left;
		padding-left:10px;
		cursor:pointer;
	    padding-right:10px;
		font-size:10pt;
		color:#FFFFFF;
	}


	.menuLink{
	position:relative;
	top:10px;
	margin:5px;
	cursor:pointer;
	text-decoration:underline;
	color:#8f8f8f;
}

.menuLinkActive{
	position:relative;
	top:10px;
	margin:5px;
	cursor:pointer;
	text-decoration:underline;
	color:#000000;
	/*font-weight:bold;*/

}



.clear{
	clear:both;
}


/* Ab hier nur noch Schriften und Styles  */


body,td{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-decoration:none ;
	font-size: 8pt;
	color: #666666;
}

A:active 	{text-decoration:none ; color: #666666; font-weight: bold;text-decoration: underline}
A:link		{text-decoration: none; color: #666666; font-weight: bold;text-decoration: underline}
A:visited   {text-decoration: none; color: #666666; font-weight: bold;text-decoration: underline}
A:hover     {text-decoration: none; color: #bebebe; font-style: normal; text-decoration: underline}
A:focus 	{text-decoration:none ; color: #666666; font-weight: bold;text-decoration: underline}


.link{
	text-decoration:underline;
	font-weight:bold;
	color:#a7a7a7;
	}
.ausfalltermin{
	background-color:#F88431;
	color:#666666;

}	
.gerade{
	background-color:#C7C7C7;
	color:#666666;

}
.ungerade	{
	background-color:#D9D9D9;
	color:#666666;
}
.nextInTime	{
	background-color:#f5f5f5;
	color:#FFFFFF;

}



.disabled{
	color:#C7C7C7;
}


input,textarea,select {
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 8pt;
	color: #314d39;
	border:1px solid black;
	border-color:#B7B6B6;
}

div#detail{
	padding: 10px;
	text-align:left;
	display:none;
	margin:auto;
	position:absolute;
	left:20px;
	top:130px;
	width:900px;
	height:200px;
	border:1px solid black;
	background-color:#EFEFEF;
	overflow:auto;
	z-index:3;
}



div#loginFormDiv{
	font-size: 0.62em;
	position:absolute;
	width:307px;
	height:112px;
	right:0px;
	top:20px;
	padding:25px;
	margin: 22px 12px 10px 0;
	background-image: url(../images/loginFormBg.png);
	background-repeat:no-repeat;
	z-index:99999999;
	display:none;
}

* html div#loginFormDiv{
	background-image: url(../images/loginFormBg.gif);
}


#gesamtOverlay{
	background-image: url(../images/overlay.png);
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./.images/overlay.png", sizingMethod="scale");
	FILTER: alpha(opacity=80);
	opacity:20;
	z-index:2;
	display:none;

}


.tagButton{
	cursor:pointer;
	line-height:22px;
	padding-left:4px;
	padding-right:2px;
	float:left;
	height:22px;
	background-image:url(../images/buttonBg.jpg);
	color:#999999;
	border:1px solid #dcdcdc;
	font-weight:normal;
	font-size:8pt;
	margin-left:7px;
	}

.tagButton_X{
	color:#666666;
	border-left:0px;
	margin-left:0px;
	font-size:11pt;
	font-weight:bold;
	font-family:Arial;
	background-color:#FF0000;
	display:none;
}

.tagButton_X:hover{
	background-image:url(../images/buttonBg_red.jpg);
	color:#FFFFFF;
	background-color:#FF0000;
}


#permanenteInfo{
	text-align:left;
}
#permanenteInfo  p{
	margin:0px;
	
}

tr.weitInZukunft{
	display:none;
}

.fragebogenkarte{
    width:830px;
    /*border:1px dotted black;*/
}


.menuIndicator{
    z-index:2;
    position:absolute;
    right:-5px;
    top:-5px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align: center;
    color:#FF0000;

    background-color: #FFF;
    border-radius: 10px;
    border:1px solid red;

}

.btn{
    border-radius: 5px;
    height:30px;
    line-height:28px;
    cursor: pointer;
	background-color:#ba000f;
	color:#FFF;
}

.btn-default{
    background-color:#ba000f;
    color:#FFF;
}


tr.an_reason >  td{
    vertical-align: top;
}


.anreason_text{
    display: none;
    height:5em;
    width:100%;
}
.anreason_text > textarea{
    height:5em;
    width:100%;
}

.anreason_datum{
    display: none;

}

#anDetailsSubmit{
    margin-top: 10px;
}

.ticket{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.32);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.32);

	border-radius:10px;
	width:60%;

	line-height:20px;
	padding:5px;
	margin:10px;


}
.ticket-me{
	background-color:#dcf9c6;
	float:right;
}

.ticket-them{
	background-color:#FFF;
	float:left;
}

.ticket-them-name{
	color:#6cd68b;
	font-weight:bold;
	float:left;
}


.ticket-me-name{
	/*color:#6cd68b;*/
	font-weight:bold;
	float:left;
}


.ticket-them-date, .ticket-me-date{
	/*color:#000;*/
	/*font-weight:bold;*/
	float:right;

}

.redDot{
	height:20px;
	line-height:20px;
	width:20px;
	border-radius:10px;
	color:#FFF;
	background-color:#FF0000;
	display: inline-block;
	text-align:center;

}


#newAuftragsnummer{
	width:900px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    height: 95%;
	display:none;
	padding:10px;
}