/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body > html {
	height: 100%;
}

body {
	text-align: center;	
	background-color:#f6f2e3;
	background-image: url(../images/page/hg.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
}

a {
	color: #a82400;
	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,
td,
li,
textarea,
input,
label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#595230;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 20px;
}

p,
li {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0pt;
	padding: 0pt;
}

h1 {
	padding-top:15px;
	font-size: 1.0em;
	font-weight: bold;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.7em;
}

table {
	border-collapse: collapse;
}

table tr th {
	font-weight: bold;
}

table tr td {
}

.content-element {
	margin:0px 15px 8px 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;
	width:169px;
	/*background-color:#00CCFF;*/
}

.clear {
	clear: both;
}

/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */

#header {
	width: 910px;
	margin:0px;
	padding:0px;
	height: 83px;
	background-image: url(../images/page/header_hg.jpg);
	background-repeat: no-repeat;
}

#page {
	position: relative;
	width: 910px;
	margin: 0px auto;
	text-align: left;
	z-index: 0;
}

#logo {
	position: absolute;
	float: left;
	top: 18px;
	right: 0px;
	width: 262px;
	height: 65px;
	text-align: left;
	background-image: url(../images/page/reto_hug_logo.png);
	background-repeat: no-repeat;
	z-index: 10;
	left: 20px;

}


#page-content {
	width: 910px;
	text-align: left;
	margin: 0px auto;
}

#headimage {
	position: absolute;
	top: 84px;
	left: 177px;
	width: 704px;
	height: 158px;
}

#head_rotate {
	width:706px;
	height:158px;
}

#head_maske {
	width:706px;
	height:158px;
	background-image: url(../images/maske_headbild.png);
	background-repeat: no-repeat;
	position:absolute;
}

#footer {
	height: 100px;
	width: 910px;
	text-align: center;
	margin: 0px auto;
	}


#sponsoren {
	text-align:center;
	height:85px;
	width:890px;
	padding:50px 0px 0px 10px;
	}
	
	
#imprint {
	padding:15px 0px 5px 0px;
	}
	
#imprint_folge {
	padding:50px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

a.impressum {
	color:#97821a;
	font-size:10px;
	}

/** BACKGROUNDS */

.bg1 { background-image: url(../images/page/page_hg_mitte.jpg); 
background-repeat: repeat-y;
background-position: left top; }
.bg2 { background-image: url(../images/page/page_hg_oben.jpg); 
background-repeat:no-repeat ;
background-position:left top; }
.bg3 { background-image: url(../images/page/page_hg_unten.jpg); 
background-repeat:no-repeat ;
background-position:left bottom; }
.bg4 { background-image: url(../images/page/page_hg_footer.jpg);
background-repeat: no-repeat ;
background-position: left top; }

.bg5 { background: url(../images/page/page_hg_mitte_subpage.jpg); 
background-repeat:repeat-y;
background-position:left top; }
.bg6 { background: url(../images/page/page_hg_oben_subpage.jpg) ;
background-repeat:no-repeat ;
background-position:left top; }
.bg7 { background: url(../images/page/page_hg_unten_subpage.jpg); 
background-repeat:no-repeat ;
background-position:left bottom; }
.bg8 { background: url(../images/page/page_hg_footer_subpage.jpg); 
background-repeat:no-repeat ;
background-position:left top; }



/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	position: absolute;
	top: 39px;
	right: 0px;
	width: 910px;
	height: 44px;
	background-image: url(../images/page/nav_hg.png);
	background-repeat: no-repeat;
}

#main-navigation ul {
	position: relative;
	width: 610px;
	margin: 0px;
	padding: 0px;
	top: 15px;
	left: 300px;
}

#main-navigation ul li {
	display: inline;
}

#main-navigation ul li a {
}

#main-navigation ul li a:hover {
}

#main-navigation ul li.act a {
}

#main-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

#left {
	width:169px;
	/*background-color:#FFCC33;*/
}

#service-navigation ul {
	list-style:none;
}

#service-navigation ul li {
	height:22px;
 	background: url(../images/page/servicenav_hg.png); 
	background-repeat:no-repeat;
	background-position:left top;
}

#service-navigation ul li a {
	color:#423417;
	text-transform:uppercase;
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	margin-left:14px;
}

#service-navigation ul li a:hover {
}

#service-navigation ul li.act a {
}

#service-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- Spalte links ---------------------------------------------- */
/* --------------------------------------------------------------- */

#main-sponsor {
	height:380px;
	margin:0px 0px 0px 10px;
	width:169px;
	/*background-color:#999966;*/
	}

#service-navigation {
	margin:15px 0px 0px 0px;
	height: 100px;
	width:140px;
	/*background-color:#FFCC33;*/
}

	
/* --------------------------------------------------------------- */
/* --- SUB NAVIGATION -------------------------------------------- */
/* --------------------------------------------------------------- */

#sub-navigation {
	position:absolute;
	margin:55px 0px 0px 7px;
	width:145px;
}

#sub-navigation ul {
	list-style:none;
	height:22px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

#sub-navigation ul li {
	height:22px;
 	background: url(../images/page/subnav_hg.png); 
	background-repeat:no-repeat;
	background-position:left top;
}

#sub-navigation ul li a {
	margin:5px 0px 0px 23px;
	vertical-align:bottom;
	color:#ffffff;
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:11px;
	line-height:25px;
}

#sub-navigation ul li a:hover {
	color:#b43e00;
}

#sub-navigation ul li.act a {
	color:#b43e00;
}

#sub-navigation ul li.act a:hover {
	color:#b43e00;
}

/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

#content {
	min-height:200px;
	float:right;
	margin:0px 20px 0px 0px;
	padding:0px;
	left:-20px;
	width:706px;
	}
	

#content_col_1 {
	margin:0px;
	padding:0px;
	/*background-color:#CC3366;*/
	width:480px;
}

#content_col_2 {
	float:right;
	margin-left:20px;
	/*background-color:#996699;*/
	width:200px;
}

#col_1_left {
	float:left;
	width:220px;
	/*background-color:#CC66FF;*/
	}
	
#col_1_right {
	float:right;
	width:220px;
	margin-right:15px;
	/*background-color:#cccccc;*/
	}

#content_col_1 {
		float: left;
/*background-color: red;*/
}

#content_col_2 {
	float: left;
/*	background-color: blue;*/
}

#content_col_3 {
	float: left;
/*	background-color: green;*/
}

/*SUBTITLE*/

#subtitle {
	margin: 0px 15px 0px 0px;
	padding:0px;
	height:24px;
	background-image: url(../images/page/subtitle_hg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom:20px;
}

.titlepage {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #b42a00;
	margin: 0px;
	padding:0px;
}
.titlepage_initial {
	font-size: 11px;
	font-weight: bold;
    text-transform: uppercase;
	color: #423417;
	margin-bottom: 0px;
}

.csc-header h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	height:24px;
	background-image: url(../images/page/subtitle_hg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

.csc-firstHeader {
	margin:0px 0px -10px 0px;
	padding:0px;
	height:24px;
	background-image: url(../images/page/subtitle_hg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration-home {
	text-decoration:none;
	border:none;
	}
	

span.link-decoration {
	color: #a82400;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

span.link-decoration:hover {
	color: #a82400;
	text-decoration: none;
	border-bottom: 1px solid #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: 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;
}
