/*######################################
  Global Styles, to norm all elements
######################################*/
html,body,table,td,form,button,select,input,textarea,p,h1,h2,h3,h4,h5,h6,cite,quote {
  margin: 0px;
  padding: 0px;
  font-family: Verdana,Arial,Tahoma,Helvetica,Geneva,Sans-serif;
  font-size: 10px;
  line-height: 120%;
}

body {
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
}

/*---------------------------------------------
Set as blockelements
---------------------------------------------*/
h1,h2,h3,h4,h5,h6,hr,div,p,form {
  display: block;
}

/*---------------------------------------------
Set vertical align to top, this helps if the
text flys in the middle of a table (td).
---------------------------------------------*/
td {
  vertical-align: top;
}

/*---------------------------------------------
Set font bold inside of this elements.
---------------------------------------------*/
strong,caption,optgroup,.strong {
  font-weight: bold;
  font-style: normal;
}

/*---------------------------------------------
Set no border for tables and images, the images
border comes if you link any image <a href=""><img></a>
and this sheet does make the border invisible 
---------------------------------------------*/
img,table {
  border: 0px none;
}

/*---------------------------------------------
Set a margin for pharagraph-TAG
---------------------------------------------*/
p {
  margin: 0; padding: 0;
}

/*---------------------------------------------
Set a cursor for the label-TAG
---------------------------------------------*/
label {
  cursor: pointer;
}

/*---------------------------------------------
Set global style of the horizontal line
---------------------------------------------*/
hr {
	color : #000;
	width: 100%; height : 1px;
	padding : 0;
	border-color : #adadad;
	border-width : 1px 0 0 0;
	border-style : dotted;
	margin: 3px 0 8px 0;
}

/*---------------------------------------------
Set general link style
---------------------------------------------*/
a:link,a:visited,a:hover,a:active {
  color: #6e7e81;
  font-weight: normal;
  text-decoration: none;
}
a:hover { color: #000 }
:focus { outline: 0 }

/*####################################
  IMAGELOADER STYLES
####################################*/
html,body {
  color: #000;
  background: #FFF;
  text-align: center;
  cursor: default;
  height: 100%;
}

div#page {
  position: relative;
  width: 100%; margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #FFF;
  text-align: left;
}

/*####################################
  HEADER / NAVIGATION  
####################################*/
div#header {
  width: 100%; margin-bottom: 3px;
  background: #FFF url(./images/header_left.jpg) no-repeat left top;
  text-align: left;
}

div#header p#ad {
  position: absolute;
  top: 10px; left: 50%;
  margin-left: -280px;
}

div#header div {
  width: 100%; height: 120px;
  padding-top: 10px;
  background: url(./images/header_right.jpg) no-repeat right bottom;
}

div#header div b {
  width: 70px; display: block;
  float: left; margin-top: 3px;
  margin-left: 245px;
}

div#header hr { width: 100% }

div#header a.download:link, div#header a.download:visited,
div#header a.download:hover, div#header a.download:active {
  position: relative;
  left: auto; top: auto;
  display: block; float: left;
  width: 200px; height: 12px; margin-top: 2px;
  padding: 5px; padding-left: 25px; text-align: left;
  background: url(./images/download.gif) no-repeat left center;
}

div#header a.admin:link, div#header a.admin:visited,
div#header a.admin:hover, div#header a.admin:active {
  position: relative;
  left: auto; top: auto;
  display: block; float: left;
  width: auto; height: 12px;
  margin-top: 2px; margin-left: -110px;
  padding: 5px; text-align: left;
}

div#header a:link, div#header a:visited {
  position: absolute;
  left: 21px; top: 25px;
  width: 210px; height: 50px;
}

div#content,
div#navigation {
  padding: 5px 3px;
}

div#navigation {
  margin-top: -24px;
  text-align: right;
}

div#navigation a:link, div#navigation a:visited,
div#navigation a:hover, div#navigation a:active {
  color: #111; padding: 3px 8px; float: left;
  background-color: #DDD;
}

div#navigation a:hover, div#navigation a:active {
  background-color: #F4F4F4;
}

/*####################################
  CONTENT
####################################*/
div#content {
  padding: 15px 70px;
  padding-bottom: 50px;
}

div#content,
div#content * {
  line-height: 150%;
}

div#content h1 {
  font-size: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
}

/*####################################
  UPLOAD FORM
####################################*/
div#upload {
  
}

input.submit {
  cursor: pointer;
  background-color: #DDD;
  border: 1px dotted #adadad; padding: 2px 4px;
  font-size: 11px;
}

div#error {
  color: red;
}

/*
  PROGRESSBAR
*/
div#progressbar {
  display: none;
	margin-top: 15px;
	background-color: #FFF;
}
div#progressbar .info,
div#progressbar #ptotal,
div#progressbar #ploaded,
div#progressbar #prate,
div#progressbar #pstatus {
	display: block;
	float: left; clear: left;
	overflow: hidden;
	margin-bottom: 2px;
}

div#progressbar .info {
	width: 20%;
}

div#progressbar #ptotal,
div#progressbar #ploaded,
div#progressbar #prate,
div#progressbar #pstatus {
	text-align: right;
	width: 80%; clear: right;
}
div#progressbar #pstatus { font-style: italic }
div#progressbar #pfileName {
  font-size: 11px;
  font-weight: bold;
}

div#progressbar #pbar {
	display: block;
	width: 0%; height: 16px;
	clear: left;
	background-color: #CCC;
  text-align: right;
}

span.imageButton { cursor: pointer }

/*
  INPUTFIELDS
*/
fieldset { clear: both; border: 0 none }
fieldset label {
  width: 120px; 
  display: block; float: left;
}

input.inputField {
  width: 390px;
  background-color: #F1F1F1;
  border: 1px solid #CCC;
  padding: 2px; margin: 1px;
}

input.file {
  background-color: #FFF;
  width: 200px; float: left;
  margin-top: 1px; margin-right: 5px;
}

input.checkbox {
  cursor: pointer;
}

/*
  TOOLS
*/
.clear {
  clear: both;
  height: 0; line-height: 0; font-size: 0;
}

.center { text-align: center }

/*
  FOOTER
*/
div#footer {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 44px;
  margin-top: -8px; padding-left: 3px;
  color: #888; background: #FFF;
}

div#footer a,
div#footer form {
  position: absolute;
  right: 9px; top: 9px;
}

div#footer form { right: auto; left: 290px; }

/*
  LIST
*/
ol, ol li {
  margin-left: 11px; padding-left: 0;
}

ol li {
  padding: 11px 0;
}

/*
  TABLE
*/
table {
  background-color: #AAA;
}

tr td {
  padding: 2px 1px;
}

tr.kat td { background-color: #CCC; font-weight: bold; }
tr.first td { background-color: #DDD }
tr.second td { background-color: #F9F9F9 }


div#size {
  margin: 0 auto;
  text-align: right;
  color: #222;padding-right: 5px;
  white-space: nowrap;
}

#loadingDiv {
  position: absolute;
  top: 0; left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #000;
}

/*
  SITE NAVI
*/
div#siteNavi {
  position: relative;
  margin: 4px 3px; margin-top: 15px;
  text-align: right;
}

div#siteNavi a {
  border: 1px solid #FFF;
  background-color: #EEE;
  padding: 2px 5px; margin-left: 1px;
}

div#siteNavi a.aktuell,
div#siteNavi a:hover,
div#siteNavi a:active {
  background-color: #CCC;
  color: #000;
}

div#siteNavi div {
  position: absolute;
  left: 0; top: 0;
}

/*
  OVER LAYER
*/
div#overLayer {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  text-align: left;
  padding: 50px 200px;
  background: #000;
  
  -moz-opacity: .80;
  opacity: .80;
  filter: alpha(opacity=80);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

div#overLayer h1,
div#overLayer a:hover,
div#overLayer a:active { color: #FFF; }

div#stats {
  position: absolute;
  left: -10000px; top: -10000px;
}