/* ==========================================================================
   Global
   ========================================================================== */

/**
 * Body
 */

body {
    min-width: 940px;
    font: 14px/20px Arial, sans-serif;
    color: #000;
	background: #fff;
}

/**
 * Links
 */

a {
    text-decoration: none;
    color: #0069b4;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    transition: color 200ms ease;
}

a:hover {
    text-decoration: none;
}

/* ==========================================================================
   Reusable
   ========================================================================== */

.container {
    width: 940px;
    margin: 0 auto;
}

.container h2{
	font: bold 22px/40px arial;
	padding: 0 0 15px 0;
}

.text{
	width: 143px;
	height: 30px;
	padding: 0 7px;
	font: 16px/30px arial;
	color: #000000;
	border: none;
	-moz-box-shadow:inset 2px 2px 3px 1px rgba(153, 153, 153, 0.62);
	-webkit-box-shadow:inset 2px 2px 3px 1px rgba(153, 153, 153, 0.62);
	box-shadow:inset 2px 2px 3px 1px rgba(153, 153, 153, 0.62);
}

::-webkit-input-placeholder{
	font: 14px/30px arial;
	font-style: italic;
}
::-moz-placeholder{ /* firefox 19+ */
	font: 14px/30px arial;
	font-style: italic;
}
:-ms-input-placeholder{/* ie */
	font: 14px/30px arial;
	font-style: italic;
} 
input:-moz-placeholder{
	font: 14px/30px arial;
	font-style: italic;
}

.button{
	height: 30px;
	padding: 0 5px;
	border: none;
	font: bold 14px/30px arial;
	color: #fff;
	background: #003c8e;
}

.button.red{
	background: #ce0000;
}

.button.blue-light, .hinzufugen-ime{
	background: #74a8ce;
}

.qu{
	color: #0095ff;
}

.error{
	color: #D8000C;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-color: #FFBABA;
}

/* ==========================================================================
   Header
   ========================================================================== */

#header{
	padding: 37px 0 35px 0;
	background: url("../images/header_bg.png") center bottom no-repeat;
}

#header .logo{
	display: block;
	float: left;
    width: 200px;
    height: 48px;
	margin: 0 20px 0 0;
	background: url("../images/logo.png") no-repeat;
}

#header nav{
	float: left;
	width: 720px;
}

#header nav ul{
	text-align: right;
}

#header nav li{
	display: inline-block;
	margin: 0 0 0 38px;
}

#header nav li a{
	display: inline-block;
	font: bold 16px/30px Arial;
	color: #666666;
}

#header nav li a:hover, #header nav li a.current{
	color: #003c8e;
}

/* ==========================================================================
   Form element
   ========================================================================== */
.submit{
	height: 39px;
	padding: 0 10px;
	background: #0069b4;
	border: none;
	font: bold 16px/39px Arial;
	color: #fff;
}

/* ==========================================================================
   Top Manager
   ========================================================================== */
.top-manager{
	margin: 15px 0 0 0;
}

.top-manager h1{
	float: right;
	width: 380px;
	margin: 0 22px 0 0;
	font: bold 29px/39px Arial;
	color: #0069b4;
	text-align: right;
}

.top-manager .top-drop{
	float: right;
	width: 150px;
	margin: 6px 202px 0 0;
}

.top-manager .top-drop .selectboxit-text{
	min-width: 58px;
	max-width: 58px;
}

.top-manager .top-drop .selectboxit-container .selectboxit-options{
	width: 58px;
}

.top-manager .top-drop .selectboxit-options.selectboxit-list{
	width: 58px;
}

.top-manager .top-drop .selectboxit-container span, .top-manager .top-drop .selectboxit-container .selectboxit-options a{
	height: 30px;
	line-height: 30px;
}

/* ==========================================================================
   Top Manager
   ========================================================================== */
.intro-boxes{
	margin: 30px 0 0 0;
	padding: 30px 0 39px 0;
	background: #e8e8e8;
}

.intro-boxes .box{
	float: left;
	width: 409px;
	padding: 15px 30px 15px 30px;
	margin: 2px 2px 0 0;
	background: #fff;
	font: 18px/30px arial;
}

.intro-boxes .box.last-item{
	margin: 2px 0 0 0;
}

.intro-boxes .box a{
	font-weight: bold;
}

/* ==========================================================================
   Balance
   ========================================================================== */
.balance{
	padding: 25px 0 66px 0;
	background: url("../images/line_bg.png") left bottom repeat-x;
}

.balance .select-holder{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

.balance .selectboxit-container .selectboxit-text{
	min-width: 252px;
	max-width: 252px;
}

.balance .submit{
	float: left;
	width: 300px;
}

.balance .voucher-holder{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

.balance .voucher-holder .text{
	width: 286px;
	height: 39px;
	line-height: 39px;
}

/* ==========================================================================
   Balance tables
   ========================================================================== */
.balance-tables{
	padding: 25px 0 66px 0;
	background: url("../images/line_bg.png") left bottom repeat-x;
}

.balance-tables h2{
	position: relative;
	padding: 0px 0 0 0;
}

.balance-tables h2 span{
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	padding: 0 0 0 30px;
	font: 14px/16px arial;
	background: url("../images/blue_box.png") left center no-repeat;
}

.box-separator{
	width: 100%;
	float: left;
}

.table-boxes .box{
	float: left;
	width: 300px;
	margin: 20px 20px 0 0;
}

.table-boxes table{
	width: 300px;
	border-collapse:separate;
	border-spacing:0px;
	border:none;
}

.table-boxes .table-holder{
	overflow: hidden;
}

.table-boxes .table-holder.table-scroller{
	overflow-y: scroll;
}

.table-boxes .box.last-item{
	margin: 20px 0 0 0;
}

.table-boxes .box h3{
	padding: 10px 0;
	font: bold 18px/35px arial;
	text-align: center;
	background: #e8e8e8;
}

.table-boxes .box h4{
	font: bold 14px/35px arial;
	text-align: center;
	background: #e8e8e8;
	border-bottom: 2px solid #fff;
}

.table-boxes th{
	width: 33.3333%;
	font: 14px/36px arial;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #fff;
}

.table-boxes td{
	width: 33.3333%;
	font: 14px/36px arial;
	border: 1px solid #fff;
	background: #e8e8e8;
	text-align: center;
}

.table-boxes td.first-item{
	border-left: none;
}

.table-boxes td.last-item{
	border-right: none;
}

.table-boxes .blue td{
	background: #99c3e1;
}

.table-boxes .box .more{
	position: relative;
	top: -2px;
	border-top: 3px solid #0069b4; 
	text-align: center;
	-webkit-box-shadow: 0px -18px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow:    0px -18px 0px rgba(0, 0, 0, 0.03);
	box-shadow:         0px -18px 0px rgba(0, 0, 0, 0.03);
}

.table-boxes .box .more a{
	display: inline-block;
	width: auto;
	padding: 0 30px 0 50px;
	background: url("../images/plus.png") 30px 47% no-repeat;
	background-color: #0069b4;
	text-align: center;
	font: bold 16px/38px arial;
	color: #fff;
}

.table-boxes .box .less{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.table-boxes .box .less a{
	background-image: url("../images/minus.png");
}

.table-boxes .on1st td{
	font-weight: bold;
	color: #444444;
}

/* ==========================================================================
   Camera accounts
   ========================================================================== */
.camera-accounts{
	margin: 25px 0 0 0;
}

.camera-accounts .below{
	margin: 30px 0 0 0;
}

.camera-table{
	width: 940px;
	border-collapse:separate;
	border-spacing:0px;
	border:none;
}

.camera-table th{
	padding: 15px 0;
	text-align: center;
	font: bold 18px/30px arial;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
}

.camera-table th.first-item{
	border-right: 1px solid #fff;
}

.camera-table th.last-item{
	border-left: 1px solid #fff;
}

.camera-table th .qu{
	font: 13px/30px arial;
}

.camera-table td{
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #fff;
	text-align: center;
	font: 13px/36px arial;
	background: #e8e8e8;
}

.camera-table tr.head-line td{
	background: #fff;
}

.camera-table td.white{
	background: #fff;
}

.camera-table td.white_two{
	border-right: 1px solid #fff;
	background: #fff;
}

.camera-table td.white_three{
	border-left: 1px solid #fff;
	background: #fff;
}

.hinzufugen-ime{
	background: #0069B4;
}

/* ==========================================================================
   New camera
   ========================================================================== */
.new-camera{
	padding: 0 0 40px 0;
}

.new-camera .box{
	float: left;
	width: 296px;
	margin: 10px 20px 0 0;
	border: 2px solid #e8e8e8;
}

.new-camera .box.last-item{
	display: none;
	margin: 10px 0 0 0; 
}

.new-camera .box h4{
	font: 14px/40px arial;
	text-align: center;
}

.new-camera .box p{
	padding: 5px 5px 3px 5px;
	background: #e8e8e8;
}

.new-camera .box .qu{
	padding: 0 9px;
}

.new-camera .new-select{
	background: #e8e8e8;
}

.new-camera .new-select .select-holder{
	float: left;
	width: 246px;
	height: 45px;
}

.new-camera .new-select .select-holder .selectboxit-text{
	min-width: 238px;
	max-width: 238px;
}

.new-camera .new-select .selectboxit-container .selectboxit-options{
	width: 238px;
}

.new-camera .new-select .selectboxit-options.selectboxit-list{
	width: 320px;
}

.new-camera .selectboxit-container span, .selectboxit-container .selectboxit-options a{
	height: 45px;
	line-height: 45px;
}

.new-camera .box p .text{
	width: 130px;
}

.new-camera .new-select .submit{
	float: left;
	width: 50px;
	height: 45px;
}

.new-camera .error{
	display: none;
	float: left;
	width: 878px;
}

.new-camera .box p.clearfix{
	padding: 5px 5px 2px 5px;
}

.new-camera .box p.clearfix .text{
	float: left;
	margin: 4px 0 0 0;
}

.new-camera .box p.clearfix .qu{
	float: left;
	line-height: 34px;
}

.new-camera .box p.clearfix .submit-holder{
	float: right;
	display: block;
	width: 108px;
	text-align: center;
}

.new-camera .box p.clearfix .submit-holder .submit{
	display: inline-block;
}

/* ==========================================================================
   Camera-info
   ========================================================================== */
.camera-info{
	display: none;
	margin: 0 0 0 0;
	padding: 40px 0 60px 0;
	background: url("../images/line_bg.png") left top repeat-x;
	background-color: #e8e8e8;
}

.camera-info h3{
	font: bold 18px/30px arial;
}

.camera-info h3 a{
	font: 14px/30px arial;
	text-decoration: underline;
}

.camera-info ol{
	margin: 10px 0 0 0;
}

.camera-info ol li{
	margin: 10px 0 0 0;
}

.camera-info span{
	display: block;
	float: left;
	width: 27px;
	font: bold 14px/20px arial;
}

.camera-info p{
	float: left;
	width: 600px;
	font: 14px/20px arial;
}

/* ==========================================================================
   Info-text page
   ========================================================================== */
.info-text{
	margin: 25px 0 0 0;
}

.info-text .back{
	padding: 20px 0 0 0;
}

/* ==========================================================================
   Info-text page
   ========================================================================== */
.help_box{
	display: none;
	position: fixed;
	top: 45%;
	right: 10px;
	width: 250px;
	padding: 20px;
	border: 2px solid #E8E8E8;
	background: #fff;
}

.help_box h3{
	position: relative;
}

.help_box h3 a{
	display: inline-block;
	position: absolute;
	top: -15px;
	right: -11px;
	font: 14px/20px Arial;
}

/* ==========================================================================
   Login page
   ========================================================================== */
#header.login-header{
	padding: 1% 0 35px 0;
	text-align: center;
}

#header.login-header .logo{
	display: inline-block;
	float: none;
}

.login-form .container{
	width: 450px;
	margin: 30px auto 0 auto;
	padding: 0 0 30px 0;
}

.login-form .form-box{
	display: block;
	border: 2px solid #e8e8e8;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 10px;
}

.login-form .form-box label{
	float: left;
	display: block;
	width: 128px;
	padding: 0 10px 0 0;
	font: 16px/39px arial;
}

.login-form .form-box .text{
	float: left;
	width: 279px;
	font: 16px/39px arial;
	height: 39px;
}

.form-box.box-captcha{
	width: 430px;
	margin: 0;
	border-top: none; 
	padding: 8px 8px 8px 8px;
	background: #f9f9f9;
	text-align: center;
}

.form-box.box-captcha img{
	display: inline-block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.login-form .form-box.box-buttons{
	border: none;
	padding: 10px 0 0 0;
}

.login-form .form-box.box-buttons .submit{
	width: 215px;
	float: left;
	background: #e8e8e8;
	color: #0069b4;
}

.login-form .form-box.box-buttons .submit.blue{
	float: right;
	background: #0069b4;
	color: #fff;
}

.login-form .form-box.box-buttons .register{
	text-align: center;
	padding: 0px;
}

.login-form .form-box.box-buttons a{
	display: inline-block;
	padding: 10px 0 0 0;
	background: url("../images/a_line_bg.png") left bottom repeat-x;
}