@import url(inc_common.css);
@import url(../../css/inc_htmlarea.css);
@import url(../../css/inc_rooms.css);
@import url(inc_csc.css);
@import url(inc_news.css);
@import url(inc_gal.css);
@import url(inc_gallery.css);
@import url(inc_youtube.css);
@import url(inc_gmap.css);
@import url(inc_pageflip.css);
@import url(inc_weather.css);
@import url(inc_rss.css);
@import url(slimbox.css);
@import url(inc_googlemap.css);

/**
 * bluechip
 */
#page {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 962px;
}

#top {
	width: 962px;
	height: 19px;
	background-image: url("../images/oben.png");
}

#head {
	width: 960px;
	height: 300px;
	border-left: 1px solid #81d5e2;
	border-right: 1px solid #81d5e2;
	background-color: #00aeef;
}

#head_left {
	width: 220px;
	float: left;
	height: 239px;
}

#language {
	height: 49px;
	line-height: 49px;
	border-top: 1px solid #81d5e2;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
#language a:hover { text-decoration: underline; }

#head_right {
	width: 738px;
	height: 239px;
	float: left;
}

/*
*	Menu
*/
#menu {
	padding: 0;
	height: 49px;
	line-height: 49px;
	border-left: 1px solid #81d5e2;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	list-style-type: none;
	margin-right: 1px;

}
#menu li a {
	display: block;
	height: 49px;
	padding: 0 20px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#menu li a:hover,
#menu li a.sel {
	background-color: #4781a9;
}

/* Submenu */
#menu ul ul {
	display: none;
}
#menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
	background: #00aeef;
	width: 150px;
	overflow: hidden;
	padding-bottom: 7px;
}
#menu ul ul li {
	line-height: 20px;
	white-space: nowrap;
	border-top: 1px solid #81d5e2;
}
#menu ul li:hover ul a {
	height: 20px;
	padding: 1px 150px 1px 10px;
}

#submenu {
	display: none; 
	padding-left: 10px;
}
/*
#submenu ul {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#submenu ul li {
	list-style-type: none;
	font-weight: bold;
}

#submenu ul li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
*/
/* Sidebarmenu */
#staticmenu {
	padding-left: 10px;
	margin-bottom: 30px;
	clear: both;
}
#staticmenu ul {
	margin: 0;
	padding: 0;
}
#staticmenu ul li {
	list-style-type: none;
}
#staticmenu ul li a {
	display: block;
	font-size: 14px;
	padding: 5px 0 5px 5px;
	border-top: 1px dotted #dfdddd;
}
#staticmenu ul li a:hover,
#staticmenu .act {
	background-color: #dfdddd;
}


/* Menu ENDE */

#picture {
	border-bottom: 1px solid #81d5e2;
	border-left: 1px solid #81d5e2;
	height: 250px;
}

#logo {
	height: 250px;
	text-align:center;
}

#sidebar {
	width: 220px;
	float: left;
	padding-top: 30px;
	font-size: 11px;
}

#main {
	width: 962px;
	border-bottom: 1px solid #81d5e2;
	border-top: 1px solid #81d5e2;
	background: #fff url(../images/bg_main.png) repeat-y left top;
}

#content {
	float: left;
	width: 699px;
	min-height: 200px;
	padding: 30px 20px;
}

.min {
	height: 1px;
}

.clear, div.clearer {
	clear: both;
}

#bottom {
	width: 747px;
	height: 7px;
	background-image: url("../images/unten.png");
	background-repeat: no-repeat;
	float: left;
}

#bluechip {
	width: 546px;
	height: 43px;
	float: left;
}

#bluechiptext {
	padding-left: 12px;
	padding-top: 5px;
	color: #280200;
	font-size: 10px;
}

#impr {
	float: left;
	width: 215px;
	height: 50px;
	margin-right: 1px;
	background: url("../images/impressum.png") no-repeat right top;
}

#imprtext {
	padding-left: 40px;
	font-size: 10px;
	color: #ffffff;
	padding-top: 1px;
	font-weight: bold;
}

#footerleft {
	width: 747px;
	height: 50px;
	float: left;
}

#footerright {
	width: 215px;
	height: 50px;
	float: left;
}


/* Search */
#search {
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
	height: 20px;
	line-height: 20px;
}

#searchheader { 
	font-weight: bold;
	margin-right: 10px;
	float: left;
}

#sidebar form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}
.sidebarline { margin-left: 6px; }
#staticmenu ul li a {
	text-decoration: none;
	color: #000000;
}
#imprtext a:link, #imprtext a:visited, #imprtext a:hover, #imprtext a:active {
	text-decoration: none;
	color: #fff;
}
#printlink {
	text-align: right;
	padding: 15px;
}
#printlink a {
	height: 18px;
	line-height: 20px;
	background: url(../images/printer.png) no-repeat left center;
	padding: 5px 0 5px 20px;
}
