/**
* Foto Online Galerie Treffpunkt Digital
* ===================================================
*
* @site 		www.hotel-galgenberg.de
* @date			2008-08-04
* @lastmodified	2009-01-05
* @author		Juergen Rolle
* @copyrihgt	Computerservice Mediendesign 
* @see			www.commedor.de
*/

/*
* @section Farbdefinitionen
* ====================================================
* @colordef		dunkelblau	=#000033(Haupthintergrund)
* @colordef		dunkelgrau	=#333333(Haupttexte)
* @colordef		hellgrau	=#cccccc(Content)
*/ 

/*
* @Seitenlayout allgemein
* ===================================================
*/
body,td,th {
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	line-height:1.5em;
}
body {
		background-color:#999900;
		}
a:link {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
}
h1 {
	font-size: 115%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 110%;
	color:#006600;
	font-style:italic;
}
/*
* @Container1 Logo
* ===========================================================================================================
*/

.page {width:900px; border:none; background:transparent url(../images/page.jpg) center center repeat-y; line-height:1.3em;}

#logo {width:100%; background-image:url(../images/header.jpg); height:122px; background-repeat:no-repeat; text-align:right;} 
#logo_text {display: none;
			height:0px; line-height:0px;}	
		
#content {
		width:100%; 
		background:#f2f2f2 url(../images/content.jpg) center center repeat-y;
		padding:0;
		margin:0;
		
					}
#history { padding:15px 10px 0 25px; margin:0; text-align:left; line-height:1.4em; position:relative; overflow:auto; width:auto;}
.breadcrumb{margin:15px; height:40px; background:transparent url(../images/cell_back.jpg) center center repeat-x;}
a.breadcrumb { color:#003300;}
.cell {
	background:transparent url(../images/cell.jpg) center center repeat-x; 
	margin-right:2px;
	padding:0 12px 0 12px;
	height:40px;
	line-height:40px;
	float:right;
	}
.cell:hover {background:transparent url(../images/cell_back.jpg) center center repeat-x;}
#cell a a:link a:active{
	color:#990000;
	height:40px;
	margin-right:5px; 
	}
.cell_active {
	background:transparent  url(../images/cell_act.jpg) center center repeat-x; 
	margin-right:5px; 
	color:#990000; 
	padding:0 10px 0 10px;
	height:40px;
	line-height:40px;
	float:left;
	}
.cell_active a a:link a:active {
	color:#990000;
	height:40px;}
/*
* @Untermenüs
*/
#secondlink {
	float:right; 
	padding-right:3em; 
	padding-left:20px; 
	margin:10px 0 10px 0; 
	width:150px; background:transparent; 
	text-align: center; 
	border-left:2px ridge #f2f2f2; position:relative; 
	}
#secondlink ul {
	visibility:visible; 
	display: inline-table; 
	list-style-type:none; 
	float:left; 
	line-height:1.8em; 
	width:160px; 
	text-align: center; 
	margin:0; 
	padding:0; 
	}
#secondlink li {
	background:transparent url(../images/second_sl.jpg) top left repeat-x;
	width:160px;
	height:24px;
	margin-top:2px;
	}
#secondlink li:hover
		{background:transparent url(../images/second_act.jpg) top left repeat-x;}
#footer {
width:100%; background: transparent url(../images/footer.jpg) top center no-repeat; height:53px; font-size:80%; margin:0; padding:0; position: inherit;
		}
#text	{
		border:none;
		}
#text p {
		padding-right:10px;
		margin-right:15px;
		}		
.leftstop {
		clear:left;
				}
.icons_dat {width:20px; height:20px; border:none; margin:10px;}

#highlights {
		width:70%; 
		border:1px solid #003300;
		color:#003300;
		padding:15px;
		line-height:1.2em;
		}
#highlights legend {
		padding:0.1em 0.4em;
		font-weight:bold;
		color: #006633;
		border:3px double #006633;
		background-color: #999900;}
#reservierung label {
		padding-right:10px;
		padding-left:10px;
		margin-right:15px;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		font-style:italic;}
#reservierung td th p {
		line-height:1.3em;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		margin-left:25px;}