/** allgemein start **/

body{
	margin-left:20px;
	margin-right:20px;
}

* {
	font-family: 'Roboto', sans-serif;
} 

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('font/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('font/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

p, h1, h2, h3, h4, h5{
    line-height: 150%;
    padding-bottom: .25em;
    background-color: #fcfffc;
    color: #222822;
}

td, th{
    color: #222822;
}

table[name=tasks] {
    border-collapse: collapse;
    line-height: 175%;
}
table[name=tasks] td {
   padding: 6px;
}

table[name=line_table] {
    border-collapse: collapse;
    width: 100%;
}
th[name=line_table] {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
/*    background-color: rgba(91, 157, 252, 0.22); */
}
td[name=line_table] {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
tr.row_0{
	background-color: white; /*lavender;*/
}

div[name=main] {
	padding: 1em;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-color: #fafdfd;
	border: 1px solid gray;
	box-shadow: 10px 10px 5px #888888;
}

div[name=language]{
	float: right;
	
}

form{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

input[name=login] {    
	float: right;
}

input[name=user] {    
	width: 100%;
}

input[name=password] {    
	width: 100%;
}

/** login neu ***/
#login
{
	padding-top: 10px;
	margin-top: 20px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 410px;
    width: 800px;
/*    margin: -250px 0 0 -330px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

/*
#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}
*/

/*--------------------*/

#login_h1
{
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font-size: 1.4em;
    position: relative;
}

#interrupt
{
	width: 700px;
	margin: auto;
	border: 3px solid red;
	background-color: FFAAAA;
	padding: 10px;
	font-size: 1.2em;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	text-align: center;
}		  
#login_h1:after, #login_h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;   
}

#login_h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

#login_h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}
#inputs
{
	margin-left: 220px;
}
#inputs input
{
	background: #f1f1f1 url(../img/login.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    font-size: 1.0em;
}

#inputs span
{
    border: 0px solid #ccc;
    margin: auto 0;
}

#login_span
{
    margin-left: 80px;
}

#login_h2
{
    text-align: center;
}

#inputs select
{
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 20;
    width: 260px; /* 353 + 2 + 45 = 400 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    font-size: 1.0em;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

#actions
{
    margin: 15px 0 0 0;
	margin-left: 453px;
}

#submit
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

#submit:hover,#submit:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}
/** login ende **/

/** error start **/

body[name=error] {
	margin-left:auto;
	margin-right:auto;
}

div[name=error] {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-color: #fafdfd;
	border: 1px solid gray;
	box-shadow: 10px 10px 5px #888888;
}

form[name=error] {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div[name=navigation_path] {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	font-size: 0.7em;
	color: gray;
}

div[name=header] {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width: 800px;
}

div[name=center_header] {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width: 80%;
}

div[name=logo] {
	vertical-align: top;
	float: right;
}

img[name=center_image]{
	width: 300px;
}

div[name=center_body] {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width: 80%;
}
span[name=place_date]{
	float:right;
	height: 100px;
}

div[name=header_lang] {
	float:left;
}
div[name=header_lang]:form {
	display:inline;
}

div[name=header_version] {
	float:left;
	font-size: 1.0em;
	margin-right: 10px;
}

div[name=header_user] {
	float:right;
}

div[name=body] {
	margin-left:auto;
	margin-right:auto;
	width: 700px;
}
div[name=language_link] {
	float:left;
	text-align: center;
	width: 40px;
}
a[name=language_link] {
    text-decoration: none;
    font-size: 0.8em;
}

div[name=footer] {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width: 800px;
}

div[name=footer_version] {
	float:right;
	font-size: 0.7em;
	margin-right: 5px;
}

img [name=center_image]{
	width: 50px;
}


.likeabutton {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none; font: menu; color: ButtonText;
    display: inline-block; padding: 2px 8px;
}

/** error ende **/
