/* --------------------------------------------------------------- */
/*                                                                 */
/*    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;	
	background-color: #D4ECF8;
}

img {
	border: none;
}

a {
	color: #4C8CA5;
	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;
}

body,
textarea,
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* --> MUSS NOCH IN ie6.css angeglichen werden */
}

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 {
	margin-bottom: 20px;
}


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

#news-latest h1 {
	line-height: 2em;
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

#gfx-element-01 {
	position: absolute;
	z-index: 10;
	top: -20px;
	left: -41px;
}

#gfx-element-02 {
	position: absolute;
	z-index: 10;
	top: -106px;
	left: -30px;
}

#rootlink {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 420px;
	height: 90px;
}

#start_col_1 {
	position: relative;
	z-index: 20;
	margin-left: 150px;
}

#news-latest {
	position: relative;
	margin-top: 20px;
	margin-left: 80px;
	width: 450px;
}

#page-image {
	position: relative;
	z-index: 20;
	float: right;
	margin-right: -17px;
}

#header {
	position: relative;
	height: 194px;
	background-image: url(../images/page/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page {
	width: 980px;
	margin: 8px auto 50px auto;
	text-align: center;
}

#page-title {
	margin-left: 80px;
	margin-bottom: 20px;
}


#page-container-top {
	position: relative;
	background-image: url(../images/page/page_content_bg_top.gif);
	background-position: center top;
	background-repeat: repeat-y;
	height: 10px;
}

#page-container-center {
	position: relative;
	z-index: 20;
	background-image: url(../images/page/page_content_bg_center.gif);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	width: 940px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
}

#page-container-bottom {
	position: relative;
	background-image: url(../images/page/page_content_bg_bottom.gif);
	background-position: center bottom;
	background-repeat: repeat-y;
	height: 10px;
}

#page-content {
	position: relative;
	z-index: 0;
	width: 900px;
	min-height: 500px;
	margin: 0px 20px;
}

#footer {
	text-align: right;
	padding: 5px 20px 0px 0px;
	color: #4B8CA3;
}

#footer a,
#footer a.no-decoration span.link-decoration {
	color: #4B8CA3;
}

#footer a:hover,
#footer a:hover.no-decoration span.link-decoration {
	color: #4B8CA3;
}

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

#main-navigation {
	text-align: left;
	margin-left: 120px;
}

#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;
	right: 20px;
	bottom: 15px;
}

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

#service-navigation ul li {
	display: inline;
	line-height: 1.6em;
	margin-right: 18px;
}

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

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

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

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

/* INFO-PORTAL LINK */
#service-navigation ul li.no#nav121 a{
	color: #C50C1F;
}

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

#sub-navigation {
	position: absolute;
	top: -37px;
	left: -20px;
	width: 940px;
	height: 22px;
	background-color: #4B8CA3;
}

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

#sub-navigation ul li {
	display: inline;
	font-weight: bold;
	line-height: 22px;
}

#sub-navigation ul li.subnav-spacer {
	padding-right: 14px;
	margin-right: 10px;
	background-image: url(../images/page/subnav_spacer.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

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

#sub-navigation ul li.no a:hover {
	color: #AECBD6;
}

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

#sub-navigation ul li.act a:hover {
	color: #AECBD6;
}

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

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

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

#content_col_1 {
	float: left;
	display: inline;
	margin-left: 80px;
/*	background-color: red;*/
}

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

#content_col_photo {
	position: relative;
	z-index: 20;
	float: right;
	width: 360px;
	overflow:  hidden;
	margin-right: -17px;
/*	background-color: green;*/
}

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

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

span.link-decoration:hover {
	color: #4C8CA5;
	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: #000000;
	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;
}



/********** Gästebuch
*********************************************/



    .tx-veguestbook-pi1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#ffffff;
		color:black;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 1em;
		width: 600px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:22em;
		background:#EFEFEF;
		min-height:4em;
		padding: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
		
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:30em;
		background:#FFF;
		padding: 1em;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:100%;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}
	
	
