/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */

html, body, table, textarea, input {
  line-height: 1.3;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif; 
  color: #000;
}

input
{
  padding: 2px;
  margin-bottom: 2px;
}



div#menu div, div#menu2 div
{
  font-size: 10px;
}

div#menu2 {float:left;border-left:1px solid #be002e;border-right:1px solid #be002e;text-align:left;display:inline-block}

div#menu2 div a {padding: 6px 10px;text-decoration:none;color:#fff;text-transform:uppercase;display:inline-block}
div#menu2 div a:hover {background: #be002e}
div#menu2 div a.activelink, div#menu a.activelink:hover {background: #be002e}

div#menu div.sprachauswahl a {
  padding:6px 6px 4px 6px;  
}



/* Sideboxes */
table.sidebox
{
  border: 0px;
  width: 100%;
/*  background: #ffffff;
  border: 1px solid #7f7f7f; */
}

table.sidebox tr th
{
/*  background: #D4003B; */
  color: #D4003B;
  font-weight: bold;
  height: 20px;
  padding: 3px;
  text-align: left;
}

table.sidebox tr td
{
  line-height: 1.3;
  padding: 3px;
  padding-top: 6px;
}

div.sidebox_spacer
{
  height: 1px;
  border-bottom: 1px solid #C2C3C5;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}



/* Klappnews (pw) */
#toggleNews
{

}

#toggleNews > div.header
{
  height: 16px;
}

#toggleNews > div.header > div.date
{
  float: left;
  width: 90px;
}

#toggleNews > div.header > div.title
{
  float: left;
  width: 305px;
}

#toggleNews > div.header > div.title > b
{
  cursor: pointer;
}


#toggleNews table.body
{
  background: #fff;
  border: 1px solid #C6C4C5;
}

#toggleNews td
{
  line-height: 1.3;
}

#toggleNews > div.body > div
{
  padding: 4px;
  padding-right: 8px;
}


div.redbox
{
  background: #fff;
  border: 1px solid #C6C4C5;
  line-height: 1.3;
  padding: 4px;
  margin-bottom: 10px;
}

li {
  padding: 5px 0 5px 20px;
  background: url(../images/pfeil_rot.gif) no-repeat 6px 6px;
  line-height: 1;
}

.schwarz {
  color: #000;
}
.rot {
  color: #d4003c;
}
.grau {
  color: #7f7f7f;
}
a {
  color: #d4003c;
  text-decoration: none;
}
a:hover {
  color: #be002e;
}
h1 {
  font-size: 16px;
  color: #d4003c;
  font-weight: bold;
}
div#breadcrumb, div#breadcrumb a {
  font-size: 9px;
  color: #7f7f7f;
}
div#breadcrumb a {
  text-decoration: none;
}
div#breadcrumb a:hover {
  color: #d4003c;
}
table.footer {
  color: #ffffff;
}
table.footer a {
  color: #ffffff;
  text-decoration: none;
}
a.print {
  background: url(../images/icon_print.jpg) no-repeat 0px 0px;
  padding: 0px 0 2px 20px;
}
p.pfeil {
  background: url(../images/icon_pfeil.jpg) no-repeat 0px 0px;
  padding: 2px 0 5px 30px;
}
p.startlink {
  background: url(../images/icon_pfeil.jpg) no-repeat 0px 0px;
  padding: 0 0 0 30px;
  font-size: 13px;
  letter-spacing: -1px;
}
input#search {
  width: 140px;
  height: 20px;
  padding: 3px 0 0 3px !important;
  padding: 2 0 0 3px;
  margin: 0px;
  margin-bottom: 3px;
  background: #ffffff;
  border: 1px solid #7f7f7f;
}


#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}



.less {
	color:#999;
	font-size:12px;
}




