#container_main{
	position:absolute;
	width:780px;
	top:0px;
	left:50%;
	/*height:600px;*/
	height:100%;
	margin-left:-390px;
	z-index:0;
	background-image:url(../pics/bg_all.gif);
	background-position:50% 50%;
	background-repeat:repeat-y;
	background-attachment:fixed;
}
#container_a{ /* enthält das Titel- /Logobild */
 	position:absolute;
	width:635px;
	height:145px;
	left:0px;
	top:0px;
	z-index:0;
}
#container_b{ /* enthält das Portrait */
	position:absolute;
	width:142px;
	height:145px;
	left:622px;
	top:0px;
	z-index:0;
}
#container_c{ /* entält den 'Untertitel' */
	position:absolute;
	width:365px;
	height:15px;
	left:175px;
	top:130px;
	z-index:1;
}
#container_links{ /* Container für Linkleiste */
	position:absolute;
	width:155px;
	height:450px;
	left:1px;
	top:146px;
	z-index:1;
}
#container_logo{
	position:relative;
	width:155px;
	height:119px;
	left:0px;
	z-index:1;
}
#container_textcolumn{ /* rechte Spalte */
	position:absolute;
	width:155px;
	height:400px;
	left:622px;
	top:145px;
	z-index:1;
}
#text_main{
	padding-right:170px;
	padding-left:176px;
	padding-top:155px;
	background-image:url(../pics/bg_all.gif);
	background-position:50% 50%;
	background-repeat:repeat-y;
	background-attachment:fixed;
}

/* LINKS MENÜLEISTE */

a.mainlink{
	font-family:'Century Schoolbook','Times New Roman',Arial,Helvetica,serif;
	font-weight:bold;
	font-size:0.8em;
	/*color:#FFFFFF;*/
	color:#fff;
	text-decoration:none;
	padding-left:4px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
	border-bottom:1px dotted white;
}
a:link.mainlink,a:visited.mainlink,a:hover.mainlink{
	color:#fff;
}

hr{
	width:100%;
	background-color:#FAFAE9;
	color:#A8AAAF;
	height:2px;
	border-top:dotted;
	border-bottom:none;
	margin-top:10px;
	clear:both;
}

a:link{
	color:#0000ff;
	text-decoration:none;
}
a:visited{
	color:#0000ff;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
}

a.blacklink {
	color:#555555;
}


h1{
	font-family:Verdana,Arial,Helvetica;
	font-style:normal;
	font-weight:bolder;
	/*color:#403F3F;*/
	color:#cc0000;
	font-size:1.4em;
	line-height:1.6em;
}
/*** h2{
	font-family:Verdana,Arial,Helvetica;
	font-style:italic;
	font-weight:bold;
	color:#403F3F;	
	font-size:1em;
	line-height:1.4em;
} ***/
h2,h3,h4,h5,h6{
	font-family:Verdana,Arial,Helvetica;
	font-style:italic;
	font-weight:bold;
	/*color:#403F3F;*/
	color:#990000;
	font-size:0.8em;
	line-height:1.2em;
}
h1.column_text{
	text-align:right;
	padding-right:10px;
	padding-left:2px;
}
h2.column_text{
	text-align:right;
	padding-right:10px;
	padding-left:2px;
}

p,li{
	font-family:Verdana,Arial,Helvetica;
	color:#403F3F;
	font-size:0.8em;
	line-height:1.3em;
	padding:0px;
}
p.submenu{
	font-size:0.7em;
	line-height:1.2em;
	padding:0px;
}
p.column_text{
	text-align:right;
	padding-right:10px;
	padding-left:2px;
}
p.subtitle{
	font-size:0.8em;
	font-weight:bold;
	letter-spacing:0.01em;
	margin:0px;
	color:#FE953A;
}
p.padding_top{
	padding-top:10px;
}
p.pic{
	color:#403F3F;
	font-style:italic;
	font-size:0.7em;
	line-height:1.2em;
	padding-top:10px;
}
p.disclaimer{
	color:#403F3F;
	font-size:0.7em;
	line-height:1.2em;
	padding-top:10px;
}
