/* --------------------------------------------------------------- */
/*                                                                 */
/*    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: #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;
	
	background-image: url(../images/page/body_bg.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: scroll;
}

body,
textarea,
input {
	font-family: "Courier New", Courier, monospace;
	font-size: 68%;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #726454;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0.6em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
	color: #726454;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0.6em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #726454;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0.6em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #726454;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0.6em;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	color: #726454;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	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 ---------------------------------------------- */
/* --------------------------------------------------------------- */


#gfx-element-01 {
	position: absolute;
	right: -5px;
	top: -15px;
	width: 163px;
	height: 142px;
	background-image:url(../images/page/bild_1934.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#header {
	position: absolute;
	z-index: 20;
	top: 9px;
	left: 70px;
	width: 410px;
	height: 100px;
}

#rootlink {
	display: block;
	width: 270px;
	height: 100px;
}

#page {
	position: relative;
	
	width: 960px;
	height: 620px;
	margin: 60px auto 0px auto;
	text-align: center;
	
	background-image: url(../images/page/buch_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#page-content {
	position: absolute;
	top: 60px;
	left: 90px;
	width: 780px;
	height: 520px;
	text-align: left;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
}

#footer a,
#footer a.no-decoration span.link-decoration {
	color: #FFFFFF;
}

#imprint {
}

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

#main-navigation {
	background-image: url(../images/page/mainnav_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 0;
	text-align: left;
	left: 480px;
	top: 9px;
	width: 410px;
	height: 50px;
}

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

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

#main-navigation ul li a {
}

#main-navigation ul li a:hover {
}

/* INAKTIVER ZUSTAND */
#main-navigation ul li.no {
	position: relative;
	z-index: 10;
}
#main-navigation ul li.no a {
}

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

/* AKTIVER ZUSTAND */
#main-navigation ul li.act {
	position: relative;
	z-index: 20;
	margin: 0px -9px 0px -10px;
}
#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 {
}

.navRegisterLeft {
	position: relative;
	z-index: 30;
	height: 28px;
	width: 10px;
	background-image: url('../images/page/gfx_nav_04.png');
	background-repeat: no-repeat;
}

.navRegisterRight {
	position: relative;
	z-index: 30;
	height: 28px;
	width: 10px;
	background-image: url('../images/page/gfx_nav_03.png');
	background-repeat: no-repeat;
}

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

	position: absolute;
	top: 80px;
	left: 0px;
	height: 430px;
	overflow: auto;
/*	background-color: red;*/
}

#content_col_2 {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 500px;
	overflow: auto;
/*	background-color: blue;*/
}

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

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

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

span.link-decoration:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #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;
}

.csc-textpic-image dt a,
.csc-textpic-image dt a img {
	background-color: #FFFFFF;
}



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