@charset "utf-8";
/* CSS Document */

body {
	background: url(../../grafx/main_bg.png) #191919 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	}
	
a:visited {
	text-decoration: none;
	color: black;
	}	

#warning {
	width: 500px;
	background: red;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid white;
	}
	
#container {
	background: #c5c5c5;
	border: 1px solid white;
	height: 100%;
	}

#header {
	width: 899px;
	height: 176px;
	background: url(../../grafx/header.png) white no-repeat;
	}
	
#header a {
	border:0px;
	}
	
#header img {
	border:0px;
	}
	
#quicksearch {
	width: 170px;
	height: 40px;
	padding-left: 749px;
	padding-top: 2px;
	}
	
#article {
	background-color: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	width: 530px;
	margin: 5px 10px 10px 14px;
	padding: 3px;
	font-size: 12px;
	min-height: 250px;
	height: auto;
	}
	
#article_loginerror {
	background-color: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	width: 530px;
	margin: 5px 10px 10px 14px;
	padding: 3px;
	font-size: 12px;
	min-height: 100px;
	height: auto;
	}
	
#article_register {
	background-color: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	width: 530px;
	margin: 5px 10px 10px 14px;
	padding: 3px;
	font-size: 12px;
	min-height: 60px;
	}
	
#articlepic {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	width: 150px;
	}
	
#articletext {
	float: left;
	margin-left: 5px;
	width: 360px;
	}
	
#articletext_loginerror {
	float: left;
	margin-left: 5px;
	width: 520px;
	}
	
.indexedsearch {
	float: right;
	}
	
#searchbox-button {
	float: right;
	}

#banner_container {
	width: 899px;
	height: 110px;
	background: #a41c34;
	border-bottom: 1px solid white;
	}
	
	
#content_container {
	width: 727px;
	float: left;
	background: #c5c5c5;
	}

#content_nav {
	width: 170px;
	float: left;
	}

#content_main {
	width: 556px;
	float: right;
	}

		

#rightside {
	width: 170px;
	float: right;
	background: #c5c5c5;
	}

#footer {
	width: 899px;
	font-size: 10px;
	color: #CCCCCC;
	}
	
#loginbox {
	font-size: 10px;
	font-weight: normal;
	width: 170px;
	float: left;
	color: white;
	background: url(../../grafx/loginboxbg.png) no-repeat bottom right;
	height: 110px;
	border-right: 1px solid white;
	}
	
#loginfields {
	font-size: 10px;
	font-weight: normal;
	width: 150px;
	float: left;
	color: white;
	margin-top: 5px;
	margin-left: 5px;
	}
	
#loginfields a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
#loginfields a:hover a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
#logininputuser {
	width: 150px;
	}

#logininputpwd {
	width: 150px;
	}
	
#footer {
	color: white;
	font-size: 10px;
	text-decoration: none;
	}
	
#footer a {
	color: white;
	font-size: 10px;
	text-decoration: none;
	}
	
#footer a:visited {
	color: white;
	font-size: 10px;
	text-decoration: none;
	}
	
.newsbanner{
	margin-left: 120px;
	margin-bottom: 5px;
	}	

/* navigation */

ul.navigation { 
    	width: 169px;
    	margin: 0;
    	padding: 0;
    	}

ul.navigation li {
	list-style: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
       	line-height: 1;
	}

ul.navigation li a {
	display: block;
	background-color: #a41c34;
	text-decoration: none;
	padding: 5px 0 3px 10px;
	color: white;
	}
	
ul.navigation li a:link, ul.navigation li a:visited { 
	color: white; 
	}
	
ul.navigation li a:hover, ul.navigation li a:active { 
	color: white;
	background-color: #ce041f;
	}
	
ul.navigation li a.current { 
	color: white;
	background-color: #ce041f;
	}
	
ul.subnav li, ul.subnav li a:hover, ul.subnav li a:visited, ul.subnav li a:active, ul.subnav li a {
	color: black;
	border: none;
	background-color: #c5c5c5;
	}
	
#nav_abschluss{
	width: 169px;
	height: 22px;
	background: url(../../grafx/nav_end2.png) no-repeat;
	}
	
#banner_space {
	padding-top: 20px;
	float:right;
	}
#banner_space img {
	border: 0px;
	}
/* Headlines and Stuff */

h1 {
 background: #a41c34;
 font-size: 12px;
 font-weight: bold;
 margin-left: 10px;
 margin-right: 5px;
 color: white;
 text-indent: 10px;
 clear: both;
}


h2 {
 font-size: 14px;
 color: #B0001A;
}

h3 {
 font-size: 12px;
 color: #aaaaaa;
}

h4 {
 font-size: 10px;
 color: #888888;
}
		
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	NEWS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.news_list {
	width: 100%;
	}

.news_list_entry_leading_oa{
	float:left;
	/* margin: 0 10px 10px 10px;*/
  	margin: 0 10px 10px 14px;
	width:525px;
	/*min-height:5.6em;*/
	height: auto;
	height:auto !important;
	background: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border: 2px solid white;
}

.news_list_entry_leading_oa .header {
	width: 525px;
	height: 22px;
	line-height: 20px;
	background: #a41c34;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	text-indent: 10px;
	}
	
.news_list_entry_leading_oa .header a {
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-bottom: 2px;
	}	

.news_list_entry_leading_oa .photo{
	float:left;
	max-height: 84px;
	overflow: hidden;
	
}
.news_list_entry_leading_oa img{
	/*height:5.25em;*/
	/*background-color:#FFFFFF;*/
	padding-right:.44em;
	max-width: 100px;
}
.news_list_entry_leading_oa .date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}
.news_list_entry_leading_oa .text{
	/*padding-top:5px;*/
	height: 115px;
	overflow: hidden;
	font-size: 12px;
}

.news_list_entry_leading_oa .text a{
  color: #000000;
}

.news_list_entry_leading_oa .text a:hover{
  color: #000000;
}
	
.news_list_entry_leading{
	float:left;
	/* margin: 0 10px 10px 10px;*/
  	margin: 0 10px 10px 14px;
	width:525px;
	/*min-height:5.6em;*/
	/*min-height: 145px;*/
	height:auto !important;
	height: auto;
	background: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border: 2px solid white;
}

.news_list_entry_leading .header {
	width: 525px;
	height: 22px;
	line-height: 20px;
	background: #a41c34;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	text-indent: 10px;
	}
	
.news_list_entry_leading .header a {
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-bottom: 2px;
	}	

.news_list_entry_leading .photo{
	float:right;
	max-height: 200px;
	margin-top: 10px;	
	margin-right: 8px;
	margin-bottom: 8px;
}
.news_list_entry_leading img{
	/*height:5.25em;*/
	/*background-color:#FFFFFF;*/
	max-width: 160px;

}
.news_list_entry_leading .date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}
.news_list_entry_leading .text{
	/*padding-top:5px;*/
	height: auto;
	overflow: hidden;
	font-size: 12px;
	width: 355px;
	margin-left: 5px;
	float: left;
}

.news_list_entry_leading.text a{
  color: #000000;
}

.news_list_entry_leading .text a:hover{
  color: #000000;
}

.news_list_entry_topnews {
	float:left;
	/* margin: 0 10px 10px 10px;*/
  	margin: 0 10px 10px 14px;
	width:525px;
	/*min-height:5.6em;*/
	/*min-height: 145px;*/
	height:auto !important;
	height: auto;
	background: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border: 2px solid white;
}

.news_list_entry_topnews .header {
	width: 525px;
	height: 22px;
	line-height: 20px;
	background: #a41c34;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	text-indent: 10px;
	}
	
.news_list_entry_topnews .header a {
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-bottom: 2px;
	}	

.news_list_entry_topnews .photo{
	float:right;
	max-height: 200px;
	margin-top: 10px;	
	margin-right: 8px;
	margin-bottom: 8px;
	overflow:hidden;
	max-width: 150px;
}
.news_list_entry_topnews .img{
	/*height:5.25em;*/
	/*background-color:#FFFFFF;*/
	max-width: 160px;
	overflow: hidden;

}
.news_list_entry_topnews .date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}
.news_list_entry_topnews .text{
	/*padding-top:5px;*/
	height: auto;
	overflow: hidden;
	font-size: 12px;
	width: 355px;
	margin-left: 5px;
	float: left;
}

.news_list_entry_topnews .text a{
  color: #000000;
}

.news_list_entry_topnews.text a:hover{
  color: #000000;
}

.news_list_entry{
	float:left;
	/* margin: 0 1.25em 1.0em 0;*/
  	margin: 0 10px 10px 14px;
	width:250px;
	/*min-height:5.6em;*/
	min-height: 145px;
	height:auto !important;
	height: 145px;
	background: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border: 2px solid white;
}

.news_list_entry .header {
	width: 250px;
	height: 22px;
	line-height: 22px;
	background: #a41c34;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	text-indent: 10px;
	}
	
.news_list_entry .header a {
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}	

.news_list_entry .photo{
	float:left;
	max-height: 84px;
	overflow: hidden;
	
.news_list_entry .catimage {
	float: left;
	background:#a41c34;
	}
	
}
.news_list_entry img{
	/*height:5.25em;*/
	/*background-color:#FFFFFF;*/	
	padding-right:.44em;
	max-width: 100px;
}
.news_list_entry .date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}
.news_list_entry .text{
	/*padding-top:5px;*/
	height: 100px;
	overflow: hidden;
	font-size: 12px;
}

.news_list_entry .text a{
  color: #000000;
}

.news_list_entry .text a:hover{
  color: #000000;
}

.news_list_entry_oa1 {
	float:left;
	/* margin: 0 1.25em 1.0em 0;*/
  	margin: 0 10px 10px 14px;
	width:240px;
	/*min-height:5.6em;*/
	min-height: 110px;
	height:auto !important;
	height: 110px;
	background: white;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topright: 5px;
	border-radius-topright: 5px;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	text-align: left;
}

.news_list_entry_oa1 .photo{
	float:left;
	max-height: 110px;
	overflow: hidden;
	padding-right: 3px;
	
}
.news_list_entry_oa1 img{
	/*height:5.25em;*/
	background-color:#FFFFFF;
	max-width: 100px;
}
.news_list_entry_oa1 .head{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 22px;
	line-height: 22px;
	background: #a41c34;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topright: 5px;
	border-radius-topright: 5px;
	text-indent: 5px;
}

.news_list_entry_oa1 .head a {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
	
.news_list_entry_oa1 .head a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
	
.news_list_entry_oa1 .head a:active {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}		
	
.news_list_entry_oa1 .text{
	/*padding-top:5px;*/
	height: 110px;
	overflow: hidden;
	font-size: 12px;
	padding-left: 5px;
}

.news_list_entry_oa1 .text a{
}

.news_list_entry_oa1 .text a:hover{
}
.news_list_entry_team {
	float:left;
	/* margin: 0 1.25em 1.0em 0;*/
  	margin: 0 10px 10px 14px;
	width:240px;
	/*min-height:5.6em;*/
	min-height: 85px;
	height:auto !important;
	height: 85px;
	background: white;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	text-align: left;
}

.news_list_entry_team .photo{
	float:left;
	max-height: 80px;
	overflow: hidden;
	padding-right: 3px;
	
}
.news_list_entry_team img{
	/*height:5.25em;*/
	background-color:#FFFFFF;
	max-width: 100px;
}
.news_list_entry_team .head{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 22px;
	line-height: 22px;
	background: #a41c34;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topright: 5px;
	border-radius-topright: 5px;
	text-indent: 5px;
}

.news_list_entry_team .head a {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
	
.news_list_entry_team .head a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
	
.news_list_entry_team .head a:active {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}		
	
.news_list_entry_team .text{
	/*padding-top:5px;*/
	height: 85px;
	overflow: hidden;
	font-size: 10px;
	padding-left: 5px;
	line-height: 6px;
}

.news_list_entry_team .text a{
}

.news_list_entry_team .text a:hover{
}


.news_list_entry_pdf{
	float:left;
	/* margin: 0 1.25em 1.0em 0;*/
  margin: 0 1.25em -0.2em 0;
	width:625px;
	/*min-height:5.6em;*/
	/*min-height:6.6em;*/
	/*height:auto !important;*/
	/*height:5.6em;*/
}

.news_list_entry_pdf .photo{
	float:left;
	max-height: 120px;
	overflow: hidden;
	border: 1px solid black;
	margin-right: 5px;
}
.news_list_entry_pdf img{
	/*height:5.25em;*/
	background-color:#FFFFFF;
	padding-right:.44em;
}
.news_list_entry_pdf .date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}
.news_list_entry_pdf .text{
	padding-top:5px;
	font-size: 12px;
	height: 100px;
	overflow: hidden;
}

.news_list_entry_pdf .text a{
  color: #000000;
}

.news_list_entry_pdf .text a:hover{
  color: #000000;
}

.datecontainer {
	width: 100%;
	}
	
.date {
	float: left;
	}
	
.category {
	float: right;
	font-size: 10px;
	}
	
.subhead {
	float: left;
	width: 100%;
	}

/* DETAIL */
.news_detail_entry{
	/*margin-bottom:2em;
	width: 38.75em;*/
}
.news_detail_entry h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	padding-bottom:.5em;
	font-weight:normal;
	color:#FF0000;
	margin-bottom:.2em
}
.news_detail_entry .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:.2em 0;
}
.news_detail_entry .text{
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	padding-top:.1em;
	/* width:18.75em; */
	float:left;
	margin: 0 1.25em 1.0em 0;
	width: 400px;
}

.news_detail .files{
  font-size: 0.75em;
  line-height:1.25em;
  padding-top: 0.75em;
}

.news-single-img {
  font-size: 0.69em;
}

.news_detail .files dd {
  margin: 0px;
  padding: 0px;
}

.news_detail_table {
  width: 38.75em;
}

/*
.news_detail p{
  padding-bottom: 0.75em;
}
*/

/* banner -> wrap for the JS-loaded banner in newslist */
.banner_news_1 {
  float: left;
  overflow: auto;
/*  margin-right: 1.2em;
  margin-bottom: 1em;
*/
}

.banner_news {
  overflow: auto;
  margin-bottom: 5px;
  }
  
.banner_news img {
border: none;
  }

.banner_news_2 {
  float: left;
  overflow: auto;
/*  margin-right: 1.2em;
  margin-bottom: 1em;
*/ 
}

.banner_news_3 {
  float: left;
  overflow: auto;
/*  margin-right: 1.2em;
  margin-bottom: 1em;
*/
}

.singlenews_container {
	width: 530px;
	margin-top: 15px;
	background: #ffffff;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border: 2px solid white;
	text-align: left;
	}
.newspic {
	float: right;
	width: auto;
	max-width: 200px;
	margin-left: 20px;
	height: auto;
	padding-bottom: 20px;
	background: #cccccc;
	}
	
.newspic img{
	clear: both;
	}
	
#newsdownload {
	font-size: 12px;
	padding-top: 5px;
	height: 30px;
	}

.title {
	width: 530px;
	height: 22px;
	background: #a41c34;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	text-indent: 10px;
	line-height: 22px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	}
	
.singlenews_content {
	width: 515px;
	min-height: 320px;
	background: white;
	margin-left: 10px;
	
	}

.datebox {
	width: 515px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
margin-bottom: 10px;
	}
.singledate {
	float: right;
	}
.singleauthor {
	float: right;
	}
.newstext {
	font-size: 12px;
	}
.backlink {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}
	
/* LatestNews */
.news_latest_module {
	border: 1px solid black;
	text-align: center;
	}
	
.photo_module img {
	}
	
.latest_text {
	font-size: 12px;
	color: #000000;
	}
.latest_text_content {
	text-align: center;
	font-size: 10px;
	}
	
.news_latestbox {
	width: 169px;
	height: 120px;
	}
	
.news_latestbox .head {
	width: 169px;
	height: 22px;
	line-height: 22px;
	text-indent: 5px;
	background-color: transparent;
	background-image: url(../../grafx/leftcontent_begin.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	}

.news_latestbox .content {
	width: 169px;
	min-height: 130px;
	background: white;
	}
	
.news_latestbox .headline {
	font-size: 12px;
	color: black;
	padding-top: 5px;
	margin-bottom: 3px;
	}
	
.news_latestbox .photo {
	max-height: 145px;
	overflow: hidden;
	margin-top: 10px;
	}
	
/*.news_latestbox .photo img {
	height: 100%;
	width: 1010%;
	max-height: 145px;
	max-width: 120px;

	}*/
	
.news_latestbox .foot {
	width: 169px;
	height: 22px;
	background-color: transparent;
	background-image: url(../../grafx/nav_end2.png);
	background-repeat: no-repeat;
	}
	
	
/* MESSAGES */
.messages h1{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding-bottom:1em;
	font-weight:normal;
	margin-bottom:.2em;
	letter-spacing:-1px;
}
.messages .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:.2em 0;
}
.messages{
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	padding-top:.1em;
	margin:0 1em 1em 0;
}
.messages ul{
	font-size:.75em;
	line-height:1.2em;
}

.backlink, .abolink, .sendnews{
	font-size:.75em;
	line-height:1.2em;
}

#content .subheadline_red {
  background-image:url(../images/double_line.gif);
	background-repeat:repeat-x;
	width: 38.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#FF3333; 

  padding-top: 0.1em;
	font-size:1em;
	height: 1.5em;
	line-height:1.2em;
	letter-spacing:-1px;
	text-decoration:none;
}

#left .subheadline_red {
  background-image:url(../images/double_line.gif);
	background-repeat:repeat-x;
	width: 8.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#FF3333; 

  padding-top: 0.1em;
	font-size:1em;
	height: 1.5em;
	line-height:1.2em;
	letter-spacing:-1px;
	text-decoration:none;
}

#left .red_text, #content .red_text {
  font-size: 0.75em;
  line-height:1.25em;
  font-weight: bold;
  line-height: 1.42em;
  color:#FF3333;
}

/* ONLINE-AUSGABEN */

.online-ausgabe {
	width: 100%;
	}
.oa_cover {
	float: left;
	height: 100%;
	padding: 5px;
	}

.oa_head {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
.oa_subhead {
	font-size: 12px;
	color: #000000;
	}
	
.files {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	
}

.news_clearer {
	width: 530px;
	clear: both;
	}
	
.tx-ttnews-browsebox-strong {
	font-size: 10px;
	}
	

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Termine
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tx-cal-controller {
	font-size: 12px;
}
.tx-cal-controller a {
	font-size: 12px;
	color: #B0001A;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
}
.tx-cal-controller dl {
	padding: 0px;
	margin: 0px;
}
.tx-cal-controller dt {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}
.tx-cal-controller dd {
	margin-left: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.tx-cal-controller .even {
	background-color: #EEEEEE;
}
.tx-cal-controller .pagebrowser {
	display: block;
	text-align: center;
}
.tx-cal-controller .cal_list_container {
	float: left;
	width: 540px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid black;
	}
.tx-cal-controller .cal_list_container_even {
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid black;
	}
.tx-cal-controller .cal_list_text {
	float: left;
	width: 60%;
	}
.tx-cal-controller .cal_list_pic {
	float: right;
		border: 1px solid blue;
	}
.tx-cal-controller .cal_event_container {
	width: 95%;
	}
.tx-cal-controller .cal_event_text {
	width: 60%;
	float: left;
	}
.tx-cal-controller .cal_event_pic {
	float: right;
	border: 1px solid blue;
	}
.tx-cal-controller .cal_event_clearer {
	width:100%;
	clear:both;
	}
	
	/* TERMINE NEU*/
#cal_event_container {
width: 540px;
background: white;
/*border: 1px solid white;*/
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
overflow: hidden;
margin-bottom: 10px;
}

#cal_event_headline {
	height: 22px;
	line-height: 22px;
	background: #a41c34;
	text-indent: 10px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	}

#cal_event_content {
	color: black;
	font-weight: normal;
	font-size: 12px;
	}
	
/* SRFEuserREGISTER */


.tx-srfeuserregister-pi1 fieldset{
border:0px;
font-size: 12px;
      } 
#register_box {
	width: 530px;
	background: white;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border: 2px solid white;
	margin-left: 15px;
	margin-top: 15px;
}

#register_box_headline {
	width: 530px;
	height: 22px;
	line-height: 22px;
	background: #a41c34;
	color: white;
	font-size: 12px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	text-indent: 10px;
	}
	
/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

a.mail { font-weight: normal; }

/* inserate */

#hom_inserat_container {
width: 569px;
height: 640px;
background: url(http://www.textilzeitung.at/fileadmin/stellenangebote/HOM_AZ_Handelsvertreter_208x134_big.jpg) no-repeat;
margin-left: 5px;
margin-top: 5px;
}

#hom_inserat_text {
width: 280px;
float: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: black;
margin-right: 35px;
margin-top: 10px;
}

#myway_inserat_container {
width: 569px;
height: 330px;
background: white;
margin-left: 5px;
margin-top: 10px;
}

#myway_inserat_text {
width: 355px;
float: left;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: black;
margin-left: 5px;
margin-top: 5px;
}

#myway_inserat_text a {
text-decoration: none;
font-weight: bold;
color: black;
}

#myway_inserat_text h1 {
font-weight: black;
font-size: 12px;
}

#myway_inserat_logo {
width: 200px;
float: right;
margin-right: 5px;
margin-top: 5px;
}

#myway_inserat_logo img {
width: 200px;
}
#hubegger_inserat_container {
width: 569px;
height: 415px;
background: white;
margin-left: 5px;
margin-top: 5px;
}

#hubegger_inserat_text {
width: 559px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: black;
margin-right: 5px;
margin-left: 5px;
margin-top: 10px;
}

#coc_inserat_container {
width: 569px;
height: 295px;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 10px;
}