/* CSS-Version : $Id$ */

/* Elements */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

BODY {
	margin: 0px 0px 10px 0px;
}

BODY.hp {
	background-color: #DADADA;
}

BODY #bodyimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

#bodyimg IMG {
	width: 100%;
	height: auto;
}

/* Elements - Anchors */

A {
	text-decoration: none;
}

#navigation A {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

#contentnavigation A:hover, #contentnavigation A.active {
	color: #DA0F27;
}

/* Elements - Images */

IMG {
	border: 0px;
}

/* Elements - Forms */

FORM {
	display: inline;
}

/* Elements - Tables */

TABLE {
}

TH {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CAC4B1;
}

TD {
	vertical-align: top;
	color: #666666;
}

/* Elements DIV's */

DIV.bg1230 {
/*	width: 1059px;
	background: url(../../images/stiftung/stiftung-bg-1230.jpg) no-repeat center top; */
}

DIV.bg950 {
/*	width: 950px;
	background: url(../../images/stiftung/stiftung-bg-950.jpg) no-repeat center; */
}

/* Elements - Headers */

#contentbody H1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
}

/* Elements - Paragraphs */

P {
	color: #666666;
}

P.text {
	line-height: 15px;
}

P.ar {
	text-align: right;
}

/* Elements - Spans */

#header SPAN.nav1, #header SPAN.nav2,
#header-eng SPAN.nav1, #header-eng SPAN.nav2
{
	display: block;
	float: right;
}

#header SPAN.nav1,
#header-eng SPAN.nav1
{	
	margin: 10px 45px 0 0;
}

#header SPAN.nav2,
#header-eng SPAN.nav2
{
	margin: 10px 7px 0 0;
}

/* Misc elements */

#contentnavigation UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentnavigation UL.secondlevel {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#contentbody UL {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style: square;
}

#contentnavigation LI {
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
}

#contentnavigation LI.open {
	background: url(../../images/nav_open.gif) no-repeat 0 3px;
}

#contentnavigation LI.closed {
	background: url(../../images/nav_closed.gif) no-repeat 0 3px;
}

#contentbody LI {
	color: #666666;
}

STRONG {
	color: #666666;
}

/* Classes */

/* ID's */

#stiftung {
	height: 800px;
	margin: 0 auto;
}

html>body #stiftung { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 800px;
}

#bodystiftung {
	width: 680px;	
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
}

#header {
	width: 680px;
	height: 80px;
	background: url(../../images/header.gif) no-repeat top left;
}

#header-eng {
	width: 680px;
	height: 80px;
	background: url(../../images/header-eng.gif) no-repeat top left;
}

#navigation {
	height: 33px;
	padding: 15px 0 0 144px;
	border-bottom: 1px solid #CAC4B1;
}

#content {
	height: 480px;
	margin: 15px 0 15px 0;
	overflow-x: hidden;
	overflow-y: auto;
}

#content #contentnavigation {
	width: 137px;
	padding: 15px 0 20px 7px;
}

#content #contentbody {
	padding: 15px 30px 20px 0;
}

#footer {
	height: 45px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #CAC4B1;
}