@CHARSET "UTF-8";

/*
 * Admin-Fonts and Divs
 *
 */

body{
    height: 100%;
    width: 100%;
    margin: 0px;
    overflow:hidden;
    background: #ffffff;
}

body, td{
	font-family: Tahoma, Geneva, Helvetica, Arial, Verdana;
	color: #5E5E5E;
}

p.title{
	font-size: 18px;
	font-weight: bold;
}

p.text{
	font-size: 12px;
	font-weight: normal;
}


p.error{
	color: #9f0000;
}

p.error.title{
	font-weight: bold;
}

p.error.text{
	font-weight: normal;
}

input.textfield.error, select.selectfield.error{
	background-color: #ff0000;
	color: #ffffff;
}


/*
 * MainContainer
 */

#adminLogo, #adminLogoLogin{
    width: 100%;
    height: 44px;
    background-color: #000000;
    text-align: left;
    
    
    background: rgb(97,75,25);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNGIxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzcxMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(97,75,25,1) 0%, rgba(140,113,44,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,75,25,1)), color-stop(100%,rgba(140,113,44,1)));
background: -webkit-linear-gradient(top,  rgba(97,75,25,1) 0%,rgba(140,113,44,1) 100%);
background: -o-linear-gradient(top,  rgba(97,75,25,1) 0%,rgba(140,113,44,1) 100%);
background: -ms-linear-gradient(top,  rgba(97,75,25,1) 0%,rgba(140,113,44,1) 100%);
background: linear-gradient(to bottom,  rgba(97,75,25,1) 0%,rgba(140,113,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#614b19', endColorstr='#8c712c',GradientType=0 );

}

#adminMenu{
    position: fixed;
    width: 208px;
    background-color: #c6c6c6; 
    height: 100%;
    top: 0px;
    overflow: hidden;
    border-right: 1px solid #777777;
}

 #adminContent{
    background-color: #ffffff;
 	width: 100%;
 	height: 100%;
	padding-left: 208px;
	text-align: left;
	position: fixed;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
 }

#adminContent .innerContent{
    margin-left: 20px;
    height: 90%;
    overflow: auto;
}

/**
 *     Filter-Container
 */

#filterDiv{
    width: 208px;
    position: relative;
    height: 100%;
    overflow: hidden;
    float: left;
    border-right: 1px solid #777777;
}

#filterDiv form{
    margin-left: 8px;
    display: block;
}

#filterDiv div.hide{
    padding-bottom: 42px;
}
 /**
  *     Edit Container
  */
 
#editFrame {
    left: 0;
    padding-left: inherit;
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            
     background-color: #ffffff;
}

#editFrame #saveButton{
    position: absolute;
    right: 0px;
}

#editFrame #leftCol{
    width: 450px;
    float: left;
}

#editFrame fieldset{
    border: none;
}

#editFrame fieldset legend{
    font-weight: bold;
    padding-left: 0px;
}

#editFrame fieldset label{
    width: 120px;
    float: left; 
    line-height: 2em;
}

#editFrame textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 250px;
    height: 150px;
}
 
#editFrame label{
    width: 120px;
}
 
 /*
  * Formularfelder
  */
 
 input.textfield, textarea{
	font-size: 10px;
	padding: 4px;
	border: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #efefef;
	border: 1px solid #afafaf;
	color: #000000;
}

input.textfield.lang{
	width: 450px;
	padding: 4px;
}


/*
 * Tooltips 
 */

 #tooltip{
 	position: absolute;
	border: 1px solid #777777;
	background-color: #FFF27A;
	display: none;
	padding: 4px;
	font-size: 9px;
	color: #777777;
 }

 
 /**
  * Buttons
  */
 
 a.button.blue{
	display: inline-block;
	height: 25px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	background-image: url(/pics/layout/btnBlueRight.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	line-height: 2em;
}

img.button.icn{
	vertical-align: middle;
	margin-left: 7px;
	margin-right: -10px;
}

img.button.icn.left{
	vertical-align: middle;
	margin-right: 7px;
	margin-left: -10px;
	
}

div.hide{
    border-top: 1px solid #F2F2F2;
    box-shadow: -1px -1px 1px #9B9B9B;
    -moz-box-shadow: -1px -1px 1px #9B9B9B;
    -webkit-box-shadow: -1px -1px 1px #9B9B9B;
    bottom: 10px;
    height: 25px;
    position: absolute;
    text-align: right;
    width: 100%;
}

div.hide a.hide, div.hide a.show{
    background-image: url("/pics/layout/icns/icons_20.png");
    background-position: right -334px;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    text-decoration: none;
    margin-top: 7px;
    width: 100%;
}

div.hide a.show{
    background-position: right -319px;
}

/**
 *     Right Frame
 * 
 */

div.contentRight{
    float: left;
    width: 800px;
    margin-left: 20px;
    margin-top: 20px;
}
