/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	background-color: #FFF;
}
form {
	display: inline;
}
/*---------------------------- Globale Seitendarstellung */
#page {
	width: 990px;
	background-color: #FFF;
	padding: 20px 0; 
}
/*---------------------------- linke Spalte */
#linkeSpalte {
	width: 199px;
	float: left;
	border-right: 1px solid #CFCFCF;
}
/*---------------------------- rechte Spalte */
#rechteSpalte {
	width: 780px;
	float: left;
	/*padding-right: 10px;*/
}
/*---------------------------- Clear */
.clear {
	clear: both;
}
/*---------------------------- Header */
#header {
	border-bottom: 1px solid #CFCFCF;
}
#navigation {
	padding: 10px 20px;
}
.suche {
	float: left;
	font-size: 11px;
	color: #606060;
	width: 150px;
}
	.suche td {
		font-size: 11px;
	}
	.suche input.feld {
		border: 1px solid #CFCFCF;
		width: 90px;
		margin: 2px 0;
		font-size: 11px;
		padding-left: 2px;
	}
	/*.suche input.button {
		border: 0px solid;
		background-color: #FFF;
		text-align: left;
		background-image: url(../global_gfx/button_go.gif);
		background-position: right;
		background-repeat: no-repeat;
		width: 20px;
		cursor: hand;
		color: #606060;
	}*/
.sprachwahl {
	float: left;
	width: 140px;
	text-align: right;
}
	.sprachwahl select {
		border: 1px solid #CFCFCF;
		margin: 2px 0;
		font-size: 11px;
		padding-left: 2px;
	}
#content {
	padding: 10px 20px;
}

#content ul {
	margin-left: 15px;
}
.pageimage {
}
	.pageimage .tx-wagrandomimage-pi1 img {
		border: 1px solid #CFCFCF !important;
		margin-bottom: 20px;
	}
/*.contentElement {
	margin-bottom: 20px;
}*/
.clear-abstand {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 5px;
	font-size: 1px;
}

/*------------------------------- Warenkorb */
.tx-44cart-pi1 {

}

.tx-44cart-pi1 table.warenkorb td {
	padding: 3px;
}
.tx-44cart-pi1 table.warenkorb th {
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	border-bottom: 1px solid #000000;
}
.tx-44cart-pi1 table.warenkorb input.anzahl {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.tx-44cart-pi1 table.warenkorb tr.alternate {
	background-color: #c0cddd;
}
.tx-44cart-pi1 table.warenkorb td.noartikel {
	border-top: 1px solid #000000;
	padding: 5px;
}
.tx-44cart-pi1 table.warenkorb td.summe {
	border-top: 3px double #000000;
	padding: 5px;
}


/*---------------------------- Rundschreiben-Datenbank */
.tx-vdvnotifydb-pi1 {

}
	.tx-vdvnotifydb-pi1 table {
		width: 100%;
		border-style: solid;
		border-width: 1px;
		border-color: #DDDDDD;
	}
	.tx-vdvnotifydb-pi1 td {
		padding: 3px;
	}
	.tx-vdvnotifydb-pi1 tr.odd {
		background-color: #D5DBF7;
	}
	.tx-vdvnotifydb-pi1 tr.header {
		background-color: #DDDDDD;
	}
	.tx-vdvnotifydb-pi1 form {
		background-color: #D5DBF7;
	}
	.tx-vdvnotifydb-pi1 input.field {
		width: 300px;
	}
	
/*---------------------------- Angebots-Datenbank */
.tx-vdvofferdb-pi1 {

}
	.tx-vdvofferdb-pi1 table {
		width: 100%;
		border-style: solid;
		border-width: 1px;
		border-color: #DDDDDD;
	}
	.tx-vdvofferdb-pi1 td {
		padding: 3px;
	}
	.tx-vdvofferdb-pi1 tr.odd {
		background-color: #D5DBF7;
	}
	.tx-vdvofferdb-pi1 tr.header {
		background-color: #DDDDDD;
	}
	.tx-vdvofferdb-pi1 form {
		background-color: #D5DBF7;
	}
	.tx-vdvofferdb-pi1 input.field {
		width: 300px;
	}
/*---------------------------- Spezialbild beim Menü */
.spezialgrafik {
	margin: 20px 0;
	width: 199px;
}
