#header {
	height: 200px;

}

#contentwrapOrder {
	min-height: 600px;
    clear: both;
	background: url(images/bg_site_24.png) repeat-y center top !important;
	background: url(images/bg_site_8.png) repeat-y center top;
	padding: 25px;
}
* html #contentwrapOrder {
 height: 600px;
}
#contentwrapOrder div.multilang_flags {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#contentwrapOrder div.multilang_flags span, #contentwrapOrder div.multilang_flags a, #contentwrapOrder div.multilang_flags img {
	visibility: hidden;
}

fieldset {
	width:95%;
	margin-top:8px;
	padding: 15px 10px;
	border: 1px solid #ccc;
	text-align:left;
}

fieldset legend {
	font-weight:bold;
	font-size:16px;
	line-height: 40px;
	padding: 0 20px;
	background: #084362 url(images/bg_table_head.png) repeat-x center center;
	border: 1px solid #ccc;
	color:#f4c000;
}

fieldset div {
	padding:10px;
}

 
/* Artikelauflistung im Bestellvorgang */
 
.Order_ArticleTable {
	width:99%;
	margin-top:12px;
	margin-bottom:12px;
	border-collapse:collapse;
	border: 1px solid #ccc;
}

.Order_ArticleTable td {
	padding:3px;
	border: none;
}

.Order_ArticleTable th {
	font-weight: bold;
	border: 1px solid #ccc;
	line-height: 40px;
	background: url(images/bg_table_head.png) repeat-x center center;
	height: 40px;
	padding: 0 15px;
} 

.Order_ArticleTable th, .Order_ArticleTable span {
     color:#f4c016;
} 
	


/* Darstellung der Summen im Warenkorb */

.Order_TotalsTable {
	width:100%;
	border-collapse:collapse;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

.Order_TotalsTable td {
	padding: 8px 3px;
	border-bottom: 1px solid #ccc;
}


/* Konfigurationstabelle */

.Order_ConfigTable {
	width:100%;
	margin-top:10px;
	border: 1px solid #ccc;
	
}


.Order_ConfigTable th {
	font-weight: bold;
	border: 1px solid #ccc;
	line-height: 40px;
	background: url(images/bg_table_head.png) repeat-x center center;
	height: 40px;
	padding: 0 15px;
}
.Order_ConfigTable th, .Order_ConfigTable th span {
     color:#f4c016;
}

.Order_ConfigTable td {
	padding: 10px 20px;
}


.Order_ConfigTable table {
	margin:10px;
	border-collapse:collapse;
	border-top: 1px dotted #ccc;
	padding:4px;
	width:95%
}

/* Anzeige der Gesamtsumme im Warenkorb */

.Order_ConfigTableSum {
	width:100%;
}

.Order_ConfigTableSum td{
	border-top: 1px solid #ccc;
	padding:4px;
}


.Order_ConfigListTable td {
	border-top: 1px solid #ccc;
	padding:4px;
}

.Order_ConfigListTable div {
	margin:10px
}
 


/* Adresseingabe */
.Order_AddressInputTable {
	padding-top:10px;
	padding-bottom:10px;
}

.Order_AddressInputTable th {
	padding:4px;
	font-weight:bold;
	border-bottom: 1px dotted #ccc;
}

.Order_AddressInputTable td {
	padding:4px;
}


.MyAccount_Navigation {
	width: 100%;
	margin: 0px;
	padding: 8px 4px 0px 2px; 
	list-style: none;
	font-weight:bold;
	border: none;
	color: #000000;
}

.MyAccount_Navigation li a {
	display: block;
	margin: 0;
	padding: 5px;
	background-color: #EBEEF1;
	color: #000000;
	text-decoration: none;
	width: 160px;
}
						
.MyAccount_Navigation li a:hover {
	background-color: #FFFFFF;
}
.my_account_menu_column_left, .my_account_menu_column_right {
	padding-bottom: 30px;
}
fieldset.my_account_menu {
	margin: 15px 0;
}

/* Artikel - Attributauswahl */

.ArticleAttrTable td {
	border: 0px;
}

.small {
	font-size: 9px;
	font-style: normal;
}

.red {
	font-style: normal;
	color:#CC0000;
}
.my_account_menu_column_left, .my_account_menu_column_right {
	padding: 0 0 25px 0;
}