/* ----- common ------ */
body {
	margin: 0;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #666;
	scrollbar-track-color: #ddd;
	scrollbar-darkshadow-color: #fff;
	overflow: auto;
}
td, th {
	vertical-align: top; 
	text-align: left
}
body, td, th, input, select, textarea, pre {
    font-size: 10px;  color: #333;
	 font-family: verdana,geneva,arial,helvetica,sans-serif;
}
input, select, selectbox, textarea {
    width:160px;
    border: 1px solid #666;
    padding: 1px;
    font-size:10px;
}
select {
	width:164px;
    height: 16px;
}
input {
    height: 16px;
}
selectbox {
	width:10px;
}
.input_checkbox {  /* Checkboxen, fuer IE muss die Klasse der Checkbox zugewiesen werden */
    width: 14px;
    height: 14px;
    border: none;
}
.input_file {
	height: 20px;
	border: 1px outset #eee;
	background:transparent;
}
.input_button, .input_buttonB80, .input_buttonH40 {  /* Buttons, fuer IE muss die Klasse dem Button zugewiesen werden */
    width: 160px;
    border: 1px outset #eee;
    background-color: #ccc;
    height: 20px;
}
.input_buttonB80{
	width: 80px;
}
.input_buttonH40{
    height: 40px;
}
.select_multiple {
	height:60px;
}

a, a:link, td a, th a, a:visited, td a:visited, th a:visited {
    padding: 2px;
    color: #960101;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
 
}
a:hover, td a:hover, th a:hover {
    background-color: #fff;
    text-decoration: none;
}

table {
	border-right: 1px; border-top: 1px; border-left: 1px; border-bottom: 1px; text-align: left; padding: 0px;
}
img {
	border: 0; padding: 0; margin: 0;
}

.greylinks {    /* fuer nicht ganz so wichtige Links, eine nicht so knallige Hervorhebung */
     display:inline;
     vertical-align: bottom;
     color:#888; 
}
.greylinks a, .greylinks a:visited {
     color:#888; 
}
.greylinks a:hover {
     color:#000;
}
.body_frame_right {  /* body-formatierung aller seiten im rechten frame */
   background-color: #eee;
    margin:0;
}

.break {
	clear: both;
}

/* ------ Header ------- */

div#topblock {
	width:1020px;
	height:73px;
	vertical-align:top;
}
div#logo {
	float: left;
	text-align:center;
}
div#infoblock {
	float: left;
	font-size: 10px;
	vertical-align:top;
}
div#infoblock .user_passw_lang {
	padding: 4px;
	background-color: #eee;
}
div#infoblock .user_passw_lang .user_pretext {
	font-weight: bold;
	margin-right: 10px;
}
div#infoblock .adminchoice {
	padding:4px;
}
div#infoblock .adminchoice form {
	margin:0px;
	padding:0px;
	display:inline;
}
div#logout_block {
	float: right;
	height: 14px;
	background-color:#eee;
	padding: 4px;
}
div#greyHead {
	clear: left;
	height: 6px;
	background-color: #DDDDDD;
	border-bottom: 1px solid #808080;
}
/* ----- Header des rechten Frames ------- */
.header_white { 
    height: 64px; 
    background-color: #fff;
    display: block;
    position: relative;
}
/* ----- fuer Inhaltsboxen: Smallbox ----- */
.smallbox_border {
    width:200px; border:1px solid #666; padding:2px; margin:2px;
}
.smallbox_header {
    display:block; padding:2px; background-color:#ddd;
}
.smallbox_content {
    display:block; padding:2px;
}

/* -- wann immer ein test noetig wird, wird es fett, gross und rot: --- */
.test, .test a, .test a:hover, .test a:visited {
    color: #ff0000; font-size: 24px; font-weight: normal;
}
.test a, .test a:hover, .test a:visited {
    font-weight: bold;
    text-decoration: none;
}
.test a:hover {
    text-decoration: none;
}

/* ----- Zusatz-Info Tabellen */
.add_info_table  {
	display:none;
	border-collapse : collapse;
	border:0;
	background-color: #ddd;
}
.add_info_table td  {
	border: 1px solid #eee;
}

.meta{
	margin-right: 50px; 
	float: right;
    font-size: 10px;
    font-weight: normal;
}

.PointOfMe{
  height: 26px;
  padding-left: 18px;
  line-height: 24px;
  border-bottom: 1px solid #808080;
  overflow: visible;
}

.divMarker{
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
	background-color: white;
	border: 2px solid #FF0000;
	display:none;
   position: absolute;
}

/* Globales Lade-Overlay */

#overlay, #overlayBG{	
	position: absolute;
	top: 0;	
	left: 0;	
	width: 100%;
}
#overlay{
	z-index: 90;
}
#overlayBG {
	z-index: 89;
	background-color: #ccc;	
	filter:alpha(opacity=60);	
	-moz-opacity: 0.6;	
	opacity: 0.6;
}
#overlay_inner {
	z-index: 91;
	vertical-align:middle;
	position: relative;
	width: 80px;
	margin: 0 0 0 368px;
}

/* --- Help System --- */
table#help_table {
	border:0;
	border-bottom:1px solid #333;
	padding:0;
	margin:0;
}
td#help_treemenu {
	width:20%;
	padding: 4px 0 4px 6px;
	background-color: #fff;
	border-right: 1px solid #666;
}
td#help_content {
	padding: 0;
}
div#help_con {
	padding: 4px 10px;
	height:640px;
	overflow:auto;
}
div#help_con h1 {
	font-size: 18px;
	background-color: transparent;
	padding: 10px 0;
}

div#help_con h2 {
	font-size: 12px;
	background-color: #8FB1C9;
	padding: 1px 2px;
    margin: 10px 0 5px 0;
}
div#help_con table {
    border: 1px dotted #666;
	border-collapse: collapse;
	margin: 4px 0 ;
	padding:2px;	
}
div#help_con table table {
	margin: 4px 0 ;
	padding:2px;
    border: 0;
}
div#help_con td {
	padding: 5px;
}
div#help_con td+td {
	background-color: #e0e0e0;
}
div#help_con ul {
	padding-left: 20px;
}