/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag von www.abtraxas.ch */


/* ===================================================================== */
/* = Alles zuruecksetzen                                                = */
/* ===================================================================== */

*{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #eff2f6;
	text-align: center;
}

a:link, a:active, a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #163274;
	text-decoration: underline;
}

/* Absaetze */
p {
	line-height: 16px;
	margin-bottom: 16px;
}

html, body {
    height: 100%;
}

.blaubold {
	font-weight: bold;
	color: #163274;
	margin-bottom: 0;
}

.blau {
	color: #163274;
	margin-bottom: 0;
}

.bold {
	font-weight: bold;
	margin-bottom: 0;
}

.center {
	text-align: center;
}
.zitat {
	font-family: Times, Courier, serif;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #163274;
	padding: 5px;
	background-color: #e7eaf1;
	margin-bottom: 0px;
}

/* oh my lovely IE6 */
* html .zitat {
	font-family: Times, Courier, serif;
	font-size: 13px;
	line-height: 20px;
	border: none;
	padding: 0px;
	background-color: transparent;
	margin-bottom: 0px;
	font-style: italic;
}
.legende {
	font-size: 9px;
	font-style: italic;
}

.floatleft {
	float: left;
	padding-right: 5px;
}

.clearleft {
	clear: left;
	padding-top: 5px;
}

h2 {
	font-size: 13px;
	line-height: 18px; 
	color: #163274;
	margin-bottom: 16px;
}

ul {
	list-style-position: inside;
}

td {
	vertical-align: top;
}
/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */

#abstand {
	height: 50%;
	width: 100px;
	margin-bottom: -300px;
	float: left;
}

#box {
	position: relative;
	height: 600px;
	width: 760px;
	top: 0px;
	margin: auto auto;

	border: 1px solid #163274;
	background-color: #ffffff;
	clear: left;
	overflow: hidden;
}
#logo {
	position: relative;
	top: 20px;
	left: 19px;
	width: 209px;
	height: 68px;
	background-image: url(bilder/logo_abtraxas.gif);
}

#navigation {
	position: relative;
	top: 76px;
	left: 19px;
	width: 150px;
	height: 140px;
	
	background-color: #EDEDED;
}

#inhaltsbereich {
	position: relative;
	top: -90px;
	left: 240px;
	width: 500px;
	height: 450px;
	overflow: hidden;
}

#subnav {
	position: relative;
	top: 0;
	left: 0;
	height: 16px;
	width: 500px;
	text-align: right;
	margin-bottom: 16px;
}

.sn_aktiv a:link, 
.sn_aktiv a:visited {
	font-weight: bold;
	color: #163274;
	text-decoration: none;
}

.sn_aktiv a:hover, 
.sn_aktiv a:active {
	color: #7f98b9;
}

.sn_passiv a:link, 
.sn_passiv a:visited {
	font-weight: normal;
	color: #163274;
	text-decoration: none;
}

.sn_passiv a:hover, 
.sn_passiv a:active {
	color: #7f98b9;
}

#seiteninhalt {
	clear: left;
	overflow: hidden;
}
#footer {
	position: relative;
	height: 20px;
	width: 760px;
	top: -20px;
	margin: auto auto;
	color: #ffffff;
	background-color: #163274;
}

#footer p {
	margin-bottom: 0;
	padding-top: 1px;
	text-align: center;
}

#footer a:link,
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}







