@CHARSET "ISO-8859-1";

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

body {
	font-family: tahoma, sans-serif, arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}


form {
	
}

a {
	color: black;
}	

#maincontent {
	border-left: 20px solid #c2dbdb;
  border-right: 20px solid #c2dbdb;
  padding: 20px;
	background-color: #88aaaa;
}

#logo {
	background:#b8cccc url(logo.png) top left no-repeat;
	min-height: 80px;
	border-left: 20px solid #dae9e9;
	border-right: 20px solid #dae9e9;
	text-align: right;
	padding-right: 20px;
	font-size: 24px;
	font-weight: bolder;
}	

#logo p {
	padding-top: 20px;
}	

#fuss {
	background-color: #b8cccc;
	border-left: 20px solid #dae9e9;
	border-right: 20px solid #dae9e9;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.trenner {
	background-color: #4b6a6a;
	height: 5px;
}	


.textbackground {
	background-color: #b3c9c9;
	padding: 5px 20px;
}

form dt {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bolder;
}

form dd {
	margin-left: 20px;
}

.produktzeile {
	margin-top: 10px;
	margin-bottom: 10px;
}

.produktzeile li {
	
}

.errormessage {
	font-weight: bolder;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid red;
	background-color: #ffb0b0;
	padding: 5px 10px 5px 10px;
}

.errormessage li {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Phonepayment */ 

.payphonenumber-number {
	color: red;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	margin-top: 8px;
}

.payphonenumber-costsinfo {
	font-size: 10px;
	text-align: center;
}

.payphonenumber-codenummer1 {
	margin-top: 16px;	
}

.payphonenumber-code {
	font-weight: bolder;
	font-size: 22px;
	text-align: center;
	margin-top: 8px;
}

.payphonenumber-codenummer2 {
	margin-top: 8px;
}

#countrychooser {
	min-width: 200px;
}	

/* Sprachbalken */
#lang {
}

#lang p {
	font-size: 8px;
	display: inline;
}

.langlist {
	list-style-type: none;
	float: right;
	margin-top: 4px;
	margin-left: 8px;
	display: inline;
}

.langlist li {
	display: inline;
	float: left;
	margin: 0px 8px 0px 0px;
}

.langlist li a {
	overflow: hidden;
	text-indent: 999px;
	width: 16px;
	white-space: nowrap;
	display: block;
}

ol { margin-top: 10px; }
li { margin-top: 10px; }	

#tos ol li { font-weight: bolder; }
#tos ol li li { font-weight: normal; margin-left: 10px; } 
                          
#tos ol { counter-reset: item; }
#tos ol li { display: block; }
#tos ol li:before { content: counters(item, ".") ". "; counter-increment: item; font-weight: bolder;}

#tos ul { margin-left: 20px;}
#tos ul li { display: list-item; }
#tos ul li:before { content: ""; counter-increment: none; font-weight: normal; }

#privacypolicy dl { margin-top: 10px; margin-bottom: 10px; }
#privacypolicy dt { font-weight: bolder; margin-top: 10px; margin-bottom: 10px;}
#privacypolicy dd { margin-left: 20px;}
