body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #555;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 4px 0 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	line-height: 18px;
}

img { border: none; }
a { color: #FFA020;  }
a:hover { text-decoration: none; color : #666666; }

#wrap {
	width: 882px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 95px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(images/header_bg.jpg);
}

#header h1 {
	font-size: 19px;
	font-weight: 100;
	padding-top: 63px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 220px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	color: #ccc;
	font-size: 8px;
	margin-top: -25px;
	margin-left: 685px;
	font-family: Arial, Helvetica, sans-serif;
}

#header-logo {
	position: absolute;
	top: 9px;
	width: 104px;
	height: 63px;
	left: 17px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #4E4E4E;
	text-transform: uppercase;
}

#content {
	padding: 10px 20px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/content_bg.jpg);
}

#posttitle a {
	text-decoration: none;
}

#posttitle h1{
	font-size: 25px;
}

.left ul{
	margin-left: 15px;
	display: block;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.left li{
	list-style-type: none;
	list-style-image: url(images/yes.gif);
	display: list-item;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}

.left .getit li{
	display: inline;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	clip: rect(auto,auto,auto,auto);
	margin-left: -10px;
}

.left {
	width: 548px;
	float: left;
	text-align: left;
}

.left h2 {
	color: #FFA020;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: normal;

}

#sidebar {
	width: 185px;
	float: right;
	border-left: 1px solid #bbb;
	font-size: 12px;
	padding: 10px;
}

#sidebar ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

#sidebar h2 {
	height: 30px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#sidebar li { color: #666666}
#sidebar a { text-decoration: underline}

.articles img {
	float: left;
	padding-right: 20px;
	padding-top: 10px;
}

.cart {
	width: 200px;
	float: right;
	border-left: 1px solid #bbb;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
}

.cart ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

.cart h2 {
	height: 30px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}

.cart li { color: #FFA020 }
.cart a { text-decoration: none }

#top {
	padding: 0px;
	margin: 0px;
	background-color: #464646;
	background-repeat: no-repeat;
	height: 200px;
}

#bottom {
	padding: 10px 0;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}

#footer {
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 0 0 10px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.shop th, .list th {
	background-color: #FFA020;
	text-align: center;
}

.shop td {
	font-size: 12px;
	background-position: center;
	height: 26px;
}

.list table {
	font-size: 12px;
}

.list td {
	font-size: 12px;
	background-position: center;
	margin 1px;
}

.list tr {
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
}

.list li{
	list-style-type: none;
	list-style-image: url(images/yes.gif);
	display: list-item;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}

.orderdList li{
	list-style-image: none;
	list-style-type: decimal;
}

.trOdd {
	background-color: #E1E1E1;
	padding: 0px;
	margin: 0px;	
}

.tdDist {
	padding-left: 14px;
}

.tdLeft{
	text-align: left;
}

.tdCenter{
	text-align: center;
}

.submitBt, .backBt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/bt/submitbt.jpg);
	height: 32px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-left: 0px;
	width: 145px;
	background-position: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	float: left;
	background-color: #FFFFFF;
}

.submitBt:hover, .backBt:hover {
	color: #000000;
}

.errorMsg {
	color: #1149A8;
	font-weight: bold;
	height: auto;
	padding: 5px;
	width: 550px;
	font-size: 15px;
	border: thin dashed #333333;
}

.Msg {
	color: #719500;
	font-weight: bold;
	height: auto;
	padding: 5px;
	width: 520px;
	font-size: 15px;
	border: thin dashed #719500;
}

.oldprice {
	color: #FF0000;
	text-decoration: line-through;
}

/* Services */

.description {
	font-weight: bold;
}

.button {
	background-color: #bcd5f9;
	border: 1px #3f6ec1 solid;
}



#rightInput{

float: left;

margin-left: 1em;}



.keyInputBox{

	height:250px;

	width: 100%;}



.inputBorder{

border: 1px #e7e7e7 dotted;

width: 350px;

text-align: left;

padding: 0.5em;}



#leftInput{

float: left;

margin-right: 1em;}

.column {

	width: 244px;

	float: left;

}

.columnRight {

	margin-left: 50px;

}

.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
