/* --------------------------------------------------------------- */
/*                                                                 */
/*    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 {
	text-align: left;	
}

img {
	border: none;
}

a {
	color: #000000;
	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-image: url(../images/background-page.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	background-position: center;
}

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;
}

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 {
	padding: 0 0 0 0;
}


/* --------------------------------------------------------------- */
/* --- 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 ---------------------------------------------- */
/* --------------------------------------------------------------- */


#gradient {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 600px;
	background-image:url(../images/background-body.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#page {
	position: absolute;
	width: 992px;
	/*
	margin: 0 auto;
	height: auto;
	*/
	min-height: 500px;
	left: 50%;
	margin-left: -496px;
	top: 0px;
	z-index: 20;
	background-image: url(../images/background-page.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#shadow-left {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 6px;
	height: 550px;
	margin-left: -496px;
	background-image: url(../images/shadow_left.jpg);
}

#shadow-right {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 6px;
	height: 550px;
	margin-left: 490px;
	
	background-image: url(../images/shadow_right.jpg);
}

#main-navigation {
	height: 65px;
	width: 100%;
}

#col_left {
	width: 700px;
	margin-left: 31px;
	display: inline;
	float: left;
}

#header {
	width: 700px;
	height: 294px;
	margin-bottom: 15px;
}

#sub-navigation {
	height: 25px;
	border-bottom: 1px solid #ffffff;
	/*
	background-image: url(../images/sub-navigation-background.png);
	*/
}

#page-content {
	text-align: left;
}

#col_right {
	float: right;
	display: inline;
	width: 220px;
	margin: 0 31px 0 0;
	/*
	float: left;
	*/
}

#logo {
	width: 220px;
	height: 127px;
	background-image: url(../images/logo.jpg);
}

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

#address {
	text-align: left;
}

#address p {
	padding: 25px 0 0 73px;	
}

#link_logo {
	margin-top: 35px;
	text-align:right;
	position:relative;
	width:147px;
	margin-left:73px;
}

#link_logo a.logo {
	position:absolute;
	right:98px;
}

#link_logo a.text {
	position:absolute;
	right:10px;
	width:80px;
	padding-top:2px;
	text-align:left;
}

#content_right_image {
	position: absolute;
	top: 505px;
	right: 20px;
}

#footer {
	position: absolute;
	width: 980px;
	height: 25px;
	z-index: 80;
	background-color: #e4f2f9;
	left: 50%;
	margin-left: -490px;
	overflow: hidden;
}


#service-navigation {
	float: left;
}


#imprint {
	margin: 3px 0 0 0;
	padding: 0 80px 0 0;
	float: right;
}

#imprint div {
	float: left;
}

#impressum {
	padding: 0 25px 0 0;	
}

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

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

#main-navigation ul li {
	list-style-type: none;
	display: inline-block;
	float: left;
}

#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 ul {
	margin: 3px 0 0 30px;
	padding: 0px;
	text-align: left;
}

#service-navigation ul li {
	list-style-type: none;
	display: inline-block;
	float: left;
}

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

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

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

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

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


#sub-navigation ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#sub-navigation ul li {
	list-style-type: none;
	display: inline-block;
	float: left;
}

/* INAKTIVER ZUSTAND */
#sub-navigation ul li a {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.alpstein.ch/fileadmin/template_meglisalp/images/sub-navigation-background_n.png', sizingMethod='crop');
	display: inline-block;
}
html > body #sub-navigation ul li a {
	background: url(../images/sub-navigation-background_n.png);
}


#sub-navigation ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.alpstein.ch/fileadmin/template_meglisalp/images/sub-navigation-background_h.png', sizingMethod='crop');
	display: inline-block;
}
html > body #sub-navigation ul li a:hover {
	background: url(../images/sub-navigation-background_h.png);
}

/* AKTIVER ZUSTAND */
#sub-navigation ul li.act a {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.alpstein.ch/fileadmin/template_meglisalp/images/sub-navigation-background_h.png', sizingMethod='crop');
	display: inline-block;
}
html > body #sub-navigation ul li.act a {
	background: url(../images/sub-navigation-background_h.png);
}


#sub-navigation ul li.act a:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.alpstein.ch/fileadmin/template_meglisalp/images/sub-navigation-background_h.png', sizingMethod='crop');
	display: inline-block;
}
html > body #sub-navigation ul li.act a:hover {
	background: url(../images/sub-navigation-background_h.png);
}

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

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

#sub-navigation-fullwidth {
	display:block; 
	float:left; 
	width:700px; 
	height:25px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.alpstein.ch/fileadmin/template_meglisalp/images/sub-navigation-background_n.png', sizingMethod='crop');
}
html > body #sub-navigation-fullwidth {
	background: url(../images/sub-navigation-background_n.png);
}

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

#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: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

span.link-decoration:hover {
	color: #005091;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

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: #045294;
	padding: 4px 8px;
	border: 1px solid #CCCCCC;
	background-color: #e4f2f9;
	margin-right: 2px;
}

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

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

.browsebox li a:hover {
	color: #045294;
	}
