*{
	padding:0;
	margin:0;
	border:0;
}
html, body {
 	height: 100%; /* wichtig */
	width: 100%;
	font: 12px Verdana, Arial, sans-serif;
	color: black;
	background: #efefef;
	text-align: center;
}
#header{
	padding-left: 20px;
	height: 74px;
	background: url(gfx/ps_border.png) bottom left repeat-x #fff;
}
p {
  margin: 0;
  padding: 1em 0;
  line-height: 1.5em;
  text-align: justify;
}

#box{
	width:100%;
	margin:0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	background: url(gfx/bg_box.jpg) repeat-y #eaeaea;
}

#spalte_links {
	width:129px;
	float:left;
	clear:left;
	margin: 25px 0 0 0;
	text-align: center;
	padding-bottom: 30px;
}

#spalte_rechts {
	margin:25px 10px 0 140px;
	padding:0px 10px 4em 10px;
	min-height:320px;
}

#spalte_rechts a {
}

#footer {
  	width: 100%;
  	position: absolute;
	background: #397ccf;
  	bottom: 0;
  	height: 20px;
 	line-height: 20px;
	text-align: center;
	color: #dfdfdf;
}

h1 {
	color: #ff8f06;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #397ccf;
	padding-left: 5px;
	border-bottom: 1px solid #FF8F06;
}

/* Formular */

fieldset {
	width: 430px;
	display: block;
	border: 1px solid #f3893d;
	background: #eaeaea;
	padding: 10px;
	margin-top: 20px;
}
			
			
legend {
	background: #f3893d;
	padding: 4px;
	margin: 0 0 4px 10px;
	font-weight: bold;
}

button, input, textarea, select {
	border: 1px solid #f3893d;
	padding: 2px; 
	text-align: left;
}  

input:active, input:hover {
	background: #ddf;
}

.error {
	padding: 5px;
	background: #f00;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 20px;
}

.fett {
	font-weight: bolder;
}

#ullinks {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}

#ullinks li {
	width: 130px;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}

#ullinks a:hover {
	background: #EBEAEA;
}

#ullinks a {
	padding: 4px 0 4px 20px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 110px;
	font-size: 0.9em;
}

.pflicht {
	background-color: #FFEE81;
}

#userinfo {
	margin: 20px 5px 0 5px;
	font-size: 0.8em;
	text-align: left;
}

/* Bilder auf der Produktseite */
.produktbild {
	float: left;
}

/* Produktübeschrift */
h3 {
	font-size: 2.5em;
	position: relative;
	left: 20px;
}

/* Produktunterschrift */
h4 {
	font-size: 1.3em;
	position: relative;
	left: 20px;
	margin-bottom: 15px;
}

/* Der Beschreibungstext */
#beschreibung {
}

/* Die Lizenzauflistung */
#lizenzen {
	float: right;
	width: 350px;
	border: 1px solid #ff8f06;
	padding: 5px;
	margin: 0 0 15px 15px;
}

/* Warenkorb-Tabelle */
#warenkorb td, #warenkorb th {
	padding: 8px;
	text-align: left;
}

#warenkorb img {
	border: none;
}

.trennlinie {
	border-top: 1px solid #000;
}

#letztelinie {
	background: #FF8F06;
	font-size: 1.1em;
}

/* Bestellbutton */
#order {
	background: url(gfx/pfeil.png) left center no-repeat #FF8F06;
	font-weight: bold;
	font-family: monospace;
	padding: 5px 10px 5px 30px;
	width: 80px;
	margin-top: 20px;
	border: 1px solid #397CCF;
	cursor: pointer;
}

/* Abstand links für Zahlungsart-Radio-Buttons */
input.zahlungsart {
	margin-left: 10px;
}

/* Schiefe Schrift italic */
.schief {
	font-style: italic;
}

/* Linkes <td> bei Benutzerdaten */
.ltd {
	font-weight: bold;
	padding-right: 15px;
}

/* Bereichsübeschrift bei absenden.php */
h5 {
	background: #efefaf;
	font-size: 1.2em;
	text-align: left;
	padding: 5px;
	margin: 15px 0 10px 0;
}

.produkt {
	float: left;
	width: 200px;
	height: 160px;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

.produktname {
	text-align: center;
	position: absolute;
	width: 200px;
	font-size: 1.2em;
	bottom: 0;
}

.abstandlinks {
	margin: 0 0 20px 20px;
}
