html,body {
	background-color: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	height:100%; /* wird für container min-height benötigt */
	color:#000;
	background-image:url(/images/hisinone/bg.gif);
	background-repeat:repeat-y;
	background-position: left top;	
}

/*********************** Layout Layer ***********************/
div#container {
	position:relative; /* wird für die footer Positionierung benötigt */
/*	margin:0 auto;  horizontal zentrieren, in IE5 nicht möglich */ 
	width:870px;
	
	height:auto !important; /* alle browser */
	height:100%; /* wird vom IE6 wie min-height behandelt */
	min-height:100%; /* alle browser außer IE6 */
}

#header {
	padding:16px 10px 10px 20px;
	background-color: #FAFAFA;
}

#logo {
	position:relative; 
	left:0px; 
	top:0px; 
	width:190px; 
	height:54px;
	float:left;
}

#banner {
	position:relative;
	left:14px;
	top:0px;
	width:626px;
	height:57px;
	float:right;
}

#managerView {
	position:relative;
	left:860px;
	top:1px;
	width:100px;
}

#metaNavi {
	clear: both;
	position:relative;
	top:20px;
	left:0px;
	width:850px;
	height:36px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;	
}

#metaNavi .columnLeft {
	position:relative;
	float:left;
	width: 300px;
}

#metaNavi .columnRight {
	position:relative;
	float:right;
	width: 550px;
	text-align:right;
}

#mainNavi {
	clear: both;
	position:relative;
	top:10px;
	width:850px;
	height:21px;
	text-align:right;
}

#mainNavi .menuSubject {
	display: inline;
	padding-left: 28px;
	line-height: 20px;
	font-weight: bold;		
}

#mainNavi .firstMenuSubject {
	display: inline;
	line-height: 20px;
	font-weight: bold;
}

#content {
	padding:0em 0em 7em; /* bottom padding für den Abstand zum footer */
	width:870px;
	overflow:auto;
}

#breadCrumbs {
	position:relative;
	left:0px;
	width:442px;
	padding-bottom:20px;
}

#leftMenu {
	position:relative;
	float: left;
	padding:60px 10px 10px 20px;
	width:208px;
}

#contentMain {
	width:442px;
	float:left;
	padding:10px 0px 10px 10px; 
}

#breadCrumbs {
	position:relative;
	width:442px;
	padding:10px 20px 10px 0px;
}

#columnRight {
	position:relative;
	float: right;
	width:160px;
	padding-bottom:3em;
}

#columnRightTop {
	height:30px;
	width:160px;
	background-color:#FAFAFA;
}

#columnRightBottom {
	width:150px;
	padding-left:5px;
	padding-right:5px;
}

#footer {
	position:absolute;
	width:870px;
	bottom:0px; /* Positionierung unten */
}

#footerLeft {
	position:relative;
	float:left;
	height:101px;
	width:462px;
	padding-left:248px;
}

#footerLeft p {
	height:101px;
	bottom:0px;
	vertical-align:text-bottom;
}

#dice {
	position:relative;
	float:right;
	width:155px;
	height:101px;
	padding-right:5px;
	padding-bottom:5px;
}

/*******************************************************/
/*             Überschriften                           */
/*******************************************************/

h2 {
	font-size: 16px;
	color: #005E9D;
	font-weight: bold;
	line-height: normal;
}

h3 {
	font-size: 14px;
 	color: #005E9D;
	font-weight: bold;
	line-height: normal;
}
	
h4,th {
	font-size: 12px;
	color: #005E9D;
	font-weight: bold;
	line-height: normal;
}

/*******************************************************/
/*             Fliesstext                              */
/*******************************************************/
	
p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
    list-style-image: url(/images/liste_3.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	left: 0px;
	font-weight: normal;
	line-height: 1.6em;
}

.p_12px {
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}

.p_6px {
	clear: both;
	display: block;
	line-height: 0px;
}
	
.abstand_10 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.small { font-size: 10px; }

/*******************************************************/
/*              Links                                  */
/*******************************************************/
a,.link {
	text-decoration: none;
	color: #0A4F7E;
}
	
a:hover {
	color: #999999;
	text-decoration: underline;
}
	
.links_ {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}


.link_metanavi {
	font-size: 10px;
	line-height: 26px;
/*	color: #333333; */
	color: #0A4F7E;
	font-weight: normal;
	text-decoration: none;
}	
	
.link_10px {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
	
.arrow_right {
	background-image:url(/images/icons/right_rect.png);
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 1px 20px;
	text-align: justify;
	top:0px;
}	

.pdf_link {

	background-image:url(/images/pdfs.gif);
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding: 0 0 2px 20px;
	text-align: justify;
	top:0px;
}

/*******************************************************/
/*              Formulare                              */
/*******************************************************/

input:focus { background-color:#E6EFF5; }
textarea:focus { background-color:#E6EFF5; }
select:focus { background-color:#E6EFF5; }


/*******************************************************/
/*              Tabellen                               */
/*******************************************************/

td {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 2px;
	left: 0px;
	font-weight: normal;
	line-height: 16px;
}

.tabelle {
	border-width:0.5px;
	border-style:solid;
	border-color:#B5BDD1;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.roweven {
   background-color: #EFEFEF;
   padding: 10px;
}

.rowuneven {
   background-color: #E2E2E2;
   padding: 10px;
}

tr.even {
	background-color:#EFEFEF;
}

tr.uneven {
	background-color:#E2E2E2;
}

.even {
	background-color:#EFEFEF;
	padding: 10px;
}

.uneven {
	background-color:#E2E2E2;
	padding: 10px;
}

/*******************************************************/
/*              Listen                                 */
/*******************************************************/

li {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
    list-style-image: url(/images/liste_3.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 1em;
	padding-left: 0px;
	left: 0px;
	font-weight: normal;
	line-height: 1.4em;
}

.line-height12{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
        list-style-image: url(/images/liste_3.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 0px;
        margin-top: 0px;
	padding-left: 0px;
	left: 0px;
	font-weight: normal;
	line-height: 1.6em;
}

.line_height12_pilot{
	line-height: 1.2em;
	margin-bottom: 0.8em;
    list-style-image: url(/images/hisinone/pilot/pilot.gif);
}

.line_height12_musik{
	line-height: 1.2em;
	margin-bottom: 0.8em;
    list-style-image: url(/images/hisinone/pilot/musik.gif);
}

ul.ul_line_height12 {
	color: #333333;
	text-decoration: none;
    list-style-image: url(/images/liste_3.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 0px;
    margin-top: 10px;
	padding-left: 15px;
	left: 0px;
	font-weight: normal;
	margin-left: 0px;
	line-height: 0px;
}

.li_line_height12 {
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

.nummeriert {
	font-size: 12px;
	color: #333333;
	margin-bottom: 16px;
        list-style-image: none;
        list-style-type: decimal;
	font-weight: normal;
	line-height: 16px;}

.zeile {
	font-size: 12px;
	color: #333333;
    list-style-type: decimal;
	font-weight: normal;
    line-height: 0.6em;
}

.zeile_12 {
	font-size: 12px;
	color: #333333;
    list-style-type: decimal;
	font-weight: normal;
    line-height: 1.2em;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
	padding-bottom: 0.6em;
}

li.klein, .klein {
	font-size: 10px;
	line-height: 1.4em;
	color: #333333;
	font-weight: normal;
}

.auflistung {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-image: url(/images/his_listhellblau_small.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	left: 0px;
	font-weight: normal;
	line-height: 13px;
}

/*******************************************************/
/*              images                                 */
/*******************************************************/

.screenshot {
	border: 1px solid #E2E2E2;
	padding: 4px;
	margin-bottom: 4px;
}

.screenshot_map {
	border: 1px solid #E2E2E2;
	padding: 0px;
	margin-bottom: 4px;
}

.screenshot_gmap {
	border: 2px solid #E2E2E2;
	padding: 0px;
	margin-bottom: 4px;
}

.img_float_grey {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: #E2E2E2 1px solid;
}

.img_float {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.img_float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.img_float_right_grey {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: #E2E2E2 1px solid;
}

img {
	border:0px;
}

.img_button {
	border:0;
	background-color: transparent;
	cursor: pointer;
}