/* --------------------------------------------------------------- */
/*                                                                 */
/*    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: #FFFFFF;
	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;
	color: #FFFFFF;
}

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: 1em;
}

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

body {
	background-color: #000000;
}

#header {
	height: 190px;
}

#page-container {
	position: relative;
	width: 100%;
	min-height: 650px;
	background-color: #343B3E;
	background-image: url(../images/page/page_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

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

#page-content {
	position: relative;
	z-index: 10;
	text-align: left;
	width: 700px;
	min-height: 460px;
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 80px;
	background-image: url(../images/page/page_content_bg.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
}

#page-content-bg {
	position: absolute;
	z-index: 0;
	width: 400px;
	height: 500px;
	top: 187px;
	left: 200px;
	background-image: url(../images/page/page_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page-title {
	margin-bottom: 1.5em;
}

#page-title h1 {
	font-size: 1.2em;
	text-transform: uppercase;
}

#footer-container {
	position: relative;
	width: 100%;
	min-height: 150px;
}

#footer {
	position: relative;
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

#footer-sponsoren {
	float: right;
}

#footer-medienpartner {
	float: right;
	width: 110px;
	margin-left: 20px;
}

#facebook {
	width: 160px;
	height: 40px;
	position: absolute;
	top: -160px;
	left: 40px;
	z-index:99;
}

#gfx_scheinwerfer {
	background-image: url(../images/page/gfx_scheinwerfer_page.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 160px;
	position: absolute;
	top: -98px;
	left: 21px;
}

#facebook_share {
	position:absolute;
	margin-left:740px;
	margin-top:7px;
	}

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

#main-navigation {
	position: absolute;
	z-index: 1;
	top: 190px;
	left: 0px;
	width: 200px;
}

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

#main-navigation ul li {
	display: inline;
}

#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 {
}

/* --- zweite Navigationsebene ---------------- */
/* -------------------------------------------- */
#main-navigation ul li ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
}

#main-navigation ul li ul li {
	line-height: 1.3em;
}

#main-navigation ul li ul li a {
	display: block;
	text-align: right;
	padding: 3px 15px 4px 5px;
	color: #87888A;
}

#main-navigation ul li ul li a:hover {
	color: #FFFFFF;
}

/* INAKTIVER ZUSTAND */
#main-navigation ul li ul li.no a {
}

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

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

#main-navigation ul li ul li.act a:hover {
}

/* MIT SUBLEVEL */
#main-navigation ul li ul li.sub a {
}

#main-navigation ul li ul li.sub a:hover {
}

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

#service-navigation {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 100%;
	text-align: right;
}

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

#service-navigation ul li {
	line-height: 3em;
	display: inline;
}

/* INAKTIVER ZUSTAND */
#service-navigation ul li.no a {
	text-transform: lowercase;
	margin-left: 20px;
	color: #87888A;
}

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

/* AKTIVER ZUSTAND */
#service-navigation ul li.act a {
	text-transform: lowercase;
	margin-left: 20px;
	color: #FFFFFF;
}

#service-navigation ul li.act a:hover {
	color: #FFFFFF;
}

/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

#content_col_1 {
	float: left;
	overflow: hidden;
/*	background-color: red;*/
}

#content_col_2 {
	float: left;
	overflow: hidden;
/*	background-color: blue;*/
}

#content_col_3 {
	float: left;
	overflow: hidden;
/*	background-color: green;*/
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

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

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

