/* CSS Document */

/* Redesign */

header
{
	height: 93px;
	width: 100%;
	border-bottom: 50px solid #404040;
	margin-bottom: 30px;
}

header a.logo
{
	display: block;
	float: left;
}

header a.logo img
{
	display: block;
}

header ul
{
	display: none;
}

.w960 {
    margin: 0 auto;
    width: 1007px;
}

div.planid
{
	float: left;
	color: #545454;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0 0 50px;
}

section.banner
{
	background: #f3f3f3 url(../Redesign/Bilder/banner_bg.jpg) repeat-x bottom;
	height: 93px;
	margin-top: 30px;
}

section.banner ul
{
	list-style-type: none;
	margin: 22px 0 0 0;
	padding: 0;
	float: left;
	left: 50%;
	position: relative;
}

section.banner ul li
{
	float: left;
	right: 50%;
	position: relative;
	padding: 0 0 0 12px;
}

div.zfg
{
	display: none;
}

/* END Redesign */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	}

table p{
	padding: 0;
	}

h1{
	color: #545454;
	font-weight: normal;
	font-size: 24px;
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px solid #f89230;
	}

h2{
	color: #545454;
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0;
	padding: 0;
}

.signalOptions h2
{
    font-size: 14px;  
    border-bottom: 1px solid #f89230; 
}

p{
	margin: 0;
	padding: 0 0 10px 0;
}

a{
	text-decoration: underline;
	color: #f89230;
	outline: none;
}

img{
	border: none;
}

input[type=text], input[type=password], textarea
{
    width: 300px;
    border: 1px solid #545454;
    color: #545454;	
}

div.container{
	width: 1007px;
	border: 1px solid #404040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	padding: 0;
	}
	
div.logo{
	float: left;
	width: 215px;
	height: 92px;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
div.zfg{
	float: right;
	width: 522px;
	height: 114px;
	margin: 10px 10px 0 0;
	padding: 0;
	}
	
div.container
{
    padding: 10px;
}

div.login
{
    width: 530px;
    margin: 0 auto 40px auto;
}

table.form, table.list
{
    width: 500px;
    margin: 10px 15px 20px 15px;
}

table.form tr td
{
    padding: 0 10px 5px 0;
}

table.list tr td
{
    padding: 5px 10px 5px 0;
    border-bottom: 1px dashed #f89230; 
}

table.top tr td 
{
    vertical-align: top;
}

input.zip
{
    width: 40px;
}

input.city
{
    width: 254px;
}
input.from, input.to
{
    width: 100px;
}

.btnBack, .btnNext
{
    display: block;
    float: left;
    margin: 20px 0 0 0;
}

.btnNext
{
    float: right;
}

div.workSpace .btnBack
{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

div.workSpace .btnSort
{
    position: absolute;
    bottom: 10px;
    left: 140px;
}

div.workSpace .btnDelete
{
    position: absolute;
    bottom: 10px;
    left: 270px;
}

div.workSpace .btnCopy
{
    position: absolute;
    bottom: 10px;
    left: 400px;
}

div.workSpace .btnAdd
{
    position: absolute;
    bottom: 10px;
    left: 530px;
}

div.workSpace .tbDate
{
    position: absolute;
    bottom: 50px;
    left: 530px;
    width: 77px;
    display: none;
}

div.workSpace .btnSave
{
    position: absolute;
    bottom: 50px;
    left: 620px;
    display: none;
    cursor: pointer;
}

div.workSpace .btnNext
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#fileupload
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -38px;
    width: 87px;
}

#fileupload a.button
{
	display: block;
	position: relative;
	z-index: 0;
}

#file_upload
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#file_upload + label
{
	display: block;
	height: 20px;
	line-height: 20px;
	border: 1px solid #f69230;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #ededeb 50%, #b2b2b2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededeb 50%,#b2b2b2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f9f9 0%,#ededeb 50%,#b2b2b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#b2b2b2',GradientType=0 );
	color: #545454;
	text-decoration: none;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#file_upload:focus + label,
#file_upload + label:hover {
    background-color: red;
}

#file_uploadUploader
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 20px;
	width: 100%;
	cursor: pointer;
}
	

div.workSpace
{
    width: 839px;
    border: 1px solid #000;
    border-top: none;
    height: 500px;
    float: left;
    position: relative;
    overflow: auto;
    margin-bottom: 10px;
}

div.background
{
    width: 800px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.signalLight
{
    display: block;
    position: absolute;
    cursor: move;
    top: 0;
    left: 0;
}

table.matrix
{
    margin: 0 auto;
    border-collapse: collapse;
}

table.matrix td
{
    border: 1px solid #000;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
}

table.matrix input[type=text]
{
    text-align: center;
}

.nameLabel
{
    display: block;
    position: absolute;
    top: 0;
}

div.toolbar
{
    float: left;
    border: 1px solid #000;
    width: 839px;
    height: 120px;
    border-bottom: none;
}

div.toolbar table
{
    margin: 10px 0 0 0;
}

div.toolbar table tr td
{
    padding-left: 10px;
    height: 22px;
}

div.toolbar .btnNext
{
	margin: 40px 10px 0 0;
}

div.toolbar .btnBack
{
	margin: 40px 0 0 10px;
}


#btnSave, #btnSaveAdd
{
    cursor: pointer;
    display: none;
}

.signalDetail #btnSave
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

div.dimensionSlider, div.angleSlider, div.transparencySlider
{
    width: 200px;
}

div.right
{
    float: right;
    width: 154px;
}

div.addSignal
{
    height: 40px;
    border: 1px solid #000;
    border-top: none;  
    margin-bottom: 10px; 
    padding: 0 30px;
}

div.addSignal a
{
    display: block;
    cursor: pointer;
}

#btnAdd,#btnAddPC
{
    float: left;
    display: block;
    cursor: pointer;
}

#btnDelete,#btnDeletePC
{
    float: right;
    display: block;
    cursor: pointer;
}

div.groups
{
    border: 1px solid #000;
    height: 449px;
    border-bottom: none;
    overflow-x: hidden;
    overflow-y: auto;
}

div.groups a
{
    color: #000;
    text-decoration: none;
}

div.groups ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.groups ul li
{
    border-bottom: 1px solid #000; 
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
}

div.groups ul li.sel, div.groups ul li:hover
{
    background: url(../Bilder/dot.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

div.groups ul li.first
{
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: default;
}

div.groups ul li.first:hover
{
    background: none;
}

div.planNavi
{
    border: 1px solid #000;
    height: 396px;
}

div.planNavi ul
{
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 0 10px;
}

div.planNavi ul li
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

div.planNavi ul li ul
{
    padding: 0 0 10px 5px;
    display: none;
}

div.planNavi ul li.sel ul
{
    display: block;
}
  
div.planNavi ul li ul li
{
    cursor: text;
}  
  
div.planNavi ul li ul li a, div.planNavi ul li ul li
{
    font-size: 11px;
    color: #000;
    text-decoration: none;
}    

div.planNavi ul li ul li a:hover, div.planNavi ul li ul li a.sel,div.planNavi ul li ul li.sel, div.planNavi ul li ul li:hover
{
    font-weight: bold;
}

div.planNavi ul li ul li a.red
{
    border: none;
    cursor: pointer;
    color: Red;
}
  
div.signalDetail
{
    width: 839px; 
    min-height: 265px;
    border: 1px solid #000;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}  

.signalOptions
{
    padding: 7px;
    display: none;
    float: left;
    width: 824px;
}

div.jobImage
{
    width: 98px;
    min-height: 102px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 12px;
} 

div.jobImage img
{
    display: block;
    margin: 7px 0 7px 35px;
    width: 28px;
    bottom: 0;
}

.PC select
{
    width: 100px;
}

table.options
{
    width: 375; 
    font-size: 9px;  
} 

table.team1,table.team2
{
    float: left;
    margin-right: 50px;
}

table.options tr td
{
    padding-right: 7px;
    padding-bottom: 5px;
    vertical-align: top;
}

#btnSavePC,
#btnSave2,
#btnSaveAdd2
{
    cursor: pointer;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 51px;
}

#btnSave2
{
	top: 120px;
}

#tbName, #tbName2{width: 40px;}
#tbCount,#tbCount2,#tbCountAdd1,#tbCountAdd2,#tbCountPC, #tbCountMonitoringRed, #tbCountMonitoringRed2, #tbCountMonitoringYellow, #tbCountMonitoringGreen, #tbCountMonitoringAdditional, input.tbW60{width: 60px;text-align: center;}
#tbRedYellow,#tbRedYellow2,#tbGreenMin,#tbGreenMax,#tbGapTime{width: 45px;text-align: center;}
#tbRedYellow:disabled{
    background: #d7d7d7;
    border-color: #d7d7d7;
    text-indent: -9999px;
}
.ddlYellow{border: 1px solid #000; width: 93px;}
.ddlYellow:disabled{
    background: #d7d7d7;
    border-color: #d7d7d7;
    text-indent: -9999px;
}
span.block
{
	display: block;
	padding: 5px 0 5px 0;
}

.hide,
span.hide
{
	display: none;
}


div.footer{
	margin: 20px auto 10px auto;
	padding: 5px 0 0 0;
	border-top: 1px solid #f89230;
	text-align: center;
}

div.footer span{
	background: url(../Bilder/dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	}

div.footer span.orange{
	font-weight: bold;
	color: #f89230;
	background: none;
	}

.orange{
	color: #f89230;
	}

.error{
	color: #FF0000;
	font-weight: bold;
	}

div.overlay
{
    background: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

div.loading
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    background: url(../Bilder/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

div.loadingWait
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 300px;
    height: 200px;
    background: url(../Bilder/wait.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.green
{
    color: Green;
    border: 1px dotted Green;
}

.red
{
    color: Red;
    border: 1px dotted Red;
}

.blue
{
    color: Blue;
    border: 1px dotted Blue;
}

table.interimtime
{
    margin: 10px;
    padding: 0;
    border-collapse: collapse;
}

table.interimtime tr td
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 30px;    
}

table.interimtime tr.first td
{
    vertical-align: top;
    height: auto;
    font-size: 10px;
}

div.kmh
{
    float: left;
    border-right: 1px solid #000;
    width: 54px;
    height: 25px;
    padding-top: 5px;
}

div.ms
{
    float: left;
    width: 60px;
    height: 25px;
    padding-top: 5px;
}

table.interimtime tr.first td div.kmh, table.interimtime tr.first td div.ms
{
    height: auto;
    padding-top: 0;
}

table.detection_lk
{
	margin: 0 auto;
	border: 1px solid #000;
	padding: 10px;	
	min-width: 300px;
}

table.detection_lk td
{
	padding: 0 5px;
	height: 25px;
	vertical-align: middle;
}

table.detection_lk td.border
{
	border-right: 1px solid #000;
}

table.detection_lk td.bottom
{
	border-bottom: 1px solid #000;
}

table.detection_lk td.top
{
	border-top: 1px solid #000;
}

table.detection_lk td input[type=text]
{
	width: 40px;
	text-align: center;
}

input.redBorder
{
    border: 1px solid Red;
}

div.leftCol
{
    width: 188px;
    float: left;
    padding: 5px 0 0 10px;
}

div.rightCol
{
    width: 819px;
    float: none;
    padding: 10px 10px 0 0 ;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

div.whiteCorner
{
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 40px;
	background: #fff;
	z-index: 100000;
}

div.whiteCornerBottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 101px;
	height: 75px;
	background: #fff;
	z-index: 100000;
}

div.fixed
{
	width: 110px;
	position: absolute;
	height: 42px;
	background: #fff;
	z-index: 999;
}

div.sgName
{
    width: 50px;
    float: left;
    height: 40px;
    padding-top: 2px;
}

div.sgValues
{
	width: 60px;
    float: left;
    height: 40px;		
}

div.sgValues table
{
	margin: 0;
	padding: 0;
	width: 100%;
}

div.sgValues table td
{
	margin: 0;
	padding: 0;
}

div.sgValues table td input
{
	width: 25px;
	height: 14px;
	padding: 0;
	text-align: center;
}

div.sequence
{
    width: 0px;
    float: left;
    border: 1px solid #000;
    position: relative;
    height: 40px;
    overflow-x: hidden;   
    margin-left: 110px;
}

div.sequence.program
{
	margin-left: 110px;
}

div.sequence.hassecond
{
	border-bottom: 1px dashed #f89230;
}

div.sequence.second
{
	border-top: none;
	margin-bottom: 5px;
}

div.border
{
    height: 20px;
    border-bottom: 1px solid #000;
    position: relative;
}

div.redTime, div.redTime2
{
    height: 20px;
    background: url(../Bilder/rotzeit.gif);
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    z-index: 99;
    top: 0;
}

div.greenTime,
div.greenTimeAdditional
{
    float: left;
    border: none;
    height:16px;
    margin-top: 1px;
    width: 0;
    position: absolute;
    left: 0;
    background: transparent;
    z-index: 101;
}

div.greenTime2
{
    position: absolute;
    border: 1px solid green;
    height:16px;
    top: 1px;       
}

div.greenTime2.dark
{
	border: 1px solid #808080;
	background: #808080;
}

div.greenTime2.blinker
{
	border: 1px solid #808080;
	background: url(../bilder/blinker_yellow.jpg) repeat-x;
}

div.greenTime2.normal-yellow
{
	border: 1px solid #808080;
	background: #fff url(../bilder/yellowTime2.png) repeat-x;
	background-size: 100% 100%;
}

div.greenTime .ui-slider-range,
div.greenTimeAdditional .ui-slider-range
{
    border: 1px solid green;
    background: #fff;
}

div.greenTime.dark .ui-slider-range,
div.greenTimeAdditional.dark .ui-slider-range
{
	background: #808080;
}

div.greenTime.blinker .ui-slider-range,
div.greenTimeAdditional.blinker .ui-slider-range
{
	background: url(../bilder/blinker_yellow.jpg) repeat-x;
}

div.greenTime.normal-yellow .ui-slider-range,
div.greenTimeAdditional.normal-yellow .ui-slider-range
{
	background: #fff url(../bilder/yellowTime2.png) repeat-x;
	background-size: 100% 100%;
}

div.greenTime .ui-slider-handle,
div.greenTimeAdditional .ui-slider-handle
{
    margin-left: -1px;
    padding: 0;
    top: 0;
    width: 3px;
    cursor: pointer;
}

img.redYellowTime, img.yellowTime
{
    display: block;
    position: absolute;
    margin-top: 1px;
    z-index: 100;
}

div.GSP, div.SYN, div.DP, div.SYNDelete
{
    position: absolute;
    background: url(../Bilder/dotted.gif);
    background-repeat: repeat-y;
    background-position: center;
    top: 40px;
    z-index: 102;
    width: 1px;
}

div.GSP span, div.SYN span, div.DP span, div.SYNDelete span
{
    display: block;
    position: absolute;
    bottom: -16px;
    left: -10px;
    background: #fff;
    width: 40px;
}

div.SYN span
{
    bottom: -30px;
}

div.DP span
{
    bottom: -60px;
}

div.SYNDelete span
{
    width: 70px;
    bottom: -45px;
}

div.timeline
{
	height: 30px;
	background: #fff;
    position: absolute;
    padding-top: 10px;
    z-index: 1000;
    left: 98px;
    top: 0;
}

div.timeline.ein-aus-bild
{
	position: absolute;
	left: -11px;
	padding: 0;
	top: 10px;
}

div.timeline span
{
    display: block;
    float: left;
    width: 25px;
    text-align: center;
    background: url(../Bilder/strich.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    height:30px;
}

div.timeline span.first
{
	width: 23px;
    background-position:  10px bottom;	
}

div.timeline span.last
{
	width: 26px;
    background-position:  13px bottom;	
}

div.errorOverlay
{
    padding: 10px;
    width: 400px;
    border: 2px solid #f89230;
    position: absolute;
    line-height: 150%;
    z-index: 1200;  
    background: #fff;  
}

div.loadingOverlay
{
	display: none;
    position: absolute;
    padding: 10px;
    width: 400px;
    height: 100px;
    text-align: center;
    border: 2px solid #f89230;
    line-height: 150%;
    z-index: 1200;  
    background: #fff;  
    background: url(../Bilder/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

span.close
{
    display: block;
    position: absolute; 
    top: 2px;
    right: 5px;
    cursor: pointer;
}

div.stretchPoint
{
    width: 180px;
    border: 1px solid #000;
    margin: 10px 30px 0 10px;
    float: left;
}

div.stretchPoint p
{
    margin: 0;
    padding: 10px;
    font-size: 14px;
}

div.stretchPoint ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.stretchPoint ul li
{
    border-top: 1px solid #000;
    padding: 10px 0 10px 20px;
}

div.stretchPoint ul li a
{
    color: #000;
    text-decoration: none;
}

div.stretchPoint ul li a:hover,div.stretchPoint ul li a.sel
{
    font-weight: bold;
}

div.stretchPoint .btnAdd
{
    display: block;
    float: left;
    margin: 20px 0 5px 30px;
}

div.stretchPoint .btnDelete
{
    display: block;
    float: right;
    margin: 20px 30px 5px 0;
}

div.values
{
    width: 400px;
    float: left;
}

div.values input[type=text]
{
    width: 100px;
}

ul.dropdown
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.dropdown li
{
    margin: 0;
    padding: 0;
}

ul.dropdown li img
{
    display: block;
}

div.phaseArrow
{
    text-align: center;
    background: url(../Bilder/phasebg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    position: absolute; 
    height: 20px; 
}

div.phaseChoose
{
    padding: 10px;
    width: 300px;
    border: 2px solid #f89230;
    position: absolute;
    z-index: 1200;  
    background: #fff; 
    display: none;
}

div.phaseChoose img, img.phaseImage
{
    cursor: pointer;
}

div.phaseBegin, div.phaseEnd
{
    position: absolute;
    background: url(../Bilder/dotted.gif);
    background-repeat: repeat-y;
    background-position: center;
    top: 40px;
    z-index: 102;
    width: 1px;
}

.ddlChoose
{
    margin: 0 0 0 10px;
}

#tabs
{
    border: none;
    padding: 0 10px;
}

#tabs ul
{
    background: none; 
    border: none;
    border-bottom: 1px solid #f89230;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 30px;
}
#tabs ul li
{
    border: 1px solid #f89230;
}

table.circuit
{
    float: left;
    margin: 0;
    padding: 0;
}

table.circuit tr td
{
    vertical-align: middle;
    padding: 5px;
}

table.circuit tr.header td
{
    border-bottom: 1px solid #000;
}

table.circuit tr td.border
{
    border-right: 1px solid #000;
}

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

table.activateImage{
    border-collapse: collapse;
}

table.activateImage tr td
{
    position: relative;
    padding: 0 10px 0 0;
    height: 40px;
    vertical-align: top;
}

table.activateImage tr td.border
{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-right: 0;
}

table.activateImage tr td.border-top
{
    border-top: 1px solid #000;
}

div.activate
{
    position: relative;
    height: 20px;
    background: #fff;
}

div.darkTime, div.emptyTime
{
    position: absolute;
    height: 16px;
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    background: #fff;
    text-align: left;
    top: 1px;
}

div.bgRight
{
    background: url(../Bilder/border.png);
    background-repeat: no-repeat;
    background-position: right;
}

div.bgLeft
{
    background: url(../Bilder/border.png);
    background-repeat: no-repeat;
    background-position: left;
}

div.redControlBegin, div.redControlEnd
{
    border: 1px solid red;
    height: 0px;
    position: absolute;
    top: 29px;
    left: 0;
    display: none;
}

div.blueControlBegin, div.blueControlEnd 
{
    border: 1px solid blue;
    height: 0px;
    position: absolute;
    top: 29px;
    display: none;
}

div.blueControlEnd, div.redControlEnd
{
    top: 25px;
}

.btnShowAll
{
    cursor: pointer;
}

div.clearer{
	width: 100%; 
	clear: both; 
	height: 0; 
	line-height: 0px; 
	font-size: 0px;
	margin: 0; 
	padding: 0; 
	background: transparent;
	}

/* Neu Frank */

.Angaben
{
	display: block;
	padding: 5px 10px 0 10px;
}

div.filter
{
	padding: 10px 0 0 13px;
}

div.filter select
{
	display: block;
	float: left;
	margin-right: 5px;	
}

div.admin
{
	margin: 0 0 0 20px;
	float: left;
}

div.admin input[type=text]
{
	width: 30px;
	display: block;
	float: left;
	margin-right: 5px;	
}

table.ampeloverview
{
    margin: 0;
    border-collapse: collapse;
}

table.ampeloverview tr th
{
    background: #F89230;  
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    border: 1px solid #000;
    height: 30px;
    vertical-align: middle;
    font-weight: normal;
}

table.ampeloverview tr.even td
{
    background: #e1e1e1;
}

table.ampeloverview td
{
	padding: 0 5px;
    border: 1px solid #000;
    height: 30px;
    vertical-align: middle;
}

.button
{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	border: 1px solid #f69230;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #ededeb 50%, #b2b2b2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededeb 50%,#b2b2b2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f9f9 0%,#ededeb 50%,#b2b2b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#b2b2b2',GradientType=0 );
	color: #545454;
	text-decoration: none;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

/*.button.sel
{
	display: inline-block!important;
}*/

.w80
{
	width: 80px;	
}

.left
{
	float: left;
}

a.scenario
{
	display: block;
	border: 1px solid #000;
	width: 249px;
	height: 172px;
	text-align: center;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	padding: 30px 0;
}

a.scenario.sel
{
	border-color: #f89230;
}

.text
{
	color: #000;
	display: inline-block;
	padding-top: 5px;
}

div.cookie
{
	display: none;
	position: relative;
	background: #404040;
	color: #fff;
}
div.cookie div.container
{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	height: auto;
	background: none;
	border: none;
	border-radius: 0;
	min-height: 0!important;
}

div.cookie div.container p
{
	margin: 0;
	padding: 0;
	float: left;
	line-height: 35px;
}

div.cookie div.container a
{
	color: #fff;
	text-decoration: underline;
}

div.cookie div.container a.btnOK
{
	display: block;
	float: right;
	height: 35px;
	background: #fff;
	color: #404040;
	padding: 0 20px;
	line-height: 35px;
	text-decoration: none;
}
