/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
	FARBE 1:	#990000
	FARBE 2:	#009900
	FARBE 3:	#000099
*/

/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body > html {
	height: 100%;
}

body {
	text-align: center;	
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:active {
}

a:hover {
	color: #000000;
}


/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

body {
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
	z-index: 0;
}

body,
textarea,
input {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* --> Muss in ie6.css ebenfalls angepasst werden */
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

p,
li {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0pt;
	padding: 0pt;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

table {
	border-collapse: collapse;
}

table tr th {
	font-weight: bold;
}

table tr td {
}

.content-element {
	margin-bottom:15px;
}


/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: bottom;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */

#page {
	position: relative;
	width: 954px;
	margin: 10px auto 50px auto;
	text-align: left;
}

#page-header {
	position: relative;
	height: 150px;
}

#page-navigation {
}

#page-content {
	position: relative;
	width: 100%;
	text-align: left;
}

#page-footer {
}

#page-imprint {
}

/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	height: 280px;
	text-align: left;
}

#main-navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#main-navigation ul li {
	display: inline;
}

#main-navigation ul li a {
}

#main-navigation ul li a:hover {
}

/* INAKTIVER ZUSTAND */
#main-navigation ul li.no a {
}

#main-navigation ul li.no a:hover {
}

/* AKTIVER ZUSTAND */
#main-navigation ul li.act a {
}

#main-navigation ul li.act a:hover {
}

/* MIT SUBLEVEL */
#main-navigation ul li.sub a {
}

#main-navigation ul li.sub a:hover {
}

/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

#service-navigation {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

#service-navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#service-navigation ul li {
	display: inline;
	font-size: 0.9em;
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	color: #000000;
}

#service-navigation ul li.no a:hover {
	color: #666666;
}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
	color: #666666;
}

#service-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- SUB NAVIGATION -------------------------------------------- */
/* --------------------------------------------------------------- */


.sub-navigation {
	visibility: hidden;
	width: 150px;
	padding: 3px 8px;
	border-bottom: 1px solid #FFFFFF;
}

.sub-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sub-navigation ul li {
	text-align: left;
	line-height: 1.6em;
}

.sub-navigation ul li.no a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-webkit-opacity: 1.0; 
}

.sub-navigation ul li.no a:hover {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	-webkit-opacity: 0.5; 
}

.sub-navigation ul li.act a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	-webkit-opacity: 0.5; 
}

.sub-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- LANGUAGE NAVIGATION --------------------------------------- */
/* --------------------------------------------------------------- */

#language-navigation {
	position: absolute;
	left: 0px;
	bottom: 10px;
}

#language-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#language-navigation ul li {
	text-transform: uppercase;
	font-size: 0.9em;
}

/* INAKTIVER ZUSTAND */
#language-navigation ul li.no a {
	color: #000000;
}

#language-navigation ul li.no a:hover {
	color: #666666;
}

/* AKTIVER ZUSTAND */
#language-navigation ul li.act a {
	color: #000000;
	font-weight: bold;
}

#language-navigation ul li.act a:hover {
}

/* INAKTIVER ZUSTAND */
#language-navigation ul li.inact {
	color: #CCCCCC;
}

/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

#root-link {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 150px;
	background-image: url(../images/logo_hotel-linde.gif);
	background-repeat: no-repeat;
}

#imprint {
	margin-top: 5px;
	text-align: left;
}
#imprint a {
	color: #000000;
}

#address {
	margin-top: 20px;
	text-align: center;
}

#content_col_1 {
	float: left;
/*	background-color: red;*/
}

#content_col_2 {
	float: left;
/*	background-color: blue;*/
}

#content_col_3 {
	float: left;
/*	background-color: green;*/
}

#content_start {
	position: relative;
	width:100%;
	height: 225px;
	z-index: 0;
}

#content_pagetext {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#content_pagetext p {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	color: #FFFFFF;
}

#content_pagetext.nontransparent p {
}

#content_pagetext.translucent p {
	width: 100%;
	filter: Alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5; 
}

#content_address {
	position: absolute;
	width: 230px;
	right: 10px;
	bottom: 23px;
}

#content_address p {
	color: #FFFFFF;
}

#content_address p a {
	color: #FFFFFF;
}
#content_address p a:hover {
	color: #000000;
}

#content_news {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 420px;
}

#content_news h1 {
	color: #FFFFFF;
	margin-bottom: 0.3em;
}

#content_link {
	margin-bottom: 10px;
}

#content_link a {
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0.3em;
}

#content_link a:hover{
	color: #000;
	text-decoration: none;
	margin-bottom: 0.3em;
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	text-decoration: underline;
}

span.link-decoration:hover {
	color: #000000;
	text-decoration: underline;
}

/*
a.no-decoration span.link-decoration {
	text-decoration: underline;
	border: none;
}

a.no-decoration {
}
*/

a.internal-link {
	text-decoration: none;
}

a.external-link {
	padding-right: 12px;
	background-image: url(../images/icons/icon_external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.popup-link {
	padding-right: 12px;
	background-image: url(../images/icons/icon_popup-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.mail {
	padding-right: 12px;
	background-image: url(../images/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.download {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.pdf {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.word {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.excel {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.powerpoint {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_ppt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.zip {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
	list-style-type: none;
	margin: 0.5em 0 0 0;
}

.browsebox li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

.browsebox li a {
	color: #000000;
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	margin-right: 2px;
}

.browsebox li a:hover {
	background-color: #E2E2E2;
}

.browsebox li.act a {
	text-decoration: underline;
}


