﻿/* Basics */

h2 {
	margin: 30px 0 4px;
	font-size: 14px;
	border-bottom: 1px solid #439620;
}
	
h1+h2 {
	margin-top: 30px;
}

h3 {
	margin: 24px 0 4px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	border-bottom: 1px solid #439620;
}

p {
line-height: 18px;
}

h1 +em {
	margin: 10px 0;
	display: block;
}

table {
	margin: 10px 20px;
	border-collapse: collapse;
}

.image {
	margin: 20px 0 35px 0;
	padding: 10px;
	border: 1px solid #aaa;
}

.image p {
	margin: 10px 0 0;
	font-size: 10px;
	line-height: 10px;
}

/* Header (container to gain 100% width) */

#headercontainer {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0px;
	height: 60px;
	width: 100%;
	background-color: #111;
	z-index: 15;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: .95;
}


#lang a {
	margin: 0;
	padding: 0;
	float: right;
	color: #fff;
	font-size: 10px;
}
#lang a:hover {
	text-decoration: none;
	color: #fff;
}

/* Content (container to set width to 760px) */

#container {
	margin: 0 auto;
	padding: 10px;
	width: 740px;
	min-height: 400px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #fff;
	background-image: url(deutsch/images/logo100x100.png);
	background-repeat: no-repeat;
	background-position: 20px 70px;
	-moz-box-shadow: 0px 0px 5px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px 5px #ddd;
	box-shadow: 0px 0px 5px 5px #ddd;
}

#content {
	margin: 145px 60px 52px;
}

/* Footer */

#footer {
	margin: -52px 0 0;
	padding: 10px 0 0;
	height: 42px;
	width: 100%;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-color: #111;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: .95;
}

/* Login Form */

#support-login-form {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 10px;
	border: 1px solid #aaa;
}

#support-login-form label {
	display: block;
}

#support-login-form input {
	display: block;
	margin-bottom: 10px;
}

#support-login-form input + input {
	margin-bottom: 0;
}

/* Colour Systems */

#coloursystemslist ul {
	margin: 0;
	padding: 0;
	float: left;
}

#coloursystemslist ul li {
	list-style-type: none;
}

#coloursystemslist ul + ul {
	margin-left: 10px;
}

blockquote {
margin-top: 18px;
margin-bottom: 18px;
}

/* Purchase */
#purchase{
	text-align: center;
	margin-bottom: 40px;
}

/* Bestellformular */

.balance{
padding-left: 7px;
}

/** Acc.Toggle **/

.trigger {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #fff inset;
	-webkit-box-shadow:0 1px 1px #fff inset;
	box-shadow:0 1px 1px #fff inset;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border:1px solid #EAEAEA;
	color:#636363;
	width: 600px;
	cursor:pointer;
	margin: 0 auto;
	margin-bottom:5px;
	padding:5px;
	text-shadow:0 1px 0 #fff;
}

.trigger_active {
	color:#333;
}

.toggle_container {
	width:600px;
}

#nolist img {
	margin:0 5px;
}