/* --------------------------------------------------------------- */
/*                                                                 */
/*    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;	
}

img {
	border: none;
}

a {
	color: #b8b8b8;
	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;
	background-color: #bcbcbd;
}

body,
textarea,
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

table {
	font-size: 1em;
	}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

p,
li {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0pt;
	padding: 0pt;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 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 ---------------------------------------------- */
/* --------------------------------------------------------------- */

#wrapper {
	width: 950px;
	height: 630px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-image: url(../images/page_background.jpg);
}

#service-navigation {
	font-size: 1.1em;
}

#address {
	color: #58585a;
	float: right;
	margin-right: 15px;
	font-size: 1.1em;
}
#address_start {
	color: #58585a;
	float: right;
	padding-top: 5px;
	margin-right: 15px;
}

#address p,
#address_start p {
	float: left;
	
	margin-right: 4px;
	padding-right: 6px;
	
	background-image: url(../images/service_nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#address p.last,
#address_start p.last {
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	
	background-image: none;
}

#page {
	width: 910px;
	height: 519px;
	position: absolute;
	left: 20px;
	top: 33px;
	background-color: #87888a;
}

#page-start {
	width: 910px;
	height: 563px;
	position: absolute;
	left: 20px;
	top: 33px;
	background-color: #87888a;
}

#weiter {
	/*
	float: left;
	padding-left: 15px;
	padding-top: 6px;
	*/
	position: absolute;
	right: 35px;
	bottom: 45px;
	z-index: 200;
}
#weiter a {
	color: #ffffff;
	font-size: 1.2em;
}

#logo {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 175px;
	height: 90px;
}

#root-link {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	outline: none;
}

#page-content {
	text-align: left;
}

#sub-navigation {
	position: absolute;
	left: 183px;
	/*
	top: 228px;
	*/
	top: 245px;
	width: 178px;
	height: 217px;
	
}

#content {
	position: absolute;
	left: 392px;
	top: 247px;
	width: 498px;
	padding-right: 20px;
	height: 176px;
	overflow: auto;
	font-size: 1.1em;
}

#main-navigation {
	height: 44px;
	width: 910px;
	position: absolute;
	top: 519px;
}


div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
border:3px solid #FFFFFF !important;
padding:0;
}

/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#main-navigation ul li {
	float: left;
}

#main-navigation ul li a {
}

#main-navigation ul li a:hover {
}

/* INAKTIVER ZUSTAND */
#main-navigation ul li.no a {
	margin-right: 5px;
}

#main-navigation ul li.last a {
	margin-right: 0px;
}

#main-navigation ul li.no a:hover {
}

/* AKTIVER ZUSTAND */
#main-navigation ul li.act a {
	margin-right: 5px;
}

#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 ul {
	list-style-type: none;
	padding-top: 5px;
}

#service-navigation ul li {
	float: left;
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	color: #58585a;
	margin-right: 4px;
	padding-right: 6px;
	
	background-image: url(../images/service_nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#service-navigation ul li.last a {
	color: #58585a;
	margin-right: 4px;
	padding-right: 6px;
	
	background-image: none;
}

#service-navigation ul li.no a:hover,
#service-navigation ul li.last a:hover{
	color: #000000;
}

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a,
#service-navigation ul li.act_last a{
	color: #000000;
}

#service-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- SUB NAVIGATION -------------------------------------------- */
/* --------------------------------------------------------------- */


#sub-navigation ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0px;
}

#sub-navigation ul li {
	font-size: 1.2em;
}

/* INAKTIVER ZUSTAND */
#sub-navigation ul li.no a {
	color: #ffffff;
}

#sub-navigation ul li.no a:hover {
	color: #ffffff;
	font-weight: bold;
}

/* AKTIVER ZUSTAND */
#sub-navigation ul li.act a {
	color: #ffffff;
	font-weight: bold;
}

#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 {
/*	background-color: red;*/
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

span.link-decoration:hover {
	color: #000000;
	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: #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;
}

