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


/* --------------------------------------------------------------- */
/* --- INDIVIDUELLE KLASSEN -------------------------------------- */
/* --------------------------------------------------------------- */

/* IMAGE SLIDE */
#imgSlide {

}

#imgSlide {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#imgSlide li {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	height: 250px;
	background-color: #FFF;
	visibility: hidden;
	overflow: hidden;
}

#imgSlide li img {
	display: block;
}

#imgSlide li div.imgCaption {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px 30px 2px 7px;
	font-weight: bold;
	color: #000000;
	background-color: #C2D5DA;
}


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

* {
	margin: 0;
	padding: 0;
}

body > html {
	height: 100%;
}

body {
	text-align: center;	
}

img {
	border: none;
}

a {
	color: #67725D;
	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;
}

body,
textarea,
input,
td,
label  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #67725D;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 20px;
}

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

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

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

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

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

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

table {
	border-collapse: collapse;
}

table tr th {
	font-weight: bold;
}

table tr td {
}

.content-element {
	clear: both;
	margin-bottom: 1em;
}


/* --------------------------------------------------------------- */
/* --- 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: absolute;
	width: 960px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin: -300px 0px 0px -480px;
	text-align: left;
}

#page-row-1 {
	position: relative;
	/*background-image: url(../images/header.gif);*/
	background-position: left top;
	background-repeat: no-repeat;
	height: 66px;
}

#page-row-2 {
	position: relative;
	padding: 0px 30px;
	height: 494px;
	background: url(../images/page-row-2_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#page-row-3 {
	position: relative;
	padding: 0px 30px 0px 0px;
	height: 40px;
	background: url(../images/page-row-3_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#page-col-1 {
	position: relative;
	width: 170px;
	float: left;
}

#page-col-2 {
	position: absolute;
	left: 480px;
	width: 450px;
	height: 494px;
	/*
	-moz-opacity: 0.5;
	*/
}

#page-subtitle {
	position: absolute;
	right: 30px;
	top: 38px;
}

#page-image {
	position: absolute;
	width: 450px;
	left: 30px;
	bottom: 20px;
}

#page-image-trans {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 170px;
	height: 250px;
	background-color: #E0EAEC;
	
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#page-title {
	position: absolute;
	left: 20px;
	top: 40px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	color: #7D898C;
}

#page-content {
	position: absolute;
	left: 20px;
	top: 80px;
	width: 430px;
	overflow: auto;
	overflow-x: hidden;
	/*
	overflow-y: scroll;
	*/
}

#page-backlink {
	position: absolute;
	left: 20px;
	top: 460px;
}

.page-backlink {
	background-color: #E5E5E5;
	padding: 5px;
}

#address {
	position: absolute;
	right: 35px;
	top: 5px;
	text-align: right;
}

#address p {
	font-size: 11px;
	line-height: 1.4em;
	color: #FFFFFF;
}

#root-link {
	position: absolute;
	left: 30px;
	top: 0px;
	width: 300px;
	height: 65px;
	text-indent: -999em;
	overflow: hidden;
}

#footer {
}

#imprint {
	position: absolute;
	top: 5px;
	left: 30px;
}

/* Impressum */
#imprint a.imprint {
	color: #FFFFFF;
	padding-left: 10px;
	background-image: url(../images/icon_imprint.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


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

#language-navigation {
	background-color: #CABBAA;
	margin-bottom: 30px;
	text-align: right;
	overflow: hidden;
}

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

#language-navigation ul li {
	display: inline;
	line-height: 2em;
}

#language-navigation ul li a {
	padding: 5px 10px;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#language-navigation ul li a:hover {
}


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

#main-navigation {
	padding: 15px 5px 0px 15px;
	text-align: left;
}

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

#main-navigation ul li {
	font-weight: bold;
	font-size: 1em;
	padding: 3px 0px;
}

/* Normaler Zustand */
#main-navigation ul li.no {
}

#main-navigation ul li.no a {
	color: #5B8B97;
}

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

/* Aktiver Zustand */
#main-navigation ul li.act {
}

#main-navigation ul li.act a {
	color: #000000;
}

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


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

#service-navigation {
	position: absolute;
	top: 3px;
	left: 20px;
}

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

#service-navigation ul li {
	display: inline;
	margin-right: 15px;
}

#service-navigation ul li a {
	color: #FFFFFF;
	font-weight: bold;
}

#service-navigation ul li a:hover {
	color: #8B7256;
}

/* Home */
#service-navigation ul li#nav5 {
	padding-left: 14px;
	background-image: url(../images/icon_home.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* Kontakt */
#service-navigation ul li#nav12 {
	padding-left: 18px;
	background-image: url(../images/icon_contact.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

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

#sub-navigation {
}

#sub-navigation ul {
}

#sub-navigation ul li {
}

#sub-navigation ul li a {
}

#sub-navigation ul li a:hover {
}

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

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

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

a.image {
	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: 2px;
	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;
}

/* --------------------------------------------------------------- */
/* --- SITEMAPS -------------------------------------------------- */
/* --------------------------------------------------------------- */

div.sitemap-1 {

}

div.sitemap-1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.sitemap-1 ul li {
	padding-left: 10px;
	background-image: url(../images/list-style_1.gif);
	background-position: left center;
	background-repeat: no-repeat;

}

div.sitemap-1 ul li a {

}

div.sitemap-1 ul li a:hover {

}

