/* CSS Document */
* { 
	margin:  0; 
	padding: 0;
} 


body{
	background-image:url(bg_index.png);
	background-color:rgb(255,255,255);
}


/* Framework */
#content {
	position:	absolute;
	left:		300px;
	top:		160px;
	width:		539px;

	background-color:rgb(255,255,255);

	z-index:	2;
}

#box {
	margin-bottom:	50px;
}

#head_box {
	position: 	fixed;
	left:		0px;
	top:		0px;
	width:		100%;
	height:		150px;

	background-image:url(bg_head.png);
	background-color:rgb(255,255,255);

	z-index:	3;
}

* html #head_box {
	position:	absolute;
}

#frame_left {
	position: 	fixed;
	left:		0px;
	top:		0px;
	width:		100px;
	height:		360px;

	background-color:rgb(220,220,220);

	z-index:	4;
}

* html #frame_left {
	position:	absolute;
}

#head_l {
	position: 	fixed;
	top:		0px;
	left:		100px;
	width:		180px;
	height:		150px;

	background-image:url(bg_head_l.png);
	background-color:rgb(115,115,115);

	z-index:	4;
}

* html #head_l {
	position:	absolute;
}

#head_r_oben {
	position: 	fixed;
	top:		0px;
	left:		280px;
	width:		560px;
	height:		59px;
	
	background-color:transparent;

	z-index:	4;
}

* html #head_r_oben {
	position:	absolute;
}

#head_r_unten {
	position: 	fixed;
	top:		59px;
	left:		280px;

	width:		559px;
	height:		100px;
	display: 	table; 

	border-left:1px solid rgb(255,255,255);

	background-image:url(bg_head_r_unten.png);
	background-color:transparent;

	z-index:	4;	
}

* html #head_r_unten {
	position:	absolute;
}

#print {
	position:	absolute;
	left:		700px;
	top:		160px;
	width:		139px;

	text-align:	right;
	
	background-color:transparent;
	
	z-index:	3;	
}

#menu {
	position: 	fixed;
	left:		110px;
	top:		160px;
	width:		169px;
	
	background-color:transparent;

	z-index:	2;
}

* html #menu {
	position:	absolute;
}

#vertical {
	position: 	relative; 
	width:		559px;
	top: 		50%;
	display: 	table-cell; 
	vertical-align: middle;
	text-align:	right;
}

.teaser{
	position: 	relative; 
	top: 		-50%;
}

#footer_box {
	position: 	fixed;
	left:		0px;
	top:		100%;
	margin-top:	-18px;
	width:		100%;
	height:		18px;
	
	border-top:	1px solid rgb(255,255,255);

	background-color:rgb(222,222,222);

	z-index:	10;
}

* html #footer_box {
	position:	absolute;
	
	margin-top:	-18px;
	height:		16px;
	
	z-index:	1;
}

#footer {
	position:	absolute;
	left:		0px;
	width:		840px;
	text-align:	right;

	background-color:transparent;
}


/* Fonts */

h1 {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		24px;
	font-weight:	normal;
	color:			rgb(184,18,10);
	
	margin-top:		25px;
	margin-bottom:	22px;	
}

h2 {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		16px;
	font-weight:	bold;
	color:			rgb(50,50,50);
	
	margin-bottom:	18px;
}

h3 {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		12px;
	font-weight:	bold;
	color:			rgb(50,50,50);
	
	margin-bottom:	15px;
}

p {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		12px;
	font-weight:	normal;
	color:			rgb(50,50,50);
	
    line-height:	18px;
	
	margin-bottom:	15px;
}

li {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		12px;
	font-weight:	normal;
	color:			rgb(50,50,50);
	
    line-height:	18px;
	
	list-style:		square;
	
	margin-left:	25px;
}

a {
	color:			rgb(184,18,10);
	text-decoration:none;
}

a:hover {
	color:			rgb(120,120,120);
	
	text-decoration:underline;
}

#content ul {
	margin-bottom:	20px;
}

.zitat {
	font-family:	"Times New Roman", Times, serif;
    font-size:		18px;
	font-weight:	normal;
	font-style:		italic;
	color:			rgb(100,100,100);
	
	margin-left:	40px;
	margin-right:	60px;
}

.autor {
	font-family:	"Times New Roman", Times, serif;
    font-size:		12px;
	font-weight:	normal;	
	font-style:		italic;
	text-align:		right;
	letter-spacing:	0.1em;
	color:			rgb(100,100,100);
	
	
	margin-right:	80px;
	margin-top:		-15px;
}

h1 sup {
    font-size:		18px;
	line-height:	10px;
}


td {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		12px;
	font-weight:	normal;
	color:			rgb(50,50,50);
}



.teaser {
    font-size:		24px;
	font-weight:	normal;
	color:			rgb(255,255,255);
	text-align:		right;
	
	line-height:	30px;		
}


#footer {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		10px;
	font-weight:	normal;
	color:			rgb(115,115,115);
	line-height:	16px;
}

#footer a {
	text-decoration:none;
	color:			rgb(115,115,115);
}

#footer a:hover {
	text-decoration:underline;
	color:			rgb(150,150,150);
}

/* Bilder */
.img {
	border:solid 1px rgb(50,50,50);
}


/* Menu */
#menu ul {
	border-bottom:	1px dotted rgb(115,115,115);
}


#menu li {
	line-height:	20px;
	border-top:		1px dotted rgb(115,115,115);
	margin-left:	0px;
}

#menu ul li {
	font-weight:	bold;
	list-style:		none;
	
	padding-left:	0px;
}

#menu ul li ul {
	border-bottom:	none;
}

#menu ul li ul li {
	font-weight:	normal;
	list-style:		none;
	
	margin-left:	0px;
	padding-left:	15px;
}

#menu ul li ul li ul li {
	font-weight:	normal;
	list-style:		none;
	
	margin-left:	-15px;
	padding-left:	30px;	
}



#menu a {
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:		12px;
	color:			rgb(50,50,50);
	text-decoration:none;
}

#menu a:hover {
	color:rgb(100,100,100);
	text-decoration:none;
}

#menu .active {
	color:rgb(184,18,10);
}


