html, body {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

table td {
	table-layout: fixed;
}

#blockbox {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	opacity: 0.8;
	background-color:#000000;
	z-index:1000;
}

#blockboxContent, #blockboxContentPayPal {
	display:none;
	position:fixed;
	background: #FFFFFF;
	left:50%;
	top:250px;
	width: 560px;
	margin-left: -280px;
	height: 300px;
	opacity: 1;
	z-index: 1001;
}

.headbarDiv {
	background-color: #2A5D84;
	width: 100%;
	height: 100px;
}

.headbarContentDiv {
	padding-left:20px;
	height: 100%;
}

.headbarContentText {
	color: #FFFFFF;
	font-size: 36px;
}

.headbarContentLinkText, .headbarContentLinkText a {
	color: #FFFFFF;
	font-size: 16px;
}

.paddingDiv {
	width:900px;
	margin: 0 auto;
	vertical-align: middle;
}

.contentDiv {
	padding: 15px;
	width: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.contentTable  {
	margin: 0 auto;
}

.inputSmall {
	width: 50px;
}

.inputMid {
	width: 150px;
}

input {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.formTable tr {
	line-height:20px;
}

.smallLine {
	line-height: 10px !important;
}

.formTable td {
	padding: 2px;
	font-size: 15px;
}

.inputBig {
	width: 250px;
}

.inputMail {
	width: 304px;
}

select {
	border: 1px solid #CCCCCC;
	padding: 4px;
	width: 62px;
}

.bold {
	font-weight: bold;
}


.bestelltTable {
	padding: 25px;
	width:100%;
}
.bestelltTable td {
	text-align: center;
}

.ui-autocomplete {
	width:301px;
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
}

.button {
	cursor: pointer;
}

#colChkPrivacy {
	border: 1px solid #FFFFFF;
}

.impressum_min {
	font-size: 15px;
}

.impressum_mid {	
	font-weight: bold;
	font-size: 16px;
}

.impressum_big {
	font-weight: bold;
	font-size: 24px;
}