/* FlyMan Management Tool CSS File
   Copyright 2008 Michael Bressler
   michael.bressler@gmx.net
*/
#hauptframe {
	margin: 5px;
}

a.main_menu_link:link, a.main_menu_link:visited {
	color: #000000;	
}

a.main_menu_link:hover {
	color: #FF6600;	
}

div.main_menu_tab {
	position: absolute;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	top: 23px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	padding: 5px;
	min-width: 100px;
	line-height: 20px;
	display: none;
}

div.main_menu_titel {
	position: relative;
	top: 1px; 
	height: 23px;
	line-height: 23px; 
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.75em;		
}

#logo_wrap {
	width: 100%;
}

#logo_m {
	border: 1px solid #333333;
	background: url('../images/logo_m.png') 0 0 repeat-x;
	height: 72px;
}

#logo_left {
	background: url('../images/logo_left.png') 0 0 no-repeat;
	width: 440px;
	height: 72px;
}

#logo_spacer {
	width: 20px;
	height: 72px;
	background-color: #FF0000;
}

#rahmen_t {
	margin-top: 10px;
	background: url('../images/line_t.png') 0 0 repeat-x;
}

#rahmen_tl {
	background: url('../images/line_t_l.png') 0 0 no-repeat;
}

#rahmen_tr {
	height: 10px;
	overflow: hidden;
	background: url('../images/line_t_r.png') 100% 0 no-repeat;
}

#rahmen_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 3px;
	width: auto;
	padding: 1px 8px;
}

#rahmen_b {
	margin-top: -6px;
	background: url('../images/line_b.png') 0 100% repeat-x;
}

#rahmen_bl {
	background: url('../images/line_b_l.png') 0 100% no-repeat;
}

#rahmen_br {
	height: 13px;
	background: url('../images/line_b_r.png') 100% 100% no-repeat;
}

#sep_h {
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 5px;
	background: url('../images/line_sep.png') 0 100% repeat-x;
	height: 5px;
}

#logo {
	background: url('../images/logo.png') 50% 0 no-repeat;
	height: 63px;
}

a:link,a:visited {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

#Wochenansicht {
	margin-top: 40px;
}

p {
	margin: 5px;
}

td.TabTitel {
	padding: 5px;
	font-family: Verdana;
	height: 29px;
	color: #FFFFFF;
}

td.TabINormal {
	font-family: Verdana;
	color: #000000;
}

tr.TabINormal {
	font-family: Verdana;
	background-color: #EEEEEE;
}

tr.TabIHighlight {
	font-family: Verdana;
	background-color: #FFFFAA;
}

h1 {
	padding: 0;
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Verdana;
	font-size: 1.0em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

font.menu_text {
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	color: #0F77D7;
	text-align: left;
	line-height: 30px;
}

.under_menu {
	display: inline;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.9em;
}

.head2 {
	font-family: Verdana;
	font-size: 0.8em;
}

div.under_menu_sel {
	display: inline;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.9em;
	background: url('../images/tab_big.png') 0 0 no-repeat;
}

div.under_menu_sel_l {
	display: inline-block;
	height: 10px;
	overflow: hidden;
	background: url('../images/kante_l.png') 0 0 no-repeat;
}

div.under_menu_sel_r {
	display: inline-block;
	height: 10px;
	overflow: hidden;
	background: url('../images/kante_r.png') 100% 0 no-repeat;
}

font.normal {
	font-family: Verdana;
}

div.btn_normal {
	float: right;
	background: url('') 0 0 no-repeat;
	height: 51px;
	width: 51px;
	margin-top: 5px;
}

div.btn_high {
	float: right;
	background: url('../images/button_h.png') 0 0 no-repeat;
	height: 51px;
	width: 51px;
	padding-top: 5px;
}

div.btn_seperator {
	float: right;
	height: 51px;
	width: 1px;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

div.btnbig_normal {
	border: 1px solid #FFFFFF;
	height: 70px;
	width: 70px;
	margin: 3px;
}

div.btnbig_high {
	border: 1px solid #777777;
	height: 70px;
	width: 70px;
	margin: 3px;
}

div.clear {
	clear: left;
}

div.jobs_jobdetails {
	position: absolute;
	top: -43px;
	left: -11px;
	border: 1px solid #000000;
	background-color: #EEEECC;
	display: none;
	width: 200px;
	padding: 1px;
	overflow: hidden;
	z-index: 1;
}

.job_eintrag_normal {
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	line-height: 15px;
}

.job_eintrag_info {
	font-weight: bold;
	color: #119944;
	cursor: pointer;
	line-height: 15px;
}

.detailSwitchOff {
	border: 0;
	display: block;
}

.detailSwitchOn {
	border: 0;
	display: none;
}
