/*
*****************************************************************
		STANDARD OBJEKTS
*****************************************************************
*/
body {
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 0;
	color: #000000;
	margin: 0;}

a  {
	color: #ce000c;
	text-decoration:underline;
}

img {
	border:0px;
}


/* Headers */
h1
{
	margin:0 0 10px 0;
	padding:0;
	color:#3b3b3b;
	font-size:20px;
	font-weight:normal;
}

h2
{
  	margin:0 0 11px 0;
	padding:0;
	color:#3b3b3b;
	font-size:18px;
	font-weight:normal;
}

h3
{
  	margin:0 0 11px 0;
	padding:0;
	color:#3b3b3b;
	font-size:15px;
	font-weight:normal;
}

h4,h5,h6
{
	margin:0 0 0 0;
	padding:0;
	color:#3b3b3b;
	font-size:12px;
	font-weight:normal;
}


/* Forms */
input {
	margin: 0;
	padding:2px;
	font-size:9px;
}

input.textbox {
	/*border:1px solid #828282;*/
	border: none;
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	background-color: #ffffff;
	color:#000;
	font-size:10px;
	width:150px;
}

select {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 11px;
}

textarea {
	background-color : #fff;
	border: none;
	border-top:1px solid #abadb3;
	border-right: solid 1px #dbdfe6;
	background-repeat:repeat-x;
	padding:2px;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
label {
	width: 70px;
	display: block;
	float: left;
}
form .row {
	display: block;
	margin-bottom: 5px;
	line-height: 18px;
	width: 232px;
}
#loginform {
	height:65px;
}

/* BOX-LAYOUT */

#outer {
	border: none;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	border: none;
}
#logo {
	border: none;
}

/* Redbar */
#redbar {
	border: none;
}
#redbar * {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}
#redbar #top {
	background: url(../images/submenu_top.gif) no-repeat top left;
	height: 4px;
	width: 940px;
}
#redbar #middle {
	background: url(../images/submenu_bg.gif) repeat-x top left;
	height: 31px;
}
#redbar #middle a {
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	text-decoration: none;
	line-height: 10px;
}
#redbar #middle a:hover {
	text-decoration: underline;
}
#redbar #bottom {
	background: url(../images/submenu_bottom.gif) no-repeat top left;
	height: 4px;
	width: 940px;
}

/* Content */
#content {
	margin: 25px;
}
#greybox {
	background-color: #e8e8e8;
	width: 728px;
	margin-top: 0px;
}
#greybox #top, #greybox #bottom {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}
#greybox #top {
	background: url(../images/greybox_top.gif) no-repeat top left;
	height: 4px;
}
#greybox #middle {
	margin: 15px;
}
#greybox #bottom {
	background: url(../images/greybox_bottom.gif) no-repeat top left;
	height: 4px;
}
#greybox img {
	margin-top: 9px;
}

#greybox #paper {
	float: right;
	margin-right: 50px;
}

/* Buttons */
input.button {
	height: 23px;
	border: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-right: 7px;
	margin-bottom: 9px;
}
#btnLogout {
	background: url(../images/btnLogout.gif) no-repeat top left;
	font-size: 11px;
	line-height: 12px;
	float: right;
	margin: 4px;
	margin-right: 20px;
	width: 79px;
}
#btnLogin {
	background: url(../images/btnLogin.gif) no-repeat top left;
	float: right;
	width: 91px;
}
#btnConfirm {
	background: url(../images/btn344.gif) no-repeat top left;
	width: 344px;
}
#btnCancel {
	background: url(../images/btnNejTack.gif) no-repeat top left;
	width: 344px;
	color: #373737;
}
#btnNewTime {
	background: url(../images/btn344.gif) no-repeat top left;
	width: 344px;
}
#btnSave {
	background: url(../images/btn104.gif) no-repeat top left;
	width: 110px;
	margin-right: 0px;
	margin-top: 10px;
}
#btnAddCar {
	background: url(../images/btn104.gif) no-repeat top left;
	width: 110px;
	margin-right: 0px;
	margin-top: 10px;
}
#btnSendMail {
	background: url(../images/btn104.gif) no-repeat top left;
	width: 110px;
	margin-right: 0px;
	margin-top: 10px;
}

/* Table */
table.booking {
	margin-bottom: 10px;
}
table.booking td {
	line-height: 25px;
}
table.booking td.h {
	width: 100px;
}

/* Tabs */
div#tabs {
	height: 28px;
	padding-left:10px;
	width: 728px;
	margin-bottom: 0px;
}
div.tab {
	background: url('../images/tab_off.gif') no-repeat left top;
	width: 132px;
	height: 28px;
	float:left;
	margin-right: 5px;
	cursor: pointer;
	color: #ce000c;
}
div.selected {
	background: url('../images/tab_on.gif') no-repeat left top;
	color: #3b3b3b;
}
div.tab p {
	margin: 11px;
	margin-top: 7px;
	margin-bottom: 8px;
	font-weight: bold;
}
div.visible {
	display: block;
}
div.hidden {
	display: none;
}


/* Footer */
#footer {
	margin: 25px;
}