body {
	position: relative;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#wrapper {
	width:700px;
	text-align:left;
	margin:0 auto;
	background-color:#fff;
}
body.page_index #wrapper {
	width:636px;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#page {
	padding: 0px 12px;
}

#page p a {
	text-decoration: underline;
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

li {
	list-style-type: disc;
	margin-left: 16px;
}

.clear {
	clear:both;
}

.telefonNummer {
	font-family:Arial, Helvetica, sans-serif;
}
.hinweis {
	color:#999;
	font-size:11px;
	padding-top:8px;
	padding-left:10px;
}
/* ################# HEADER  ############################# */
#header img {
}

/* ################# NAVI  ############################# */
.arrows {
	border-style:solid;
	height: 0;
	width: 0;
	border-width: 8px;
	border-right-width:0;
	display: block;
	float: left;
	margin-right: 3px;
}

#navi {
	margin:10px 0 25px;
	overflow:hidden;
}

#navi a {
	display:inline-block;
	height:18px;
	float:left;
	margin-right:25px;
	background-repeat:no-repeat;
	background-position:left center;
	/*padding-left:12px;*/
	z-index: 10;
	position: relative;
}


#navi a:hover,
#navi .hi,
#subnaviInformationen a:hover,
#subnaviInformationen .hi {
	text-decoration:underline;
}

#navi a.menu_logout {
	float:right;
	margin-right:0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	
}

#navi a.menu_fragen {
	float:right;
}

#subnaviInformationen {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 28px 16px 10px;
	z-index: 5;
	min-width: 120px;

	-webkit-box-shadow: 1px 1px 10px 0px rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 10px 0px rgba(204,204,204,1);
box-shadow: 1px 1px 10px 0px rgba(204,204,204,1);
}

#subnaviInformationen a {
	display: block;
}

/* ################# INDEX.PHP  ############################# */

#indexLoginDiv {
	background-repeat:no-repeat;
	width:626px;
	height:466px;
	border:5px solid #00ffff;
}

#indexLoginDiv form{
	padding:291px 5px 0;
}

#indexLoginDiv form label{
	font-size:13px;
	display:inline-block;
	width:270px;
	padding: 10px 0 10px 10px;
}
#indexLoginDiv form .input_bg {
	width:270px;
	padding: 0 0 7px 10px;
	margin-bottom: 10px;
}
#indexLoginDiv form .btnRight {
	float: right;
	margin-right: 7px;
}
#indexLoginDiv form input.input_text{
	width:190px;
	height:25px;
	border: 1px solid #cbcbcb;
	margin-bottom:0px;
	line-height:25px;
}
#indexLoginDiv .btn_login {
	display:block;
}
#indexLoginDiv #errorText {
	margin-top: 90px;
}


/* ################# START.PHP  ############################# */

#page .btnGoToList {
	overflow:hidden;
	float:right;
}

#page p {
	margin:15px 0;
}

/* ################# LIST.PHP  ############################# */
#tableHead {
	height:30px;
	width:675px;
}

#tableHead .tableHeadCells {
	text-align:center;
	border-right:1px solid #fff;
	float:left;
	height:30px;
	line-height:28px;
	margin:0px;
	padding:0px;
}

#tableHead #product {
	width:204px;
}
#tableHead #amount {
	width:109px;
	line-height:1;
}
#tableHead #price {
	width:92px;
}
#tableHead #total {
	width:86px;
}
#tableHead #action_button {
	width:100px;
	border-right:none;
}


#tableBody {
	width:675px;
	height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	position:relative;
	border-bottom: 1px solid #E9EDEF;
}

table.geschenke_list {
	width: 660px;
	border-collapse:collapse;
	border-bottom: 1px solid #E9EDEF;
}

.geschenke_list td.artikel {
	width:190px;
}
.geschenke_list td.amount_dropbox {
	width:95px;
}
.geschenke_list td.price {
	width:80px;
}
.geschenke_list td.total_price {
	width:80px;
}
.geschenke_list td.action_buttons {
	width:140px;
}

.geschenke_list tr.titleBar {
	height:30px;
}

.geschenke_list tr.titleBar th {
	vertical-align:middle;
	border-left:1px solid #fff;
	padding:0 7px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
}
.geschenke_list td {
	padding:8px 3px;
	vertical-align:top;
	border-left:1px solid #e9edef;
}
.geschenke_list td.tdBottomBar {
	height:1px;
	padding:0;
}
.geschenke_list td.noBorderLeft {
	border-left:none
}

.geschenke_list td.borderTop {
	border-top:1px solid #e9edef;
}
.geschenke_list td.action_buttons {
	vertical-align:middle;
	text-align:center;
	padding:8px 0 8px 6px;
}
.geschenke_list td.action_buttons .bereitsVerschenkt {
	background-image: url(../../img/verschenkt.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 138px;
	height: 42px;
	padding-top: 44px;
}
.geschenke_list td.action_buttons .padding {
	padding:0 10px;
	position:relative;
}
.geschenke_list td.amount_dropbox{
	text-align:center;
}
.geschenke_list td.amount_dropbox select{
	width:95px;
	text-align:center;
	border:1px solid #e9edef;
	color:#323232;
	font-weight:bold;
}
.geschenke_list td.amount_dropbox select option{
	font-weight:normal;
}
.geschenke_list td.price,
.geschenke_list td.total_price {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.geschenke_list td img {
	padding:3px;
	border:1px solid #ccc;
	float:left;
	margin:0 10px 10px 0;
}

.geschenke_list td img.verschenkt {
	float:none;
	border:none;
	margin:0;
	padding:0;
}

.geschenke_list td span.geschenk_name{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.geschenke_list td span.geschenk_info{
	font-size:10px;
  margin-left: 82px;
  display: block;
}



/* ################# FOOTER  ############################# */

#footer {
	margin:10px;
	overflow:hidden;
	height:60px;
}

#footer a {
	display:inline-block;
	height:18px;
	float:left;
	margin-right:10px;
	padding-right:10px;
	background-repeat:none;
}

#footer a.hi {
	text-decoration:underline;
}

.slideShowFooter {
	width:689px;
	height:87px;
	margin-top:40px;
}

/* ################# ADMIN  ############################# */

.adminPadding h2 {
	font-size:18px;
	font-weight:bold;
	margin:15px 0;
	padding-bottom:5px;
}

#page table.product_list {
	width:100%;
}
#page table tr.x125 {
	background-color:#f6f8f9;
}
#page table.product_list th {
	font-weight:bold;
	font-size:12px;
	padding:5px;
	text-align:center;
}

#page table.product_list td {
	font-size:12px;
	padding:10px 7px;
	border-bottom:1px solid #bfdeee;
	border-left:1px solid #bfdeee;
	vertical-align:top;
}

#page table.product_list td a {
	font-weight:bold;
}


#page table#product_edit {
	width:100%;
	font-size:12px;
}
#page table#product_edit td {
	padding-bottom:15px;
	
}

#page table#product_edit td.label {
	width:170px;
	vertical-align:top;
	padding-top:6px;
	font-weight:bold;
}


#page div.nav{
	margin-bottom:10px;
	float:right;
}

#page a.button {
	border:3px s
}

.adminButton {
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 7px;
}
.adminButton:hover {
	text-decoration:none;
}



/*#### geschenkListe TABLE  ###*/
#page table.product_list .geschenkListe {
	border:none;
}

#page table.product_list .geschenkListe td {
	border-left:none;
	border-bottom:none;
	padding:2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#page table.product_list .geschenkListe td.borderBottom {
	border-bottom:1px dotted #ccc;
}

#page .longText{
	/*max-height:227px;
	overflow-y:auto;*/
	width:185px;
}
/* ##############  BUTTON  ################################ */

a.button {
	padding: 3px;
	display: block;
	float: left;
}

/* ##############  FORM-ELEMENTS  ################################ */

#page table input.input_text,
#page table input.input_date,
#page table input.input_bild,
#page table textarea.input_text
{
	background-color:#f6f8f9;
	border-top:1px solid #666;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #666;
	padding:3px;
}

#page table#product_edit input{
	width:520px;
}

#page table#product_edit textarea {
	width:520px;
	height:120px;
}

#page table#product_edit input.input_checkbox {
	width:20px;
}


#page table#product_edit input.input_bild{
	width:300px;
}

form#formAdminLogin label{
	width:80px;
	display:block;
	float:left;	
}

form#formAdminLogin input.input_text {
	margin-bottom:15px;
	width:150px;
	display:block;
}
/* ##############  ERROR-HANDLING  ################################ */

div.divSuccessMessages {
    background-color: white;
    border: 2px solid #7c854c;
    margin-bottom: 15px;
    padding: 10px;
}

div.divSuccessMessages li {
    margin-left: 20px;
}

div.divErrorMessages {
    background-color: white;
    border: 2px solid red;
    margin-bottom: 15px;
    padding: 10px;
}

div.divErrorMessages li {
    margin-left: 20px;
	color:#f00;
}


#errorText {
  color: red;
	border: 1px solid red;
	padding: 4px;
	margin: 10px 0;
}

.content .contentBody .left input.error, 
.content .contentBody .left textarea.error {
	border: 1px solid #f00;
	background-color: #fee;
}

#page form .error,
#page form table#coupon_edit .error {
	border: 1px solid #f00;
	background-color: #fee;
}

/* ################# KASSE  ############################# */

.kasseContent {
	
}

.kasseContent .contentLeft{
	width:365px;
	float:left;
	font-size:14px;
}


.kasseContent .contentRight{
	width:310px;
	float:left;
}

.kasseContent .contentLeft input,
.kasseContent .contentLeft textarea {
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	
}
.kasseContent .contentLeft label.small {
    float: left;
    margin-bottom: 4px;
    margin-right: 10px;
    width: 160px;
    clear: none;
}
.kasseContent .contentLeft input {
    float: left;
    height: 30px;
	line-height:30px;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 153px;
}

.kasseContent .contentLeft label {
	width: 360px;
	display:block;
	clear:both;
	margin-bottom:4px;
}

.kasseContent .contentLeft textarea {
	width: 323px;
	padding-top:5px;
}

.kasseContent .contentLeft textarea#other_names{
	height:105px;
}

.kasseContent .contentLeft textarea#greetings{
	height:180px;
}

.kasseContent .contentRight .contentRightTable {
	height:469px;
	width:100%;
}

.kasseContent .contentRight .contentRightTable .korbItemsRow{
	background-color:#f6f8f9;
	padding:10px;
	margin-bottom:3px;
	overflow:hidden;
}

.kasseContent .contentRight .contentRightTable .korbItemsRow div.korbItemName{
	width:250px;
	margin-right:10px;
}

.kasseContent .contentRight .contentRightTable .korbItemsRow div.korbItemAmount{
	width:30px;
}

.kasseContent .contentRight .contentRightTable .korbItemsRow div,
.kasseContent .contentRight .contentRightTable .korbItemSummeRow div{
	float:left;
}

.kasseContent .contentRight .contentRightTable .korbItemSummeRow {
	padding:10px;
	overflow:hidden;
}

.kasseContent .contentRight .contentRightTable .korbItemSummeRow div.korbItemSumme {
	text-align:right;
	width:190px;
	margin-right:10px;
}

.kasseContent .contentRight .contentRightTable .korbItemSummeRow div.korbItemEuro {
	width:90px;
	text-decoration:underline;
	text-align: right;
}

.kasseContent .contentRight .contentRightTable .korbItemsRow div.korbItemAmount,
.kasseContent .contentRight .contentRightTable .korbItemSummeRow div.korbItemEuro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}


.noPrintText {
	display:none;
	font-size:25px;
	margin-bottom:20px;
	padding-bottom:4px;
	border-bottom:4px double #004990;
	text-align:center;
}

.finalContent {
	overflow:hidden;
}

.finalContent textarea{
	width:657px;
	height:150px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}


/* ################# Lightbox  ############################# */
.lightbox {
	position: fixed; top: 0; left: 0; 
	background: rgba(0,0,0,0.9); box-shadow: 0 0 50px 5000px rgba(0,0,0,0.8);
	width: 100%; height: 100%;
	padding-top: 8%;
	text-align: center;
	z-index: 101;
	
}
.lightbox.lightbox img {
	float: none;
	width: auto; height: auto;
}
