/* CSS Document */

BODY, P, DIV, INPUT, SELECT, TD, TEXTAREA, BLOCKQUOTE, OL, UL, DL, LI, DT, DD, TH, PRE, A, A:link, A:visited, A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

BODY {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/global/background.gif);
	background-repeat: repeat-x;
	background-color: #3b3b3b;
	height: 100%
	}

IMG {
	border: 0;
}

FORM {
	margin: 0
}

A:hover, A:active {
	text-decoration: none;
}

.tableStyling TD {
	padding-top: 4px;
	padding-bottom: 4px
}

/* structure */
.mainTable {
	width: 755px;
	height: 100%;
}
.topSpacer {
	height: 7px
}

/* shadows */
.mainTable .shadowLeft {
	vertical-align: top;
	background-image: url(../images/global/shadowLeft.gif);
	background-position: top right;
	background-repeat:no-repeat;
	text-align: right
}

.mainTable .shadowRight {
	vertical-align: top;
	background-image: url(../images/global/shadowRight.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width: 47px;
	padding-top: 166px;
}

.mainTable .shadowBottom {
	vertical-align: top;
	background-image: url(../images/global/shadowBottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 21px
}

.mainTable .shadowBottomLeft {
	background-image: url(../images/global/shadowBottomLeft.gif);
	background-position: right top;
	background-repeat: no-repeat
}

.mainTable .shadowBottomRight {
	background-image: url(../images/global/shadowBottomRight.gif);
	background-position: left top;
	background-repeat: no-repeat
}

/* navigation 2 */
.navigation2 P, .navigation2 DIV, .navigation2 TD, .navigation2 BLOCKQUOTE, .navigation2 OL, .navigation2 UL, .navigation2 DL, .navigation2 LI, .navigation2 A, .navigation2 A:link, .navigation2 A:visited, .navigation2 A:hover {
	color: #FFFFFF;
	}

.navigation2 {
	background-color: #104703;
	background-image: url(../images/global/navigation2/background.jpg);
	background-repeat: repeat-x;
	width: 142px;
	vertical-align: top;
}

.navigation2Top {
	padding: 10px 0px 15px 15px;
	height: 1%
}

.navigation2Divider {
	text-align: right;
	background-image: url(../images/global/navigation2/divider.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 11px
}

.navigation2DividerBottom {
	text-align: right;
	background-image: url(../images/global/navigation2/divider.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 12px
}

.navigation2Menu {
	padding: 0;
	text-align: right;
	vertical-align: top;
	margin:0px;
}

.navigation2MenuItem {
	padding: 2px 2px 0 15px;
	margin:0px;
	background-repeat: no-repeat;
	text-align: left;
	cursor: pointer;
}

.navigation2MenuItem2Holder {
	margin-left: 10px;
}

.navigation2MenuItem2 {
	height: auto;
	padding: 2px 2px 0 15px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	text-align: left
}

.navigation2MenuItem A, .navigation2MenuItem A:link, .navigation2MenuItem A:hover, .navigation2MenuItem A:visited, .navigation2MenuItem A:active, .navigation2MenuItem2 A, .navigation2MenuItem2 A:link, .navigation2MenuItem2 A:hover, .navigation2MenuItem2 A:visited, .navigation2MenuItem2 A:active {
	text-decoration: none;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

.emailGrabber {
	padding: 12px 2px 10px 12px;
	height: 1%
}

.emailGrabberForm {
	margin-top: 5px
}

.emailGrabberForm TD {
	font-size: 10px;
	padding-bottom: 2px
}

.emailGrabberForm .inputText {
	width: 90%;
	border: 1px
}

.emailGrabberForm .inputSend {
	border: 1px;
	background-color: #a1a1a1;
	color: #000000
}

.safePayment {
	background-color: #104703;
	padding: 12px 2px 10px 12px;
	height: 115px;
}

/*Header*/
.header{
	width:710px
}

.header .topPart{
	height:26px;
}

.header .middlePart{
	height:167px;
	vertical-align:top;
}

.header .mainNavi{
	height:29px;
}

/* content */
.contentHolder {
	background-color: #FFFFFF;
	vertical-align: top;
	height: 100%;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #8d1818;
	SCROLLBAR-ARROW-COLOR: #da8888;
	SCROLLBAR-3DLIGHT-COLOR: #6e0202;
	SCROLLBAR-HIGHLIGHT-COLOR: #da8888;
	SCROLLBAR-DARKSHADOW-COLOR: #404040;
	SCROLLBAR-SHADOW-COLOR: #8d1818;
	
}

.contentTable {
	height: 100%;
}

.contentCell {
	background-color: #FFFFFF;
	vertical-align: top;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
	width: 550px;
}

.contentTable2 {
	/*height: 100%;*/
	margin-top: 10px;
	margin-left: 10px;
}
.contentTable2 .contentHead {
	color:#197103;
	font-size: 13px;
	font-weight:bold;
	padding: 20px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.contentTable2 .contentHead A, .contentTable2 .contentHead A:link, .contentTable2 .contentHead A:visited, .contentTable2 .contentHead A:hover, .contentTable2 .contentHead A:active {
	font-size: 20px;
	color: #3c7ab4;
	font-family: Arial, Helvetica, sans-serif;
}

.contentTable2 .contentHead A:hover, .contentTable2 .contentHead A:active {
	font-size: 20px;
	color: #0A4893;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none
}

.contentTable2 .contentText {
	height: 100%;
	vertical-align: top
}

.contentTable2 .contentText .contentDiv {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px;
	width:500px;
}

/* order table */
.orderTable {
	border-bottom: 1px solid #9B9B9B;
	border-left: 1px solid #9B9B9B;
}

.orderTable TD {
	border-top: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	background-color: #CCCCCC;
	padding: 2px
}

.orderTable .content {
	padding-left: 0px;
	font-size: 12px
}

.orderTable INPUT {
	border: 1px solid #9B9B9B;
	width: 100%;
	font-size: 12px
}

.orderTable .columnName {
	background-image: url(../images/bestellen/tableTab.gif);
	background-position: right top;
	border: 0;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF
}

.orderTable .columnName2 {
	background-image: url(../images/bestellen/tableTabRight.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 0;
	background-color: #FFFFFF
}

.orderTable .closeCell {
	width: 16px;
}

.kop {
	font-size: 15px;
	color: #3C7AB4;
	font-weight: bold
}

.bestelVerder {
	width: 111px;
	height: 37px;
	background-image: url(../images/bestellen/block_verder.jpg);
	background-repeat: no-repeat;
	padding: 7px 15px 0 15px;
	text-align: left;
	color: #ffffff;
	font-size: 19px;
	float: right;
	cursor: pointer
}
.choose
{
    border: solid 1px #A4A4A4;
    vertical-align: top;
}