* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
}

#main {
	width: 950px;
}

	#header-image {
		width: 950px;
		height: 90px;
		margin-bottom: 2px;
	}

	#header-contentHolder {
		margin-bottom: 2px;
		width: 950px;
		height: 250px;
	}

		#content-headerMain {
			width: 680px;
			height: 250px;
			float:left;
		}

		.content-headerLeft {
			width: 268px;
			height: 124px;
			float: right;
		}

	#navigation {
		background: #002454;
		width: 679px;
		height: 25px;
		padding-right: 271px;
		overflow: hidden;
	}

	* html #navigation {
		width: 682px;
		padding-right: 268px;
	}

		#navigation ul {
			list-style: none;
			float:left;
			margin-left: 100px;
		}

		#navigation ul li {
			float: left;
			width: 96px;
		}

			#navigation ul li img {
				border-left: #FFFFFF 1px solid;
			}

	#content-main-holder {
		background: url(../images/content_bg.gif) top left;
		height: 100%;
	}

		#content-main-holder #content-left {
			width: 560px;
			float: left;
			padding-left: 100px;
			padding-top: 55px;
		}

			.angebot {
				width: 560px;
				border-top: 1px solid #bfbfbf;
				padding-top: 15px;
			}
			.schiff {
				margin-top: 10px;
			}

				.angebot .RApreis {
					color: #9d071c;
					float: right;
					font-size: 16px;
					font-weight: bold;
					/*margin-right: 10px;*/
					margin-bottom: 8px;
				}

				.angebot img {
					float:right;
					margin-top: -15px;
					margin-left: 10px;
					border: 1px solid #bfbfbf;
				}

				.angebot .orderLine {
					margin-top: 10px;
				}

					.angebot .orderLine p {
						color: #002454;
						margin-top: 10px;
						font-weight: bold;
						float:left;
					}

					.angebot .orderLine img {
						border: none;
						margin-right: -10px;
						margin-top: -5px;
					}

				.angebot h2 {
					margin-bottom: 8px;
				}

				* html .angebot h2 {
					margin-bottom: 0px;
				}

				* + html .angebot h2 {
					margin-bottom: 0px;
				}

			.topRA {
				height: 20px;
				margin-top: 20px;
			}
			#orderNrDetail {
				font-size:10px;
				margin-top: -2px;
				display: block;
				line-height: 14px;
			}

		#content-main-holder #content-right {
			background: url(../images/bg_contact.jpg) no-repeat top right;
			width: 249px;
			padding-left: 20px;
			float: right;
			padding-top: 55px;
		}

		#content-right img {
			border-left: #FFFFFF 1px solid;
		}

		#content-right h1 {
			margin-bottom: 3px;
			margin-top: 3px;
		}

	#footer {
		width: 950px;
		height: 24px;
		background-color: #9d071c;
	}

	#footer ul {
		float: left;
		height: 19px;
		width: 585px;
		padding-top: 5px;
		padding-left: 80px;
		list-style: none;
		border-right: 2px solid #ffffff;
	}

	* html #footer ul {
		width: 585px;
		padding-left: 65px;
	}

		#footer ul li {
			display: inline;
			padding-left: 5px;
			padding-right: 8px;
			border-right: 1px solid #ffffff;
		}
		* html #footer ul li {padding-right:4px;}

		#footer ul li.lastNode {
			border-right: 0;
		}

			#footer ul li a {
				color: #ffffff;
				text-decoration: none;
			}

	#footer .copyright {
		float: left;
		padding-top: 5px;
		margin-left: 45px;
		color: #ffffff;
	}

a.extern {
	color: #9d071c;
}

.clearBoth {
	clear:both;
	height: 5px;
	overflow: hidden;
}

h1 {
	color: #002454;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #9d071c;
	font-size: 16px;
}

ul {
	list-style:square;
	margin-left: 15px;
}

a {
	color: #002454;
	text-decoration: underline;
}
a:hover {
	color: #002454;
	text-decoration: none;
}

/** NOW DETAIL PAGE **/

.detailHeader {/* unused */}

	.detailHeader .text {
		float:left;
		color: #002454;
	}

	.detailHeader img {
		float:right;
		margin-top: -8px;
	}
	.arrow {
		float:left !important;
		/*height: 40px;
		width: 40px;
		margin-left: -35px;
		margin-right: -5px;
		clear: left;*/
		margin-top: 0px !important;
		
	}
	* html .PspecialIE { margin-bottom: -5px !important;}
	* + html .PspecialIE { margin-bottom: -5px !important;}	

.detailFooter {
	margin-top: 20px;
}

	.detailFooter h1 {
		float:left;
		color: #002454;
	}

	.detailFooter img {
		float:right;
		margin-top: -12px;
	}



table {
	width: 560px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 10px;
	border: 0px;
}
	table td, table th {
		padding: 2px;
	}

	table .odd {
		background: #d9dee6;
	}

	table .firstRow {
		font-weight: bold;
		vertical-align: top;
		text-align: right;
	}

	table thead th {
		background: #002454;
		color:#FFFFFF;
		font-weight:normal;
		text-align:left;
	}
	
input {
	border: 1px solid #999999;
}


.buchenform {
	float:left;
	width: 240px;
	margin-right: 10px;
}
.buchenform label{
	float:left;
	display: block;
	width: 95px;
}
.buchenform input{
	float:left;
	width: 140px;
}
textarea.buchen{
	border: 1px solid #999999;
	height: 80px;
	width: 240px;
	margin-left: 20px;
}
* html textarea.buchen {
	margin-left: 80px !important;
	width: 397px;
}
/*input.buchen {
	width:145px; 
	margin-left: 342px;
}
* html input.buchen {
	margin-left: 333px;
}*/
.rightTXT {
	text-align: right;
}
.centerTXT {
	text-align: center;
}