@charset "UTF-8";

/* Allgemeine Elemente */

body {
	font-family: 		"Trebuchet MS";
	font-size:			12px;
	line-height:		16px;
}

table {
	table-layout:		fixed;
	border-collapse:	collapse;
	border-spacing:		0px;
}
#navigation td, #adresse td, #sprachen td, #inhalt td {
	vertical-align:		top;
}
img {
	border:none;
}
img a {
	border:none;
}

#nav01,#nav02,#nav03 {
	width:				100%;
}
#txt,#lis {
	padding:			5px 0px 5px;
	width:				100%;
}
#listen td {
	/*padding:			5px 0px 5px;*/
}
#sprachen ul {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
}
#sprachen li {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
	float:				left;
}
#navigation ul {
	list-style-type:	none;
	margin:				5px 0px 5px;
	padding:			0px;
}
#navigation li {
	list-style-type:	none;
	line-heigth:		16px;
	margin:				0px;
	padding:			0px;
}

/* Allgemeine Klassen */

.linien {
	border-top:			dotted;
	border-top-width:	1px;
	border-top-color:	#000000;
	border-bottom:		dotted;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
.linieoben {
	border-top:			dotted;
	border-top-width:	1px;
	border-top-color:	#000000;
}
.linieunten {
	border-bottom:		dotted;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
.icons {
	font-family: 		"Courier New";
	font-size: 			12px;
	font-weight:		bold;
	line-height:		16px;
	color:				#000000;
}

/* Formulare */
.warenkorb {
	border:				none;
	padding:			0px;
	background-color:	#FFFFFF;
	cursor: 			pointer;
	font-family: 		"Courier New";
	font-size: 			12px;
	font-weight:		bold;
	line-height:		16px;
	text-align:			right;
	color:				#000000;
}

#inhalt .button, .button1 {
	border:				none;!!
	border-width:		0px;!!
	margin:				0px;
	padding:			0px;
	background-color:	#FFFFFF;
	cursor: 			pointer;
	font-size: 			12px;
	line-height:		16px;
	text-align:			left;
	color:				#000000;
}

/* Listen */

#inhalt ol{
	padding-left:			20px;
	padding-top:			0px;	
}


/* Chekcout */

.checkoutbarklein {
	font-size:			9px;
	line-height:		9px;
	text-transform:		uppercase;
	font-style:			italic;
	white-space:		nowrap;
}