/* copyright modulor - Andreas Niederer */
@import url("/fileadmin/promolegno/sources/hig.css");
/* ########################################## 
Elemente all
########################################## */
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color:#ECECE0;
}
img { border:0px;}
p {
	margin-top: 0px;
	margin-bottom: 16px;
	margin-right: 8px;
}
ul {
	list-style-position: outside;
	margin: 0px;
	margin-bottom: 16px;
	padding:0px;
	padding-left:16px;
}
li {
	margin: 0px;
	padding:0px;
}
ol {
	margin-top: 16px;
	margin-left: 35px;
	margin-right: 15px;
}
blockquote {
	margin-top: 0px;
	margin-left: 16px;
	margin-right: 0px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	height:1px;
}
form {
	margin: 0px;
	padding: 0px;
}
form .radio, form .checkbox {border:none!important; background-color:transparent!important;}
form td {
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
tr {vertical-align:top; } 
th{ text-align: left; }
h1 {
	font-size: 1.2em;
	line-height: 120%;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 16px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1.5em 0;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin:0;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	margin-left: 16px;
}
h5 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
}
h6 {
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
}
code { background-color:#D3D5D0; display:block; padding:5px; font-size:12px; margin:0 0 2em 0; }

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted; 
    font-style: normal;
    cursor: help;
}

/* ##########################################
Classes all
########################################## */

.tabelle1  { width:100%; }
.tabelle2  { width:100%; }
table.tabelle1 td, table.tabelle1 th, table.tabelle2 td, table.tabelle2 th {
	padding-left: 0px;
	padding-bottom: 8px;
	padding-right:8px;
	border-top:1px solid #AAAAAA;
}
table.tabelle2 td, table.tabelle2 th { font-size: 80%; }
table.tabelle2 p { font-size: 100%; }
table.tabelle2 th { border-top:1px none #AAAAAA !important; }


.Marginalie {
	font-size: 80%;
	line-height: 120%;
	font-weight:normal;
}
.Mager {
	font-weight: normal;
}
ul.Link-Liste { list-style-image: url("../images/aufzaehlung.gif");}
ul.Link-Liste a { font-weight:bold; }

.Eingabe-Daten { width:100%; font-size:80%; border-collapse: collapse; border:1px solid #aaaaaa;  }
.Bildabstand { padding-right:16px; float:left; }
.wichtig { color:#FF0000; }
.ausgegraut { color:#999999; }

.contenttable { width:100%; font-size:80%; border-collapse: collapse; margin:1em 0 1em 0;  }
table.contenttable td, table.contenttable1 th {
	padding-left: 0px;
	padding-bottom: 8px;
	padding-right:8px;
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
}
table.contenttable p { margin:0; }
.address h3 { margin-top:1.5em; font-style:normal; }

tex { background-color:#cccccc; font-family: 'InconsolataMedium',Monaco,courier,"courier-new",monospace; font-size: 16px;  }



/** UPLOAD SCRIPT **/


#wrap #UploadQueue { display: none; width: 33em; background: #ece9d8; border: 1px solid #aca899; padding: .5em; margin: .5em 0; width:100% }
				
/** Top Elements **/
#wrap #UploadQueue h2 { font-size: 1.4em; margin: 0; padding: 0 .5em 0 .5em; color: #000; }
#UploadQueue button { float: left; }
#UploadQueue #UploadButton { font-size:14px; margin:15px 0 0 0;}			
/** Upload List **/
#UploadQueue ul#UploadList { display: block; clear: both; overflow: auto; height: 20em; margin: 0; padding: 0; background: #fff; border: 1px solid #7f9db9; }
#UploadQueue ul#UploadList a { color: #2E31F2; }
#UploadQueue ul#UploadList a:hover { color: #2B82E1; }
#UploadQueue ul#UploadList li {	list-style-type: none; border-bottom: 1px dotted #ccc; margin: 0; padding: .5em; background: #fff; }
#UploadQueue ul#UploadList li a { float: right; }

/** Upload Status **/
#UploadQueue ul#UploadList li.idle { }
#UploadQueue ul#UploadList li.loading { background: #b1c2d3 url(/fileadmin/promolegno/uploader/images/blue.png) repeat-x; }
#UploadQueue ul#UploadList li.finished { }
#UploadQueue ul#UploadList li.error { background: #eee; }

/** Upload Info **/
#UploadQueue ul#UploadList li div.filename { font-weight: bold; }
#UploadQueue ul#UploadList li div.filemeter { height: 10px; overflow: hidden; border: 1px solid #888; background: #fff; padding: 1px;  }
#UploadQueue ul#UploadList li div.filemeter div { height: 10px; background: #fff url(/fileadmin/promolegno/uploader/images/progressbar.png); }
#UploadQueue ul#UploadList li div.fileerror { color: red; }
#UploadQueue ul#UploadList li div.fileprogress { font-weight: normal; }

/** Status Bar **/
#UploadQueue #StatusBar { clear: both; background: #fff; border: 1px solid #7f9db9; padding: 0 .5em; }
#UploadQueue #postmaxinfo {clear:both;display:block; margin: 25px 0 2px 0; border:#aca899 solid 1px; background-color:#e5decc;padding: .5em;}

#UploadQueue #uploadbuttons {display:block; width:100%; padding:3px 0 3px 0;}


