/* --------------------------------------------------------------- */
/*                                                                 */
/*    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: left;
}
img {
	border: none;
}
a {
	color: #a4a4a4;
	text-decoration: none;
}
a:active {
}
a:hover {
	text-decoration: none;
	color:#fe1c1c;
}
/* --------------------------------------------------------------- */
/* --- 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: 11px;
	font-weight: bold;
	margin-bottom: 18px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 18px;
}
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 {
	clear: both;
	margin-bottom: 20px;
}
.content-element a {
}
/* --------------------------------------------------------------- */
/* --- 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 ---------------------------------------------- */
/* --------------------------------------------------------------- */
#page {
	width: 100%;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	position: absolute;
	text-align: center;
}
#header {
	width: 940px;
	height: 140px;
	margin: 0px auto;
	background-image: url(../images/head_bg.jpg);
	position: relative;
	text-align: right;
}
#logo {
	width: 191px;
	height: 91px;
	position: absolute;
	top:27px;
	left:0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#box {
	text-align: left;
	width: 940px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#box-top {
	text-align: left;
	height: 14px;
	background-image: url(../images/box_top.png);
	position: relative;
}
#box-middle {
	text-align: left;
	padding-top: 50px;
	min-height: 400px;
	background-image: url(../images/box_middle.png);
	background-repeat: repeat-y;
	position: relative;
	width: 940px;
}
#box-bottom {
	text-align: left;
	height: 14px;
	background-image: url(../images/box_bottom.png);
	background-repeat: no-repeat;
	bottom: 0px;
	padding-bottom: 50px;
	width: 940px;
}
#page-content {
	text-align: left;
	width: 456px;
	position:relative;
	margin-left: 260px;
	height: auto;
}
#title {
	font-size: 14px;
	margin-bottom: 36px;
	color: #fe1c1c;
	text-transform:uppercase;
	font-weight:lighter;
	width: 456px;
}
#footer {
	width: 150px;
	height: auto;
	position: absolute;
	text-align: right;
	right: 15px;
	bottom: 0px;
}
#footer-text {
	height: auto;
	position: absolute;
	top: 50px;
	right: 15px;
	width: 150px;
	left: 775px;
}
#standort {
	width: 690px;
	height: 12px;
	margin: 10px 0px 10px 260px;
	color: #a4a4a4;
}
#address {
	position: absolute;
	bottom: 70px;
	right: 0px;
	height:	auto;
	width: 150px;
	text-align: right;
	vertical-align: baseline;
	color: #707173;
}
#adress p {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#power {
	width: 34px;
	height: 30px;
	position: absolute;
	top: 6px;
	left: 2px;/*
	margin: 10px auto 104px 2px;
	*/
}
#power ul.power li {
	list-style: none;
	display: inline;
}
#power ul.power {
	margin: 0;
}

span.print_hover {
	cursor: pointer;
	display: inline-block;
	width: 79px;
	height: 31px;
	overflow: hidden;
	background-position: top;
	position: relative;
	margin-top:109px;
	/*bottom:-4px;*/
}

.print_hover:hover {
	background-position: bottom;
}


/* --------------------------------------------------------------- */
/* --- IMPRINT --------------------------------------------------- */
/* --------------------------------------------------------------- */

#imprint {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height:	55px;
	width: 150px;
	text-align: right;
}
#imprint ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#imprint ul li {
	list-style:none;
}
/* --------------------------------------------------------------- */
/* --- MAIN NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#main-navigation {
	width: 195px;
	float: left;
	margin:0px 8px 0px -5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:lighter;
	text-align: left;
}
#main-navigation ul {
	list-style: none;
}
#main-navigation ul li.ebene1 {
	list-style: none;
}
#main-navigation ul.ebene2 {
	list-style: none;
	font-size: 12px;
}
#main-navigation ul li.no_menu2_last {
	margin-bottom: 25px;
	color: #000000;
}
#main-navigation ul li.no_menu1 a, #main-navigation ul li.no_menu2 a, #main-navigation ul li.no_menu2_last a, #main-navigation ul li.no_menu1_last a {
	color: #000000;
}
#main-navigation ul li.act a, #main-navigation ul li.act_menu1 a, #main-navigation ul li a:hover {
	color:#fe1c1c;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main-navigation li.act_menu1 a {
	margin-bottom: 0px;
	padding-botto: 0px;
}
#main-navigation ul li.act a, #main-navigation ul li.act_menu2 a, #main-navigation ul li.act_menu2_last a {
	color:#fe1c1c;
}
#main-navigation ul li.act_menu2_last {
	margin-bottom: 25px;
	color:#fe1c1c;
}
#main-navigation ul.ebene1 li {
	width: 100%;
	display: inline-block;
}
#main-navigation ul.ebene2 {
}
#main-navigation ul.ebene2 li {
	width: 100%;
	display: inline-block;
}
/* --------------------------------------------------------------- */
/* --- SERVICE NAVIGATION ---------------------------------------- */
/* --------------------------------------------------------------- */

#service-navigation {
	height: 140px;
	position: absolute;
	max-width: 743px;
	right: 0px;
	bottom: 0px;
}
#service-navigation ul li.service {
	list-style: none;
	display: inline;
	margin-left:2px;
	top: 109px;
	position: relative;
	float:left;
}
#service-navigation ul li.print {
	list-style: none;
	display: inline;
	margin-left:2px;
}
#service-navigation ul {
	bottom: 0px;
	margin-left:0px;
}
#service-navigation ul li a {
	bottom: 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: #a4a4a4;
	text-decoration: none;
	border-bottom: 1px dotted #a4a4a4;
}
span.link-decoration:hover {
	color: #fe1c1c;
	text-decoration: none;
	border-bottom: 1px solid #a4a4a4;
}
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.arrow-link {
	padding-left: 18px;
	background-image: url(../images/icons/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left 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;
}

