@charset "utf-8";
/* CSS Document */

/*---------------- LAYOUT ------------------*/
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #AD0000;
  background-image: url('../images/bg.jpg');
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top left;
  /* begin PostContent */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #4A4545;
  /*end postcontent*/}

.main
{
    position : absolute; 
    top : 0; 
    left : 50%; 
    width : 900px; 
    margin : 0 0 0 -450px; }

.sheet
{
  margin-top: 10px;}
/*-------------------------------------------*/
.header
{
  width: 900px;
  height: 211px;
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.middle{
  width: 900px;
  min-height: 300px;
  background-image: url('../images/middle.png');
  background-repeat: repeat-y;
  background-position: center center;
  margin:0px;padding:0px;
  vertical-align:top; 
}
.bottom{
  width: 900px;
  height: 92px;
  background-image: url('../images/bottom.png');
  background-repeat: no-repeat;
  background-position: center center;overflow:hidden;
}
/*-------------------------------------------*/
.sidebar{
  float:left;
  padding: 0;
  border: 0;
  width: 215px;
  padding-left:20px;
  padding-top:15px;
}
.content{ 

  vertical-align:top;
  margin-left:230px;
  padding:2px; 
}/*------------------*/
.mainmenu{
  overflow:hidden;	
  width:190px;
}
.flash{
  position:relative;
  width:225px;
  height:180px;
  padding-top:0px;
  padding-left:9px;
}
/*-------------------------------------------*/
.footer{ 
  height:1%;
  position: relative;
  z-index: 0;
  padding: 20px;
  text-align: center;
}
.mitte, .mitte a, .mitte a:link, .mitte a:visited, .mitte a:hover{
  
  color:#888888;
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
}
.mitte a:hover{color:#F49E00; }

.awards{ 
  float:right;
  position: absolute;
  z-index: 1;
  right:0px;
  top:17px;
  width:210px;
  height:92px;
}
.danke{ 
  float:left;
  position: absolute;
  z-index: 1;
  top:30px;
  left:30px;
  width:100px;
  color:#666666; 
  font-size:10px;
}
/*-------------------------------------------*/
.inhalt {/*width:600px; vielleicht somit fehler beseitigt?*/
  min-height:300px;	/*mindest-höhe orangener BG*/
  font-family: Arial, Helvetica, Sans-Serif;
  position:relative; /*sonst is nix anklickbar im IE6!*/
  font-size:12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4A4545; margin:0;
  padding:2.0em 2.0em 0 2.0em;/*abstand zum rand (top-right-bottom-left)*/
} 
.inhalt p {  
}
/*breadcrumbs*/
.pathway{}
.breadcrumbs {
	color:#FFCC00;
	font-size:10px;margin:0;
  padding:2.0em 2.0em 0 2.0em;
}
/*-------------------------------------------*/
.ro {
	background:url("../images/roundedbox_ro.png") top right no-repeat;
	width:655px;
	margin:0; 
	padding:0;	
	background-repeat:repeat-y;/*für überfüllung*/
}
.lo {
	background:url("../images/roundedbox_lo.png") top left no-repeat;
	margin:0;
	padding:0;
	background-repeat:repeat-y;/*für überfüllung*/
}
.ru {
	background:url("../images/roundedbox_ru.png") bottom right no-repeat;
	margin:0;
	padding:0;
}
.lu {
	background:url("../images/roundedbox_lu.png") bottom left no-repeat;
	margin:0;
	padding:0 0 1.0em 0;
}
/*end layout-------------------------------*/
/*-------------------------------------------BLÖCKE*/
.BlockContent{
	overflow: hidden;
	color:#666666; /*Inhalt*/
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
}
.BlockContent-body {
}
.Block-body{
	position: relative;
	z-index: 0;	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#F49E00; /*Überschrift "Newsflash"*/
}
.BlockContent-body a:link{
  color: #ca9734;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;}

.BlockContent-body a:visited, .BlockContent-body a.visited{
  color: #e29d16;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;}

.BlockContent-body a:hover, .BlockContent-body a.hover{
  color: #C47F08;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;}

.BlockContent-body ul{
  list-style-type: none;
  color: #0E1010;
  margin:0;
  padding:0;}

.BlockContent-body li{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;}
/*-------------------------------------------NEWSFLASH -user1*/
div.newsflash{ 
	position:absolute;/*z-index:100;*/
	left:260px;
	top: 90px;
	width: 250px;
	height:100px;	 } 
/*.contentpaneopen-newsflash{margin-top:-10px;}
.contentpaneopen-newsflash a.readmore{top:-10px;position:relative; z-index:100; }*/

/*-------------------------------------------LATEST NEWS -user2  (top-right-bottom-left)*/
.latestnews li{margin-left:-10px;margin-top:-4px;
}
div.latest .Block-body{ /*modul überschrift (div)*/
  color:#F49E00;
  font-family:Arial,Helvetica,Sans-Serif;
  font-size:12px;
  font-weight:bold;
  position:relative;
  z-index:0;
  padding-left:8px; padding-top:5px;padding-bottom:15px;
  line-height:2.7em;
}
div.latest .BlockContent-body a:link{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color:#666666;
  text-decoration:none;
  padding:0px 0 0px 10px;
  background-image: url('../images/arrow_red.gif');
  background-repeat:no-repeat;
  margin:0em 0 0em 0em;
}
div.latest .BlockContent-body a:visited, .BlockContent-body a.visited{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color:#888888;
  padding:0px 0 0px 10px;
  background-image: url('../images/arrow_red.gif');
  background-repeat:no-repeat;
  margin:0em 0 0em 0em;

}
div.latest .BlockContent-body a:hover, .BlockContent-body a.hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color:#F49E00;
}
/*-------------------------------------------NEWSLETTER -left02 */
div.newsletter{ 
		 } 
/*-----------------------------------------------------------------STYLES*/
a{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

a:link{/* Adds special style to an unvisited link. */
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;}

a:visited, a.visited{/* Adds special style to a visited link. */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #f7e395;}

a:hover, a.hover{/* :hover - adds special style to an element when you mouse over it. */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #F6FD26;}

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F6FD26;
 }

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F6FD26;}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #F6FD26;}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FFFDFA;}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #ac0000;}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #ac0000; }
/*-------------------------------------------*/
.contentheading, .componentheading{  /*TITLE HEADLINE der einzelnen Beitrag */
  text-decoration:none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F6FD26;
}
.contentheading_news{     /*TITLE HEADLINE der einzelnen News-Beitrag */
  text-decoration:none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F6FD26;
 }
.componentheading_news{
  text-decoration:none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F6FD26;
 }
/*-------------------------------------------*/
/* Start Content list (top-right-bottom-left)*/
ul{
  list-style-type: none;
  color: #4A4545;
  font-size: 12px;
  margin:0;
  padding-left:0px;
  padding-top:0px;
}

li{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  padding:0px 0 0px 10px;
  background-image: url('../images/arrow_y.gif');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0.5em;
  line-height:1.3em;
}
li a{margin-left:5px;}
.blog_more_news li {  line-height:1.1em;}
/*-------------------------------------------*/
blockquote p{ /*Schriftart Inhalt der blockquote*/
  color:#595454;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;}

blockquote {
  border-color:#FFAC3E; /*#FFD8A8;rahmen*/
  border-width: 1px;
  border-style: ridge;
  margin:10px 10px 10px 10px;
  padding:5px 15px 5px 27px;
  background-color:#FFF4C4; /*bg-color*/
  background-image:url('../images/quote.gif');
  background-position:left top;
  background-repeat:no-repeat;}


/*-------------------------------------------NEWS - layout*/
.Post2{
  overflow: hidden;
  min-width:13px;
  min-height:168px;	/*Mindesthöhe der Newsvorschau - Strich*/
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.Post-bc{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}
.Post-body{
  position: relative;
  z-index: 0;
  margin: 14px;		/*Abstand vom Rand zum Inhalt*/
}
.Post-inner{}
.PostHeaderIcons metadata-icons{} 
.PostHeaderIcons{
  visibility:hidden;
}
.PostContent{
  margin-top:-40px; /*abstand flash-überschrift zu flash-text*/
}
.column_separator{/*newsflash - separator vertical*/
  border-left: 1px dashed #e0e0e0;
  padding-left: 10px;
}
.Post-bc div{ /*newsflash - separator horizontal*/
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('../images/Post-h.png');
  /*width: 100%;
  height: 1px;
  background-image: url('../images/Post-h.gif');*/
}
/* ----------Start tables (allgemein) -- UNNÖTIG ???*/
.article table, table.article{
  border-collapse: collapse;
  /*margin: 1px;
  width:auto;               WEG damit tables in breite verkleinert werden knnen*/
}
.article table, table.article .article tr, .article th, .article td{
  background-color:Transparent;
}
.article th, .article td{
  padding: 2px;
  border: solid 0px #819292;
  vertical-align: top;
  /*text-align:left;           WEG damit damit ev. middle gemacht werden kann ????? */
}
.article th{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}


