/*******************************************************/
/* CSS Definition - bergsee */
/*******************************************************/

/*******************************************************/
/* General elements*/
body {
	background-color:rgb(255,255,255);
	overflow:auto;	 
	text-align:left; 
	padding:0px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;	
	color:rgb(0,0,0);
}

a:link {color:rgb(22,22,22); font-style:normal; text-decoration:underline;}
a:visited {color:rgb(22,22,22); font-style:normal; text-decoration:underline;}
a:active {color:rgb(22,22,22); font-style:normal; text-decoration:underline;}
a:hover {color:rgb(120,120,120); font-style:normal; text-decoration:underline;}


a.menue {color:rgb(88,88,88); background-color: transparent; text-decoration: none; font-size:11pt; } 
a:link.menue {color:rgb(88,88,88);  text-decoration: none;}
a:visited.menue {color:rgb(88,88,88);  text-decoration: none;}
a:active.menue {color:rgb(200,200,200);  text-decoration: none;}
a:hover.menue {color:rgb(0,0,0); text-decoration: none;}

a.mail {color:rgb(255,255,255); background-color: transparent; text-decoration: underline;  } 
a:link.mail {color:rgb(255,255,255);}
a:visited.mail {color:rgb(255,255,255);}
a:active.mail {color:rgb(200,200,200);}
a:hover.mail {color:rgb(88,88,88);}


/*******************************************************/
/* Box definitions */

#width-container {width:952px; height:610px; position: absolute; top:45%; left:50%; margin-top:-230px; margin-left:-476px;}

#container-home {
	width:952px;
	height:610px;
	margin:0px auto;
	padding:0px; background-image:url('../images/hg-home.jpg'); margin-top:0px
}

#container-impressum {
	width:952px;
	height:610px;
	margin:0px auto;
	padding:0px; background-image:url('../images/hg-impressum.jpg'); margin-top:0px
}

#container-kontakt {
	width:952px;
	height:610px;
	margin:0px auto;
	padding:0px; background-image:url('../images/hg-kontakt.jpg'); margin-top:0px
}


#container-pension {
	width:952px;
	height:610px;
	margin:0px auto;
	padding:0px; background-image:url('../images/hg-pension.jpg'); margin-top:0px
}

#linkleiste {
	height:33px;
	padding-top: 9px;
	padding-right: 60px;
	padding-bottom: 3px;
	font-size: 10pt;
	font-style: normal;
	color:rgb(80,80,80);
	text-decoration: none;
	text-align: right;
}

#logoleiste {
	height:520px;
	padding-top: 9px;
	padding-right: 40px;
	padding-bottom: 3px;
	float:left;
	font-size: 10pt;
	font-style: normal;
	color:rgb(255,255,255);
	text-decoration: none;
	width: 185px;
	padding-left: 70px;
}

#adresse {
	padding-top: 150px;
}

#contend {
	float:right;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 25px;
	padding-left: 25px;
	overflow: hidden;
	color:rgb(80,80,80);
	width: 545px;
}

#contend-pension {
	float:right;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 25px;
	padding-left: 25px;
	overflow: auto;
	color:rgb(80,80,80);
	width: 545px;
	height: 433px;
}

.big {font-size:10pt;}

td {font-size:10px;}

.right { float:right; margin-left:3px; border:0px;}

/* Sonderwünsche */

.blau {color: #0066FF}
.mittel {font-size: 11px;}
.big2 {font-size:11pt;}

/*******************************************************/
/* fligendes Fenster // Layer */

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #999;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


.mini2 {
	font-size:9pt
}

