﻿body
{
	width:100%;
	margin:0px;
	background-color:#ffe7cb;
	font-family:Arial;
	font-size:14px;
	overflow-x:hidden;
}        
   
/* Anchors having a class*/
a.aNavigator:link, a.aNavigator:visited
{
	text-decoration:none;
	color:Black;
}

a.aNavigator:hover
{
	text-decoration:none;
	color:Gray;
}
 
a.aFooter:link, a.aFooter:visited
{
	text-decoration:none;
	color:#b9744a;
}

a.aFooter:hover
{
	text-decoration:none;
	color:#ca9578;
}  
   
/* Fix IE7 Bug (disappering BKGrd Image): Place Container Block (with BKGrd Image) into another block which performs overflow setting*/
.MainContainer
{
	width:1000px;
	height:800px;
	margin-left:auto; margin-right:auto;margin-top:40px;
	overflow:hidden;	
}
.Container
{
	background-color:#ffe7cb;
	background-image:url('/images/bkgrd_ornament.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	width:1000px;
	height:800px;
}        

.Content
{
	width:900px;
	height:650px;
	margin-left:50px;
	border:solid 2px #b9744a;
	* overflow:hidden;/*IE6*/
}

.Header
{
	width:900px;
	height:120px;
	border-bottom:solid 2px #b9744a;
	background-color:White;
	background-image:url('/images/DMOCH_Logo.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}

.Body_Transparent
{
	background-color:White;
	opacity:0.7;
	filter:alpha(opacity=70);
	*filter:alpha(opacity=75);
	width:900px;
	height:528px;
}

.Body
{
	width:900px;
	height:528px;
	position:relative;
	top:-528px;
}

.Navigator_Container
{
	float:left;
	margin-left:20px;
	margin-top:20px;
}

/*IE6*/
* html #Navigator_Container
{
	margin-left:10px;
}

.Navigator
{
	width:140px;
	overflow:hidden;
	font-size:14px;
}

.Navigator ul
{
	list-style-type:none;
	text-align:right; 
	margin-left:-40px;   
	margin-top:7px;
	margin-bottom:7px;
}

.Navigator li
{
	 font-style:italic;
	 border-bottom:dotted 1px Gray;
	 padding-top:4px;
	 padding-bottom:4px; 
	 padding-right:3px;       	 
}

.Nav_Border
{
	overflow:hidden;
	width:140px;
	height:6px;
	background-image:url('/images/Nav_Border_2.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.Nav_Actual
{
	background-color:White;
	font-weight:bold
}

.Text
{
	float:left;
	margin-left:30px;
	margin-top:20px;
	padding:10px;
	padding-top:13px;
	background-color:White;
	width:670px;
	height:450px;
	overflow-y:scroll;
	border:solid 2px #d9d8d6;
	z-index:3;
	position:relative;/*Required for IE7 allowing to scroll Gallery with entire text*/
}

.Text h1
{
	font-size:16px;
	margin-top:0px;
}

.Text h2
{
	font-size:14px;
}

.Text p
{
	font-size:14px;
}

.Text_Col_Left
{
	width:410px;
	float:left;
	margin-right:20px;
}

.Text_Col_Left p
{
	margin-top:15px;
}

.Text_Col_Right
{
	width:220px;
	float:left;
	padding-top:15px;
}

.Text_Col_Left_Small
{
	width:360px;
	float:left;
	margin-right:20px;
}

.Text_Col_Left_Small p
{
	margin-top:15px;
}

.Text_Col_Right_Small
{
	width:270px;
	float:left;
	padding-top:15px;
}

.Footer
{
	width:900px;
	margin-top:14px;
	font-size:12px;
	color:#b9744a;
	position:relative;
	top:-528px;
	text-align:center;
}

.Footer span
{
	margin-right:10px;
}


.Gallery
{
	width:200px;height:280px;border:solid 1px Gray;overflow:hidden;position:relative;background-color:Black
}

.JumpPoints
{
	margin-left:25px;
}

.JumpPoints img
{
	margin-right:10px;
}

.ImageThumb
{
	float:left;
	margin-right:5px;
	width:60px;
	height:80px;
	padding-top:5px;
	text-align:center;
	border:solid 1px #C0C0C0;
	background-color:#EEEEEE;
}

.ImageThumbDivider
{
	clear:both;
	font-size:1px;
	height:10px;
	* height:8px;
}

.LineBreaker
{
	clear:both;
	font-size:1px;
}

/*Anreise Popup*/
.YourRoute_Container
{
	z-index:31;
	width:608px;
	height:28px;
	position:absolute;
}
.YourRoute
{
	position:relative;
	width:600px;
	height:450px;
	border:solid 2px #C0C0C0;/*#b9744a;*/
	background-color:White;
	z-index:30;
}

.YourRoute #YourRoute_Header
{
	width:600px;
	height:26px;
	border-bottom:solid 2px #C0C0C0;
	background-color:#ffe7cb;
}

.YourRoute #YourRoute_Header_Left
{
	width:564px;
	float:left;
	padding-top:5px;
	padding-left:10px;
	font-weight:bold;
	cursor:move;
}

.YourRoute #YourRoute_Header_Right
{
	width:26px;
	float:right;
	cursor:pointer;
}

.YourRoute #YourRoute_Body
{
	clear:both;
	width:580px;
	height:357px;
	overflow-y:scroll;
	padding:10px;
}
.YourRoute #YourRoute_Footer
{
	clear:both;
	width:600px;
	height:35px;
	background-color:#EEEEEE;
	border-top:solid 2px #C0C0C0;
	text-align:center;
	padding-top:8px;
}

.Transparent
{
	position:absolute;
	z-index:20;
	width:600px;
	height:450px;
	* height:454px;
	background: url(/images/grey.gif);
	opacity:.75;
	-moz-opacity:.75;
	filter:alpha(opacity=75)
}


.ContactDescription
{
	margin-bottom:0px;margin-top:10px;
	font-style:italic;
	color:Gray;
}

.ContactInput
{
	margin-top:2px;
	margin-bottom:2px;
}
