@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d7e2e8;
	background-image:url(../img/mvi_bg.jpg);
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 70px;
	color: #18539e;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 65px;
	margin-bottom: 10px;
}

h2 {
	margin: 10px 0px 4px 0px; 
	padding: 0px;
	font-size: 20px;
	color: #18539e;	
	font-weight: normal;
}

h3 {
	padding: 0px;
	margin: 6px 0px 3px 0px; 
	font-size: 16px;
	color: #18539e;
	font-weight: bold;
}

h4 {
	padding: 0px;
	margin: 6px 0px 3px 0px; 
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

h5 {
	padding: 0px;
	margin: 4px 0px 2px 0px; 
	font-size: 13px;
	color: #18539e;
	font-weight: bold;
}

h6 {
	padding: 0px;
	margin: 4px 0px 2px 0px; 
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h2 a, h2 a:link, h2 a:visited, h2 a:active, h3 a, h3 a:link, h3 a:visited, h3 a:active, h5 a, h5 a:link, h5 a:visited, h5 a:active {
	color: #18539e;
	text-decoration: underline;
}

h4 a, h4 a:link, h4 a:visited, h4 a:active, h6 a, h6 a:link, h6 a:visited, h6 a:active {
	color: #18539e;
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, a6 a:hover {
	color: #FFF;
	background-color: #18539e;
	text-decoration: underline;
}

#content ul {
	margin: 0px;
	padding: 2px 0px 5px 20px; 
	list-style-image:url(../img/ul.gif);
}

#content ul li {
	margin: 0px;
	padding: 2px 0px 2px 0px; 
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


form {
	padding: 0px;
	margin: 0px;
}


.clearfloat {
	clear:both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
}

.hide {
	display: none;	
}

.spacer_4 {
	width: 4px;
	height: 4px;
	line-height: 4px;
}

.spacer_6 {
	width: 6px;
	height: 6px;
	line-height: 6px;
}

table.linklist {
	width: 100%;
	margin: 6px 0px 6px 0px;
	padding: 0px;
	border: 1px solid #b4b4b4;
	font-size: 11px;
}

.calendar table.linklist {
	font-size: 9px;	
}

table.linklist tr td {
	margin: 0px;
	padding: 2px 4px 0px 4px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	/*height: 16px;*/
	background-color: #FFF;
}

.timelog table.linklist tr td {
	height: 32px;
}

.calendar table.linklist tr td {
	height: 20px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	min-width: 21px;
}

table.linklist tr td div {
	margin: 0px;
	padding: 0px; 
	/*height: 16px;*/
	max-width: 400px;
	width: 100%; 
	overflow: hidden;
}
table.linklist tr td.saturday {
	background-color: #fce8e9;
}
table.linklist tr td.sunday {
	background-color: #fce8e9;
}

table.linklist tr td.holiday {
	background-color: #fce8e9;
}

table.linklist tr:hover td.saturday {
	background-color: #e2d9e0;
}
table.linklist tr:hover td.sunday {
	background-color: #e2d9e0;
}
table.linklist tr:hover td.holiday {
	background-color: #e2d9e0;
}

table.linklist tr:first-child td {
	background-image:url(../img/td_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: none;
	border-bottom: 1px solid #d5d5d5;
	background-color: #edeef0;
	height: 16px;
}

.calendar table.linklist tr:first-child td {
	height: 28px;
	line-height: 13px;
}

table.linklist tr:first-child {
	cursor: auto;
}

table.linklist tr {
	cursor: pointer;
}

table.linklist tr:hover td {
	background-color:#e5eef5;
}

table.linklist tr:first-child:hover {
	background-color: none;
}

div.calendarcontent {
	width: 768px;
	/*height: 404px*/;
	overflow: auto;
	*overflow: scroll;
	padding: 0px;
	margin: 0px;
	border: 1px solid #b4b4b4;
}

div.calendarcaption {
	position: absolute;
	/*height: 384px*/;
	overflow: hidden;
	padding: 0px;
	margin: 1px;
	border-right: 1px solid #f0f0f0;
}

div.calendarcaption table.calendarlist {
	width: 90px;
	/*height: 384px*/;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #f0f0f0;
}

div.calendarsum {
	position: absolute;
	width: 70px;
	/*height: 384px*/;
	overflow: hidden;
	padding: 0px;
	margin: 1px 1px 1px 699px;
}

div.calendarsum table.calendarlist {
	width: 70px;
	/*height: 384px*/;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #f0f0f0;
}


table.calendarlist {
	/*width: 1152px*/;
	/*height: 384px*/;
	margin: 0px;
	*margin-left: 29px;
	*margin-right: 7px;
	padding: 0px;
	font-size: 11px;
	border-bottom: 1px solid #f0f0f0;
}

table.calendarlist tr td {
	margin: 0px;
	padding: 1px 2px 1px 2px;
	min-width: 27px;
	height: 26px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	background-color: #FFF;
	text-align: center;
	overflow: hidden;
	font-size: 10px;
	/*letter-spacing: -1px;*/
}

table.calendarlist tr.highight td {
	margin: 0px;
	height: 25px;
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
	background-color: #f7f7f7;
}

table.calendarlist tr.highight td.sunday {
	background-color: #ebf0f3;
}

table.calendarlist tr.highight td.saturday {
	background-color: #ebf0f3;
}

table.calendarlist tr.highight td.holiday {
	background-color: #ebf0f3;
}

table.calendarlist tr.highight td.sunday:hover {
	background-color: #e4e8eb;
}

table.calendarlist tr.highight td.saturday:hover {
	background-color: #e4e8eb;
}

table.calendarlist tr.highight td.holiday:hover {
	background-color: #e4e8eb;
}

table.calendarlist tr td.caption {
	margin: 0px;
	padding: 1px 5px 1px 5px;
	min-width: 76px;
	height: 26px;
	border-right: 1px solid #d5d5d5;
	text-align: left;
	overflow: hidden;
	font-size: 11px;
	cursor:default;
}

table.calendarlist tr td.sum {
	margin: 0px;
	padding: 1px 5px 1px 5px;
	min-width: 59px;
	height: 26px;
	border-left: 1px solid #d5d5d5;
	overflow: hidden;
	font-size: 11px;
	background-image:url(../img/tableline.jpg);
	background-repeat: repeat-y;
	background-position: left;
	cursor:default;
}

table.calendarlist tr td div {
	margin: 0px;
	padding: 0px; 
	max-height: 28px;
	width: 100%; 
	*width: 27px;
	overflow: hidden;
}

table.calendarlist tr td.saturday {
	background-color: #f5f8f9;
}

table.calendarlist tr td.sunday {
	background-color: #f5f8f9;
}

table.calendarlist tr td.holiday {
	background-color: #f5f8f9;
}

table.calendarlist tr td.saturday:hover {
	background-color: #ebf0f3;
}
table.calendarlist tr td.sunday:hover {
	background-color: #ebf0f3;
}
table.calendarlist tr td.holiday:hover {
	background-color: #ebf0f3;
}

table.calendarlist tr:first-child td {
	background-image:url(../img/td_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: none;
	border-bottom: 1px solid #d5d5d5;
	background-color: #edeef0;
	height: 32px;
	padding: 0px 0px 1px 0px;
	line-height: 14px;
	font-size: 11px;
	cursor: default;
}

table.calendarlist tr:first-child td:hover {
	background-color: #edeef0;
}

table.calendarlist tr {
	cursor: pointer;
}

table.calendarlist tr td:hover {
	background-color:#e5eef5;
}

div.tooltip {
	display: none;
}

div.tooltiptext {
	padding: 3px;
}
/*test tabs bss*/
#content ul.tab {
    border-bottom: 1px solid #B4B4B4;
    list-style: none outside none;
    margin: 0 0 6px;
    padding: 0;
}
#content ul.tab li {
    background-image: url(../img/bg_leiste_5.jpg);
    background-position: left center;
    background-repeat: repeat-x;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-top: 1px solid #B4B4B4;
    display: inline-block;
    margin: 0;
    padding: 3px 8px;
}
#content ul.tab li:hover {
    background-image: url(../img/bg_leiste_5_hover.jpg);
}
#content ul.tab li.tabon {
    background-color: #FFFFFF;
    background-image: none;
    margin: 0 -1px -1px;
    padding: 4px 9px;
}
#content ul.tab li a {
    color: #000000;
    text-decoration: none;
}
/* test ende */
/*
#content ul.tab {
	list-style: none;
	margin: 0px 0px 0px 0px;  oben, rechts, unten, links 
	padding: 0px;
	border-bottom: 1px solid #8cb2d0;
}

#content ul.tab li {
	display: inline-block;
	border-left: 1px solid #8cb2d0;
	border-top: 1px solid #8cb2d0;
	border-right: 1px solid #8cb2d0;
	padding: 0px 6px 4px 6px;  oben, rechts, unten, links 
	margin: 0px 2px 0px 0px;  oben, rechts, unten, links 
	background-image: url(../img/bg_leiste_5.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:10px;
}

#content ul.tab li:hover {
	background-image: none;
	background-color: #FFF;
}

#content ul.tab li.tabon {
	background-image: none;
	background-color: #FFF;
	margin: 0 -1px -1px;
    padding: 0 7px 5px;
}

#content ul.tab li a {
	text-decoration: none;
	color: #005596;
	font-weight: bold;
	font-size:10px;
}
*/
.print {
	display:none;
}