/* start file: /lists/styles/color.css   */


body                            { background-color:#FFF; color:#666}
.panel                          { border:none;box-shadow:none;}
.panel .content                 {padding:0;}
.eingabefelder {padding:10px;}
.eingabefelder div {width:20%;float:left;}
h3                              { color:#333}
a                               { color:#666}
a:hover                         { color:#000}
#footer                         { background-color:#FFF; background-image:url('../images/footer_bk.png')}
#mainContent table              { background:#DDD; border-color:#CCC}
textarea                        { background:#FFF; border-color:#DDD; color:#666;}
select                          { border-color:#DDD; background-color:#FFF; color:#666;}

label {display:block;width:10em;margin-right:10px;padding:10px;}
label.hidden {opacity:0;float:left;width:15em;}
input[type="text"], 
input[type="password"] { border:1px solid #7ba133; color:#333;padding:5px;width:70%;margin-bottom:10px;}
select.attributeinput { border:1px solid #7ba133; color:#333;padding:5px;width:40%;margin-bottom:10px;}
div.attributename {clear:both;}
input[type="submit"],   
p.button a, a.button            { border-color:#7ba133; background-image:none; border-radius:0;color:#ffffff;font-weight:bold;background-color:#7ba133;}

input:hover[type="submit"], 
a:hover.button, p.button a:hover{ border-color:#7ba133; color:#555555;background-color:#c6c6c6;}

#logo a:hover {  color:#aaa; }

p {color:#000000;}

.error {font-size:12px !important;font-weight:normal;padding:5px 0;margin: 20px 0 10px 0;color:#7ba133 !important;}

@media only screen and (max-width: 600px) {
.eingabefelder div {width:100%;float:left;}
input[type="text"] { width:90%;}
select.attributeinput { width:93%;}
}

/* end file: /lists/styles/color.css   */


/* start file: /lists/styles/color.css   */
/* alte inhalte
body {
    background-color: #FFF;
    background-image: url("../images/page_bk_nomenu.png");
    color: #666
}

.panel {
    border-color: #666;
}

.panel .content {
    background-color: #F2F2F2
}

h3 {
    color: #333
}

a {
    color: #666
}

a:hover {
    color: #000
}

#footer {
    background-color: #FFF;
}

#mainContent table {
    background: #DDD;
    border-color: #CCC
}

textarea {
    background: #FFF;
    border-color: #DDD;
    color: #666;
}

select {
    border-color: #DDD;
    background-color: #FFF;
    color: #666;
}

input[type="text"],
input[type="password"] {
    border-color: #CCC;
    color: #333;
}

input[type="submit"],
p.button a, a.button {
    border-color: #BBB #AAA #AAA #BBB;
    color: #333;
}

input:hover[type="submit"],
a:hover.button, p.button a:hover {
    border-color: #F90 !important;
    color: #000;
}

#logo a:hover {
    color: #aaa;
}
*/
/* end file: /lists/styles/color.css   */
