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

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

* {
	margin: 0;
	padding: 0;
}

body > html {
	height: 100%;
}

body {
	text-align: center;	
}

img {
	border: none;
}

a {
	color: #2e759f;
	text-decoration: none;
}

a:active {
}

a:hover {
	text-decoration: none;
}


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

body {
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #ebeff1;
}

body,
textarea,
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

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

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

h1.mainTitle {
	background-position:left top;
	background-repeat:no-repeat;
	font-size:14px;
	line-height:28px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-999em;
	white-space:nowrap;
}

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: 30px;
}


/* --------------------------------------------------------------- */
/* --- 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 {
	width: 980px;
	/*
	height: auto;
	min-height: 521px;
	clear:both;
	*/
	display: inline-block;
	
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
	padding: 0px;
	
	text-align: center;
	position: relative;
	background-color: #2e759f;
	background-image: url(../images/page_background.jpg);
	background-repeat: no-repeat;
	
}

#logo {
	width: 100%;
	height: 107px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	display: inline-block;
	background-repeat: no-repeat;
}
html > body #logo {
	background-image: url(../images/logo.png);
}
#logo a {
	width: 300px;	
}

#service-navigation {
	position: absolute;
	top: 85px;
	right: 77px;
}

#left-column {
	margin-top: 70px;
	width: 173px;
	float: left;
	text-align: left;
}

#address {
	margin-top: 90px;
	margin-left: 26px;
	color: #ffffff;
}

#address a, #address span.link-decoration {
	color: #ffffff;
	background-image: none;
}

#address span.link-decoration:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding-right: 14px;
	background-image: url(../images/icons/icon_mail_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

#page-content {
	width: 720px;
	float: left;
	background-color: #FFFFFF;
}

#page-content-inner {
	position: relative;
	width: 640px;
	height: auto;
	min-height: 481px;
	text-align: left;
	padding: 40px 0 0 0;
	display: inline-block;

}

#root-link {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}

#root-link {
	outline: none;
}

#footer {
}

#kreis {
	background:url(../images/kreis.gif) no-repeat top left;
	width:22px;
	height:22px;
	top:275px;
	left:135px;
	position:relative;
}

#imprint {
	width: 980px;
	height: auto;
	margin: 0px auto;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 2px;
	color: #2e759f;
	font-size: 0.8em;
}


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

#main-navigation ul {
	margin-left: 11px;
}

#main-navigation ul li {
	list-style: none;
}


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

#service-navigation ul {
	margin: 3px 0 0 30px;
	padding: 0px;
	text-align: left;
}

#service-navigation ul li {
	list-style-type: none;
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-size: 0.8em;
}

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

#service-navigation ul li.no a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

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


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


#content_col_1_home {
	/*
	margin-left: -40px !important;
	*/
	position: absolute;
	left: -40px;
	width: 720px !important;
	height: 443px;
	background-image: url(../images/content_home_background.jpg);
}

#content_col_1_home_webcam {
	width: 115px;
	height: auto;
	position: absolute;
	left: 40px;
}

#content_col_1_home_inhalt {
	position: absolute;
	left: 230px;
	width: 435px;
	display: inline-block;
}
#content_col_1_home_tourismus {
	width: 190px;
	height: 36px;
	position: absolute;
	bottom: 10px;
	display: inline-block;
	left: 40px;
}
html > body #content_col_1_home_tourismus {
	background-image: url(../images/tourismus.png);
}

#tourismus-link {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}

#tourismus-link {
	outline: none;
}
#content_col_1 {
	float: left;
/*	background-color: red;*/
}

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

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

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

span.link-decoration {
	color: #2e759f;
	text-decoration: none;
	border-bottom: 1px solid #2e759f;
}

span.link-decoration:hover {
	color: #2e759f;
	text-decoration: none;
	border-bottom: 1px dotted #2e759f;
}

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

a.no-decoration {
	text-decoration: none;
	border: none;
}

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

a.external-link {
	padding-right: 14px;
	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: 14px;
	background-image: url(../images/icons/icon_popup-link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

a.mail {
	padding-right: 14px;
	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: #990000;
	padding: 4px 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;
}
