@font-face {
    font-family: 'cool';
    src: url('coolvetica.woff') format('woff'),
         url('coolvetica.ttf') format('truetype'),
         url('coolvetica.svg#coolvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body
{
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	background-color: #979797;
	color: white;
}

.news{
	text-align: center;
}

#theImage { visibility: hidden; }

.news img{
	border: 2px solid white;
}

.ueberschrift{
	font-family: cool;
	font-size: 90px;
	color: white;
}

.ueberschriftklein{
	font-family: cool;
	font-size: 70px;
	color: white;
	text-align: center;
}

.button{
	font-family: cool;
	font-size: 16px;
	height: 20px;
	background-color: #28649c;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 8px;
	border: solid 1px #28649c;
	padding: 0px 4px;
}

.button:hover{
	background-color: #979797;
	color: #28649c;	
	border: solid 1px #28649c;
}


a
{
	text-decoration: none;
	color: white;
}

img
{
	border: 0px;
}

.main
{
	width: 800px;
	margin: 0px;
}

.header
{
	width: 100%;
	height: 91px;
	background-color: #979797;
	color: white; 
	font-size: 24px; 
	text-align: center; 
	padding-top: 9px;
	padding-left: 20px; 
	padding-right: 20px;
	width: 900px;
}

.header #logo
{
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	color: white;
}

.menu
{
	background-color: #cecece;
	clear: both;
	margin: 0 auto;
	padding-bottom: 0;
	width: 90%;
}

.menu .right
{
	width: 100%;
	height: 100%;
}

.menu div
{
	width: 100%;
}

.menu a#login_link span
{
	font-weight:bold;
}

.menu div input[value='Home']
{
	float: left; 
	margin-left: 0px;
}

.menu ul li
{
	display: inline;
	margin-right: 0px;
}

.menu form
{
	display: inline;
}

.menu form input
{
	margin-right: 0px;
}

.content
{
	align: center;
	min-height: 403px;
	margin-top: 25px;
}

.content .left, .content .right, .content .nav
{
	float: left;
}

#home h1
{
	font-size: 24px;
	font-weight: normal;
	line-height: 22pt;
	margin: 11px 0px;
}

.left
{
	width: 900px;
	min-height: 500px;
	height: 100%;
	padding: 0px 20px 10px 0px;
}

.left .content
{
	background-color: #979797;
    height: 100%;
    height: 700px;
}

.page_navigation
{
	text-align: center; 
	margin-top: 10px;
	margin-bottom: 10px; 
}

.ui-icon
{
	display: inline-block !important;
}

.row td
{
	padding: 10px;
	vertical-align: top;
}

.picture
{
	width: 220px;
	float: left;
	margin-top: 8px;
}

.picture img
{
	height: 200px;
	width: 200px;
	border: 1px solid black;
}

.description
{
	margin-top: 8px;
	padding-right: 10px;
	padding-bottom: 50px;
	float: left
}

.description div
{
	clear: both;
}

.description h1
{
	margin-top: 0px;
}

.description td
{
	padding-right: 10px;
	vertical-align: top;
}

.description .price, .description  .hint
{
	color: red;
	font-weight: bold;
}

.description .hint
{
	font-size: 10px;
}

#results_div
{
	overflow: auto;
}

#results_table
{
	width: 100%;
	align-content: center;
}

#results_table img
{
	width: 100px;
	height: 100px;
}
#results_table img.traffic-light, .traffic-light
{
	background-image: url("./../img/ampel.png");
	height: 70px;
    /*position: relative;*/
    top: 3px;
    width: 30px;
}

#results_table a:hover
{
	text-decoration: underline;
}

#customer, #article
{
	width: 100%;
}

#customer th
{
	width: 159px;
	text-align: left;
}

div.left table#items
{
	width: 100%;
}

div.left table#items td, div.left table#items th
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 0px 5px;
	vertical-align: top;
	text-align: right;
}

div.left.orders
{
	border-right: 0px;
	width: 900px;
}

th.remove_item_td
{
	text-align: right !important;
}

.remove_item_td
{
	text-align: center !important;
	width: 60px;
}

img.remove_item_icon
{
	height: 20px;
	width: 20px;
}

img.remove_item_icon:hover
{
	cursor:pointer;
}

div.left table#items td.total_price
{
	text-align: right;
}

div#total
{
	text-align: right;
	right: 6px;
	font-weight: bold;
	width: 100%;
	position: relative;
}

.spacertd
{
	background-color: #A0A0A0;
}

.bigspacertd
{
	background-color: blue;
	height: 5px;
}

.nav
{
    width: 230px;
}

.nav .logo
{
    font-size: 16pt;
    font-weight: bold;
}

.nav .logo a
{
	color: red;
	font-weight: normal;
	text-decoration: none;
}

.nav .logo a:hover
{
	text-decoration: underline;
}

.nav ul
{
	margin-top: 20px;
}

.nav ul li
{
	background-color: #cecece;
	color: white;
	margin-bottom: 3px;
	padding-left: 11px;
}


.nav ul li:hover
{
/*	background-color: blue;
	color: white;
	font-weight: bold;
*/	cursor: default;
}


ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.chroma-hash
{
	cursor: help;
}

.right
{
	width: 250px;

}

.right .context
{
    background-color: #cecece;
}

.right .context .heading
{
	color: black; 
	font-weight: bold;
	background-color: #28649c; 
}

.right .context .box
{
	max-width: 500px;
	color: black;
	margin: 10px;
    background-color: #cecece;
}

.count_shoppingcart
{
	font-weight: bold;
}

#shopping_cart ul
{
	max-height: 250px;
	overflow: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-right: 10px;
}

#shopping_cart li
{
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	list-style-type: decimal;
}

#shopping_cart #items li
{
	text-align: left;
}

#shopping_cart #items li .price_per_item
{
	margin-left: 12px;
}

#shopping_cart #items li .total_price
{
	float: right;
}

#shopping_cart #to_shopping_cart
{
	color: white;
	
}

.agb
{
	text-decoration: underline;
}

.footer
{
	width: 100%;
	background-color: #A0A0A0;
	text-align: right;
	font-size: 11px;
	color: white;
	margin-top: 25px; 
	height: 40px;
	clear: both;
}

.footer div
{
	padding-top: 13px;
	padding-right: 10px;
}

.footer ul li
{
    display: inline;
    margin-right: 5px;
}

.footer a
{
	color:white;
}

.blueline
{
	border-bottom: 4px solid blue;
	text-align: left; 
	font-weight: bold;
	color: red;
}

.left .header .blueline
{
	text-align: center; 
	color: white; 
	padding-bottom: 8px;
}

.redline
{
	border-bottom: 4px solid red;
}

.left .header .redline
{
	margin-bottom:8px;
}

.bost
{
	color:red; 
	margin-bottom: 8px;
}

#customer tr.rows
{
	cursor: pointer;
	height: 19px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget
{
}

.ui-widget-content
{
	background: none !important;
	border: 0px !important;
}

.ui-widget-header
{
	background: none !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #A0A0A0 !important;
	border-left: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
	border-bottom-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
	border-bottom-left-radius: 0px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background: none !important;
	border-color: #CCCCCC !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
	color: white !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{

}

.ui-tooltip.ui-widget-content
{
background: url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE !important;
}

.tabscart{
	color: white !important;
}