/* --------------------------------------------------------------- */
/*                                                                 */
/*    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 {
	background-image: url(../images/hg_vertikal.jpg);
	background-repeat: repeat-y;
	background-position:center top;
}
body > html {
	height: 100%;
}

body {
	text-align: center;
	background-image: url(../images/hg_vertikal.jpg);
	background-repeat: repeat-y;
	background-position:center top;
}

img {
	border: none;
}

a {
	color: #881318;
	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: Arial, Helvetica, sans-serif;
	font-size: 72%;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

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

h1 {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 0.6em;
	color:#1a171b;
}

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

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h4 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0.6em;
	color:#ffffff;
}

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 p{
	font-size: 1.0em;
	font-weight:normal;
}

.content-element {
	margin:0px 0px 15px 0px;
}

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

#header_breit {
	position:absolute;
	width:100%;
	height:650px;
	background-image: url(../images/head_breit.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	z-index:99;
	}

#header {
	height:155px;
	width:100%;
	margin: 0px auto;
	text-align: center;
}

#titel {
	height:50px;
	width:954px;
	margin: 0px auto;
	text-align:left;
	padding:17px;
	visibility:visible;
	z-index:99;
	}
	
#head_link {
	width:330px;
	height:110px;
	margin:30px 130px 0px 0px;
	float:right;
	}

#page {
	width: 1003px;
	margin: 0px auto;
	text-align: center;
	z-index:90;
}

#page_hg {
	background-image: url(../images/hg_content_breit.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	background-position:left top;
	}

#page-content {
	text-align: left;
	float:right;
	z-index:90;
}

#inhaltsbereich  {
	float:left;
	width:780px;
	margin:20px 10px 0px 0px;
	}

#footer {
	height:45px;
	width:980px;
	text-align:center;
	margin: 0px auto;
	background-image: url(../images/hg_vertikal.jpg);
	background-repeat: repeat;
	background-position:center top;
}

#footer_hg {
	width:100%;
	text-align:center;
	height:45px;
	background-image: url(../images/hg_vertikal.jpg);
	background-repeat: repeat;
	background-position:center top;
	}

#adresse {
	height:30px;
	width:650px;
	float:left;
	color:#ffffff;
	text-align:left;
	margin:5px 0px 0px 0px;
}

#adresse a{
	color:#ffffff;
}
	
#imprint {
	width:200px;
	margin-top:7px;
	float:right;
	color: #e1e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

#imprint a {
	color: #e1e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	
	}

#imprint ul {
	float:right;
	display:inline;
	height:15px;
	vertical-align:top;
}

#imprint ul li {
	float:left;
	list-style-type:none;
}
/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	text-align: left;
	height:30px;
	background-image: url(../images/hg_main_nav.png);
	background-repeat: repeat-x ;
	background-position:left top;
	z-index:50;
}

#main-navigation ul {
	float:left;
	display:inline;
	height:30px;
}

#main-navigation ul li {
	float:left;
	list-style-type:none;
	margin:5px 1px 0px 0px;
	padding:0px 12px 0px 7px;
	top:5px;
	background-image:url(../images/abstand_main_nav.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#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 {
}


#nav-elemente {
	margin:0px 0px 0px 10px;
	}

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

#service-navigation {
}

#service-navigation ul {
}

#service-navigation ul li {
}

/* 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 {
	float:left;
	margin:0px 0px 0px 13px;
	width:173px;
	height:310px;	
}

#sub-navigation ul {
	float:left;
	display:inline;
	height:30px;
}

#sub-navigation ul li {
	/*float:left;*/
	list-style-type:none;
}

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

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

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

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

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

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

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

#content_col_1 {
	float:left;
	min-height:300px;
	margin:0px 0px 0px 18px;
}

#content_col_2 {
	float: left;
	margin:0px 0px 0px 18px;
	/*	background-color: green;*/
}

#content_col_3 {
	position:relative;
	margin:0px 0px 0px 0px;
	top:0px;
	left:16px;
	width:760px;
}



/* --------------------------------------------------------------- */
/* --- Backgrounds ----------------------------------------------- */
/* --------------------------------------------------------------- */

.bg1 { background-image: url(../images/page_hg_mitte.png); 
background-repeat: repeat-y;
background-position: left top; }

.bg2 { background: url(../images/page_hg_oben.png) ;
background-repeat:no-repeat ;
background-position:left top; 
	width:1003px;
	float: left;
	}
	
.bg3 { background: url(../images/page_hg_unten.png); 
background-repeat:no-repeat ;
background-position:left bottom; }


#balken_links {
	position:absolute;
	height:100%;
	background-color:#0f2453;
	left:0px;
	width:50%;
	z-index:1;
}

#balken_rechts {
	position:absolute;
	background-color:#7f1418;
	height:100%;
	left:50%;
	width:50%;
	z-index:1;
}

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

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

span.link-decoration:hover {
	color: #881318;
	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;
	margin-right:10px;
}

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;
	margin-right:10px;
}

a.mail {
	padding-right: 14px;
	background-image: url(../images/icons/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	margin-right:10px;
}

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;
	margin-right:10px;
}

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;
	margin-right:10px;
}

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;
	margin-right:10px;
}

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;
	margin-right:10px;
}

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;
	margin-right:10px;
}

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;
	margin-right:10px;
}
