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

/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
	Linkfarbe Navigation(Grau):		#777777
	Linkfarbe Inhalt (Rot):			#E31C04
*/

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

* {
	margin: 0;
	padding: 0;
}

body > html {
	height: 100%;
}

body {
	background-color: #afb3b4;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;	
}

img {
	border: none;
}


a {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #777777;
}


/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

body {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
}

body,
textarea,
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

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

h1 {
	/*
	color: #777777;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.6em;
	*/
	
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h1#page-title {
	margin: 0 0 0 19px;
	font-size: 2.1em;

	color: #777777;
	font-weight: normal;
	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: 2em;
	width: 100%;
	height: auto;
	display: inline-block;
	clear: both;
}

/*

.csc-textpic-imagewrap a{
	display: block;
}

.csc-textpic-imagewrap a {
	border: 1px solid #CCCCCC;
}

.csc-textpic-imagewrap a:hover {
	border: 1px solid #999999;
}

.csc-textpic-imagewrap a img {
	border: 7px solid #FFFFFF;
}
*/

/* --------------------------------------------------------------- */
/* --- 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, #header-picture {
	width: 980px;
	height: 220px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#logo {
	background-image: url(../images/logo.gif);

	position: absolute;
	top: 24px;
	right: 0px;
	width: 185px;
	height: 97px;
	z-index: 50;
}

#logo a {
	outline: none;
}

#root-link {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}

#page {
	width: 1000px;
	margin: 0px auto 20px ;
	text-align: center;
	position: relative;
}

#page-content {
	background-color: #ebeeef;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #ebeeef;
	min-height: 365px;
	text-align: left;
	width: 980px;
	padding: 20px 0 0 0;
	margin: 0px auto;
}

#sub-template {
	width: 784px;
	margin: 15px 0 0 162px;
}

#page-content-corners {
	background-image: url(../images/background-page-content.gif);
	background-position: bottom;
	background-repeat: no-repeat;

	height: 10px;
	padding: 0px;
	margin: -6px 0 10px 0;
}

#footer {
	background-image: url(../images/background-footer.gif);
	background-repeat: no-repeat;

	height: 30px;
	text-align: right;
}

#divider {
	background-image: url(../images/background-footer.gif);
	background-repeat: no-repeat;

	height: 15px;
}

#imprint, #imprint a {
	padding: 15px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	color: #3e3e3e;
}

#imprint a:hover {
	color: #3E3E3E;	
}


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

#main-navigation {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*
	font-size: 1.2em;
	*/	
}

#main-navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	
}

#main-navigation ul li {
	float: left;
	margin: 0px 7px 0px 0px;
}
/*
#main-navigation ul li:hover {
	float: left;
	margin: 0px 7px 0px 0;

}
*/
#main-navigation ul li a {
	/*
	border-bottom: 3px hidden;
	padding: 3px 0px 3px 15px;
	*/
	font-size: 1.2em;
	/*
	*/
	padding: 0px 0px 0px 17px;
	float: left;
	display: block;
	height: 1.6em;

}

#main-navigation ul li a:hover {
	/*
	border-bottom: 3px solid #e31c04;
	*/
	background-image: url(../images/navigation-background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* AKTIVER ZUSTAND */
#main-navigation ul li.act a {
	/*
	border-bottom: 3px solid #e31c04;
	line-height: 1.6em;
	padding: 3px 0px 3px 20px;
	*/
	background-image: url(../images/navigation-background.gif);
	background-position: bottom;
	background-repeat: repeat-x;

}

#main-navigation ul li.act {
	/*
	border-bottom: 3px solid #e31c04;
	*/

}


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

#sub-navigation {
	width: 120px;
	text-align: left;
	position: absolute;
	margin:-2px 0px 0px 2px;
}

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

#sub-navigation ul li {
	float: left;
	margin: 0px 7px 0px 0px;
}

#sub-navigation ul li a {
	font-size: 1.1em;
	padding: 0px 0px 0px 17px;
	float: left;
	display: block;
	height: 1.6em;
}

#sub-navigation ul li a:hover {
	color:#000000;
}

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

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

#service-navigation {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 15px;
	width: 300px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

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

#service-navigation ul li {
	float: left;
	padding: 0px 2px 0px 0px;
	font-size: 1em;
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	/*border-bottom: 1px hidden #e31c04;*/
	padding: 0px 5px 0px 0px;
}

#service-navigation ul li.no a:hover {
	/*border-bottom: 1px solid #e31c04;*/
	color: #3e3e3e;
	padding: 0px 5px 0px 0px;
}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
	/*border-bottom: 1px solid #e31c04;*/
	color: #3e3e3e;
	padding: 0px 5px 0px 0px;
}

#service-navigation ul li.act a:hover {
	/*border-bottom: 1px solid #e31c04;*/
	color: #3e3e3e;
	padding: 0px 5px 0px 0px;
}

/* --------------------------------------------------------------- */
/* --- 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 {
	color: #777777;
	text-decoration: none;
}

span.link-decoration:hover {
	color: #777777;
	text-decoration: none;
	border-bottom: 1px solid #e31c04;
}

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: #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;
}

