@font-face {
    font-family: 'st_charles_extra_darkregular';
    src: url('../font/stcharles-webfont.eot');
    src: url('../font/stcharles-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/stcharles-webfont.woff') format('woff'),
         url('../font/stcharles-webfont.ttf') format('truetype'),
         url('../font/stcharles-webfont.svg#st_charles_extra_darkregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
   font-family: Verdana;
}

table tr {
	cursor: pointer;
}

#main {
	margin: 0px auto;
    width:1024px;
	padding: 0px;
}

#main_background {
	content: "";
	opacity: 1;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   position: absolute;
   z-index: -1;   
}

.div_transparent
{
   border: 0:
   padding: 0;
   margin: 0;
}

.div_base 
{
	background-color: rgba(193, 131, 183, 0.8);
	-webkit-box-shadow: 0 0px 10px #BDBDBD;
	-moz-box-shadow: 0 0px 10px #BDBDBD;
	box-shadow: 0 0px 10px #BDBDBD;
	border-radius: 10px;
}

.shop_menge
{
	width: 150px;
	float: left;
	font-weight:bold;
	font-size: 1.0em;
	text-align: center;
	background-color: rgba(32, 137, 88, 0.5);
	-webkit-box-shadow: 0 0px 5px #BDBDBD;
	-moz-box-shadow: 0 0px 5px #BDBDBD;
	box-shadow: 0 0px 5px #BDBDBD;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 10px 10px 0px;
}

.shop_button_green
{
	font-size: 1.0em;
	text-align: center;
	width:120px;
	float: left;
	background-color: rgba(32, 137, 88, 0.5);
	-webkit-box-shadow: 0 0px 5px #BDBDBD;
	-moz-box-shadow: 0 0px 5px #BDBDBD;
	box-shadow: 0 0px 5px #BDBDBD;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 10px 10px 0px;
}

.shop_link_change
{
	float:right;
	font-size: 0.8em;
	font-weight:normal;
}

.shop_checkout_frame
{
	background-color: rgba(32, 137, 88, 0.0);
	font-size: 0.8em;
	text-align: left;
	width:540px;
	padding: 5px 15px 5px 15px;
	margin: 10px 10px 10px 0px;
}

.shop_checkout_address_readonly
{
	background-color: rgba(32, 137, 88, 0.2);
	font-size: 0.7em;
	text-align: left;
	width:250px;
	padding: 5px 15px 15px 15px;
	margin: 10px 5px 10px 0px;
}

.shop_checkout_readonly
{
	background-color: rgba(32, 137, 88, 0.2);
	font-size: 0.7em;
	text-align: left;
	width:540px;
	padding: 5px 15px 15px 15px;
	margin: 10px 10px 10px 0px;
	clear:both;
}

.shop_checkout_frame_select
{
	background-color: rgba(32, 137, 88, 0.2);
	padding: 5px 15px 5px 15px;
	margin: 10px 10px 10px 0px;
}

.shop_button_green:hover { 
	background-color: rgba(40, 70, 222, 0.9);
	cursor: pointer;
	}

.shop_condition
{
	height: 100px;
	font-size: 0.8em;
	overflow:auto;
	margin: 10px 5px 10px 0px;
	background-color: rgba(193, 131, 183, 0.5)
}	

.shop_text_small_bold
{
	font-size: 0.7em;
	font-weight: bold;
}
	
.shop_preis
{
	width: 150px;
	float: right;
	font-weight:bold;
	font-size: 1.0em;
	text-align: right;
	background-color: rgba(137, 32, 88, 0.5);
	-webkit-box-shadow: 0 0px 5px #BDBDBD;
	-moz-box-shadow: 0 0px 5px #BDBDBD;
	box-shadow: 0 0px 5px #BDBDBD;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0px 10px 10px;
}

.shop_button_blue
{
	width: 180px;
	float: right;
	font-size: 1.0em;
	text-align: center;
	background-color: rgba(40, 70, 222, 0.6);
	-webkit-box-shadow: 0 0px 5px #BDBDBD;
	-moz-box-shadow: 0 0px 5px #BDBDBD;
	box-shadow: 0 0px 5px #BDBDBD;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 10px;
}

.shop_button_blue:hover { 
	background-color: rgba(40, 70, 222, 0.9);
	cursor: pointer;
	}

.shop_warenkob_small_line
{
	font-size: 0.8em;
	width: 100%;
}

.shop_warenkob_small_sum_line
{
	font-size: 0.8em;
	text-align: right;
	width: 100%;
}

.shop_category_small_line
{
	font-size: 0.7em;
	width: 100%;
	padding: 0px 5px;
}

.shop_category_small_line:hover
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.shop_category_small_line_selected
{
	font-weight: bold;
}


#login {
	font-size: 0.8em;
}
	
#right_sub
{
	margin: 0px 0px 20px 0px;
}

#right  {
	float: left;
    width: 200px;
	margin: 5px 0px 5px 5px;
}

#left  {
	float: left;
    width: 210px;
	margin: 5px 5px 5px 0px;
}

#middle  {
	float: left;
    width: 594px;
	margin: 5px 5px 5px 5px;
}


.shop_menge_preis
{
	float: right;
}

.shop_login_meldung
{
	color:red;
}

.div_header {
	height:30px;
	background-color: rgba(137, 32, 88, 0.5);
	border-radius:10px 10px  0 0;
	padding: 10px 7px 0px 7px;
	text-align: center;
}

.div_header_link  
{
}

.div_header_link:hover { 
	background-color: rgba(137, 32, 88, 1);
	cursor: pointer;
	}

.div_header_small	
{
	height:20px;
	background-color: rgba(137, 32, 88, 0.5);
	border-radius:10px 10px  0 0;
	padding: 3px 7px 3px 7px;
	text-align: center;
	color: white;
}
	
.div_output {
	padding: 4px;
}

.text_output {
	padding: 10px;
}

#right_shadow   {
	-moz-box-shadow: 10px 0 10px #999 inset;
	-webkit-box-shadow: 10px 0 10px #999 inset;
	box-shadow: 10px 0 10px #999 inset;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#nav_wrapper {
	margin : 0px 0px 0px 0px;
	padding: 0px;
	margin-top: -35px;
	height: 30px;
	background-color: rgba(137, 32, 88, 0.6);
	border-radius:0 0 10px 10px;
	padding: 0;
}

#headline {
   font-family:'st_charles_extra_darkregular'; 
   font-style: italic;
   color: rgb(30, 38, 41);
   font-size: 64pt;
   height: 120pt;
   padding : 8px;
   }

#header_area_1 {
	float: none;
    width: 1024px;
	height: 170px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
   color: white;
	background-repeat:no-repeat;
	background-color: rgba(193, 131, 183, 0.4);

	-webkit-box-shadow: 0 0px 10px #BDBDBD;
	-moz-box-shadow: 0 0px 10px #BDBDBD;
	box-shadow: 0 0px 10px #BDBDBD;
	border-radius: 10px;
}

#footer_area {
	float: none;
    width: 1024px;
	height: 170px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background-repeat:no-repeat;
	background-color: rgba(193, 131, 183, 0.4);
	-webkit-box-shadow: 0 0px 10px #BDBDBD;
	-moz-box-shadow: 0 0px 10px #BDBDBD;
	box-shadow: 0 0px 10px #BDBDBD;
	border-radius: 10px;
}

#go_back {
	float: left;
}

#go_foreward {
	float: right;
}

.form_frage a
{
	text-decoration: none;
	color: black;
}

.form_frage a span
{
	display:block;
	height:37px;
	padding-left:5px;
	padding-top:5px;"
}

.form_frage img
{
	float:left;
}

#nav  a.selected 
{
	background-color: rgba(193, 131, 183, 0.8);
	color: #ffffff;
}

.test01
{
	background-color:#998;
}

#headline_admin 
{
	width: 1024px;
	background-color: lightgrey;
	margin: 5px;
	padding: 5px;
}

#left_admin
{
	float: left;
	width: 174px;
	margin: 5px;
	padding: 5px;
	background-color: lightgrey;
	
}

#right_admin
{
	float: left;
	width: 830px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	background-color: lightgrey;
	
}

#body_admin {
   font-family: Verdana;
   background-image: none;
   text-align: center;
}

#shop_login_left
{
   float:left;
   width:45%;
   min-height:250px;
   border-right-width:medium; 
   border-right-color:lightgrey; 
   border-right-style:dotted; 
   margin-bottom: 10px;
   padding-left:5px;
   padding-right:5px;
}

#shop_login_right
{
   min-height: 250px;
   float:right;
   width:50%;
   margin-bottom: 10px;
}

.shop_login_register_left
{
   padding: 2px;
   width:140px;
   float:left;
}

.shop_login_register_right
{
   padding: 2px;
}

.shop_login_register_input_text
{
   width:400px;
}

.shop_login_register_static_text
{
	height: 100px;
   font-size: 0.8em;
	overflow:auto;
	margin: 10px 5px 10px 0px;
   padding:3px;
	background-color: rgba(193, 131, 183, 0.5);
}

.basketTable 
{
	display: block;
	width: 100%;
}

.basketTableHeading, .basketTableBody, .basketTableFoot, .basketTableRow
{
	clear: both;
}
.basketTableHead, .basketTableFoot
{
	background-color: #DDD;
	font-weight: bold;
}

.basketTableCell, .basketTableHead 
{
	float: left;
	overflow: hidden;
	padding: 3px 1.8%;
}

.basketTable:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#footer {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	overflow: hidden;
}

#footer > a
{
	padding: 6px 4px 2px 4px;
	margin-right:2px;
	display: block;
	background-color: rgba(137, 32, 88, 0.6);
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	font-size: 0.8em;
	position: relative;	
	float: right;
}

#footer > a:hover  
{
	background: #CDCDCD;
}
