* {
	margin:0px;
	padding:0px;
}
body {
	margin:20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color:#888;
	line-height:1.5em;
	min-width:600px;
	overflow-y:scroll;
}
body.ie7 {
	overflow-y:auto;
}

div#header img{
	width:100%;
	height:28px;
}
div#header h1{
	position:relative;
	text-align:center;
	font-weight:500;
	font-size:25px;
	line-height:1em;
}
#main {
	float:left;
	width:70%;
	min-width:300px;
}
body.ie7 #main  {
	width:65%;
}
#main ul#tabs {
	padding:0;
	margin:0 0 50px 0;
	list-style:none;
}
#main ul#tabs li {
	float:left;
}
#main ul#tabs li a, h2.tabs {
	display:block;
	padding:10px;
	background:#eee;
	margin-right:10px;
	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#main ul#tabs li a:hover, #main ul#tabs li a:active, #main ul#tabs li a:focus, #main ul#tabs li a.active {
	text-decoration:none;
	background:#ddd;
	outline:none;
}
#main ul#tabs li a.active {
	color:#888;
}

#tools {
	float:right;
	width:30%;
	min-width:200px;
}
#tools div.box {
	padding:10px 20px;
	margin:0 0 20px 20px;
	background:#eee;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#tools div.box.red {
	background:#ebdede;
}
#tools div.box.yellow {
	background:#f6eedb
}
#tools div.box h3 {
	margin: 15px 0 10px;
}



/*******************************
Überschriften
*******************************/
h2, form#rights fieldset legend  {
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;
	color:#888;
}
h3 {
	font-size:14px;
	font-weight:900;
}



/*******************************
Hover-Table
*******************************/
table{
	width:auto;
	border-spacing: 5px;
	margin-left:-5px;
	margin-bottom:2em;
}
table tr td, table tr th{
	padding:5px 15px;
}
table tr th {
	text-align:left;
	font-weight:900;
}
table tr:hover {
background: #eee;
}
table tr:hover th, table tr.nh:hover {
	background: #fff;
}
table tr td.name{
	font-weight:900;
}
table tr td.id{
	text-align:center;
}

table.l {
	border-spacing: 0px;
	margin: 0px;
}
table.l tr:hover {
	background: #fff;
}
table.l tr td{
	padding:0px;
}



/*******************************
Links
*******************************/
a, a:link, a:hover, a:active, a:visited {
	color:#6f001d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img, a:link img, a:hover img, a:active img, a:visited img {
	border:none;
	text-decoration:none;
}

table#filemanager tr{
	height:42px;
}

table#filemanager td.filetype img {
	max-width:32px;
	max-height:32px;
	display:block;
}
body.ie6 table#filemanager td.filetype img {
	width:32px;
	height:32px;
}



/*******************************
prefs
*******************************/
#prefs, #spref {
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	background:url(img/admin/slider.png);
	display:none;
	color:#000;
	z-index:200;
}
html body.ie6 #prefs {
	/*position:static !important;/**/
	
	position:fixed;
	
	width:100%;
	background:#d6d6d6;
	border-bottom:1px solid #bbb;
	margin-bottom:20px;
}
#spref {
	display:block;
	position:static;
}
#close, a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(img/admin/close.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
#close:hover, a.progressCancel:hover {
	background-position: 0px 0px;
}
#close span {
	display:none;
}
#prefs .space, #spref .space {
	padding:10px;
}
#prefs h3, #spref h3 {
	margin-bottom:0.5em;
}
#prefs form label, #prefs form span.label, #prefs form span.msg, #login form label, #login form span.label {
	display:block;
	margin-bottom:0.5em;
}
#prefs form label span, #prefs form span.label span, #login form label span, #login form span.label span {
	width:150px;
	float:left
}
#prefs form input.cb {
	vertical-align:middle;
}
.pref span{
	display:none;
}

#dark {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
}



/*******************************
Rechte
*******************************/
form#rights h2 {
	font-weight:900;
}
form#rights fieldset {
	padding:7px 10px 10px 1px;
	border:none;
}
/*form#rights fieldset legend: siehe h2*/
form#rights fieldset ul {
	list-style:none;
	margin-left:10px;
} 
form#rights fieldset ul li, form#rights fieldset ul li div.li {
	margin-bottom:5px;
}



/*******************************
flashupload
*******************************/
.progressWrapper {
	width: auto;
	overflow: hidden;
}

.progressContainer, span.msg {
	padding:5px;
	margin:0.5em 0;
	border: solid 1px #BFBFBF;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Error */
.error, span.msg {
	border: solid 1px #DDADAD;
	background-color: #FFEBEB;
}
span.msg {
	display:block;
}	

/* Current */
.running {
	border: solid 1px #AACBAA;
	background-color: #EBFFEB;
}

/* Complete */
.complete {
	border: solid 1px #9EC1DE;
	background-color: #F0F5FF;
}

.progressName {
	font-weight: 700;
	color: #555;
	text-align: left;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility:hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility:hidden;
}

.progressBarStatus {
	margin-top: 2px;
	font-size: 0.8em;
	text-align: left;
	line-height:1.5em;
}

/*a.progressCancel -> #pref*/

.swfupload {
	position: absolute;
	z-index: 1;
}

#btnCancel {
	display:none;
}
