/* --------------------------------------------------------------- */
/*                                                                 */
/*    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;
}
html {
	height:100%;
	background-image:url(../images/page-bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}
body > html {
	height: 100%;
}

body {
	text-align: center;	
}

img {
	border: none;
}

a {
	color: #757576;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color:#d40024;	
	text-decoration: none;
}


/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

body {
	font-size: 100%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;

	height:100%;
	background-image:url(../images/alles.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: transparent; 
}

body,
textarea,
input {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

p,
li {
	line-height: 1.6em;
	margin: 0pt;
	padding: 0pt;
}

p {	
	margin-bottom:6pt;
}

h1 {
	font-size: 1em;
	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 {
}


/* --------------------------------------------------------------- */
/* --- 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 ---------------------------------------------- */
/* --------------------------------------------------------------- */

#all {
	width: 980px;
	margin: 0px auto;
	text-align: center;
	padding-top:109px;
/*	background-color:#FFF;
	background-image:url(../images/all-bg.jpg);
	background-repeat:no-repeat;
	height:100%;

	position:relative;
*/}

#header {
	background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;
	height:14px;
	width:930px;
	margin: 0 auto 0px auto;
}
#page {
	width: 930px;
	min-height:600px;
/*	height:100%;
	padding-bottom:30px;*/
	margin: 6px 0 0 41px;
	text-align: center;
	position:relative;
	float:left;
}
#page_left {
	width:585px;
	text-align:left;
	margin-left:25px;
}

#page-content {
	text-align: left;
	margin-top:25px;
	width:585px;
	font-size: 1.2em;
}
#page-content.start {
	margin-top:56px;
}
	
#page_right {
	width:285px;
	left:607px;
	top:0px;
	position:absolute;
	height:100%;
}
#title {
	margin-bottom: 15px;	
}
#logo {
	margin-top:24px;
}
/*#logo.start {
	margin-top:11px;
}*/
#address {
	margin:80px 20px 0px 128px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	position:absolute;
	bottom:-10px;
	padding-bottom:20px;

}
#address h1{
	margin-bottom:0px;
}
#address a span.link-decoration{
	color:#000;
	text-decoration:none;
}
#address p{
	line-height:1.4em;
}
#rootline {
	height:19px;
	color:#808080;	
}
#rootline a{
	color:#808080;
	text-decoration:none;
}

#rootline a:hover {
	color:#d40024;
}


/* --------------------------------------------------------------- */
/* --- IMPRINT --------------------------------------------------- */
/* --------------------------------------------------------------- */
#imprint {	
	text-align:center;
	height:30px;
	width:150px;
	position:relative;
	float:left;
}
#imprint ul{
	margin:0px;
	padding:0px;
}
#imprint li{
	float:left;
	list-style:none;
	margin-right:8px;
}
#imprint a{
	color:#808080;
	text-decoration:none;
}

#imprint a:hover {
	color:#d40024;
}

/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	height: 90px;
	background-image:url(../images/main-navigation-bg.gif);
	background-repeat:repeat-x;
}
#main-navigation.start {
	margin-top:25px;
}
#main-navigation ul {
	margin:0;
	padding:0;
}

#main-navigation ul li {
	/*width:195px;*/
	height:22px;
	float:left;
	padding-top:1px;
	padding-bottom:3px;
	list-style:none;
	
}

#main-navigation ul li a {
	color:#000;
	text-decoration:none;
}

#main-navigation ul li a:hover {
	color:#d40024;

}

/* 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 {
}

/* --------------------------------------------------------------- */
/* --- SUB NAVIGATION -------------------------------------------- */
/* --------------------------------------------------------------- */

#sub-navigation {
	min-height:30px;
}

#sub-navigation ul {
	margin:0;
	padding:0;
	border-bottom:1px solid black;
	min-height:29px;
	width:585px;
}

#sub-navigation ul li {	
	width:195px;
	height:21px;
	float:left;
	padding-top:5px;
	list-style:none;
}

#sub-navigation ul li a{	
	color:#000;
	text-decoration:none;
}

#sub-navigation ul li a:hover{
	color:#d40024;
}
/* INAKTIVER ZUSTAND */
#sub-navigation ul li.no a {
}

#sub-navigation ul li.no a:hover {
}

/* AKTIVER ZUSTAND */
#sub-navigation ul li.act a {
	color:#d40024;
}

#sub-navigation ul li.act a:hover {
}

/* MIT SUBLEVEL */
#sub-navigation ul li.sub a {
}

#sub-navigation ul li.sub a:hover {
}


/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

#service-navigation {
	position:absolute;
	top:74px;
	left:889px;
	width:41px;
}
/*#service-navigation.start {
	top:61px;
}*/
#service-navigation ul {
	margin:0px;
	padding:0px;
}

#service-navigation ul li {
	width:41px;
	height:97px;
	list-style:none;
	background-image:url(../images/service-nav-bg.png);
	background-repeat:no-repeat;
	margin-top:-17px;
	margin-left:1px;
}
#service-navigation ul li a img {
	margin: 5px 11px 0 0;
}

#service-navigation ul li:hover {
	background-image:url(../images/service-nav-act-bg.png);
}

#service-navigation ul li.act {
	background-image:url(../images/service-nav-act-bg.png);
}
/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	text-decoration:none;
}

#service-navigation ul li.no a:hover {
}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
}

#service-navigation ul li.act a:hover {
}



/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

#content_col_1 {
	float: left;
/*	background-color: red;*/
}

#content_col_2 {
	float: left;
/*	background-color: blue;*/
	padding-bottom:30px;
}

#content_col_3 {
	float: left;
/*	background-color: green;*/
	padding-bottom:30px;
}

#content_col_3 img{
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:none;
	border-right:none;
	max-width:195px;
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */
span.link-decoration {
	color: #757576;
	text-decoration: none;
	border-bottom: 1px dotted #757576;
}

span.link-decoration:hover {
	color: #d40024;
	text-decoration: none;
	border-bottom: 1px solid #757576;
}

a.no-decoration span.link-decoration {
	text-decoration: none;
	border: none;
}

a.no-decoration {
	text-decoration: none;
	border: none;
}

a.internal-link-file,
a.internal-link-url, 
a.internal-link-page {
	text-decoration: none;
}

a.external-link,
a.external-link-file,
a.external-link-url, 
a.external-link-page {
	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,
a.popup-link-file,
a.popup-link-url,
a.popup-link-page {
	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.eps {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_eps.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

a.jpg {
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/icons/icon_jpg.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;
}

/* --------------------------------------------------------------- */
/* --- FONT-NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */
#font {
	text-align:left;
	float:right;
	color:#808080;
}

#font ul {
	margin-left:-2px;
	}

#font ul li {
	list-style:none;
	line-height:16px;
	float:left;
	color:#808080;
	}
	
#font ul li a {
	color:#808080;
	}
	
#font ul li a.fontsize_small,
#font ul li a.fontsize_normal,
#font ul li a.fontsize_big {
	display: block;
	float: left;
	width: 12px;
	height: 14px;
	text-indent: -999em;
	outline: none;
}

#font ul li a.fontsize_small {
	background-image: url(../images/icons/fontsize_small.gif);
	background-position: center;
	background-repeat: no-repeat;
}
	
#font ul li a.fontsize_normal {
	background-image: url(../images/icons/fontsize_normal.gif);
	background-position: center;
	background-repeat: no-repeat;
}
	
#font ul li a.fontsize_big {
	background-image: url(../images/icons/fontsize_big.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------- */
/* --- 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;
}

