/* GENEREAL DEFINITIONS */
html, body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #444;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

input {
  font-family: Trebuchet MS, Arial, sans-serif;
  line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #F98702;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #6DA90D;
  line-height: 1.6em;
  padding: 0 0 15px 0;
  margin: 0px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  line-height: 1.4em;
  padding: 0 0 4px 0;
  margin: 0px;
}

input {
  color: #777;
}

table {
  text-align: left;
  width: 100%;
  border: 0px;
  border-collapse:collapse;
}

table tr {
  vertical-align: top;
}

table th,td {
  padding:5px 0 5px 0;
}

#wrap {
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color: #F2EFE8;
	background-image: url("../img/bg_main.png");
}

#content {
	margin: 0 auto;
	width: 960px;
}

/* CONTENT LEFT */
#content_left {
  width: 697px;
  background-color: transparent;
  float: left;
}

#content_left .box {
  margin: 15px 15px 0 0;
  width: 687px;
  background-color: #fff;
  padding: 5px 5px 5px 5px;
}

#content_left .box .headline {
	background-color: #e9eedc;
	height: 22px;
	width: 671px;
  padding: 4px 8px;
}

#content_left .headline h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #6da90d;
  margin: 0px;
}

#content_left .headline h1 {
  font-size: 1.5em;
  font-weight: normal;
  color: #6da90d;
  margin: 0px;
}

/* /CONTENT LEFT */

/* CONTENT RIGHT */
#content_right {
  width: 250px;
  float: right;
}

#content_right #container_3 {
  background: url("../img/teaser_bargeldlosbezahlen.png") no-repeat 0px 0px;
  width: 250px;
  height: 81px;
  margin-top: 15px;
}

#content_right #container_2 {
  background: url("../img/teaser_bestellungsuebermittlung.png") no-repeat 0px 0px;
  width: 250px;
  height: 145px;
  margin-top: 15px;
}

#content_right #container_1 {
  background: url("../img/teaser_side_wm.jpg") no-repeat 0px 0px;
	width: 250px;
	height: 267px;
  margin-top: 15px;
}
/* CONTENT RIGHT */

.shadow {
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
	-webkit-box-shadow: 0px 0px 5px 0px #aaa;
	box-shadow: 0px 0px 5px 0px #aaa;
}

.border {
	-webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.border_top {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.border_large {
	-webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clickable {
  cursor: pointer;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

input:focus {
  outline-width:0;
}

.input_standard {
  font-size: 1.2em;
  color: #444;
  padding-left: 8px;  
  border: solid 1px #E5E5E5;  
  outline: 0;
  background: #F0F0F0;
  box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;  
  -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;  
  -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
  background: -webkit-gradient(linear, left top, left 10, from(#CCC), to(#F5F5F5));  
  background: -moz-linear-gradient(top, #CCC, #F5F5F5 10px);
  border-radius: 7px;
  -webkit-border-radius: 7px;  
  -moz-border-radius: 7px;
}

.input_small {
  font-size: 1.0em;
  color: #444;
  padding-left: 4px;  
  border: solid 1px #DDD;  
  outline: 0;
  background: #F0F0F0;
  box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;  
  -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;  
  -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
  background: -webkit-gradient(linear, left top, left 5, from(#e5e5e5), to(#F5F5F5));  
  background: -moz-linear-gradient(top, #e5e5e5, #F5F5F5 5px);
  border-radius: 3px;
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px;
}


input.input_standard:hover, input.input_standard:active, input.input_standard:focus {
  background: -webkit-gradient(linear, left top, left 10, from(#C5C5C5), to(#EEE));  
  background: -moz-linear-gradient(top, #C5C5C5, #EEE 10px);
}
/* /GENEREAL DEFINITIONS */