/* --------------------------------------------------------------- */
/*                                                                 */
/*    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 {
	position: relative;
	text-align: center;
	margin:0px;
	padding:0px;
}

img {
	border: none;
}

a {
	color: #990000;
	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;
	padding-top: 12px;
}

body,
textarea,
input,
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

ul {
	margin-left: 0px;
}

ol {
	margin-left: 25px;
}

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

h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.6em;
	color: #33b1e6;
}

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

.content-element ul {
	padding: 0 0 0 20px;
}

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

#page {
	width: 956px;
	height: 300px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	z-index:0;
}

#left-column {
	width: 342px;
	height: 646px;
	float: left;
	text-align:left;
}

#right-column {
	position: relative;
	z-index:10;
	width: 614px;
	height: 300px;
	float: left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#page-content {
	position: absolute;
	top: 161px;
	left: 103px;
	text-align: left;
	width: 410px;
	min-height: 475px;
	_height: 475px;
	padding: 0 0 15px 0;
}


#footer {
	position: absolute;
	bottom:0px;
	color: #31b1e6;
	width: 512px;
	height:60px;
	font-size: 10px;
}

#footer div div p {
	position:absolute;
	bottom:0px
}

#imprint {
	margin-top: 10px;
}

#imprint a {
	color: #9bd9f3;
}

#imprint {
	color: #9bd9f3;
}

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

#main-navigation {
	position:absolute;
	left: 0px;
	top: 40px;
	
	z-index:100;
	height: 19px;
	width: 620px;
	/*text-align: left;*/
}


#main-navigation ul {
	list-style-type: none;
	margin: 0px;
	height:15px;
}

#main-navigation ul li {
	display: inline;
	float: left;
	width: 101px;
	margin-left:1px;
	margin-right:0px;
	list-style-type: none;
}

#main-navigation ul li a {
	display: inline-block;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
	line-height: 19px;
	color: #004b6a;
	width: 100%;
	font-size: 10px;
}

#main-navigation ul li a:hover,
#main-navigation ul li.act a {
	display: inline-block;
	background-image: url(../images/navigation_o.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}


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

.sub_navigation_container {
	/*position: absolute;
	z-index: 1000;
	top: 72px;
	left:50%;
	width: 0px;
	height: 100px;
	margin-left: -478px;
	
	background: blue;
	overflow: hidden;
	*/
}

.sub_navigation {
	visibility: hidden;
}

.sub_navigation ul {
}

.sub_navigation ul li {
	display: inline;
}

.sub_navigation ul li a {
	display: inline-block;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
	width: 101px;
	line-height: 19px;
	color: #004b6a;
	font-size: 10px;
}

.sub_navigation ul li a:hover,
.sub_navigation ul li.cur a {
	display: inline-block;
	background-image: url(../images/navigation_o.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}


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


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

#service-navigation {
	position:absolute;
	top: 161px;
	right: 0px;
	width:auto;
	text-align:right;
	float:right;
	color: #009ee0;
}

#service-navigation ul {
}

#service-navigation ul li {
	list-style: none;
	margin: 0 0 0 0;
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	color: #009ee0;
}

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

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
	color: #009ee0;
}

#service-navigation ul li.act 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: #31b1e6;
	text-decoration: none;
	border-bottom: none;
}

span.link-decoration:hover {
	color: #31b1e6;
	text-decoration: none;
	border-bottom: 1px dotted #31b1e6;
}

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


