* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
  background-color: #FBD0BC;
}

#container-page {
  margin: 0px auto;
  width: 776px;
  background: #FFF url("../bilder/bg_main.gif");
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  /*border: 1px solid black;*/
}

#container-head {
  background-color: #FBD0BC;
  width: 776px;
}

#container-content {
  margin: 0 62px 0 62px;
  padding-bottom: 40px;
  width: 652px;
}

#container-content:after, .tab_functions:after, .tablehead:after, .right:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#container-foot {
  width: 776px;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 30px;
  background: #FBD0BC url("../bilder/bg_footer.gif") no-repeat top center;
  /*border: 1px solid black;*/
}

#submenu {
  width: 764px;
  margin: 0 6px 12px 6px;
  height: 103px;
  background: #FFF url("../bilder/bg_submenu.gif") no-repeat top left;
}

#info_bar {
  width: 293px;
  height: 60px;
  margin-top: 7px;
  float: left;
}

#login_bar {
  width: 440px;
  height: 30px;
  margin-top: 7px;
  float: right;
  padding-top: 3px;
}

#links_allg {
  clear: both;
  width: 236px;
  height: 24px;
  float: left;
  color: #F26521;
  padding-top: 6px;
  font-size: 11px;
  text-align: center;
}

#links_subnav {
  width: 520px;
  height: 24px;
  float: right;
  padding-top: 6px;
  font-size: 11px;
  line-height: 13px;
}

a {
  text-decoration: none;
  color: #0c3f7b;
}

a:link {
  text-decoration: none;
  color: #0c3f7b;
}

a:hover {
  text-decoration: underline;
  color: #0c3f7b;
}

a:active {
  text-decoration: none;
  color: #0c3f7b;
}

#links_allg a, #login_bar a {
  text-decoration: none;
  color: #F26521;
}

#links_allg a:link, #login_bar a:link {
  text-decoration: none;
  color: #F26521;
}

#links_allg a:hover, #login_bar a:hover {
  text-decoration: underline;
  color: #F26521;
}

#links_allg a:active, #login_bar a:active {
  text-decoration: none;
  color: #F26521;
}

#links_subnav img, .left_menu img {
  vertical-align: middle;
  margin: 0 5px 0 10px;
}

#login_bar img, .submitbotton {
  vertical-align: bottom;
  margin: 0 5px 0 10px;
}

#login_bar .login {
  width: 92px;
  border: 1px solid #F26521;
  color: #666;
  font-size: 11px;
  padding: 1px;
}

#login_form {
  width: 300px;
  float: left;
  margin-top: 2px;
}

#login_userdaten {
  width: 300px;
  float: left;
  margin-top: 5px;
  color: #F26521;
  text-align: left;
  font-size: 11px;
  line-height: 11px;
}

#login_links, #login_logout {
  width: 120px;
  float: right;
  margin-right: 10px;
  color: #F26521;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
}

#login_logout {
  margin-top: 5px;
}

img {
  border: none;
}

p, .tabelle td, td, .text, .liste, .hinweis, .tab_functions {
  color: #333; 
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 18px;
}

p {
  margin-bottom: 12px;
}

.tabelle td {
  line-height: 13px;
  padding: 3px;
  background-color: #eee;
}

h1 {
  color: #FF7415; 
  font: bold 15px Verdana, Arial, Helvetica, sans-serif;
  margin-top: 12px;
  margin-bottom: 12px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearall {
  clear: both;
}

.orange {
  color: #FF7415; 
}

.footnote {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #FF7415; 
}

.left_menu {
  border-top: 1px solid #FF7415;
  border-bottom: 1px solid #FF7415;
  padding: 6px 0 6px 0;
  margin-bottom: 12px;
  text-align: center;
}

.tablehead {
  background-color: #fce0D3;
  border: 1px solid #FF7415;
  padding: 3px;
  font: bold 12px Arial, Helvetica, sans-serif;
  margin: 15px 0 6px 0;
  height: 15px;
  min-height: 15px;
}

.tablehead span {
  font: 12px Arial, Helvetica, sans-serif;
}

ul.liste {
  margin-left: 0;
  margin-bottom: 12px;
}

ul.liste li, .error li, .stop li {
  margin-left: 15px;
}

/* Original-Photodruck-CSS */

.tab_hcol_start, .tab_hcol_mb {
  background-color : #fce0D3; 
  border-style: solid; 
  border-width: 1px;
  border-color:#828282; 
  padding:2px
}  

.hinweis /* Box für Hinweise (gelb) */ {
  background-image:url("../bilder/achtung.jpg");
  background-repeat: no-repeat;
  background-color: #ffffa1;
  border: solid 1px #ffff00;
  background-position:6px 6px;
  padding-left: 50px;
  padding-top:7px;
  padding-bottom:7px;
  padding-right:7px;
  margin-bottom: 12px;
  min-height:30px;
}

.minihinweis {
  padding-left: 5px;
  padding-right:5px;
  background-color: #ffffa1;
  border: solid 1px #ffff00;
  font-size: 11px;
}

.stop /* Box für Fehler mit stop schild(rot) */ {
  background-color: #ffe0d6;
  border: solid 1px #ffa0a0;
  background-image: url("../bilder/stop.gif");
  background-repeat: no-repeat;
  background-position: 6px 6px;
  padding: 7px 7px 7px 50px;
  min-height: 30px;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin-bottom: 12px;
}

.error /* Box für Fehler (rot) */ {
  background-color: #ffe0d6;
  border: solid 1px #ffa0a0;
  width: 100%;
  padding: 7px 7px 7px 7px;
  min-height: 30px;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin-bottom: 12px;
}
input.anmeldung, textarea.anmeldung /* Formularfelder Anmeldung */ {
  color: black; 
  width: 150px; 
  border: solid 1px 
}

input.anmeldung_error /* Formularfelder Anmeldung bei Fehler */ { 
  color: black; 
  width: 150px; 
  border: solid 1px; 
  background-color: #FFE0D6;
}

input.flat {
  border-width: 0;
  width: 100%;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  background-color:#fff;
}

.button_abbruch, .button_speichern {
  width: 80px;
  height: 15px; 
  padding: 0; 
  border: 0; 
  cursor: pointer;
}

.button_abbruch {
  background: #fff url(../bilder/button_abbruch.gif) no-repeat top left; 
} 

.button_speichern {
  background: #fff url(../bilder/button_speichern.gif) no-repeat top left; 
}

.upload_java {
  border-width: 2px; 
  border-color: #dddddd;
  background-color: #f6f6f6; 
  width: 570px; 
  border-style: solid; 
  padding: 2px;
}

/* Tabelle für Funktionen im Hauptframe */
.tab_functions {
  background-color: #fce0D3;
  border: 1px solid #FF7415;
  padding: 6px;
}

.tab_functions img {
  vertical-align: middle;
}

table.thumb,table.thumbord {
 font-size: 12px;
 line-height: 15px;
}

td.thumb {
	background-image: url("/design/bilder/bgth132.gif");
	background-repeat: no-repeat;
}

td.thumb_sel {
	background-image: url("/design/bilder/bgth132_akt.gif");
	background-repeat: no-repeat;
}
.thumbkl {
  border: 1px #888888 solid;
	background-image: url("/design/bilder/leiste-grau-gross.gif");
}

.thumbkl_sel {
  border: 1px #be1c10 solid;
	background-image: url("/design/bilder/leiste-beige-gross.gif");
}

td.thumbtrash {
  background-image: url("../bilder/knitterpapier.jpg")
}

.ord_bid {
  text-align:center;
  vertical-align:middle;
}

img.thumbnail {
  border-right: 0px #888888 solid ;
	border-bottom: 0px #888888 solid ;
}

.thumbtext {
  font-size: 12px;
}

.border {
  border: 1px #888888 solid;
}

td.thumbord,td.thumbhoch {
  text-align:center;
  vertical-align:middle;
  background-position:0px 0px;
	background-Image:url(../bilder/ordner.gif); 
	background-repeat:no-repeat; 
	padding-top:15px;
}

td.thumbord_sel,td.thumbhoch_sel {
  text-align:center;
  vertical-align:middle;
  background-position:0px 0px;
	background-Image:url(../bilder/ordner_akt.gif); 
	background-repeat:no-repeat; 
	padding-top:15px;
}

td.thumbklord {
  border: 1px #888888 solid;
  text-align:center;
  vertical-align:middle;
	background-Image:url("/design/bilder/leiste-grau-gross.gif"); 
	background-repeat:repeat-x; 
}

td.thumbklord_sel {
  border: 1px #be1c10 solid;
  text-align:center;
  vertical-align:middle;
	background-Image:url("/design/bilder/leiste-beige-gross.gif"); 
	background-repeat:repeat-x; 
}

.lm_button { background-Color:#D3D3F8; }




.tab_hcol_start, .tab_hcol_mb {
  background-color : #DDDDDD;
  border-style: solid;
  border-width: 1px;
  border-color:#828282;
  padding:2px
}

.tab_bcol {
  background-color: #F7F7F7;
  border-style: solid;
  border-width: 0px;
  border-color: white;
}

.tab_lcol /* Line Color für tabellen */ {
  background-color: #828282;
  border: 0px solid #828282;
  padding: 0px;
}

/*.tab_hcol_mb {
  background-color: #D3D3F8
} /* Tabellenkopffarbe meine bilder  */

.tab_hcol_bh /* Tabellenkopffarbe Bilder hochladen */ {
  background-color: #D6FAD6
}

.tab_hcol_ab /* Tabellenkopffarbe Abzüge bestellen */ {
  background-color: #DDDDDD;
  border: 1px #828282 solid;
  padding: 2px;
}

.tab_hcol_auftrag /* Tabellenkopffarbe Abzüge bestellen --> Auftrag */ {
  background-color: #DDDDDD;
  border: 0px #828282 solid;
  padding: 2px;
}

.tab_auftrag_data /* Tabellenkopffarbe Abzüge bestellen --> Auftrag */ {
  background-color: #FFFFFF;
  border: 0px;
  padding-right: 4px;
}

.tab_form_ab /* Tabelle Bestellformular Abzüge bestellen --> Auftrag*/ {
  background-color: #DDDDDD;
  border: 0px;
  padding: 0px;
} 

.tab_hcol_help /* Tabellenkopffarbe Hilfe */ {
  background-color: #F5F4D8;
  width: 120px
}

.tab_bopt /* Hintergrundfarbe der tabelle Bildoptimierer*/ {
  background-color: #e2e2e2
}
.framed {
  border-width: 1;
  border-style: solid;
  border-color:#828282
}

.auftrag_input {
  border-width: 1px;
  border-color: #828282;
  width: 35px;
  text-align: right;
}

.auftrag_gk_input {
  border-width: 1px;
  border-color: #828282;
  width: 100%
}

.auftrag_selbox {
  width: 95%;
  vertical-align: middle
}


