@charset "utf-8"; 
/* CSS Document */
html, body { padding: 0; margin: 0; height:100%;}
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background: url(z_images/bg_content.jpg) no-repeat 65% 50%;
}
UL, LI, H1, H2, H3, H4, A{
	margin:0;
	padding:0;
	font-size:1em;
	list-style:none;
	text-decoration:none;
}
DIV {	box-sizing: border-box;}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	/*margin: 1% 0 1% 1%;*/
}
.col_r {
	display: block;
	float:right;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_7 {
	width: 100%;
}
.span_6 {
	width: 85.71%;
}
.span_5 {
	width: 71.42%;
}
.span_4 {
	width: 57.14%;
}
.span_3 {
	width: 42.85%;
	background: #0F0;
}
.span_2 {
	width: 28.57%;
}
.span_1 {
	width: 14.28%;
}
.span_1_fixed {
	width: 14.28%;
	max-width: 14.28%;
	min-height: 100%;
  height: auto !important;
  height: 100%;
	position:fixed;
	float:left;
}
#header{
	background:#404040;
	height:50px;
	color: #EEE;
	position:fixed;
	left:14.28%;
	top:0px;
	z-index:100;
}
/*************************
top navigation
*************************/
#header UL{
	margin:0;
}
#header LI{
	float:right;
	list-style-type: none;
	line-height:50px;
	padding: 0 10px;
}
#header A:link,#header A:visited {
	color: #EEE;
	font-size: 0.9em;
	display: block;
	text-decoration: none;
	padding: 0px 0 0px 50px;
}
#header LI:hover {
	background:#808080;
}
#header #ico_help{
	background: url(z_images/ico_help.jpg) no-repeat 10px 50%;	
}
#header #ico_dbbackup{
	background: url(z_images/ico_dbbackup.jpg) no-repeat 10px 50%;	
}
#header #ico_preview{
	background-image: url(z_images/ico_preview.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#header #ico_logout{
	background-image: url(z_images/ico_logout.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

/*************************
left sidebar
*************************/
#leftbar{
	color:#EEE;
	background:#404040;
	padding-top:5px;
}
#leftbar #logo {
	box-sizing: border-box;
	border-bottom:2px solid #707070;
	height: 47px;
	text-align:center;
}
#leftbar #version{
	border-top: 2px solid #707070;
	padding: 5px 10px;
	font-size: 0.73em;
	line-height: 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
}
#leftbar #version P{
	margin:0;
	padding:0;
}
#leftbar #version #client{
	font-weight:bold;
	letter-spacing:0.03em;
}
#leftbar #version #userdata{
	text-transform: capitalize;
	margin-bottom:5px;
}

/*************************
left navigation
*************************/
#navi UL {
	margin: 7px 0 0;
	padding: 0px;
}
#navi UL LI {
	list-style-type: none;
	line-height:40px;
	margin-bottom: 5px;
}
#navi A:link,#navi A:visited {
	color: #EEE;
	font-size: 0.9em;
	display: block;
	text-decoration: none;
	padding: 0px 0 0px 50px;
}
#navi LI:hover {
	background:#808080;
}
#navi LI.aktiv{
	background-color:#CC3300;
}

#navi #ico_pages{
	background: url(z_images/ico_pages.jpg) no-repeat 10px 50%;
}
#navi #ico_sidebar{
	background: url(z_images/ico_sidebar.png) no-repeat 10px 50%;	
}
#navi #ico_seminare{
	background: url(z_images/ico_seminare.png) no-repeat 10px 50%;	
}
#navi #ico_news{
	background: url(z_images/ico_news.jpg) no-repeat 10px 50%;	
}
#navi #ico_menu{
	background: url(z_images/ico_menu.jpg) no-repeat 10px 50%;	
}
#navi #ico_images{
	background: url(z_images/ico_images.jpg) no-repeat 10px 50%;	
}
#navi #ico_banner{
	background: url(z_images/ico_banner.jpg) no-repeat 10px 50%;	
}
#navi #ico_gallery{
	background: url(z_images/ico_gallery.png) no-repeat 10px 50%;	
}
#navi #ico_docs{
	background: url(z_images/ico_docs.jpg) no-repeat 10px 50%;	
}
#navi #ico_letters{
	background: url(z_images/ico_newsletter.png) no-repeat 10px 50%;	
}
#navi #ico_nlsend{
	background: url(z_images/ico_sendletter.png) no-repeat 10px 50%;	
}
#navi #ico_nlkont{
	background: url(z_images/ico_subscribers.png) no-repeat 10px 50%;	
}
#navi #ico_settings{
	background: url(z_images/ico_settings.jpg) no-repeat 10px 50%;	
}
#navi #ico_user{ 
	background: url(z_images/ico_user.jpg) no-repeat 10px 50%;	
}
#navi #ico_linklist{
	background: url(z_images/ico_linklist.jpg) no-repeat 10px 50%;	
}
#navi #ico_members{
	background: url(z_images/ico_members.png) no-repeat 10px 50%;	
}
#navi #ico_verfahren{
	background: url(z_images/ico_verfahren.png) no-repeat 10px 50%;	
}
#navi .newgroup{
	box-sizing: border-box;
	border-bottom:2px solid #707070;
	margin: 7px 0;
}

/*************************
content wrapper
*************************/
#contentwrapper{
	width:100%;
	margin-top:50px;
}
/*************************
content navigation
*************************/
#content_navigation{
	margin-left:14.28%; 
	background:#D0D0D0;
}
#content_navigation H2{
	color:#C30;
	font-size:0.8em;
	text-transform: uppercase;
	line-height:30px;
	height: 60px;
	padding-top: 2%;
	padding-right: 0;
	padding-bottom: 2%;
	padding-left: 23px;
	overflow:hidden;
}
#content_navigation #title{
	background: url(z_images/ico_filelist.jpg) no-repeat 5px 20%;	
}
#content_navigation #login{
	background: url(z_images/ico_login.jpg) no-repeat 2px 20%;	
}
#content_navigation #loginsuccess{
	background: url(z_images/ico_loginsuccess.jpg) no-repeat 2px 20%;	
}

#content_navigation input.hidden {
	visibility: hidden;
	width: 1px;
	border:none;
}
#content_navigation input.button {
	cursor: pointer;
	border:none;
	display:block;
	margin: 8px auto;
	width:100%;
	padding-left: 25%;
	height:40px;
	line-height:40px;
	min-width: 80px;
	color:#333;
	font-size: 0.9em;
	text-align:left;
	background-color:#D0D0D0;
}
#content_navigation input.button:hover {
	background-color:#808080;
	color:#EEE;
}
#content_navigation .kont-wrapper {
	font-size:0.9em;
	padding:0 5px;
}
#content_navigation .kont-wrapper LABEL{
	color:#666;
}
#content_navigation .kont-wrapper SELECT{
	width:100%;
}
#content_navigation #alpha {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #444;
    padding: 6px 3px 3px;
}
#content_navigation #alphacancel {
    background: url(z_images/alphacancel.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0;
    margin: 0;
    border: none;
}
#content_navigation INPUT.alpha {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.new{
	background:url(z_images/ico_newfile.png) no-repeat 2% 50%;
}
.newuser{
	background:url(z_images/ico_user_new.png) no-repeat 2% 50%;
}
.upload-ok{
	background:url(z_images/ico_upload.png) no-repeat 2% 50%;;
}
.upload-nok{
	background:url(z_images/ico_cancel.png) no-repeat 2% 50%;;
}
.save{
	background:url(z_images/ico_save.png) no-repeat 2% 50%;;
}
.cancel{
	background:url(z_images/ico_cancel.png) no-repeat 2% 50%;;
}
.filedelete{
	background:url(z_images/ico_filedelete.png) no-repeat 2% 50%;
}
.saveorder{
	background: url(z_images/ico_menusort.png) no-repeat 10px 50%;	
}
.nlsenden{
	background:url(z_images/ico_nlsenden.png) no-repeat 2% 50%;;
}


#content_navigation .filler{
	height:19px;
	border-bottom:solid 1px #808080;
	margin-bottom:20px;
}

.file_list{
	/*padding: 0 1%;*/	
}
.file_list LI{
	list-style:none;
	padding-left: 20px;
	line-height:20px;
}
.file_list LI.file{
	background: url(z_images/ico_file.png) repeat-y 2px 50%;	
}
.file_list .lastfile{
	background: url(z_images/ico_lastfile.png) no-repeat 2px 50%;	
}
.file_list A:link, .file_list A:visited {
	display:block;
	font-size: 0.8em;
	color:#505050;
	width:100%;
}
.file_list A:hover {
	color:#FFF;
	background-color:#707070;
}

/*************************
content 
*************************/
#content{
	/*margin-left:28.56%;
	width:67.44%;*/
	margin-left:28%;
	width:70%;
	padding:2% 2% 2% 2%;
}
#content #erwtoggle{
	padding-right:3px;
}

#content #cerr {
	position:absolute;
	top: 100px;
	left: 40%;
	width:40%;
	color: #404040;
	background-color: #E0E0E0;
	margin:-25px auto 10px auto;
	float: none;
	border: solid 1px #404040;
	display:none;
}
#cerrclose{ 
	line-height:15px; 
	text-align:right;
	padding: 1px 2px 0 0;
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
}
#cerrclose IMG{ 
	height:15px;
	width: 15px;
}
#cerrmessage {
	min-height:30px;
	padding:2%;
	font-size:0.9em;
}
/*************************
content forms
*************************/

#content form {
	display: inline;
	float: left;
	width: 100%;
	padding-bottom:20px;
	margin-top: 10px;
	padding-top: 0px;
}
#content br {
	clear: both;
}
#content label{
	float: left;
	display: block;
	text-align: right;
	width: 15%;
	color: #707070;
	font-size: 0.8em;
	margin-right: 2px;
	padding: 5px 0 3px;
}
#content label.left{
	text-align:left;
	margin: 5px 0 2px;
	font-size: 0.8em;
}
#content input {
	width: 30%;
	height:25px;
	display: block;
	margin-bottom: 4px;
	border: 1px solid #A0A0A0;
	float: left;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;	/*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
}
#content input.neuezeile {
	color:#eee;
	width: 30%;
	height:25px;
	display: block;
	margin-bottom: 4px;
	border: 1px solid #A0A0A0;
	float: none;
	padding: 2px;
	cursor:pointer;
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
}
#content input.neuezeile:hover {
	color:#fff;
	font-weight:bold;
}

#content input.kurz {
	width: 125px;
	margin-right: 5px;
}
#content input.zahl {
	width: 60px;
	margin-right: 5px;
	text-align: right;
}
#content input.medium {
	width: 50%;
}
#content input.lang {
	width: 75%;
}
#content input.full {
	width: 98%;
}
#content input.disabled {
	border:none;
	background-color:#FFF;
	color:#404040;
}

#content label.semspan {
	width: 20px;
	text-align:left;
	padding-left:0px;
}
#content input.semspan {
	margin-left:0;
}
#content .semsel {
	width:40px;
	height:27px;
	margin-right: 2px;
}
#content .semkurz {
	width: 12%;
	text-align:right;
	padding-right:5px;
	margin-right: 2px;
}
#content .semlang {
	width: 48%;
	text-align:left;
	padding-left:5px;
	margin-right: 2px;
}
#content  input.checkbox {
	width: 18px;
	display: block;
	margin-bottom: 4px;/*	border: 1px solid #00FF00;*/
	border: none;
	float: left;
	height: 18px;
}
#content input.file {
	width: auto;
	border:none;
}
#content select {
	border: 1px solid #A0A0A0;
	display: block;
	margin-bottom: 4px;
	width: 30%;
	float: left;
	padding-top: 2px;
	margin-top: 0px;
	height: 30px;
}
#content select.lang {
	width: auto;
}

#content textarea {
	height: 100px;
	width: 99%;
	display: inline;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;

}
#content .textarea_wrapper {
	float: left;
	width: 80%;
}

#content .editwrapper {
	height:25px;
	border:solid 1px #707070;
	line-height:25px;
	font-size:0.8em;
	color:#EEE;
	margin: 0 auto;
	padding: 0 1%;
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
}
/*#content .editwrapper INPUT{
	border:none;
	color:#EEE;
	padding-left:23px;
	background-image: url(z_images/ico_save.jpg) no-repeat left 50%;
}
#content .editwrapper INPUT.senden{
}
*/#content .editframe {
	margin: 0 auto;
	border:solid 1px #707070;
	padding:1%;
	background-color: #FFF;
}
#content fieldset {
	border: 1px solid #A0A0A0;
	width: 90%;
	margin: 0 auto 1em;
	padding-top:1em;
}
#content fieldset.fs-user{
	border-left:5px solid #cc3300;
}
#content fieldset.fs-background{
	border-left:5px solid #FC0;
}
#content fieldset.fs-news{
	border-left:5px solid #45b4e2;
}
#content fieldset.fs-nl{
	border-left:5px solid #d357fe;
}
#content fieldset.fs-mail{
	border-left:5px solid #3da336;
}
#content fieldset.fs-map{
	border-left:5px solid #de9910;
}
#content fieldset.fs-gals{
	border-left:5px solid #a3cc0e;
}

#content fieldset legend{
	font-size: 0.9em;
	font-weight:bold;
	color: #444;
}
#content .text {
	font-size: 0.8em;
	padding-top: 6px;
}
#content DIV .input-wrapper {
	float: left;
	width: 80%;
	margin-bottom:5px;
}
#content .form-error {
	display:block;
	font-size: 0.8em;
	color: #CC3300;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/*************************
content texte übersicht
*************************/
#content .files{
	width:100%;
	margin: 25px auto 0 auto;
	border:solid 1px #BBB;
	background-color: #FFF;
}
.files .title{
	clear:both;
	line-height: 30px;
	color:#EEE;
	font-size:0.85em;
	padding-left: 5px;
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
}
.files .title IMG{
	/*margin-top:4px;*/
}
.files IMG{
	display:block; 
	float:left; 
	margin:0 10px 0 5px;
	height:26px;
	padding: 2px;
}
.files .odd, .files .even{
	padding:0 5px;
	line-height: 30px;
	font-size:0.9em;
}
.files .odd:hover, .files .even:hover{
	background-color:#DDD;
}
.files .even{
	background:#EEE;
}
.files .odd{
	background:#FAFAFA;
}
.files .options{
	float:right;
	width: 20%;
	min-width: 80px;
	text-align:right;
}
.aktiv {
	color:#444;
}
.inaktiv {
	color:#999;
}

#content #showwrapper {
	width: 100%;
}
#content #uploadlist {
	padding: 1% 2%;
	font-size:0.9em;
	font-weight:bold;
	line-height:180%;
}
#content #uploadlist .input-wrapper{
	width:90%;
}
#content #uploadlist INPUT{
	float:none;
	display:inline-block;
	width:50%;
	margin: 0 5px 0 0;
	padding:0 2px;
}
/*#content #uploadlist P{
	margin: 3px 0;
	background-color:#F0F0F0;
}
*/
#content #uploadlist .file-ok{
	display:inline-block;
	width:40%;
	padding-left: 18px;
	background:url(z_images/ico_loginsuccess.jpg) no-repeat left 50%;
}
#content #uploadlist .file-nok{
	display:inline-block;
	padding-left: 18px;
	background:url(z_images/ico_login.jpg) no-repeat left 50%;
}
#content #uploadlist .errmess{
	display:inline-block;
	color:#CC3300;
	font-weight:normal;
	width:50%;
	margin-right: 10px;
	text-align:right;
}
/*************************
content medien übersicht
*************************/
#content .media{
	width:90%;
	margin: 25px auto 0 auto;
	border:solid 1px #BBB;
	background-color: #FFF;
}
.media .title{
	line-height: 30px;
	color:#EEE;
	font-size:0.85em;
	padding: 0 10px;
}
.media .title.static{
	background: #404040;
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040));
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 );
}
.media .title.down{
	background: #404040; /* Old browsers */
	background: url(z_images/ico_toggledown.png) no-repeat 95% 50%, -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%);
	background: url(z_images/ico_toggledown.png) no-repeat 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040));
	background: url(z_images/ico_toggledown.png) no-repeat 95% 50%, -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: url(z_images/ico_toggledown.png) no-repeat 95% 50%, -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: url(z_images/ico_toggledown.png) no-repeat 95% 50%, -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: url(z_images/ico_toggledown.png) no-repeat 95% 50%, linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 );
}
.media .title.up{
	background: #404040; /* Old browsers */
	background: url(z_images/ico_toggleup.png) no-repeat 95% 50%, -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%);
	background: url(z_images/ico_toggleup.png) no-repeat 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040));
	background: url(z_images/ico_toggleup.png) no-repeat 95% 50%, -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: url(z_images/ico_toggleup.png) no-repeat 95% 50%, -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: url(z_images/ico_toggleup.png) no-repeat 95% 50%, -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%);
	background: url(z_images/ico_toggleup.png) no-repeat 95% 50%, linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 );
}
.media .title IMG{
	float:left; 
	margin:2px 10px 0 5px;
	height:26px;
}
.media UL{
	clear:both;
	display:table;
	/*margin-bottom:20px;*/
}
.media LI{
	position:relative;
	float:left; 
	margin:5px;
	width:140px;
	height:140px;
	border:solid 1px #A0A0A0;
	box-shadow: 2px 2px 5px 0px rgba(96,96,96,0.7);
}
.media .hoch{
	width:140px;
	transform: translate(0%,-25%);
}
.media .breit{
	height:140px;
	transform: translate(-22%,0%);
}

.media .centered{
	/*display:inline;*/
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width: 140px;
	max-height:140px;
	cursor: pointer;
}
#content #editwrapper {
	width: 100%;
	display: table;
}
#content #editwrapper #box{
	width:100%;
	padding:5px;
	border: 1px solid #A0A0A0;
	display:table;
}
#editwrapper #image_preview {
	float: left;
	min-width: 150px;
	max-width:60%;
}
#editwrapper #image_preview IMG{
	width: 100%;
}
#editwrapper #image_parms{
	box-sizing: border-box;
	width:35%;
	float:right;
	padding: 5px;
	border: 1px solid #A0A0A0;
	background: #E0E0E0;
}
#image_parms .image_info{
	font-size:0.8em;
	color: #666;
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #A0A0A0;
	line-height: 150%
}
#image_parms DIV.input-wrapper {
	width:100%;
}
#menulist {
	padding: 5px;
	font-size:0.9em;
}
#menulist.sortable DIV{
	clear:both;
	padding-left:18px;
	list-style-type: none;
	cursor:pointer;
	line-height:30px;
	border-top:dotted 1px #AAA;
}
#menulist span.tools{
	z-index:10;
	float:right;
	width: 50%;
	height:31px;
	max-width:50%;
	min-width: 20%;
	overflow:hidden;
	font-size:0.9em;
	text-align:left;
	padding:0;
	margin:0;
	border:none;
}
#menulist span.tools A{
	/*	display:inline-block;
height:30px;
	line-height:30px;*/
	margin:0;
	padding:0;
}
#menulist span.tools IMG{
	z-index:10;
	height:25px;
	width:25px;
	padding:2px;
	/*border: solid 1px #BBBBBB;*/
}
#menulist .hidden{
	color: #999;
}
.updmessage{
	margin: 0.5em 0;
	width:100%;
	text-align:center;
	display:none;
	color:#CC3300;
}
/*********************************************************
* GALERIE
*********************************************************/
#neuegalerie{
	display: none;
	margin:0 auto;
	width: 80%;
}
.formwrapper{margin:1em;} 
.thumbwrapper{
	width: 80%;
	margin:0 auto;
	border:solid 1px #BBB;
}
.thumbwrapper .title{
	clear:both;
	line-height: 30px;
	color:#EEE;
	font-size:0.85em;
	padding-left: 5px;
	margin-bottom:1em;
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #808080 36%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(36%,#808080), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#808080 36%,#404040 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#808080 36%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
}
.thumb{
	position:relative;
  float:left; 
	width:125px; 
	margin:10px 0 0 10px;
	text-align:center;
	background-color:#FFF;
	border: solid 1px #808080;
	font-size:0.9em;
	color:#606060;
	cursor:pointer;
}
.thumb IMG{
	width:125px;
	border:none;
}
.thumb .sortorder{
	height: 1.5em;
	line-height:1.5em;
	text-align:left;
	padding: 3px 0 5px 5px;
	font-weight:bold;
	/*width:50%;
	float:left;*/
}
.thumb .img-edit, .thumb .img-delete{
	position:absolute;
	bottom: 2px;
	width: 25px;
	height: 25px;
}
.thumb .img-edit{
	right:35px;
}
.thumb .img-delete{
	right:1px;
}
/*.thumb .options IMG{
	width: 18px;
	height: 18px;
	margin-right:5px;
}*/
.dialog{
	font-size:0.9em;
}
.dialog .wrapper{
	text-align:right;
	margin-bottom:2em;
}
.dialog .left{text-align:left;}
.dialog .buttons{
	margin:2em 0 2em;
	padding-top:1em;
	border-top:solid 1px #909090;
}
.dialog input[type=text] {
	margin-top:5px;
	width:96%;
	padding:5px;
}

.floatleft{
	float:left;
	margin: 0 5px 5px 0;
}
.floatright{
	float:right;
	margin: 0 0 5px 5px;
}
#message, .mbox, .ui-dialog-title{
	color: #404040;
	font-size:0.9em;
}
#message{
	margin-top: 5px;
	padding-top:20px;
	min-width: 450px;
}
#message IMG{
	width:80px;
	float:left;
	margin:-20px 10px 5px 0;
}
#message TABLE{
	width:100%;
	border:none;
}
#message TD{
	padding: 0.5em;
}
#message TD.icon{
	width:25%
}
.ui-button-text{
	font-size:0.8em;
}

.ui-dialog-title{
	font-weight:bold;
	color:#404040;
}

.img-delete{
	max-width:120px;
	max-height:100px;
}

/*********************************************************
* Klassen für ADODB errmsg()
*********************************************************/
.errmsg{
	font-size:0.8em;
	color:#777;
}
/*********************************************************
* Klassen für MENÜ
*********************************************************/
.parent{
	background-repeat: no-repeat;
	background-position: left 3px;
}
.minus{
	background-image: url(z_images/ico_less.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.plus{
	background-image: url(z_images/ico_more.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.child{display:none;padding-left: 10px;line-height:21px;}
.gchild{padding-left:20px;line-height:21px;}


/********************************************************
* Form-Validation Formate
********************************************************/
.help-block{ font-size:0.8em;}
	
/********************************************************
* File Upload Formate
********************************************************/

.ajax-file-upload-statusbar {
	border: 1px solid #707070;
	margin-top: 10px;
	width: 500px;
	margin-right: 10px;
	margin: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
	font-size:0.85em;
	width:auto /*300px*/;
	height: auto;
	margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
	font-size:0.85em;
	width: 50px;
	height: auto;
	margin: 0 5px 5px 0px;
	display: inline-block;
	vertical-align:middle;
}
.ajax-file-upload-progress {
	margin: 5px 10px 5px 0px;
	position: relative;
	width: 70%;
	height:25px;
	border: 1px solid #ddd;
	padding: 1px;
	display: inline-block;
	color:#FFFFFF;
}
.ajax-file-upload-bar {
	width: 0;
	height: 24px;
	border-radius: 3px;
	color:#FFFFFF;
	background: rgba(0,0,0,0.05);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.05)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.ajax-file-upload-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%
}
.ajax-file-upload-red {
	background:url(z_images/ico_cancel_small.png) no-repeat 2% 50%, #D0D0D0;
	margin: -25px 10px 5px 0px;
	padding: 0 10px 0 30px;
	line-height:25px;
	height:25px;
}
.ajax-file-upload-green {
	background-color: #77b55a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 0 #5b8a3c;
	vertical-align: top;
	margin: 5px 10px 5px 0px;
}
.ajax-file-upload {
	margin:0 10px 10px 0;
	padding: 0 10px 0 45px;
	background:url(z_images/ico_upload.png) no-repeat 2% 50%, #D0D0D0;
	line-height:40px;
	height:40px;
}
.ajax-file-upload, .ajax-file-upload-red {
	display: inline-block;
	font-size: 0.9em;
	cursor:pointer;
	color: #404040;
	border: none;
	vertical-align: middle;
}
.ajax-file-upload:hover, .ajax-file-upload-red:hover  {
	background-color: #808080;
	color:#FFF;
}

.ajax-upload-dragdrop{
	border:1px solid #808080;
	/*width:80%; 420px;*/
	/*height:30px;*/
	margin-left:1em;
	color: #999;
	text-align:left;
	vertical-align:middle;
	padding:10px;
}
.state-hover{
	border:1px solid #606060;
}
.ajax-file-upload-container{
  margin:20px 0px 20px 0px;
}
.ajax-file-upload-error{
	color:#CC3300;
	font-size:0.9em;
	font-weight:bold;
	margin-left:1em;
}

@media only screen and (max-width: 1024px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1, .span_2, .span_3, .span_4, .span_5 { width: 100%; }
	#version{
		display:none;
	}
	#leftbar #logo IMG{
		width:100%;
	}
	#header #ico_help,
	#header #ico_dbbackup,
	#header #ico_preview,
	#header #ico_logout,
	#navi #ico_sidebar, 
	#navi #ico_news,
	#navi #ico_menu,
	#navi #ico_images,
	#navi #ico_gallery,
	#navi #ico_docs,
	#navi #ico_letters,
	#navi #ico_nlsend,
	#navi #ico_nlkont,
	#navi #ico_settings,
	#navi #ico_user,
	#navi #ico_linklist,
	#navi #ico_pages, 
	#navi #ico_seminare,
	#content_navigation input.button {
		background-size: 20px 20px;
		background-position: 5px 50%;
		padding-left:30px;
		font-size:0.8em;
	}
	#navi UL LI{
		line-height:25px;
	}
	#content .files{
		width: 98%;
		font-size:0.8em;
	}
	#content .files .options{
		width: auto;
	}
	#content .files IMG{
		margin:0 5px 0 5px;
		height:21px;
		padding: 5px 1px 1px;
	}
	
}
@media only screen and (max-width: 860px) {
	#header{
		height:100px;
	}
	#header LI{
		line-height:100px;
	}
	#contentwrapper {
			margin-top: 100px;
	}
	#leftbar #logo {
		height: 97px;
		line-height:97px;
	}
	.files .options{
		float:right;
		width: 30%;
		min-width: 80px;
		text-align:right;
	}
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1, .span_2, .span_3, .span_4, .span_5 { width: 100%; }
}
