* { box-sizing: border-box; }

html, body {
	margin: 0;
	padding: 0;
	height: 100%;	
}

html { overflow: hidden; }

body { overflow: auto; }

img { border: 0;display: inline; }

p {
	margin-top:0;
	padding: 0;
	}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
	float:left;
	border: 1px solid black;
	text-align:center;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); 
}

.loading_placeholder {
	display:inline;	
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/data/_images/loading.gif');
	background-position:center center;
}

#blackBar {
	top:0;
	left:0;
	width:100%;
	height:50px;
	background-color:black;
	color:white;
	position: fixed;
	z-index:3;
	overflow: hidden;
	white-space: nowrap;
	min-width:820px;
	font-family: arial;
}

#blackBarLeft {
	position:absolute;
	font-size:38px; 
	left:0;
	width:200px;
	height:50px;
	text-decoration: none; 
	color:white;	
}

#blackBarLeftSpacer {
	float:left;
	left:0;
	width:150px;
	height:50px;
}

.blackBarLeftSpezial {
	cursor:pointer;	
	font-weight:bold;
}

#blackBarRight {
	float:right;
	text-align: right;
	right:0;
	top:3px;
	width:355px;
	height:50px;
	text-decoration: none;
	color:white;
    font-size: 38px;
}

.blackBarRightSpezial {
	cursor:pointer;
} 

#blackBarMiddle	{
	width:320px;
	height:50px;
	top:0;
	display: table;
	margin: 0 auto;
	color:white;
	font-size:21px;
	text-align:right;
}

#mainlink {
	font-size:26px;
	text-decoration: none;
	color:white;
	display:inline;
}

.dropdownLinkClass {
	line-height: 24px;
}

#dropdownLink {
	font-size:16px;
	text-decoration: none;
	color:white;
	display:inline;
}

#dropdownLinkSpezial {
	font-size:16px;
	text-decoration: underline;
	color:white;
	display:inline;
}

#maincontent {
    width: 100%;
	height:95%;
	height: calc(100% - 50px);
    margin: 0 auto;
    padding: 0 0;
	top: 50px;
	position: fixed;
	overflow: auto;
}

#contentBorder {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;	
	margin: 10px auto;
	margin-top:20px;
	width:800px;
	position:relative;
	min-height:100px;
}

#admin {
	position:absolute;
	right:10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 10px;
	text-align:center;
	top:10px;
}

.normal { text-decoration: none; }
.spezial {
	cursor:pointer;
	text-decoration: underline;
}



ul.tree, ul.tree ul {
 list-style-type: none;
 background: url('/data/_images/vline.png') repeat-y;
 margin: 0;
 padding: 0;
}

ul.tree ul {
 margin-left: 10px;
}

ul.tree li {
 margin: 0;
 padding: 0 12px;
 line-height: 20px;
 background: url('/data/_images/node.png') no-repeat;
}

ul.tree li.last {
 background: #000 url('/data/_images/lastnode.png') no-repeat;
}


h1, h2, h3, h4, h5, h6 { 
	margin:0;
	padding:0;
}

table {
	table-layout:fixed;
}

.commtd
{	
    word-wrap:break-word;
	width:530px; 
}