html,
body{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	background-color: white;
}

img{
	border: none;
}

div#hg_wait{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: black;
	opacity: 0.3;
}

div#ani_wait{
	position: absolute;
	z-index: 110;
	width: 200px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -100px;
}


div#top{
	background-color: #c5cedd;
	border-bottom: 1px solid #808080;
}

img#logo{
	display: block;
	float: left;
}

.red{
	color: #970000;
}

h1{
	color: #0a246a;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 22px;
}

div#top h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #254e9b;
	margin-left: 150px;
	padding-top: 24px;
}

form#loginform{
	clear: both;
	display: block;
	background-color: #d4d0c8;
	border-top: 1px solid white;
	border-bottom: 1px solid #808080;
}

form#loginform ul{
	margin: 0;
	padding: 0;
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}

form#loginform div{
	clear: left;
}

form#loginform ul li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

form#loginform input.Admin_input{
	border: 1px solid black;
	vertical-align: middle;
}

form#loginform input#submitform{
	border: 1px solid black;
	vertical-align: middle;
}

div#top ul#main_navi{
	clear: left;
	background-color: #d4d0c8;
	border-top: 1px solid #e4e4e4;
	/*border-bottom: 1px solid #808080;*/
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

div#top ul#main_navi li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

div#top ul#main_navi li.reset{
	display: block;
	clear: left;
	width: 0;
	height: 0;
	overflow: hidden;
}

div#top ul#main_navi li a{
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #d4d0c8;
}

div#top ul#main_navi li a:hover,
div#top ul#main_navi li a.auswahl{
	background-color: #e4e4e4;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

div#top ul#main_navi li a img{
	vertical-align: text-bottom;
	margin-right: 3px;
}

div#subnavi{
	position: absolute;
	width: 250px;
	background-color: #d4d0c8;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

div#subnavi ul#subselect{
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
}

div#subnavi ul#subselect li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	border: none;
}

div#subnavi ul#subselect li a{
	display: block;
	float: left;
	text-decoration: none;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #d4d0c8;
}


div#subnavi ul#subselect li a img{
	vertical-align: text-bottom;
	margin-right: 3px;
}

div#subnavi ul#subselect li a.smal{
	margin: 0;
	padding: 1px;
}

div#subnavi ul#subselect li a.smal img{
	margin: 0;
}

div#subnavi ul#subselect li a.auswahl,
div#subnavi ul#subselect li a:hover{
	border: 1px solid #0a246a;
	background-color: #b6bdd2;
}

div#subnavi ul#subselect li.trenner a img{
 	background-color: #808080;
}

div#subnavi ul#subselect li.reset{
	display: block;
	clear: left;
	width: 0;
	height: 0;
	overflow: hidden;
}


ul.list{
	margin: 5px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	height: 600px;
	overflow: auto;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

ul.list li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

ul.list li a{
	display: block;
	border: 1px solid white;
	color: black;
	text-decoration: none;
	padding: 2px;
}

ul.list li a:hover,
ul.list li a.auswahl{
	border: 1px solid #0a246a;
	background-color: #b6bdd2;
}

ul.list li a img{
	display: block;
	float: left;
	vertical-align: text-bottom;
	margin-right: 3px;
}

ul.list li a span{
	display: block;
	margin-left: 19px;
}

ul.list li a.openfolder{
	float: left;
	margin: 0;
	padding: 1px;
	clear: left;
}


ul.list li a.fold_desc{
	display: block;
	margin-left: 26px;
}

ul.list li a.auswahl_fold_desc{
	display: block;
	margin-left: 26px;
	border: 1px solid #0a246a;
	background-color: #b6bdd2;
}

ul.list li div.clear_float{
	display: block;
	clear: both;
}

ul.list li ul{
	margin: 0;
	padding: 0;
	padding-left: 19px;
}

ul.list li a.deleted{
	color: #970000;
}

ul.list li a.deleted:hover{
	border: 1px solid white;
	background-color: transparent;
	cursor: default;
}



div#content{
	margin-left: 280px;
}

div.no_space#content{
	margin-left: 30px;	
}


table.edit_data{
	border-top: 2px solid #0a246a;
}

table.edit_data table{
	margin: 0;
	padding: 0;
}

table.edit_data td.head{
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #0a246a;
	vertical-align: top;
	color: #0a246a;
}

table.edit_data td.data{
	border-bottom: 1px solid #0a246a;
	color: #666666;
	font-size: 11px;
	vertical-align: top;
}

table.edit_data td.preview{
	padding: 10px;
	border: 1px solid #0a246a;
	height: 225px;
}

table.edit_data td.button{
	padding-top: 8px;
	padding-bottom: 5px;
}

table.edit_data input.inp_data,
table.edit_data select.inp_data{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	padding-left: 2px;
}

table.edit_data textarea.inp_data{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	padding-left: 2px;
}

table.edit_data input.inp_data_short,
table.edit_data select.inp_data_short{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	padding-left: 2px;
}

table.edit_data textarea.inp_data_short{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	padding-left: 2px;
}

table.img_list td{
	margin-top: 10px;
	margin-bottom: 10px;
}

table.img_list img{
	border: 1px solid #0a246a;
}

table.img_list td.hg_img{
	background-image: url(../images/app_doc_hg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 71px;
	height: 100px;
	border: 1px solid #0a246a;
	text-align: center;
}


a.button{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: #d4d0c8;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

a.button:active{
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
} 

div.bezeichnung{
	font-size: 13px;
	font-weight: bold;
}

a.mod_select{
	color: #0a246a;
	padding: 3px;
	font-size: 12px;
}

ul.templ_navi{
	margin: 0;
	padding: 0;
	background-color: #d4d0c8;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left:  1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #808080;
	padding-left: 20px;
	margin-left: -29px;
}

ul.templ_navi li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

ul.templ_navi li a{
	display: block;
	float: left;
	text-decoration: none;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 3px;
	border: 1px solid #d4d0c8;
}

ul.templ_navi li a:hover,
ul.templ_navi li a.auswahl{
	background-color: #b6bdd2;
	border: 1px solid #0a246a;
}

ul.templ_navi li a img{
	vertical-align: text-bottom;
	margin-right: 3px;
}

ul.templ_navi li.reset{
	display: block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}


table.sheet_list{
	background-color: #808080;
}

table.sheet_list th{
	background-color: #0a246a;
	color: white;
	font-size: 12px;
}

table.sheet_list th a{
	color: white;
	font-size: 12px;
}

table.sheet_list th.sortaktiv{
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #254e9b;
}

table.sheet_list th img{
	vertical-align: text-bottom;
}

table.sheet_list td{
	background-color: white;
	font-size: 12px;
	white-space: nowrap;
}

table.sheet_list tr.dunkel td{
	background-color: #e2e5ed;
}

table.sheet_list tr.user td{
	background-color: #ffe5cc;
}

table.sheet_list tr.user_dunkel td{
	background-color: #ffd8b2;
}

a.listNavi{
	color: #0a246a;
    font-size: 12px;
    padding: 3px;
    font-weight: bold;	
}


div.inputCond{
	position: relative;
	z-index: 40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	padding-left: 2px;
	border: 1px solid #edeeef;
	min-height: 75px;
	margin-bottom: 0.25em;
}

div.inputCond div.edtLink{
	position: absolute;
	z-index: 30;
	right: 0;
	top: 0;
	background-color: #cccdce;
	
}

div.inputCond div.edtLink a{
	display: block;
	float: left;
	margin: 5px;
	color: #0a246a;
	font-size: 12px;
}


.change{
	background-color: #ffd1d1;
}


.change_tmpl{
	background-color: #afb1ff;
}