@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	
}
body{
	background:#F6F4EE url(../gui/body_bg.png) repeat 20px 20px;
	margin-top:0;
	font-size:0.9em;}

a:link {
	color: #920C0C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #920C0C;
}
a:hover {
	text-decoration: none;
	color: #700;
}
a:active {
	text-decoration: underline;
	color: #a11;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:400;
	color:#490606;
}
h1{font-size:1.6em;line-height:1.7em;}
h2{font-size:1.6em;line-height:1.2em;}
h3{font-size:1.3em;line-height:1.4em;}
h4{font-size:1.1em;margin: 0 0;}

#page {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	position:relative;
	font-size:1em;
}

/*HEAD*/
#head {
	background-color: #F8F7F3;
	background-image: url(../gui/header_bg.png);
	background-repeat: no-repeat;
	height:90px;
	position:relative;
	border:1px solid #fff;
	border-top:none;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
}
#headnavi0 {
	list-style-type: none;
	padding:0.3em 10px;
	margin:0;
	position:absolute;
	right:0;
}
#headnavi0 li {
	display: inline;
	padding: 0 0.3em;
	border-left: 1px dotted #333;
}
#headnavi0 li:first-child {
	border:none;
}
#searchform {
	position: absolute;
	right: 0; bottom: 0;
	overflow:visible;
	padding:0 10px 10px 0;
	font-size:1em;
}
#searchform input[type=text]{
	background:#ddd url(../gui/input_bg.png) repeat-x top left;
	color:#550C0C;
	border:1px solid #666;
	padding:3px;
}
#searchform input[type=submit]{
	background:#eee url(../gui/submit_bg.png);
	color:333;
	border:1px groove #999;
	padding:2px 8px;
	-moz-border-radius:4px;
}

/*HEAD-ENDE*/

/*TOPNAVI*/
#topnavi {
	position: relative;
	height:3.5em;
}
#topnavi0 a{text-decoration:none;}
#topnavi0 {
	list-style-type: none;
	padding-left:20px;
	margin:0;
	position:absolute;
	left:0;
	bottom:0;
	font-size:1.3em;
	font-family: Georgia, Times New Roman, Times, serif;
}#topnavi0 li {
	display: inline;
	padding: 2px 10px 0 10px;
	background-color:#eee;/*EAEAD5;*/
	border:1px solid #fff;
	border-width:1px 1px 0 1px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
}#topnavi0 li:hover {
	background-color:#f9f9f9;
	padding-top: 0.4em;
}
#topnavi0 li.active {
	padding-top:0.2em;
	padding-bottom:2px;
	font-weight:bold;
	vertical-align:2px;
	background-color:#fff;
	font-size:1.2em;
}#topnavi0 li.active a{color:#000;}

#topnavi1 {
	list-style-type: none;
	padding:10px;
	margin:0;
	padding-top:8px;
	background-color:#fff;
}#topnavi1 li {
	display: inline;
	padding: 0 0.3em;
	padding-bottom:0.2em;
	border-left:1px dotted #033;
}#topnavi1 li:first-child {
	border:none;
	padding-left:0;
}#topnavi1 li a.active{
	text-decoration:none;
	color:#000;
	}

#fontsizer {
	background-color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 3px 10px 0 10px;
	;
	-moz-border-radius-topright:5px;
}

  /*TEASER*/
#teaser {
	position:relative;
	background-color: #fff;
}
#teaserimage {
	position:relative;
	height:222px;
	background:url(../gui/temp_teaser.jpg) bottom left no-repeat;/*XXX*/
	}
#teasertext {
	position:absolute;
	bottom:0;
	right:0;
	padding:0.5em;
	background-color:#ccc;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	border:1px solid #fff;
	border-width:1px 0 0 1px;
	width: 300px;
	overflow:hidden;
}
  /*TEASER-ENDE*/


/*TOPNAVI-ENDE*/

/*CONTENT*/

#content{background-color:#fff;}
#cHeadline h2 {margin-top:0;padding-top:1em;}
#teasertext h2 {margin-top:0;padding-top:0;}
#teasertext p {margin-bottom:0;}
#cColATeaser {
	margin-bottom:2em;
}
#cColATeaser p{margin-top:0;}
#cColAframe{
	float:left;
	width:720px;
}
#cColA1{
	float:left;
	width:330px;
}
#cColA2{
	float:left;
	width:330px;
}
#cColAfull{float:left;}
#cColBframe{
	float:right;
	width:210px;
	padding-right: 20px;
}
#cColBframe h3:first-child{margin-top:0;padding-top:0;}

  /*Content-Formatierungen*/

.col {padding-left:30px;}
.col h3 {margin-top:0;margin-bottom:0.3em;}
.col h4 {margin-top:0;}
.col p {margin-top:0.2em;}
.col ul {padding-left:1em;}
.col hr {border: 0px;border-top: solid 1px #920C0C;border-bottom:#fff;height:0;margin-top:2em;}
.col img[align=right] {margin:0 0 1em 1em;}

.articleTeaser h4, .articleTeaser p{margin:0.5em 0;}

/*Content-ENDE*/

/*FOOTER*/
#footer {
	font-size: 0.8em;
	color: #333;
	text-align: center;
	margin-top: 1em;
	line-height:1.2em;
}

/*****/
.clear{clear:both; visibility:hidden;}
.morelink {
	text-align: right;
}
.morelink:before{content:"» ";}
p, ul{line-height:1.3em;margin-bottom:0.4em;margin-top:0.3em;}

.timeline{list-style:none;}
.timeline li{text-indent:-1em;}
