/* --------------------------------------------------------------- */
/*                                                                 */
/*    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;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e3e4e4;
}
img {
	border: none;
}
a {
	color: #f0861c;
	text-decoration: none;
}
a:active {
	color: #f0861c;
}
a:hover {
	color: #f0861c;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0pt;
	padding: 0pt;
}
h1 {
	font-size: 1.0em;
	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 {
	margin-bottom:30px;
}
/* --------------------------------------------------------------- */
/* --- 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 {
	height: 130px;
}
#bild {
	height: 106px;
	width:795px;
	margin-left:185px;
}
#logo {
	background-image: url(../images/logo.jpg);
	position: relative;
	width: 185px;
	height: 130px;
	float:left;
}
#logo a {
	outline: none;
}
#root-link {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
#page {
	width: 980px;
	margin: 0px auto;
	text-align: center;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	min-height:650px;
}
#page-content {
	text-align: left;
	width: 625px;
	float:right;
	margin: 20px 110px 110px 60px;
	position:relative;
}
#titel {
	height: 20px;
	float:left;
	text-align:left;
	margin-top:31px;
	margin-left:60px;
	font-weight:bold;
}

#all {
	margin: 0px auto 50px auto;
	width:980px;
}
#address {
	color:#1d2a7e;
	font-size:10px;
	text-align: right;
	width: 970px;
	margin-right:10px;
	margin-top:6px;
	position:absolute;
	/*text-align: center;
	background-color:#fff;*/

}

#mitglieder-login {
	width:161px;
	height: 160px;
	text-align:left;
	margin: -160px 15px 0px 11px;
	vertical-align:bottom;
	position:absolute;	
}

#mitglieder-login-inhalte {
	text-align:left;
	vertical-align:bottom;
	bottom:0px;
	margin-bottom:12px;
	position:absolute;
}

.tx-felogin-pi1 {
float: left;
width:161px;
margin-bottom:0px;
color:#FFF;
}
.tx-felogin-pi1 h3{
	display:none;
}
.tx-felogin-pi1 label {
	margin-top:5px;
}
	
.tx-felogin-pi1 input, textarea {
	background: #fff;
	border: #fff;
	width:156px;
	color:#000;
	margin-top:5px;
}
.tx-felogin-pi1 input[type="submit"], input[type="button"], input[type="reset"] {
	background: #1d2a7e;
	border:none;
	color:#FFF;
	float:right;
	margin-top:5px;
	margin-right: -6px;
	text-align:right;
	font-weight:bold;
}

/*Schweizerkarte für Partner*/ 
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: #d6e7f0;
padding: 2px;
background-color: #1d2a7e;
color:#ffffff;
visibility: hidden;
z-index: 100;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

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

#main-navigation {	
	width:185px;
	float:left;
	height: auto;
	text-align:left;
	margin-top:18px;
	position:relative;
}
#main-navigation ul {
	text-decoration:none;
	list-style:none;
	margin:0px;
}
#main-navigation ul li {
}
#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 {
}

#main-navigation ul li.actifsub a {
	font-weight:bold;
	color:#e2001a;
	padding: 5px 0 0 0;
}

/* MENU 2*/
#main-navigation ul.ebene2 {
	margin: 0;
	margin-left:30px;
}

#main-navigation ul.ebene2 li {
	background: none;
}

#main-navigation ul.ebene2 li a:hover {
	color:#f0861c;
	font-weight:bold;
}

#main-navigation ul.ebene2 li a {
	text-transform:none;
	font-weight:normal;
	display: block;
	line-height: 1.2em;
	padding: 3px 0 3px 0;
}
#main-navigation ul li.no_menu2 a {
	color:#ffffff;
}
#main-navigation ul li.act_menu2 a {
	font-weight:bold;
}
/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

#service-navigation {
	height: 24px;
	width: 785px;
	margin-right:10px;
	float: right;
	text-align:right;
	color:#1d2a7e;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#service-navigation ul {
	text-decoration:none;
	list-style:none;
}
#service-navigation ul li {
	float:right;
	text-decoration:none;
	margin-left: 10px;
}
/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	color:#1d2a7e;
}
#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 {
}
#sub-navigation ul {
}
#sub-navigation ul li {
}
/* 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;/*	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: #f0861c;
	text-decoration: none;
	border-bottom: 1px dotted #f0861c;
}
span.link-decoration:hover {
	color: #f0861c;
	text-decoration: none;
	border-bottom: 1px solid #f0861c;
}
a.no-decoration span.link-decoration {
	text-decoration: none;
	border: none;
}
a.no-decoration {
	text-decoration: none;
	border: none;
}
a.internal-der {
	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;
}

/* --------------------------------------------------------------- */
/* --- DOKUMENTENREGAL ------------------------------------------- */
/* --------------------------------------------------------------- */
.tx-dirlisting-pi1-row {
	background-color:white;
	}

