body {
	text-align: left;
}

/********** INTRO **********/

.Intro {
	width: 960px;
	margin: 0 auto;
}

/********** HEAD **********/

.Intro .Head {
	height: 27px;
	background: url(../gfx/log.muenz.png) no-repeat 15px 0;
	padding: 83px 15px 0 230px;
}

.Intro .Head a {
	font-size: 12px;
	margin: 0 12px 0 0;
	text-transform: uppercase;
}

/********** BODY **********/

.Intro .Body {
	padding: 0 10px 0 15px;
}

.Intro .Body a {
	float: left;
	margin: 0 5px 5px 0;
}

/********** BASE **********/

.Base {
	width: 930px;
	margin: 0 auto;
	padding: 110px 15px 0 15px;
	background: url(../gfx/ani.load.gif) no-repeat 545px 150px;
	position: relative;
}

.Base .Logo {
	position: absolute;
	left: 180px;
	top: 0px;
}

/********** LEFT **********/

.Base .Left {
	float: left;
	width: 160px;
}

/********** LEFT HEAD **********/

.Base .Left .Head {
	height: 205px;
}

.Base .Left .Head .DropDownBox {
	background: #e3e4e4;
	margin: 0 0 4px 0;
	padding: 0 7px;
}

.Base .Left .Head .DropDownBox #DropDownBoxTrigger {
	font-size: 14px;
	line-height: 30px;
	display: block;
	background-image: url(../gfx/bgr.drop_down_box_closed.png);
	background-repeat: no-repeat;
	background-position: 133px 11px;
	text-transform: uppercase;
}

.Base .Left .Head .DropDownBox #DropDownBoxTrigger.Open {
	background-image: url(../gfx/bgr.drop_down_box_open.png);
	background-position: 131px 11px;
}

.Base .Left .Head .DropDownBox #DropDownBoxContent {
	height: 136px;
	display: none;
}

.Base .Left .Head #Search {
	background: #e3e4e4;
	line-height: 30px;
	padding: 0 7px;
}

.Base .Left .Head #Search #SearchTerm {
	background: #f6f6f6;
	width: 120px;
	height: 11px;
	padding: 3px 0;
	border-top: 2px solid #d3d3d3;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid #d3d3d3;
	vertical-align: top;
	margin: 3px 0;
	text-align: center;
	font-size: 9px;
	color: #002f5c;
}

.Base .Left .Head #Search #SearchButton {
	padding: 10px 5px;
	vertical-align: top;
	margin: 0 0 0 4px;
	border: 0;
}

/********** LEFT BODY **********/

.Base .Left .Body {
	padding: 30px 0;
}

.Base .Left .Body .Menu {
	padding: 0 20px 0 0;
	margin: 0;
	list-style-type: none;
}

.Base .Left .Body .Menu li {
	margin: 0;
}

.Base .Left .Body .Menu li a {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
}

.Base .Left .Body .Menu li ul {
	padding: 0;
	list-style-type: none;
}

.Base .Left .Body .Menu li ul li a {
	color: #87888a;
	text-transform: none;
	font-size: 12px;
}

.Base .Left .Body .Menu li ul li a:hover {
	color: #002f5c;
}

.Base .Left .Body .Menu li ul li.Selected a {
	text-transform: uppercase;
	color: #002f5c;
}

/********** RIGHT **********/

.Base .Right {
	margin: 0 0 0 165px;
	width: 765px;
}

/********** HEAD RIGHT **********/

.Base .Right .Head {
	height: 205px;
}

.Base .Right .Head .Illustration {
	float: left;
}

.Base .Right .Head .Teaser {
	display: block;
	height: 98px;
	margin: 0 0 4px 505px;
}

/********** RIGHT BODY **********/

.Base .Right .Body {
	padding: 30px 0;
	text-align: right;
}

.Base .Right .Body table {
	margin-left: auto;
}

.Base .Right .Body .Headline1 {
	padding: 0 130px 0 0;
	line-height: 10px;
	color: #002f5c;
	font-size: 12px;
}

.Base .Right .Body .Headline1 img {
	vertical-align: middle;
}

.Base .Right .Body .Headline2 {
	margin: 0 0 35px 0;
	color: #002f5c;
	font-size: 30px;
}

.Base .Right .Body .Headline2 img {
	vertical-align: middle;
}

.Base .Right .Body .Gallery {
	float: right;
	width: 100px;
	overflow: hidden;
}

.Base .Right .Body .Gallery a {
	margin: 0 0 3px 0;
	position: relative;
	display: block;
}

.Base .Right .Body .Gallery a .Zoom {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.Base .Right .Body .Text {
	margin: 0 130px 0 0;
}

.Base .Right .Body #ContactForm {
	float: left;
	width: 370px;
	padding: 0 0 30px 0;
}

.Base .Right .Body #ContactForm td {
	text-align: left;
	padding: 0 0 10px 0;
}

/********** IMAGE VIEWER **********/

.Base #ImageViewer {
	margin: 0 0 0 165px;
	padding: 0 0 30px 0;
	width: 765px;
	display: none;
}

.Base #ImageViewer #Image {
	margin: 0 0 10px 0;
}

/********** FOOT **********/

.Base .Foot {
	clear: both;
	border-top: 1px solid #e3e4e4;
	position: relative;
	height: 35px;
	line-height: 35px;
	padding: 0 130px 0 0;
	text-align: right;
	color: #cccccc;
}

.Base .Foot .Print,
.Base .Foot .Close {
	position: absolute;
	bottom: 100%;
	right: 0px;
	background: #e3e4e4;
	width: 100px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
}

.Base .Foot .Close {
	display: none;
}
