@media screen {html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	visibility: hidden;
} }
@media screen {/* =Globals ------------------------------------------------------------------*/

.header {}

.main { 
  width: 734px;
  margin-left: 7px;
}

.innerMain {
  width: 542px;
  min-height: 500px;
  padding-right: 8px;
  margin-bottom: 24px;
}

.containerRight {  width: 242px }

.footer{
  margin-top: 20px;
}

.center {
  margin: 0 auto;
  width: 982px;
}

.content {
  width: 994px;
}

.footerLinks li{
  display: inline;
  color: #6f6f6f;
} }
@media screen {/* design goes here */
/*
elemente ueber halbe seitenbreite: 290px
abstand von bildern zum text: 16px
*/

/* =CS ----------------------------------------------------------------*/

#content {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 4px 0;
}

/* =Globals ----------------------------------------------------------------*/
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #595959;
  font-size: 11px;
  background: #ececec;
}

p { margin: 0 0 1.2em 0 }

a {
  text-decoration: none;
  cursor: pointer; /* FF 3.5.7 osx bug */
}

img { border: none; }
address { font-style:normal; }

h1 {
  font-size: 32px;
  line-height: 36px;
  font-style: bold;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  font-style: normal;
  padding-bottom: 8px;
}

h3 {
  font-size: 13px;
  line-height: 18px;
  font-style: bold;
  padding-bottom: 6px;
}

/* zebratable */
.main table.zebraTable tr.even,
.main table tr.even{ background:#f1f1f1; }

/* top alignment for all table data */
.main table td {vertical-align: top;}

.main {
  background-color: #fff;
}

.home {
  background: none;
}

/* Header   ------------------------------------------------------------------ */

.header {
  height: 119px;
}

.logo {
  float: right;
  width: 236px;
  height: 93px;
  background: url(/agv/templates/html/master/css/../img/_logo_bg.png);
}

.topBar{
  padding: 15px 0;
  height: 16px;
}

.topBar h1{
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
}

/* =topNavi ------------------------------------------------------------------*/

.topNavi {
  padding: 15px 0;
}

.topNavi li {
  color: #fff;
  display: inline;
}
.topNavi a {
  color: #fff;
}

/* =mainNavi ------------------------------------------------------------------*/

.homeIcon {
  width: 33px;
  height: 26px;
  background: url(/agv/templates/html/master/css/../img/_main_navi_home.gif)  no-repeat center center;
}

.homeIcon:hover,
.homeIconActive {
  background-image: url(/agv/templates/html/master/css/../img/_main_navi_home_active.gif);
}

/* =tabBox ------------------------------------------------------------------*/

.tabBox {
  background: url(/agv/templates/html/master/css/../img/icons/icon_tab_close.gif) no-repeat 7px 7px;
}

.tabOpen .tabBox {
  background: url(/agv/templates/html/master/css/../img/icons/icon_tab_open.gif) no-repeat 7px 7px;
}

/* 1. level -------------------------------------------------------------------*/

.mainNavi {
  clear: both;
}
.ie6 .mainNavi {
  margin-top: -3px;
}
*+ html .mainNavi {
  margin-top: -3px;
}
ul#mainNavi {
  list-style: none;
  height: 26px;
}
#mainNavi li.level0-active-over ,
#mainNavi li.level0-active-timeout ,
#mainNavi li.level0-active ,
#mainNavi li.level0-timeout ,
#mainNavi li.level0-over ,
#mainNavi li.level0 {
	float: left;
	/*height: 26px;*/
	position: relative;
	display: block;
	z-index: 5;
}
#mainNavi li.last {
	border-right: 0;
}
#mainNavi li a {
	display: block;
	color: #515151;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	padding: 6px 8px 6px 6px;
	background: url(/agv/templates/html/master/css/../img/_main_navi_a_bg.png) no-repeat right center ;
}
#mainNavi ul li a:hover {
  /*color:#fff;*/
}
#mainNavi li.level0-active-over a.level0 ,
#mainNavi li.level0-active-over a.level0-active ,
#mainNavi li.level0-active-over a.level0-active:hover {
	color: #fff;
}
#mainNavi li.level0-over ,
#mainNavi li.level0-over a.level0 {
	background-color: #90b8d4;
}
#mainNavi li.level0-active-over ,
#mainNavi li.level0-active-timeout ,
#mainNavi li.level0-active {
	margin-left: -1px;
}

/* 2./3. level -------------------------------------------------------------------*/
#mainNavi li ul,
#mainNavi li ul li ul  {
	background-color: #fff;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 166px;
	list-style: none;
}
.ff2 #mainNavi li ul,
.ff2 #mainNavi li ul li ul {
	opacity: 0.95;
}
#mainNavi li ul li,
#mainNavi li ul li ul li {
	border-top: 1px solid #fff;
	width: 166px;
	position: relative;
}
#mainNavi li ul li a,
#mainNavi li ul li ul li a  {
	display: block;
	padding: 5px 20px 6px 10px;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	border: 0;
}
#mainNavi li ul li a.active,
#mainNavi li ul li ul li a.active,
#mainNavi li ul li a.active:hover,
#mainNavi li ul li ul li a.active:hover {
	/*color: #fff;*/
}

/* 2. level -------------------------------------------------------------------*/

#mainNavi li.level0-over ul ,
#mainNavi li.level0-active-over ul ,
#mainNavi li.level0-timeout ul ,
#mainNavi li.level0-active-timeout ul {
	top: 26px;
	width: 166px;
	z-index: 10;
	display: block;
	background-color: #bed4e4;
}
#mainNavi li ul li a {
	background: url(/agv/templates/html/master/css/../img/_main_arrow_bg.gif) right center no-repeat;
}
#mainNavi li ul li.withoutChildren a {
	background: none;
}
#mainNavi li ul li.withoutChildren a:hover {
	background-color: #90b8d4;
}
#mainNavi li ul li ul li.withoutChildren a:hover {
	background-color: #cecece;
}
#mainNavi li ul li.level1 ul ,
#mainNavi li ul li.level1-active ul {
	display: none;
}
#mainNavi li.level1-active-over {
	background-color: #004d9f;
}
#mainNavi li.level1-over,
#mainNavi li.level1-over a.level1,
#mainNavi li.level1-over a.level1:hover {
	background-color: #90b8d4;
}
#mainNavi li.level1-active-over a.level1 ,
#mainNavi li.level1-active-over a.level1-active {
	color: #fff;
}

/* 3. level -------------------------------------------------------------------*/
#mainNavi li.level1-over ul ,
#mainNavi li.level1-active-over ul ,
#mainNavi li.level1-timeout ul ,
#mainNavi li.level1-active-timeout ul {
	top: -1px;
	display: block;
	left: 100%;
	margin-left: 0px;
	width: 166px;
	z-index: 11;
}
#mainNavi li ul li ul li.withoutChildren a ,
#mainNavi li ul li ul li a {
	background: url(/agv/templates/html/master/css/../img/_main_navi_2_bg.png) repeat-y #efefef;
}
#mainNavi li ul li ul li a:hover,
#mainNavi li ul li ul li a.active,
#mainNavi li ul li ul li a.active:hover {
	background: #cecece;
}
#mainNavi li ul li ul li {
	border-top: 2px solid #bfbfbf;
}
#mainNavi li.over ul, #mainNavi li.active-over ul {
  /*display:block;*/
}

/* =subNavi ------------------------------------------------------------------*/

.subNaviHead {
  background: url(/agv/templates/html/master/css/../img/_left_navi_top_bg.png) no-repeat;
  height:10px;
  padding:8px;
  width:156px;
  font-weight: bold;
}

ul#subNavi {
  background: #bed4e4;
  border:0;
  margin: 1px 0 0 0 ;
  padding:0;
  width:172px;
}
#subNavi ul {
  margin:0;
  padding:0;
}


#subNavi .level1 ul ,
#subNavi .level1-active ul {
  position: absolute; left: -600000px; top: -600000px;
}

.ie6 #subNavi .level1 ul ,
.ie6 #subNavi .level1-active ul ,
.ie7 #subNavi .level1 ul ,
.ie7 #subNavi .level1-active ul { display: none; }


#subNavi li{
  list-style: none;
}
.ie6 #subNavi li {
  float: left;
}

#subNavi li.level0 {
}

#subNavi li.level0,
#subNavi li.level1 {
  width:172px;
  padding:0;
  overflow:hidden;
}
#subNavi li.level0 ul {
  display: none;
}


/* level0/leve1 ------------------------------------------------------------------*/

#subNavi .level0 a,
#subNavi .level0-active a {
  border-bottom:1px solid #fff;
  display:block;
  font-size:11px;
  line-height:13px;
  text-decoration:none;
  color: #3a3a3a;
}


/* level0 ------------------------------------------------------------------*/

#subNavi li.level0-active a ,
#subNavi li.level0 a  {
  padding: 5px 0 5px 11px;
  width:161px;
}
#subNavi li.level0-active a.level0{
  background-color: #bed4e4;
  border-bottom:1px solid #fff;
  color: #3a3a3a;
}
#subNavi li.level0-active a.level0-active{
  background-color: #004d9f;
  border-bottom:1px solid #fff;
  color: #fff;
}
#subNavi li.level0 a:hover  {
  background-color: #90b8d4;
}
/* level1 ------------------------------------------------------------------*/
/*
#subNavi li.level1-active  {
  background:#004d9f;
  padding:0;
  margin:0;
}
*/
#subNavi li.level1,
#subNavi li.level1-active {
  background:#efefef;
  padding:0;
  margin:0;
}
#subNavi li.level1-active a ,
#subNavi li.level1 a {
  width:149px;
  padding:4px 0 5px 23px;
  color: #7a7a7a;
}
#subNavi li.level1-active a {
  color: #004da4;
  background: #dadada url(/agv/templates/html/master/css/../img/navi_pfeil_h.gif) 3px 7px no-repeat;
  /*font-weight: bold;
  background:#004d9f;
  color: #fff;
  */
}
#subNavi li.level1 a:hover {
  color: #004da4;
  background-color: #dadada;
  /*
  font-weight: bold;
  color: #494949;
  */
}

/* =reiterNavi 4. level -----------------------------------------------------------*/

#reiterNavi {
  background:url(/agv/templates/html/master/css/../img/bg_navi_std.gif);
  padding:0;
  margin:16px 0 0 0;
  width: 100%;
  /*clear:both;*/
  float: left;
}
#reiterNavi ul {
  list-style: none;
   /*margin: 16px 0 0 -2px; linker border der navi-tabs */
  padding: 0;
  /* width: 592px;591px - 1px nach links */
   list-style:none;
}
#reiterNavi ul ul {
  display: none;
}
#reiterNavi li {
  background:url(/agv/templates/html/master/css/../img/bg_navi.gif) no-repeat right top;
  /*border-left: 2px solid #fff;*/
  float: left;
  /*height: 22px;*/
  margin:0;
  padding:0;
  /*position: relative;*/
}
#reiterNavi li a {
  display: block;
  background:url(/agv/templates/html/master/css/../img/bg_navi_l.gif) no-repeat left top;
  color:#7a7a7a;
  text-decoration: none;
  font-size: 11px;
  line-height:13px;
  padding: 4px 21px 5px 11px;
}
#reiterNavi li.active {
	background-image:url(/agv/templates/html/master/css/../img/bg_navi-h.gif);
}
#reiterNavi li.active a {
	background-image:url(/agv/templates/html/master/css/../img/bg_navi_l-h.gif);
}
#reiterNavi li a:hover, #reiterNavi li a.active {
  color:#004d9f;
}

/* special version for "Beschäftigungsbrücke" */
#reiterNaviBB {
  background: url(/agv/templates/html/master/css/../img/bg_navi_bb_std.gif);
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
#reiterNaviBB ul {
  list-style: none;
  padding: 0;
}
#reiterNaviBB ul ul {
  display: none;
}
#reiterNaviBB li {
  background: url(/agv/templates/html/master/css/../img/bg_navi_bb_r_h.gif) repeat-x right top;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
#reiterNaviBB li a {
  display: block;
  background: url(/agv/templates/html/master/css/../img/bg_navi_bb_l_h.gif) no-repeat left top;
  color: #004d9f;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 26px;
  padding: 4px 20px 5px 20px;
}
#reiterNaviBB li.active {
	background-image: url(/agv/templates/html/master/css/../img/bg_navi_bb_r_l.gif);
	background-repeat: no-repeat;
}
#reiterNaviBB li.active a {
	background-image: url(/agv/templates/html/master/css/../img/bg_navi_bb_l_l.gif);
}
#reiterNaviBB li a:hover, #reiterNaviBB li a.active {
  color: #004d9f;
}


/* breadcrumb   ------------------------------------------------------------------ */


ul#breadcrumb, ul.breadcrumb {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  height: 12px;
  float: left;
}

  ul#breadcrumb li, ul.breadcrumb li {
    display: inline;
  }

  ul#breadcrumb li.active, ul.breadcrumb li.active {
    background: none;
  }

  ul#breadcrumb li a, ul.breadcrumb li a:hover {
    text-decoration: underline;
  }
  
  
/* link   ------------------------------------------------------------------ */

.loginLink span,
.iconLink {
  background: url(/agv/templates/html/master/css/../img/_arrowIconLink.gif) no-repeat 0% 40%;
  padding-left: 12px; 
  font-weight: bold;
  cursor:pointer;
  zoom:1;
}

a.loginLink {
  padding: 2px 28px 0 0;
  background: url(/agv/templates/html/master/css/../img/icons/icon_gesperrt.gif) 100% -5px no-repeat;
  font-weight: bold;
}

.searchBox a.iconLink {
  font-size: 11px;
}

a.mailLink {
	padding-left: 28px;
	background: url(/agv/templates/html/master/css/../img/icons/icon_mail_l.gif) 0 50% no-repeat;
}
a.mailLink:hover {
	background-image: url(/agv/templates/html/master/css/../img/icons/icon_mail_h.gif);
}

.phoneIcon {
	padding-left: 28px;
	background: url(/agv/templates/html/master/css/../img/icons/icon_telefon_l.gif) 0 0 no-repeat;
}
.faxIcon {
	padding-left: 28px;
	background: url(/agv/templates/html/master/css/../img/icons/icon_fax_l.gif) 0 0 no-repeat;
}

a.webLink {
	padding-left: 28px;
	background: url(/agv/templates/html/master/css/../img/icons/icon_webseite_l.gif) 0 50% no-repeat;
}
a.webLink:hover {
	background-image: url(/agv/templates/html/master/css/../img/icons/icon_webseite_h.gif);
}


/* form elements   ------------------------------------------------------------------ */

form {
  margin: 0 0 3px 0;
}

form .input {
  border: 1px solid #d0d3d5;
  background: url(/agv/templates/html/master/css/../img/_input_bg.png) no-repeat #fff;
  padding: 5px 3px 1px;
  color: #7f7f7f;
}
form input.input {
  height: 14px;
}

form select.input {
  border: 1px solid #d0d3d5;
  background: url(/agv/templates/html/master/css/../img/_input_bg.png) no-repeat #fff;
  padding: 5px 3px 1px;
  color: #7f7f7f;
}

button {
  background: url(/agv/templates/html/master/css/../img/_btn_bg.png) repeat-x;
  border: none;
  height: 22px;
  margin: 0;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
}

button.border {
  border: 1px solid #aaaaaa;
  height: 22px;
}

form input,
form select,
form textarea {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
form .required {color: #f00;}

.containerLeft form input, .containerRight form input {
  margin-right: 3px; /* aus PSD entnommen */
}

.containerLeft form input {
  width: 118px;
}

.containerRight form input {
  width: 133px;
}

.searchBox form input.input {
  width: 225px;
  margin-right: 1px;
  margin-top: 4px;
}

.containerRight select {
  width: 184px;
  background: #ECECEC;
}
.main form input, .main form textarea, .main form select  {
  /* aus online, vbm */
  /*
  border: 1px solid #7F9DB9;
  margin-right: 3px;
  */
}

form label.tarifSuche {
  float:left;
  margin: 0 10px;
}

.checkbox {
  vertical-align: -2px;
  margin-bottom: 10px;
}

input.big {
  width: 240px;
}

.containerRight input.small ,
input.small {
  width: 100px;
}

select.big {
  width: 243px;
}

option {
  padding: 1px 4px;
}

form input[type="reset"] ,
form input[type="button"] ,
form input[type="submit"] {
  border: 1px solid;
  height: auto;
  padding: 0 3px;
  border-color: #bbb #000 #000 #bbb;
  background-color: #f1f1f1;
}

form input[type="checkbox"],
form input[type="radio"] {
  border: none;
}


form label.standard {
  float: left;
  display: block;
  width: 100px;
  margin-top: 10px;
  font-weight: bold;
}

form br {
  clear: both;
}

form input.input {
  margin-top: 8px;
}

form select.small {
  margin-top: 8px;
}

.loginElement {width: 270px; text-align: right;}
.loginElement label {display: block; float: left; padding: 8px 0px 0px 0px; width: 120px; text-align: right; cursor: pointer; font-size: 13px; line-height: 18px;}
.loginElement input {}
.loginElement input.button {background: url(/agv/templates/html/master/css/../img/_btn_bg.png) repeat-x; border: none; height: 22px; margin: 0; cursor: pointer;}

form input.button {
	background: url(/agv/templates/html/master/css/../img/_btn_bg.png) repeat-x; 
	border: none; 
	height: 22px; 
	margin: 0; 
	cursor: pointer;
}


.black.iconPlus:hover,/* in ie ab ie7 */
.iconPlus {
  background: url(/agv/templates/html/master/css/../img/icons/icon_erweiterte-suche_h.gif) no-repeat 0 2px ;
}
.black.iconMinus:hover ,/* in ie ab ie7 */
.iconMinus {
  background: url(/agv/templates/html/master/css/../img/icons/icon_erweiterte-suche_minus_h.gif) no-repeat 0 2px ;
}

.black.iconPlus {/* in ie ab ie7 */
  background: url(/agv/templates/html/master/css/../img/icons/icon_erweiterte-suche_l.gif) no-repeat 0 2px ;
}
.black.iconMinus {/* in ie ab ie7 */
  background: url(/agv/templates/html/master/css/../img/icons/icon_erweiterte-suche_minus_l.gif) no-repeat 0 2px ;
}

/* END forms */

#veranstaltung_von_datebutton {
  /*margin-top: 3px;*/
}
#veranstaltung_to_datebutton {
  /*margin-top: 3px;*/
}

#suggestForm input,
#suggestForm textarea{
  width:200px;
  margin-top:10px;
  border:1px solid #636363;
}
#suggestForm input[type="submit"]{
  width:auto;
  margin-left:100px;
}

#kmeForm label.standard{ font-weight:normal; width:140px; }
#kmeForm input.input{ width:250px; }
#kmeForm input[type="submit"]{ margin-left:140px; margin-top:10px; }

/* dictionary   ------------------------------------------------------------------ */
.dictionary {
  padding:  10px 10px 0 20px;
}

.ie .dictionary {
  height: 1%;
  padding:  10px 5px 0 5px;
}

.dictionary .letter {
  width: 23px;
  margin: 0 5px 10px 5px;
}

.words .word {
  width: 175px;
  margin: 0 5px 10px 5px;
}

span.letter {
  padding-left: 10px;
}

/* paging   ------------------------------------------------------------------ */

.paging a.pageLink,
.paging span {
  padding: 0 4px;
  border-right: 1px solid;
}

.pageChooser{
  margin:15px 0;
  text-align:center;
}
.pageChooser .activePage{
  font-weight:bold;
}
/* a-z bar */
.azBar{
  margin-top:10px;
  /*text-align:center;*/
}
.azBar a{
  color:#636363;
  padding:5px; margin-right:3px;
  background:#F3F3F3;
  text-decoration:none;
  line-height:13px;
}
.azBar a:hover,
.azBar a.activeChar{
  color:#F3F3F3; background:#636363;
}
.patentCatList { text-align:left; }
.patentCatList a{
  line-height:2.3em;
  margin-right:0px;
  white-space:nowrap;
}

/* calendar   ------------------------------------------------------------------ */

.hidden {
  opacity: 0;
  position: absolute;
}
.visible {
  opacity: 1;
}

input.calendar,
select.calendar {
  width: 99px;
}

button.calendar {
  background: url(/agv/templates/html/master/css/../img/calendar.gif) no-repeat;
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  width: 20px;
}

input.calendardate {
  width: 80px;
}

input#press_search {
  width: 200px;
}

img.calendarbutton {
  cursor: pointer;
  position: relative;
  left: -23px;
  top: 3px;
}

label.datelabel {
  display: block;
  float: left;
  width: 145px;
}

#press_searchform #extSearch {
  padding: 10px 0 0 0;
}

  #press_searchform #extSearch label {
    float: left;
    width: 50px;
  }

  #press_searchform #extSearch select {
    float: left;
    width: 200px;
  }

#pressText {
  float: left;
  width: 380px;
  padding-right: 10px;
}

#pressPicture {
 padding-right: 10px;
 float: right;
 width: 190px;
}

/* newsletter archiv anzeige */
.NLContent{
  margin:0 !important;
  margin-left:-7px !important;
  width: 550px !important;
  overflow: hidden;
}

.NLContent table {
  width: 500px !important;
  font-size: 12px !important;
  margin: 0 !important;
}

.NLContent table table table {
  width: 100% !important;
  font-size: 12px !important;
}


.NLContent table table{
  width: 500px !important;
  font-size: 12px !important;
}

.NLContent table td {
  border: none !important;
  font-size: 12px !important;
}

.NLContent table h1 {
  width: 550px !important;
}
.NLContent table table h1 {
  width: 500px !important;
}

.NLContent table h1 {
  padding:  0 0 10px 0 !important;
  height:  20px !important;
  display: block;
}

.nlLogo {
  width: 550px !important;
}

.NLContent .fakeSpace {
  display: none;
}

.NLfooter {
  display: none;
}


/* Gallery */

.galleryItem {
  float:left;
  margin: 0 4px 5px 0;
  padding: 2px;
  width: 102px;
}

.galleryItem ,
.galleryItem .withShadow{
  min-height: 130px;
}
.ie6 .galleryItem,
.ie6 .galleryItem .withShadow{
  height: 130px;
}

.galleryItem table {
  width:102px;
  height: 65px;
  margin:0 0 3px 0;
  padding:0;
  border:0px solid #000;
}

.galleryItem td {
  width:104px;
  height: 65px;
  vertical-align:middle;
  text-align:left;
}

.main .innerMain .galleryItem p {
  font-size: 11px;
  line-height: 13px;
}

.galleryThumbImg {
  margin: 1px 1px 0 1px;
}


/* rechtsprechung */

div#error {
  display:none;
  padding-left:30px;
  margin-bottom:10px;
  color:red;
  font-weight:bold;
}
div#rsresults {
  padding:0 30px;
}
#rsresults h3 {
  width:auto;
}
form#rsForm {
  padding:0 30px;
  margin-bottom: 1em;
}
#rsForm p {
  margin-bottom: 0.25em;
}
#rsForm label {
  display: block;
}

table#rslettertable,
table#rskwtable {
  width:95%;
  margin-bottom:2em;
  border:1px solid #e1e1e1;
}
#rslettertable td {
  text-align:center;
}
#rskwtable td {
  width:50%;
  background:#e1e1e1;
}

/* eventregister */
#registerbox {
  margin: 8px;
}

#registerbox label {
  display:block;
  margin-top:5px;
}
#registerbox input.text {
  width: 300px;
}
#partnerbox {
  display:none;
}
#errormessage {
  font-weight:bold;
  color:#c00;
  display:none;
}

/* calendar */


.rightCalendar{
  position: relative;
}

.rightCalendar .loading {
  background: url(/agv/templates/html/master/css/../img/loading_w.gif) no-repeat top center;
}


.rightCalendar p{
  font-size:12px;
  text-align:center;
  display:block;
  height:27px;
  margin-bottom:8px;
  border-bottom:1px solid #b2b2b2;
}
.rightCalendar #calTable {
  border-bottom:1px solid #b2b2b2;
  padding-bottom: 5px;
}
.rightCalendar #calTable th ,
.rightCalendar #calTable td ,
.rightCalendar #calTable td a {
  font-size: 12px;
}

.rightCalendar #calPrev{
  display:block;
  position:absolute;
  left:15px;
  width:34px;
  height:19px;
  top:-2px;
}
.rightCalendar #calNext{
  position:absolute;
  display:block;
  top:-2px;
  right:0;
  width:34px;
  height:19px;
}
.rightCalendar table{
  border: none;
  border-collapse: collapse;
}
.rightCalendar th,
.rightCalendar td{
  width:35px;
  height:16px;
}
.rightCalendar th {
  height:19px;
}
.rightCalendar td a{
  display:block;
  text-align:center;
}
.rightCalendar td a.active{
  color: #636363;
  font-weight: bold;
}
.rightCalendar td.othermonth {
  color:#ccc;
}

/* tooltip */
.rightCalendar {
}

.rightCalendar .tooltip {
  display: block;
  position: relative;
}

.rightCalendar .tooltip a{
  text-decoration: underline;
  font-weight: bold;
}

.tip {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 100%;
  right: 50%;
  width: auto;
  border: 1px solid #636363;
  background-color: #fff;
  font-weight: normal;
  color: #636363;
  width: 200px;
  text-align: left;
  padding: 0 10px;
}

.tooltip a{
  position: relative;
}

.tooltip .tipDisplay ,
.tooltip:hover .tip {
  display: block;
}

.rightCalendar td div.tip span {
  position: relative;
  z-index: 4;
  display: block;
  margin: 10px 0;
  background:url(/agv/templates/html/master/css/../img/listicon_quadrat.gif) 0 4px no-repeat;
  padding-left: 10px;
}

/* sitemap */

.sitemap ul.box05{
  clear: none;
  margin: 0;
  width: 280px;

}
.sitemap ul a{
  color: #636363
}
.sitemap ul li.level0,
.sitemap ul li.level1{
  font-weight: bold;
  font-size: 14px;
  margin-top:1em;
}
.sitemap ul li.level2{
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
}
.sitemap ul li.level3{
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}
.sitemap ul li.level1 ul{
  overflow:hidden;
}
.sitemap ul li.level2.active ul{
  overflow:auto;
}
.sitemap ul li.level3{
  margin-left: 20px;
}
.sitemap ul li.level4{
  margin-left: 30px;
}

/* voting   ------------------------------------------------------------------ */

.votingBox {
  border: 1px solid #9b9c9e;
  padding: 10px;
  margin: 10px 0;
  background: #fcfcfc;
  clear:both;
}

.votingBox form br{
  clear: both;
}

.votingBox h2{
  /*text-transform: uppercase;
  border-bottom: 1px solid #ece9d8;
  padding: 0 0 10px 0;*/
}

.votingBox fieldset{
  clear:both;
  border: 1px solid #ece9d8;
  padding: 8px 6px 12px 6px;
  margin: 10px 0;
}

.votingBox legend{
  /*text-transform: uppercase;*/
}

.votingBox label{
  font-weight: bold;
  display: block;
  padding: 10px 0;
}

.votingBox fieldset label{
  margin: 0 7px 0 0;
}


.votingBox .checkbox,
.votingBox .radio{
  float:left;
  /*border: none;
  width: 18px;
  height: 18px;*/
  margin: 0 0 5px 14px;
  position:relative;
  top:2px;
}

.votingBox fieldset .checkbox,
.votingBox fieldset .radio{
  margin: 0 0 0 7px;
}

.votingBox .ckeckboxLabel ,
.votingBox .radioLabel {
  float:left;
  padding: 0;
  margin: 0 0 5px 5px;
  font-weight: normal;
}

.votingBox .radioLabel {
  margin-right: 10px;
}

.votingBox .questionLabel {
  clear: both;
}

.votingBox .introText {
  font-weight: normal;
  display: block;
  text-transform: none;
  padding-top: 10px;
}


.votingBox .caption {
  width: 300px;
  padding: 3px 2px;
}

.votingBox .textarea {
  width: 544px;
  padding: 3px 2px;
  height: 100px;
}

.votingBox .submit {
  border-top: 1px solid #ece9d8;
  margin: 10px 0;
  padding: 10px 0 0 0;
  text-align: right;
}
.votingBox .submit button{
  border: 1px solid #9b9c9e;
  background:#f2f2f2;
  padding:2px;
}
.votingBox .error {
  color: #d10018;
  font-weight: normal;
}

.votingBox .resultBar {
  background-color: #c2c2c2;
  margin-bottom:4px;
}

.radioImg {
  vertical-align: top;
  margin: 0 10px 0 0;
}
.votingClear {
  clear: both;
  padding: 15px 0 0 0;
}

/* audioFile   ------------------------------------------------------------------ */

.audioFile {
  vertical-align: -6px;
}


/* companyNet   ------------------------------------------------------------------ */

.companyNet .containerRight {
  display: none;
}

.companyNet .innerMain {
  width: 790px;
}

.companyNet .mainShadow {
  width: 988px;
}

.companyNet .shadowBottom {
  width: 982px;
}

.companyNet .main {
  width: 980px;
  position: relative;
}

.companyNet .backgroundImage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.companyNet #subNavi,
.companyNet .subNaviHead,
.companyNet .innerMain ,
.companyNet .topBar {
  position: relative;
  z-index: 2;
}

.companyNet .topBar *{
  color: #fff;
}

.companyNet .searchBox {
  background: #bed4e4;
  padding: 16px;
}



.companyNet form {
  margin: 0 0 1px 0;
}

.companyNet .col {
  width: 396px;
  margin: 0 3px 0 0;
}

.companyNet .col2 {
  width: 755px;
  margin: 0 0 2px 0;
  padding: 10px 20px;
}

.companyNet .label {
  font-weight: bold;
  font-size: 11px;
}


.companyNet .box {
  width: auto;
  /*margin: 0 0 2px 0;*/
  padding: 10px 20px;
  clear: none;
}

.companyNet .detailSearch .box {
  height: 115px;
}

.companyNet .skyBg {
  background: #d8e7f1;
}

.companyNet .alter1Bg {
  background: #fff;
  /*background: #ebf3f8;*/
}
.companyNet .alter2Bg {
  background: #f3f3f3;
  /*background: #f6f1fa;*/
}

.blueBg {
  background: #adcaef;
}

.grayBg {
  background: #e0e0e0;
}

.companyNet .select.big ,
.companyNet select .big {
  width: 335px;
}

.companyNet .floatRight .select.big ,
.companyNet .floatRight select.big {
  width: 285px;
}
.ie .companyNet .floatRight select.big {
  width: 280px;
}

.companyNet .floatRight .label {
  float: left;
  width: 65px;
  padding: 4px 0 0 0;
}
.companyNet .input {
  margin: 0;
}
.companyNet input.big {
  width: 279px;
}
.companyNet input.medium {
  width: 170px;
}

.companyNet .proPage{
  font-weight: bold;
  font-size: 11px;
}

.companyNet .proPage span ,
.companyNet .proPage a {
  padding: 3px 4px;
  text-decoration: none;
  margin-left: 5px;
  vertical-align:2px;
}
.ie .companyNet .proPage strong {
  margin-top: 4px;
}
.ie .companyNet .proPage span ,
.ie .companyNet .proPage a {
  float: left;
}

.companyNet .proPage span {
  background: #fff;
}

.companyNet button {
  border: none;
  width: 65px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.companyNet .checkbox {
  margin: 2px;
  vertical-align: -3px;
  background: none;
  border: none;
}

.companyNet .formFooter {
  padding-top: 8px;
  padding-bottom: 5px;
}
.companyNet .listHF {
  padding-top: 8px;
  padding-bottom: 8px;
}

.companyNet  .subBranch {
  width: 375px;
  font-size: 11px;
}

.companyNet .subBranch .checkbox{
  float: left;
}
.companyNet .subBranch span{
  padding: 3px 0 0 2px;
  float: left;
  width: 340px;
}

.companyNet .miniBox {
  width: 131px;
}
.companyNet .miniBox2 {
  width: 183px;
}
.companyNet .pageChooser {
  margin: 0 0 0 25px;
}

.companyNet .pageChooser .selected{
  color: #fff;
}

.companyNet .imgButton {
  margin-left:2px;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 11px;
}

.companyNet .imgMButton {
  margin-left:2px;
  padding: 0 0 0 20px;
  text-align: left;
}

.webkit .companyNet .imgMButton ,
.webkit .companyNet .imgButton {
  padding-top: 1px;
  padding-bottom: 3px;
}

.companyNet .listItem {
  position: relative;
  min-height: 40px;
  width: 755px;
}

.companyNet .listItem .checkbox {
  margin: -1px 2px 0 0 ;
}

.companyNet .listCol1 {
  width: 415px;
}
.companyNet .listCol2 {
  width: 85px;
}
.companyNet .listCol3 {
  width: 105px;
}
.companyNet .listCol4 {
  width: 131px;
}
.companyNet .listCol5 {
  position: absolute;
  bottom: 10px;
  right: 16px;
  width: 190px;
  text-align: right;
}

.ie6 .companyNet .listCol5 {
  top: 40px;
  left: 585px;
}


.companyNet .infoBtn {
  vertical-align: -3px;
  margin-left: 5px;
  cursor: help;
}

.companyNet .companyTitle {
  width: 550px;
}

.companyNet  .linkBar a {
  width: 250px;
  text-decoration: none;
  font-weight: bold;
  color: #505050;
}
.companyNet  .summary p{
  margin-bottom: 3px;
}
.companyNet  .summaryBox{
  overflow: hidden;
  height: 0;
}

.companyNet  .miniHeight {
  min-height: 55px;
}
.ie6 .companyNet .miniHeight {
  height: 55px;
}

.companyNet .margBtm3   { margin-bottom:5px; }
.companyNet .margTop3   { margin-top:3px; }

.companyNet .box240 {
  width: 230px;
}
.ie .companyNet .box240 {
  width: 230px;
}

.orderBar a {
  color:#636363;
  font-size: 11px;
}

.orderBar .listCol4 {
  width: 135px;
}

.orderBar .listCol3 {
  width: 98px;
}

.orderBar .listCol2 {
  width: 76px;
}

.orderBar .infoBtn {
  margin: 0 8px 0 0;
}

.orderBar img {
  vertical-align: -3px;
}

.orderBar a.Asc ,
.orderBar a.Desc {
  color: #fff;
}

.mailBtn {
  vertical-align: -3px;
}

.companyNet .proPage .infoBtn {
  margin-right: -3px;
}
.ie .companyNet .proPage .infoBtn {
  margin-right: 0;
}

.companyLabel {
  width: 150px;
}

.pdfForm {
  padding: 20px 0;
  width: 357px;
}
.pdfForm label {
  margin: 0 0 10px;
  width: 100px;
}

.pdfForm .input {
  border:1px solid #7F9DB9;
  padding: 2px;
  width: 240px;
}

#searchBoxHR {background: #fff; margin-bottom: 50px; width: 780px; height: 120px;}
*html #searchBoxHR {height: 170px;}
#searchBoxHR .separator {border: 0px solid #d6d6d6; border-width: 0px 1px 0px 0px;}

.companyNet .searchResult .resultLine {padding: 10px;}
.companyNet .searchResult .resultLine .image {padding-right: 10px;}
.companyNet .searchResult .resultLine.coop {border: 1px solid #7dbced; margin-bottom: 1px;}
.companyNet .searchResult .resultLine .voting {text-align: right;}
.companyNet .searchResult .resultLine span.coop {font-size: 11px; font-weight: bold; text-transform: uppercase;}
.companyNet .searchResult .resultLine span.title {font-weight: bold;}
.companyNet .searchResult .resultLine ul li {float: left; background: none; list-style: none; line-height: 20px;}


.rememberReload {
  display: block;
  float: left;
  height: 16px;
  width: 150px;
  background: url(/agv/templates/html/master/css/../img/btn_ansicht-aktualisieren.png) no-repeat top right;
}
.ie6 .rememberReload {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/btn_ansicht-aktualisieren.png', sizingMethod='fit');
}
.optEnable {
  padding: 0 0 0 10px;
}
.optDisable {
  font-weight: bold;
}

.iconVita {
  background: url(/agv/templates/html/master/css/../img/icons/icon_vita_l.gif) no-repeat top left;
}
.iconVita:hover {
  background: url(/agv/templates/html/master/css/../img/icons/icon_vita_h.gif) no-repeat top left;
}


/* =agvAlert ------------------------------------------------------------------*/

.agvAlert {
  position: absolute;
  z-index: 999;
}

.agvAlertTable {
}

.agvAlertTable .top-left,
.agvAlertTable .top-right,
.agvAlertTable .bottom-left,
.agvAlertTable .bottom-right {width: 6px; height: 6px;}

.agvAlertTable .top,
.agvAlertTable .bottom,
.agvAlertTable .left,
.agvAlertTable .right,
.agvAlertTable .top-left,
.agvAlertTable .top-right,
.agvAlertTable .bottom-left,
.agvAlertTable .bottom-right{ background: url(/agv/templates/html/master/css/../img/popBg.png) no-repeat 0 0; }

.agvAlertTable .top {
  background-position: 0 -24px;
  background-repeat: repeat-x;
}
.agvAlertTable .bottom {
  background-position: 0 -24px;
  background-repeat: repeat-x;
}
.agvAlertTable .left {
  background-position: 6px 0;
  background-repeat: repeat;
}
.agvAlertTable .right {
  background-position: 6px 0;
  background-repeat: repeat;
}
.agvAlertTable .top-left {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.agvAlertTable .top-right {
  background-position: 0px -6px;
  background-repeat: no-repeat;
}
.agvAlertTable .bottom-right {
  background-position: 0px -18px;
  background-repeat: no-repeat;
}
.agvAlertTable .bottom-left {
  background-position: 0px -12px;
  background-repeat: no-repeat;
}

.agvAlertBox{
  width: 450px;
  background: #fff;
  padding: 10px;
}

.agvAlertCloseBtn {
  width: 67px;
  height: 15px;
  position: absolute;
  top: 14px;
  left: 404px;
  cursor: pointer;
}

.agvAlert h6 ,
.agvAlert h5 {
  margin: -10px -10px 5px -10px;
  padding: 6px 10px 6px 38px;
}
.agvAlert h5 {
  padding: 6px 10px 6px 6px;
}


/* =Comments ----------------------------------------------------------------*/

.comments {

}

.comments form {
  background: #ececec;
  padding: 10px 0 10px 10px;
}

.comments .input {
  width: 245px;
}

.comments .textarea {
  width: 509px;
}

.comments .code {
  width: 30px;
}

.commentMore {
  padding:14px 0 14px 20px;
}

.commentMoreCont {
  height: 0;
  overflow: hidden;
  background: url(/agv/templates/html/master/css/../img/loading_w.gif) no-repeat center center;
}

.allComments { 
  background: #fff;

}

/* =Events ------------------------------------------------------------------*/

.eventDetail {
  background-color: #BED4E4;
}

.eventDetail .floatLeft {
  width: 245px;
  padding: 10px;
  min-height: 225px;
}

.ie6 .eventDetail .floatLeft {
  height: 225px;
}

.eventDetail .floatRight {
  width: 238px;
  padding: 10px;
}

.main .innerMain .eventDetail p {
  font-size: 11px;
}

/* =Video ------------------------------------------------------------------*/

.videoLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 209px;
  height: 95px;
  background: url(/agv/templates/html/master/css/../img/_video_player_bg.png) center center no-repeat;
}

.articleVideo {
  margin-bottom: 10px;
  margin-right: 10px;
}

.box .floatRight .articleVideo {
  margin-left: 10px;
  margin-right: 0;
}

.articleVideo ,
.articleVideo .videoLink {
  width: 270px;
}

/* =Footer ------------------------------------------------------------------*/


.footer{
  background-position: bottom;
  background-repeat: repeat-x;
}

.footer .center {
  background: #fff;
}

.breadcrumbIntro {
  height: 12px;
  padding: 8px 8px 8px 16px;
  background: url(/agv/templates/html/master/css/../img/_brc_footer_bg.gif) repeat-x;
}

.footer .borderBottom {
  background: #ECECEC;
}

.footer #breadcrumb {
  padding: 8px;
  margin: 0;
}

.footer .footerLinks {
  height: 12px;
  padding: 13px;
}
.footer .footerLinks li{
  padding: 0 6px;
}

.footer .footerTools {
  background: none;
  height: 38px;
}

.footer .footerTools ul {
  padding: 14px 8px 12px 16px;
  height: 12px;
}

.footer .footerTools li {
  display: inline;
  padding: 3px 0 2px 31px;
  margin: 0 0 0 20px;
}

.footer .footerTools li a{
  color: #bed4e4;
}

.printIcon {
  background: url(/agv/templates/html/master/css/../img/_print_icon.gif) no-repeat;
}
.seIcon {
  background: url(/agv/templates/html/master/css/../img/_se_icon.gif) no-repeat;
}

.footerMap h3 {
  padding: 14px 0 14px 20px;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.ie6 .footerMap h3 {
  height: 10px;
}
.ie .footerMap h3 {
  float: left;
}

.footerMap ul {
  width: 205px;
  margin-left: 35px;
}
.footerMap ul a {
  color: #919191;
}

.footerMap ul li.level0 {
  font-weight: bold;
  padding: 0 0 5px 0;
}
.footerMap ul li.level1 {
  padding: 0 0 5px 18px;
  background: url(/agv/templates/html/master/css/../img/_icon_plus_small.gif) no-repeat;
  cursor: pointer;
}
.ie .footerMap ul li.level1 {
  height: 10px;
}
.footerMap ul li.subFooterMapOpen {
  background: url(/agv/templates/html/master/css/../img/_icon_minus_small.gif) no-repeat;
}

.footerMap ul li.noChildren {
  background: none;
  cursor: default;
}

.footerMap ul li.level2{
  display: none;
  padding: 0 0 5px 27px;
}
.footerMap ul li.show{
  display: block;
}

.footerMapCont {
  display: none;
}

.footerMapCont .floatLeft {
  display: inline;
}

.footerLinks a {
  color: #595959;
}

/* =404 ------------------------------------------------------------------*/

.is404 .breadcrumbIntro ,
.is404 #breadcrumb ,
.is404 .topBar ,
.is404 .innerMainBottom ,
.is404 .subNaviHead ,
.is404 #mainNavi ,
.is404 .containerRight {
  display: none;
}

.is404 .innerMain {
  float: none;
  width: 100%;
}

.is404 .mainShadow {
  width: 988px;
}

.is404 .main {
  width: 980px;
}

.is404 .shadowBottom {
  width: 982px;
}

.header404 {
  position: relative;
}

.header404 p ,
.header404 h1 {
  position: absolute;
  top: 65px;
  left: 185px;
}
.header404 p {
  top: 100px;
}

.main404 {
  margin: 35px 0 0 185px;
  
}

/* =AUW ------------------------------------------------------------------*/

.isAuw .footer,
.isAuw .shadowBottom,
.isAuw .topNavi ,
.isAuw .topSearch ,
.isAuw .mainNavi  {
  display: none; 
}

.isAuw .main,
.isAuw .mainShadow {
  background: none;
}

.isAuw .header {
  height: 93px;
}

.headerAuw {
  color: #004da4;
  padding: 30px 0;
}

.mainAuw {
  background: url(/agv/templates/html/master/css/../img/_auw_bg.jpg) #3c5c95 no-repeat;
  padding: 24px;
}

.mainAuw h2 {
  font-weight: normal;
}

.headerAuw p {
  margin: 0;
  font-size: 16px !important; /* I HATE GLOBAL P STYLE */
}

.mainAuw .leftCol {
  width: 640px;
}

.mainAuw .rightCol {
  width: 260px;
}

.mainAuw .telBox {
  width: 203px;
  height: 34px;
  background: url(/agv/templates/html/master/css/../img/_auw_tel.jpg) #fff no-repeat 20px 18px;
  border: 1px solid #bed4e4;
  padding: 20px 0 3px 55px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 40px;
}

.footerAuw {
  background: #fff;
  margin: 30px 0;
}

.main .innerMain .footerAuw li {
  padding: 10px 34px 5px 34px;
  margin: 15px 0;
  background: none;
  font-size: 11px;
}

.main .innerMain .footerAuw .firstCol {
  padding: 16px 34px 0 34px;
}

.main .innerMain .footerAuw li.cleaner {
  padding: 0;
  margin: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
} 

/* ----- e-mojo.de ----- */
input.eventSearch {height: 20px; padding-left: 3px; font-family: Arial; font-size: 11px; border: 1px solid; border-top-color: #929292; border-left-color: #929292; border-bottom-color: #afafaf; border-right-color: #afafaf; background-image:url(/agv/templates/html/master/css/../img/bg_forms.gif ); -background-repeat: no-repeat; -background-attachment: fixed;}
select.eventSearch {height: 20px; padding-left: 3px; font-family: Arial; font-size: 11px; border: 1px solid; border-top-color: #929292; border-left-color: #929292; border-bottom-color: #afafaf; border-right-color: #afafaf; background-image:url(/agv/templates/html/master/css/../img/bg_forms.gif ); -background-repeat: no-repeat; -background-attachment: fixed;}
.searchExt h5 {color: #595959;}
.searchExt input.floatLeft {width: auto;}

.iconPrint       {float: right; margin-left: 12px; margin-top: 2px;}
.iconTellafriend {float: right; margin-left: 12px;}
span.iconTop                 {float: left;}
span.iconTop a.iconTop       {padding: 3px 0px 0px 20px; background: url(/agv/templates/html/master/css/../img/icons/icon_nach-oben_l.gif) no-repeat 0 0; color: #aaa; text-transform: uppercase;}
span.iconTop a.iconTop:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_nach-oben_h.gif);}
.innerMainBottom {margin-top: 20px; padding: 6px 0px 10px 0px; border: 0px solid #aaa; border-top-width: 1px;}


/* form relaunch layout */
form.frmLayout p {
	margin: 10px 0;
}
form.frmLayout select {
	font-size: 11px;
	margin-top: 8px;
}
form.frmLayout .formelement {
	width: 265px;
	float: left;
	margin: 0 12px 0 0;
	padding-top: 10px;
}
form.frmLayout .fullsize {
	width: 542px;
	margin: 0;
}
form.frmLayout .fullsize textarea {
	width: 534px;
}
form.frmLayout label {
	float: left;
}
form.frmLayout .input {
	float: left;
	clear: left;
	height: auto;
}
form.frmLayout .input {
	width: 257px;
}
form.frmLayout select.input {
	width: 265px;
}
* html form.frmLayout select.input {
	width: 240px;
}
*+html form.frmLayout select.input {
	width: 240px;
} 
form.frmLayout fieldset {
	margin-top: 10px;
	padding: 12px;
	border: 1px solid #ccc;
}
form.frmLayout .q3 {
	width: 198px;
}
form.frmLayout .q3 .input {
	width: 190px;
}
form.frmLayout .q1 {
	width: 80px;
}
form.frmLayout .q1 .input {
	width: 70px;
}
form.frmLayout .lft {
	margin: 0 7px 0 0;
}
form.frmLayout .rgt {
	margin: 0;
}
/* Captcha elements */
form.frmLayout #msgCaptcha {
	width: 191px;
}
form.frmLayout #inputCaptcha {
	width: 120px;
	text-align: right;
	margin: 0 15px;
}
form.frmLayout .code {
	width: 120px;
	margin: 0 0 5px 0;
}
form.frmLayout #msgCaptcha, form.frmLayout #inputCaptcha, form.frmLayout #imgCaptcha {
	float: left;
}
form.frmLayout #msg {
	padding: 5px 13px;
}

.main table.basket thead tr {background-color: #004d9f; border: 1px solid #d2d2d2;}
.main table.basket thead th {background: url(/agv/templates/html/master/css/../img/icons/icon_warenkorb-voll_w.gif) no-repeat 3px 3px; padding: 8px 8px 8px 38px; color: #fff;}
.main table.basket tfoot tr {background-color: #bed4e4; border: 1px solid #d2d2d2;}
.main table.basket tfoot tr.odd  {background-color: #bed4e4;}
.main table.basket tfoot tr.even {background-color: #bed4e4;}
.main table.basket tfoot td {padding: 8px; color: #3a3a3a;}
.main table.basket tbody tr {border: 0px solid #d2d2d2; border-width: 0px 1px;}
.main table.basket tbody td {padding: 8px; color: #3a3a3a; vertical-align: top;}
.main table.basket tbody th {border: 0px solid #d2d2d2; border-width: 0px 0px 1px 0px; padding: 8px; background-color: #fff; color: #004d9f; font-weight: bold;}

.containerRight table.basket {border: 1px solid #d2d2d2;}
.containerRight table.basket td {padding: 4px;}
.containerRight table.basket tr.tfoot {background-color: #bed4e4; border: 0px solid #d2d2d2; border-top-width: 1px;}
/* =TarifK ------------------------------------------------------------------*/

.headerBox {
  height: 100px;
}

.headerBox .text24 {
  z-index: 1;
}

.headerBox #reiterNavi {
  border-color: #000;
  bottom: 0;
  left: 0;
}

.headerBox .headerImage {
  top: 0;
  left: 0;
  z-index: 0;
}

.headerBox #reiterNavi li {
  background: url(/agv/templates/html/master/css/../img/tarif/bg_navi_l.gif) no-repeat right top;
}
.headerBox #reiterNavi li a {
  background: url(/agv/templates/html/master/css/../img/tarif/bg_navi-l.gif) no-repeat left top;
}
.headerBox #reiterNavi li.active {
	background-image: url(/agv/templates/html/master/css/../img/tarif/bg_navi_h.gif);
}
.headerBox #reiterNavi li.active a {
	background-image: url(/agv/templates/html/master/css/../img/tarif/bg_navi-h.gif);
}

.footerLinksBox {

}

.footerLinksBox a {
  padding: 8px;
  width: 150px;
	background: url(/agv/templates/html/master/css/../img/_arrowIconLink.gif) no-repeat 90% 50% ;
} }
@media screen {/* boxen -------------------------------------------------------------------------*/

.dossier       {font-size: 13px; line-height: 18px;}
.dossier p     {font-size: 13px; line-height: 18px;}
.dossier ul    {list-style-type: none;}
.dossier ul li {list-style-type: none; background: url(/agv/templates/html/master/css/../img/icons/icon_bullet.gif) no-repeat 5px 5px; padding: 1px 10px 3px 20px; font-size: 13px; line-height: 18px;}
.dossier ol    {list-style-type: decimal; list-style-position: inside;}
.dossier ol li {padding: 1px 10px 3px 20px; font-size: 13px; line-height: 18px;}
.dossier h1    {font-size: 22px; line-height: 26px;}

.detail table {
  max-width: 540px;
}

.detail h1     {font-size: 22px; line-height: 26px; display: block /* FF Bug*/}
.detail p      {font-size: 13px; line-height: 18px;}

.innerMain     {font-size: 13px; line-height: 18px;}
.innerMain p     {font-size: 13px; line-height: 18px;}
.main .innerMain ul    {list-style-type: none; margin-bottom: 12px;}
.main .innerMain ul li {list-style-type: none; background: url(/agv/templates/html/master/css/../img/icons/icon_bullet.gif) no-repeat 5px 5px; padding: 1px 10px 3px 20px; font-size: 13px; line-height: 18px;}
.main .innerMain ol    {list-style-type: decimal; list-style-position: inside;}
.main .innerMain ol li {padding: 1px 10px 3px 20px; font-size: 13px; line-height: 18px; font-weight: bold;}
.main .innerMain ol li p {display: inline; font-weight: normal;}

.lastUpdate {font-size: 11px; padding-bottom: 12px;}

h3.bRechner    {padding-left: 28px; background: url(/agv/templates/html/master/css/../img/icons/icon_beitragsrechner_l.gif) left -5px no-repeat;}
h3.bKalender   {padding-left: 28px; background: url(/agv/templates/html/master/css/../img/icons/icon_kalender_l.gif) left -5px no-repeat;}

#demotip {display:none; background:transparent url(/agv/templates/html/master/css/../img/tooltipp.png); font-size:11px; height:54px; width:83px; padding: 10px 20px; color:#fff;}


/* lt. Knobling nun bei allen Verbaenden gleich */
.cHighlight {
  /*background: #DBDBDB;*/
}

/* Abstand der Texte vom Rand wenn Text gehighlighted */
.cHighlight div.text {
  padding-left:12px;
  padding-right:12px;
}

/* left header boxes  ------------------------------------------------------------*/

#header .left2colBox {
  clear: both;
  float: left;
  width: 795px; /* + 1px border-right + 208px rightBox = 1004px */
}

/* content boxes  ----------------------------------------------------------------*/
/* content main boxes  -----------------------------------------------------------*/

.shadow {
  background-image: url(/agv/templates/html/master/css/../img/_box_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 6px 6px 0;
  margin: 0 0 6px 0;
}

.mainShadow {
  width: 740px;
  background-image: url(/agv/templates/html/master/css/../img/_vertical_shadow_bg.png);
  background-repeat: repeat-y;
  background-position: right;
  padding: 0 6px 0 0;
  margin: 0 0 0 0;
}

.shadowBottom {
  width: 734px;
  height: 5px;
  background-image: url(/agv/templates/html/master/css/../img/_bottom_shadow_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 6px 0 0;
  margin: 0 0 0 6px;
}

.ie6 .mainShadow {
  padding: 0 4px 0 0;
  width: 740px;
  margin-left: 2px;
}
.ie6 .shadowBottom {
  margin-top: -4px;
}

.box {
  clear: both;
  padding: 16px 0 ; /* gemittelter Einheitswert */
  background: #fff;
  /*border-top:1px solid #505050;*/
}

.withShadow {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.noShadow  {
  margin-bottom: 39px;
}

.box033 {
  padding: 16px 0; /* gemittelter Einheitswert */
  width: 170px;
  margin: 0 8px 16px 0;
  float:left;
}

.box05 {
  padding: 16px 0; /* gemittelter Einheitswert */
  width: 258px; /* width: 290px; */
  margin: 0 8px 16px 0;
  float:left;
}

.box066 {
  padding: 16px 0; /* gemittelter Einheitswert */
  width: 380px;
  margin: 0 8px 16px 0;
  float:left;
}

form .box05 {
  margin: 0;
}

.box05.floatRight {
  margin-right: 0;
}

.box05 .tdlabel {
  width: 150px;
  font-weight: bold;
  padding: 4px 0;
}
.box05 .tdtext {
  padding: 4px 0;
}

.box05Right {
  margin-right:0 !important;
  float:right;
}

.containerRight .linkListe {
  margin-bottom:0; margin-left:0;
}

/* bisher nur beim warenkorbLink */
.noPadBottom {
  padding-bottom:0;
}

.contactText {
  width: 125px;
}
.imageSize68 {
  width: 179px;
}
.contactImage {
  width: 124px;
}

.paddingLeft86 {
  padding-left: 86px;
}

.box th {
  text-align: left;
}

/*##---------------------------- 3.1. Detailansicht / 3.2. Dossier ---------------------------##*/

.main div.detail, .main div.dossier {
  padding-top:0; /* relativiert die bd. 16px paddings von box */
  padding-bottom:0;
}

.main div.detail h1, .main div.dossier h1{ margin-bottom:16px; }

/* Download-Boxen auf Detail-Ansicht; Warenkorb */

.box div.downloadLabel {
  width:380px; /* + 24px padding = 404px */
  /*padding-top:3px; /* angepasst an downloadLink */
  float:left;
}

/* 1/3 Box mit Bild, evtl. Broschuerenbeschreibung, rechts */
.box div.elementRight033 {
  float:right;
  width:170px;
  margin-left:16px;
  margin-bottom:16px;
}

.box div.elementRight033 img {
  padding-bottom:16px;
}

.box a.downloadLink, .box a.warenkorbLink  {
  width:170px;
  float:right;
}

.box a.downloadLink  {
  /*padding-top:4px;
  padding-bottom:4px;
  padding-right:40px;
  */
  padding: 4px 10px 4px 40px;
  width:130px;
  background: url(/agv/templates/html/master/css/../img/icons/icon_download.gif) 0px 0px no-repeat;
  font-size:10px;
}

.box a.warenkorbLink  {
  clear:both;
  width:153px; /* 170px - 17px */
  padding-left:17px;
  padding-top:1px;
  padding-bottom:0;
}

div.acrobat {
  padding-top:0 !important;
}

div.acrobat div.downloadLabel {
	font-size: 11px;
	line-height: 16px;
	color: #aaa;
}
a.pdfIcon {
	display: block;
	padding: 4px 10px 4px 40px;
	background: url(/agv/templates/html/master/css/../img/icons/icon_acrobat_l.gif) 0px 6px no-repeat;
	color: #aaa;
}
a.pdfIcon:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_acrobat_h.gif);}

/*##---------------------------- 2.14.1. Homebox ------------------------------##*/

  /* linkes bild in normaler startBox */
  .box .leftImg {
    float:left;
    width: 150px;
  }

  /* rechter Text in normaler startBox */
  .box .rightText {
    width: 425px; /* 591px-150px-16px */
    padding: 0;
    margin: 0 0 0 16px;
    float: left;
    display: inline;
  }

  /* linkes bild in contentHighlight */
  .imageQH .leftImg {
    width: 225px;
    float: left;
  }

  .leftImg img{
    width: 150px;
  }
  .imageQH .leftImg img{
    width: 225px;
  }

  /* rechter Text in contentHighlight */
  .imageQH .rightText {
    width: 338px; /* 591px-225px-12px-16px */
    padding: 0;
    margin: 10px 12px 0 16px;
    float: left;
    display: inline;
  }

/*##---------------------------- 2.14.3. Headlinebox --------------------------##*/

.main h3 {
  clear: both;
  margin: 16px 0 12px 0;
  font-size:17px;
}

/* Headlines 3. Naviebene; Unsere Themen > Brennpunkt > Zeitarbeit */
.main h3.level3 {
  clear: both;
  padding:0 0 0 13px;
  margin: 16px 0 12px 0;
  font-size:17px;
}

.main .detail h3 {
  clear: none;
}


/*##---------------------------- 2.14.2. ImageTeaserBox -------------------------##*/

.imgTeaserBox {
  background:#E6E6E6;
  width:290px;
  margin:0 0 10px 0;
  padding: 0;
}

  .imgTeaserBox h6 {
    background: url(/agv/templates/html/master/css/../img/listicon_quadrat.gif) 9px 8px no-repeat;
    padding:3px 0 3px 23px; /* bisher online 21px; jetzt an li formatierung angepasst */
    margin: 0;
  }

  .imgTeaserBox h6 a,
  .imgTeaserBox h6 a:hover  {
   color:#5E6166;
   text-decoration:none;
  }

  .imgTeaserBox ul {
    margin-top:5px;
    margin-bottom:7px;
    list-style-type:square;
  }

  .ie div.imgTeaserBox ul {
    margin-top:2px;
    margin-bottom:7px;
  }

  .imgTeaserBox li {
    color: #004d9f;
  }

  .imgTeaserBox li a {
    color: #004d9f;
    text-decoration: none;
    font-size:11px;
    padding:0;
    margin:0;
  }

/*##---------------------------- 2.14.5. TeaserBox -------------------------##*/
.main div.teaserBox, .main div.teaserBoxImage, .main div.noPad {padding:0;} /*uebliches padding top/bottom der boxen raus; nur margin-bottom bleibt */
.main div.teaserBox {float: left; width: 258px; margin-right: 13px;}
* html .main div.teaserBox {width: 256px;}
	.main div.teaserBox h5, .main div.teaserBoxImage h5     {border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px; margin: 8px 0px; padding-bottom: 6px; font-size: 16px;}
	.main div.teaserBox h5 a, .main div.teaserBoxImage h5 a {text-decoration: none;}
	.main div.teaserBox p, .main div.teaserBoxImage p       {font-size: 11px; line-height: 16px;}

.main div.relatedTeaserBox {float: left; width: 258px; margin-right: 13px; padding: 0;}
* html .main div.relatedTeaserBox {width: 256px;}
	.main div.relatedTeaserBox h5   {border: 0px solid #d6d6d6; border-width: 1px 0px 0px 0px; margin: 8px 0px 0px 0px; padding: 6px 0px 6px 0px; font-size: 13px; line-height: 18px;}
	.main div.relatedTeaserBox h5 a {text-decoration: none;}
	.main div.relatedTeaserBox p    {font-size: 11px; line-height: 16px;}

.containerRight h2 {font-size: 13px; line-height: 18px;}

.main div.relatedTeaserBoxBB {float: left; width: 256px; margin-right: 13px; padding: 0px 0px 10px 0px; background: url(/agv/templates/html/master/css/../img/bg_teaser_bb.gif) repeat-x bottom left; border: 1px solid #bed4e4; font-size: 11px !important; line-height: 16px !important;}
* html .main div.relatedTeaserBoxBB {width: 254px; overflow: hidden;}
	.main div.relatedTeaserBoxBB h4   {padding: 6px 6px 0px 6px; font-size: 13px; line-height: 18px; color: #004d9f;}
	.main div.relatedTeaserBoxBB h5   {margin: 8px 0px 0px 0px; padding: 6px; font-size: 11px; line-height: 16px;}
	.main div.relatedTeaserBoxBB h5 a {text-decoration: none;}
	.main div.relatedTeaserBoxBB p    {padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 6px; font-size: 11px !important; line-height: 16px;}

/*##-------------------- 2.14.6. Headline einer 3er Teaserbox -------------------##*/
/* wird einfach oberhalb der teaserboxen platziert */
/*
.main h4 {
  clear: both;
  padding:16px 0 16px 13px;
  background: url(/agv/templates/html/master/css/../img/headline_pfeil.gif) 0px 20px no-repeat;
  margin: 0 0 12px 0;
  font-size:14px;
}*/
/*width: 578px;  + 13px = 591px -> alter Kommentar zu .main h4*/

.main h4 {
  clear: both;
  padding: 6px 0px;
  background: none;
  margin: 0 0 12px 0;
  font-size:14px;
}

/* content containerLeft boxes  ------------------------------------------------------------------*/

.containerLeft .box {
  padding: 2px 6px 12px 6px;
  width: 153px; /* 165px - 12px = 153px */
  border-top:1px solid #fff; /* wenn ich mir den derzeitigen code so ansehe, vermute ich, so sollte es eigentlich aussehen.. */
  margin-bottom: 0;
}

.loginBox {
  background: none;
}

.loginBox .boxLabel {
  height: 14px;
  width: 50px;
  float: right;
  background-color: #bed4e4;
  text-align: right;
  padding: 8px 10px 4px 0;
}



.ie .loginBox .boxLabel {
  position: relative;
  z-index: 10;
}

.loginBox  .boxLabelLogout {
  background: url(/agv/templates/html/master/css/../img/_box_logout.gif) #bed4e4 no-repeat ;
}

.loginBox .input {
  width: 164px;
}

.loginForm {
  background: #bed4e4;
  padding: 11px 10px 11px;
}

.loginForm .pb {
  height: 30px;
  width: 216px;
}

.loginForm a,
.loginForm h3 {
  color: #595959;
  padding: 3px 0 10px;
  display: block;
}

.loginForm h3 {
  font-size: 14px;
}

a.userAdmin {
  /*background: url(/agv/templates/html/master/css/../img/_user_admin_bg.gif) no-repeat ;*/
  background: url(/agv/templates/html/master/css/../img/icons/icon_benutzer_l.gif) -4px -5px;
}
a.userAdmin:hover {
  background-image: url(/agv/templates/html/master/css/../img/icons/icon_benutzer_h.gif);
}
a.editProfile {
  /*background: url(/agv/templates/html/master/css/../img/_edit_profile_bg.gif) no-repeat ;*/
  background: url(/agv/templates/html/master/css/../img/icons/icon_profil-bearbeiten_l.gif) -4px -3px;
}
a.editProfile:hover {
  background-image: url(/agv/templates/html/master/css/../img/icons/icon_profil-bearbeiten_h.gif);
}
a.logoutIcon {
  background: url(/agv/templates/html/master/css/../img/icons/icon_logout_l.gif) no-repeat ;
}
a.logoutIcon:hover {
  background-image: url(/agv/templates/html/master/css/../img/icons/icon_logout_h.gif);
}

.loginBox .userInfo {
  width: 160px;
}

#logoutForm {
  padding: 0;
}


.zipSearchBox {
  padding-bottom: 12px;
}

.bannerBox {
  padding:0;
  width:165px;
}

/* Auf Einen Blick  ------------------------------------------------------------------*/

a.ap {background-image: url(/agv/templates/html/master/css/../img/icons/icon_ansprechp-naehe_l.gif); background-position: 0px -2px; padding-top: 5px;}
a.ap:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_ansprechp-naehe_h.gif);}
a.vk {background-image: url(/agv/templates/html/master/css/../img/icons/icon_kalender_l.gif); background-position: -2px -2px; padding-top: 5px;}
a.vk:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_kalender_h.gif);}
a.nl {background-image: url(/agv/templates/html/master/css/../img/icons/icon_newsletter_l.gif); background-position: 0px -2px; padding-top: 5px;}
a.nl:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_newsletter_h.gif);}
a.erss {background-image: url(/agv/templates/html/master/css/../img/icons/icon_mail_l.gif); background-position: 0px -2px; padding-top: 5px;}
a.erss:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_mail_h.gif);}
a.kont {background-image: url(/agv/templates/html/master/css/../img/icons/icon_rueckrufservice_l.gif); background-position: 2px -2px; padding-top: 5px;}
a.kont:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_rueckrufservice_h.gif);}
a.scReload {background-image: url(/agv/templates/html/master/css/../img/icons/icon_warenkorb-aktualisieren_l.gif);}
a.scReload:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_warenkorb-aktualisieren_h.gif);}
a.scClear  {background-image: url(/agv/templates/html/master/css/../img/icons/icon_warenkorb-leer_l.gif);}
a.scClear:hover  {background-image: url(/agv/templates/html/master/css/../img/icons/icon_warenkorb-leer_H.gif);}
a.scOrder  {background-image: url(/agv/templates/html/master/css/../img/icons/icon_zur-bestellung_l.gif);}
a.scOrder:hover  {background-image: url(/agv/templates/html/master/css/../img/icons/icon_zur-bestellung_h.gif);}

a.leftIcon:hover {color: #004d9f;}

/* Ticker Box ------------------------------------------------------------------*/

.tickerRight {
  overflow: hidden;
  position: relative;
  height: 70px;
}
.ie6 .tickerRight {
  width: 216px;
}

.tickerRight ul {
  height: 70px;
  font-weight:bold;
  position: relative;
  list-style: none;
}

.tickerRight li {
  width: 199px;
  height: 70px;
  padding-right: 17px;
  list-style: none;
}


.tickerRight a {
  text-decoration: none;
  font-size: 13px;
}


.tickerController {
  position: absolute;
  left: 219px;
  top: 0;
  width: 17px;
  height: 92px;
}

.tickerController img {
  cursor: pointer;
}



/* content containerRight boxes  ------------------------------------------------------------------*/

.containerRight .box,
.boxRight {
  width: 216px; /* 208px - 20px = 188px; */
  padding: 11px 10px 11px;
}
.containerRight .boxImageOnly {
  width: 234px;
}

.containerRight .box h2 {
  margin-bottom: 0;
}

.containerRight .loginBox {
  margin-top: -26px;
  padding: 0;
  width: 236px;
}

/* list   ------------------------------------------------------------------ */

.listAlternate {
  background-color: #f3f3f3;
}

.list {
  padding: 10px;
  width: auto;
  /*min-height: 150px;*/
  font-size: 11px;
  line-height: 16px;
}

.ie6 .list {
  height: 150px;
}

h6.isLink {
  background: url(/agv/templates/html/master/css/../img/listicon_quadrat.gif) left center no-repeat;
  padding:3px 0 3px 8px; /* bisher online 21px; jetzt an li formatierung angepasst */
  margin: 0;
}

/* press_list   ------------------------------------------------------------------ */

.presslistitem {
  position: relative;
  width: 451px;
  padding: 0 0 0 70px;
  margin: 0 0 16px 0;
}

  .presslistitem span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
  }

  .presslistitem h5 {
    font-size: 13px;
	line-height: 18px;
    color: #636363;
  }

/* basket   ------------------------------------------------------------------ */
.box .basket {
  border-spacing: 0;
  border-collapse: collapse;
  cellspacing: 0;
}

.box .basket .quantity {
  width: 18px;
  font-weight: bold;
}
.box .basket .quantity input{
  width: 15px;
  margin-right: 3px;
  text-align: right;
}

.box .basket .title {
}
.box .basket .price {
  white-space: nowrap;
  width: 60px;
  text-align: right
}

.basketEmptyLink {
  background: url(/agv/templates/html/master/css/../images/kasse.gif)
}

.ordering td {
  padding-left: 5px;
}

/* jobboerseSearch */

.grayBox {
  border: 1px solid #ccc;
  background: #ebebeb;
  padding: 20px;
}

/* =Globals Over ----------------------------------------------------------------*/

.loginForm a.leftIcon,
.leftIcon {
  padding: 5px 0 2px 25px;
  background-repeat: no-repeat;
  display: block;
}
.loginForm a.leftIcon {
  padding: 3px 0 5px 25px
}


/* =Tools ----------------------------------------------------------------*/

/*
	layout tools
*/
.floatLeft    { float: left; }
.floatRight   { float: right; }
.floatCenter   { margin: 0 auto; display: block;}
.clear        { clear: both; }
.layoutCenter { margin: 0 auto; }
.textCenter   { text-align: center; }
.textRight    { text-align: right; }
.textLeft     { text-align: left; }
.static       { position: static; }
.absolute     { position: absolute; }
.relative     { position: relative; }
.away         { position: absolute; left: -600000px; top: -600000px; }
.cleaner      { border: none; clear: both; height: 0; font-size: 0; background: none; overflow: hidden; }
.pointer      { cursor: pointer; }

/*
	typographic tools
*/
.error        {border: 4px solid #ff2300; padding: 24px 8px 24px 70px; color: #ff2300; margin: 10px 0; background: url(/agv/templates/html/master/css/../img/error.gif) #fff no-repeat 12px 50%; }
.errorMsg     {color: #ff2300;}
.errorsmall   { color: #ff2300; margin: 10px 0; }
label.error   { border: none; padding: 0; color: #f00; margin: 10px 0; background: none; }
.warning      { border: 4px solid #3187e6; padding: 24px 8px 24px 70px; color: #3187e6; margin: 10px 0; background: url(/agv/templates/html/master/css/../img/warning.gif) #fff no-repeat 12px 50%;  }
.success      { border: 4px solid #28d65a; padding: 24px 8px 24px 70px; color: #28d65a; margin: 10px 0; background: url(/agv/templates/html/master/css/../img/success.gif) #fff no-repeat 12px 50%;  }
.strikeOut    { text-decoration: line-through; }
.underline    { text-decoration: underline; }
.noDeco       { text-decoration: none; }
.text10       { font-size: 10px;}
.text11       { font-size: 11px;}
.text12       { font-size: 12px;}
.text17       { font-size: 17px;}
.text24       { font-size: 24px;}
.lowercase    { text-transform: lowercase;}
.bold         { font-weight: bold;}
.normal       { font-weight: normal;}
.white        { color: white; }

/*
	display values
*/
.hide       { display: none; }
.show       { display: block; }
.inline     { display: inline; }
.invisible  { visibility: hidden; }
.opacity50  { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.noBorder   { border: 0 !important; }
.noBg   { background: none; }
.noMarg     { margin: 0; }
.noPad      { padding: 0 !important; }


/* def spaces */
.border { border: 1px solid #d6d6d6; }
.borderTop { border-top: 1px solid #d6d6d6; }
.borderBottom { border-bottom: 1px solid #d6d6d6; }
.borderRight { border-right: 1px solid #d6d6d6; }
.borderLeft { border-left: 1px solid #d6d6d6; }

.margTop0   { margin-top:0px; }
.margTop8   { margin-top:8px; }
.margTop16  { margin-top:16px; }
.margTop24  { margin-top:24px; }
.margTop32  { margin-top:32px; }

.margBtm0   { margin-bottom:0px; }
.margBtm8   { margin-bottom:8px; }
.margBtm16  { margin-bottom:16px; }
.margBtm24  { margin-bottom:24px; }
.margBtm32  { margin-bottom:32px; }

.margR0     { margin-right:0px; }
.margR8     { margin-right:8px; }
.margR16    { margin-right:16px; }

.margL0     { margin-left:0px; }
.margL8     { margin-left:8px; }
.margL16    { margin-left:16px; }

.padTop0   { padding-top:0px; }
.padTop8   { padding-top:8px; }
.padTop16  { padding-top:16px; }
.padTop24  { padding-top:24px; }
.padTop32  { padding-top:32px; }

.padBtm0   { padding-bottom:0px; }
.padBtm8   { padding-bottom:8px; }
.padBtm16  { padding-bottom:16px; }
.padBtm24  { padding-bottom:24px; }
.padBtm32  { padding-bottom:32px; }

.padR8     { padding-right:8px; }
.padL8     { padding-left:8px; }
.padR16     { padding-right:16px; }
.padL16     { padding-left:16px; }

.minH140   { min-height:180px; }
.ie6 .minH140 { height:180px; }



.ie6 .innerMain ,
.ie6 .mainShadow ,
.ie6 .main ,
.ie6 #subNavi{ 
  display: inline;
} 
.ie6 .main {
  margin-left: 4px;
}

.ie6 .floatRight
{ 
  margin-right: -3px;
} 

/* ----- new classes by e-mojo.de ----- */

.main .innerMain .shpTeaserLine ul    {list-style: none; background: none;}
.main .innerMain .shpTeaserLine ul li {list-style: none; background: none; padding-left: 8px; padding-right: 8px; font-size: 11px;}

.shpTeaserLine {clear: both; background: url(/agv/templates/html/master/css/../img/hg_themen.gif) repeat-y;}
/*.shpTeaserLine {clear: both; background-color: #f3f3f3;}*/
	.shpTeaser {float: left; width: 179px; margin-left: 1px;/*border: 0px solid #d6d6d6; border-width: 0px 0px 0px 0px;*/}
	.shpTeaser.item1 {border-color: #fff;margin-left: 0px;}
	/*.shpTeaserLine h2 {}*/
	.shpTeaserLine h2 a {display: block; border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px; font-size: 13px; color: #595959;}
	.main .shpTeaserLine h3   {display: block; margin: 0px; padding: 0px 6px; font-size: 11px; color: #64b9e5;}
	.shpTeaserLine h2 span {display: block; background: url(/agv/templates/html/master/css/../img/themen_pfeil_u.jpg) no-repeat right 16px; margin-right: 10px; padding: 8px 6px;}
	.shpTeaserLine ul {display: block; list-style: none; margin-bottom: 25px;}
	/*.shpTeaserLine ul li {}*/
	.shpTeaserLine ul li a {display: block; background: url(/agv/templates/html/master/css/../img/themen_pfeil_l.jpg) no-repeat left 4px; padding: 0px 0px 0px 18px; color: #595959;}
	.shpTeaserLine ul li a:hover {background-image: url(/agv/templates/html/master/css/../img/themen_pfeil_h.jpg); color: #004d9f; text-decoration: underline;}

#flowpanes {width: 481px; height: 289px;}
#flowpanes {position: relative; overflow: hidden; clear: both;}
#flowpanes li {float: left; display: block; width: 481px; cursor: pointer;}
#flowpanes .item {background-color: #004d9f;}
#flowpanes ul.items {width: 20000em; position: absolute; clear: both; margin: 0; padding: 0;}
#flowpanes .less, #flowpanes .less a {color:#999 !important; font-size:11px;}
#homeTeaserMain {position: relative; width: 728px; height: 289px;}
	#homeTeaserMain.box {padding-top: 0px; padding-bottom: 0px;}
	#flowtabs {position: absolute; left: 469px; top: 0; width: 259px;}
		#flowtabs li a.flowtabAnchor {display: block; background: url(/agv/templates/html/master/css/../img/_bg_home_main-n.jpg) 12px bottom repeat-x; height: 57px; margin-left: 12px; padding-left: 0px; overflow: hidden; font-weight: bold; color: #595959; line-height: 13px;}
		#flowtabs li a.flowtabAnchor:hover {background-image: url(/agv/templates/html/master/css/../img/_bg_home_main-a.jpg); color: #fff;}
		#flowtabs li a.active, #flowtabs li a.active:hover {margin-left: 0px; padding-left: 12px; background-image: none; background-color: #004d9f; color: #fff;}
		#flowtabs li {display: block; height: 57px; overflow: hidden; border: 0px solid transparent; border-width: 1px 0px 0px 0px;}
		* html #flowtabs li {border-color: pink; filter: chroma(color=pink);}
		#flowtabs li:first-child {border-top-width: 0px;}
		#flowtabs .htmListImg {float: left; margin-right: 10px; width: 97px; height: 57px;}
		* html #flowtabs .htmListImg {width: 107px;}
		#flowtabs .htmListTxt {margin-right: 10px; width: 130px; overflow: hidden;}
		#homeTeaserMain .htmDetailImg {display: block; position: relative; left: 0px; top: 0px;}
		#homeTeaserMain .htmDetailTxt {display: block; position: relative; left: 10px; top: -113px; width: 360px; height: 101px; background-color: #004d9f; color: #fff;}
			#homeTeaserMain .htmDetailTxt h2 {padding: 12px 12px 0px 12px; font-size: 18px; color: #fff;}
			#homeTeaserMain .htmDetailTxt p  {padding: 12px 12px 0px 12px; font-size: 11px; line-height: 16px;}
			#homeTeaserMain .htmDetailTxt span.h2 {display: block; padding: 12px 12px 0px 12px; font-size: 18px; font-weight: bold; line-height: 26px; color: #fff;}
			#homeTeaserMain .htmDetailTxt span.p  {display: block; padding: 6px 12px 0px 12px; font-size: 11px; line-height: 16px;}
		#homeTeaserMain .htmDetailBtn {position: relative; left: 306px; bottom: 136px; width: 62px; height: 21px; background: url(/agv/templates/html/master/css/../img/_bg_home_main-n.jpg) repeat-x; color: #fff; border: 1px solid #aaa; text-align: center;}
			#homeTeaserMain .htmDetailBtn a {display: block; padding: 4px;}

#homeTeaserChange {display: block; height: 214px;}
	#homeTeaserChange.box {padding-top: 10px;}
	#homeTeaserChange h3 {margin: 0px 10px; font-size: 13px; padding-bottom: 0px;}
	#homeTeaserChange .htcPrev {float: left; margin: 9px 0px 3px 0px; padding: 0; vertical-align: bottom;}
	#homeTeaserChange .htcNext {float: right; margin: 9px 0px 3px 0px; padding: 0; vertical-align: bottom;}
	#homeTeaserChange .htcPrev a {width: 31px; height: 194px; background: url(/agv/templates/html/master/css/../img/arw_home_teaser_l.jpg) no-repeat 10px bottom;}
	#homeTeaserChange .htcNext a {width: 31px; height: 194px; background: url(/agv/templates/html/master/css/../img/arw_home_teaser_r.jpg) no-repeat 4px bottom;}
	#homeTeaserChange .htcPrev a:hover {background-image: url(/agv/templates/html/master/css/../img/arw_home_teaser_l-h.jpg);}
	#homeTeaserChange .htcNext a:hover {background-image: url(/agv/templates/html/master/css/../img/arw_home_teaser_r-h.jpg);}
	#homeTeaserChange a.browse {display: block; width: 31px; height: 194px; cursor: pointer; font-size: 1px;}
	#homeTeaserChange .htcPrev span, #homeTeaserChange .htcNext span {visibility: hidden;}
	#homeTeaserChange .htcContent {display: block; height: 203px; overflow: hidden;}
		#homeTeaserChange .htcContent h4 {margin: 0; padding: 12px 0; background-image: none; font-size: 13px;}
		#homeTeaserChange .htcContent a {}
		#homeTeaserChange .htcContent a:hover {text-decoration: underline;}
		#homeTeaserChange .htcContent ul    {margin: 0; padding: 0;}
		#homeTeaserChange .htcContent ul li {float: left; margin: 9px 6px; width: 210px;}
		/* html #homeTeaserChange .htcContent ul li {margin-right: 4px; margin-left: 4px;}*/
		#homeTeaserChange .htmListImg {display: block; width: 210px; overflow: hidden;}
		#homeTeaserChange .htcContent ul li p {margin: 0; font-size: 11px; line-height: 16px;}

#changeTeaser {display: block; height: 142px;}
	#changeTeaser.box {padding-top: 10px;}
	#changeTeaser h3 {margin: 0px 10px; font-size: 13px; padding-bottom: 0px;}
	#changeTeaser .htcPrev {float: left; margin: 9px 0px 3px 0px; padding: 0; vertical-align: bottom;}
	#changeTeaser .htcNext {float: right; margin: 9px 0px 3px 0px; padding: 0; vertical-align: bottom;}
	#changeTeaser .htcPrev a {width: 31px; height: 122px; background: url(/agv/templates/html/master/css/../img/arw_change_teaser_l.jpg) no-repeat 10px center;}
	#changeTeaser .htcNext a {width: 31px; height: 122px; background: url(/agv/templates/html/master/css/../img/arw_change_teaser_r.jpg) no-repeat 4px center;}
	#changeTeaser .htcPrev a:hover {background-image: url(/agv/templates/html/master/css/../img/arw_change_teaser_l-h.jpg);}
	#changeTeaser .htcNext a:hover {background-image: url(/agv/templates/html/master/css/../img/arw_change_teaser_r-h.jpg);}
	#changeTeaser a.browse {display: block; width: 31px; height: 122px; cursor: pointer; font-size: 1px;}
	#changeTeaser .htcPrev span, #changeTeaser .htcNext span {visibility: hidden;}
	#changeTeaser .htcContent {display: block; height: 131px; overflow: hidden;}
		#changeTeaser .htcContent h4 {margin: 0; padding: 12px 0; background-image: none; font-size: 11px; line-height: 13px; text-align: center;}
		#changeTeaser .htcContent a {}
		#changeTeaser .htcContent a:hover {text-decoration: underline;}
		#changeTeaser .htcContent ul    {margin: 0; padding: 0;}
		#changeTeaser .htcContent ul li {float: left; margin: 9px 19px 9px 5px; width: 112px;}
		/* html #changeTeaser .htcContent ul li {margin-right: 10px; margin-left: 10px;}*/
		#changeTeaser .htmListImg {display: block; width: 112px; overflow: hidden;}
		#changeTeaser .htcContent ul li p {margin: 0; line-height: 16px;}

.scrollable {position:relative; overflow:hidden;}
	#homeTeaserChangeContent.scrollable {width: 666px; height: 203px;}
	* html #homeTeaserChangeContent.scrollable {width: 660px; height: 203px;}
	#changeTeaserContent.scrollable {width: 666px; height: 131px;}
	* html #changeTeaserContent.scrollable {width: 660px; height: 131px;}
.scrollable .items {width:20000em; position:absolute; clear:both;}

h1.hdlArticlePrntLn {padding: 6px 0px; border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px; font-size: 13px; line-height: 18px; color: #373737;}

.tickerRightTable td {font-size: 3px; height: 3px; line-height: 3px; overflow: hidden;}
.gecko .tickerRightTable td {font-size: 0; height: 3px; line-height: 0; overflow: hidden; line-height: 0; font-size: 10px;} /* FF bug height */
.tickerRightTable td.active {background-color: #004d9f;}

.main .linklistBox ul    {list-style: none; background: none; padding: 0px; margin-bottom: 0px;}
.main .linklistBox ul li {list-style: none; background: none; padding: 0px;}

.linklistBox {}
.linklistBox.llBox033 {width: 172px;}
.linklistBox.llBox050 {width: 258px;}
.linklistBox.llBox066 {width: 344px;}
.linklistBox.llBox100 {float: none; margin-right: 0; width: auto;}
	.linklistBox .text {padding: 0px 10px; font-size: 11px; line-height: 16px;}
	.linklistBox .boxLabel {font-size: 13px; font-weight: bold; line-height: 18px; color: #004d9f;}
	.linklistBox ul    {list-style: none; background: none; padding: 0px;}
	.linklistBox ul li {list-style: none; background: none; padding: 0px;}
	.linklistBox ul li a {display: block; background: url(/agv/templates/html/master/css/../img/themen_pfeil_l.gif) no-repeat left 5px; padding: 0px 0px 0px 16px; font-size: 11px; line-height: 16px; color: #595959;}
	.linklistBox ul li a:hover {background-image: url(/agv/templates/html/master/css/../img/themen_pfeil_h.gif); color: #004d9f; text-decoration: underline;}
	.linklistBox p     {font-size: 11px; line-height: 16px;}
	.linklistBox h5    {padding-bottom: 6px;}
	.linklistBox .floatLeft { width: 250px;}

/* ----- #pandemic special pages ----- */
#pandemic h2, #pandemic h3, #pandemic h4 {color: #004d9f;}

.main #pandemicNavi ul    {list-style: none; background: none; padding: 0px;}
.main #pandemicNavi ul li {list-style: none; background: none; padding: 0px;}

#pandemicNavi {position: relative; width: 540px; height: 216px; margin-top: 20px;}
#pandemicNavi #menu0 {float: left; position: absolute; left: 0px; top: 0px; width: 179px; height: 215px;}
#pandemicNavi #menu1 {float: left; position: absolute; left: 180px; top: 0px; width: 179px; height: 215px;}
#pandemicNavi #menu2 {float: left; position: absolute; left: 360px; top: 0px; width: 179px; height: 215px;}
#pandemicNavi #scroller0 {float: left; width: 179px; height: 216px; overflow-x: hidden; overflow-y: auto; background: url(/agv/templates/html/master/css/../img/pandemie/box.gif) no-repeat; padding: 0px;}
#pandemicNavi #scroller1 {float: left; width: 179px; height: 216px; overflow-x: hidden; overflow-y: auto; background: url(/agv/templates/html/master/css/../img/pandemie/box_text.gif) no-repeat; padding: 0px;}
#pandemicNavi #scroller2 {float: left; width: 179px; height: 216px; overflow-x: hidden; overflow-y: auto; background: url(/agv/templates/html/master/css/../img/pandemie/box_text.gif) no-repeat; padding: 0px;}
#pandemicNavi ul          {margin: 1px;}
#pandemicNavi li          {/*width: 162px;*/}
#pandemicNavi li a        {display: block; background: url(/agv/templates/html/master/css/../img/pandemie/hg_box_link.gif) repeat-x 0 0; padding: 6px; font-size: 10px; line-height: 11px; color: #7f7f7f; border-bottom: 1px solid #d6d6d6;}
#pandemicNavi li a:hover  {background: none; background-color: #cecece;}
#pandemicNavi li a.active {background: none; background-color: #004d9f; color: #fff;}
#pandemicNavi .jScrollPaneContainer    {position: relative; overflow: hidden; z-index: 1;}
#pandemicNavi .jScrollPaneTrack        {position: absolute; cursor: pointer; right: 0px; top: 0px; height: 100%; background: transparent url(/agv/templates/html/master/css/../img/pandemie/scrollbar_hg.gif) 0 0; /*background: #aaa;*/}
#pandemicNavi .jScrollPaneDrag         {position: absolute; background: url(/agv/templates/html/master/css/../img/pandemie/scrollbar.gif) no-repeat 50% 50%; cursor: pointer; overflow: hidden;}
/*#pandemicNavi .jScrollPaneDragTop      {display: none; position: absolute; top: 0px; left: 0px; overflow: hidden;}*/
/*#pandemicNavi .jScrollPaneDragBottom   {display: none; position: absolute; bottom: 0px; left: 0px; overflow: hidden;}*/
#pandemicNavi a.jScrollArrowUp         {display: block; position: absolute; z-index: 1; top: 0px; right: 0px; text-indent: -2000px; overflow: hidden; background: transparent url(/agv/templates/html/master/css/../img/pandemie/pfeil_oben.gif) no-repeat 50% 50%; height: 15px;}
#pandemicNavi a.jScrollArrowUp:hover   {/*background-color: #f60;*/}
#pandemicNavi a.jScrollArrowDown       {display: block; position: absolute; z-index: 1; bottom: 0px; right: 0px; text-indent: -2000px; overflow: hidden; background: transparent url(/agv/templates/html/master/css/../img/pandemie/pfeil_unten.gif) no-repeat 50% 50%; height: 14px;}
#pandemicNavi a.jScrollArrowDown:hover {/*background-color: #f60;*/}
#pandemicNavi a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {/*background-color: #f00;*/}

#pandemicContentID {display: none;}

#pandemicContact {width: 50%; margin: 20px auto; text-align: center;}
	#pandemicContact .hotline {height: 70px; background: url(/agv/templates/html/master/css/../img/pandemie/hotline_element_links.png) no-repeat top -7px; /*border: 1px solid #004d9f;*/}
	#pandemicContact .hotline span {display: block; height: 70px; padding: 24px 0px 0px 7px; background: url(/agv/templates/html/master/css/../img/pandemie/hotline_element_rechts.png) no-repeat top right; font-size: 22px; color: #004d9f;}

#pandemicContent {margin: 20px 0px;}
#pandemicContent p {font-size: 13px; line-height: 18px;}
#pandemicContent ul {list-style-type: none;}
#pandemicContent ul li {list-style-type: none; background: url(/agv/templates/html/master/css/../img/icons/icon_bullet.gif) no-repeat 5px 5px; padding: 1px 10px 3px 20px; font-size: 13px; line-height: 18px;}

#pandemicContent .shpTeaserLine {background-color: #fff;}
	#pandemicContent .shpTeaser {border-color: #fff;}
	#pandemicContent .shpTeaserLine h3 a {padding: 12px 0px 0px 0px; border: 0px solid #d6d6d6; border-width: 1px 0px 0px 0px;}
	#pandemicContent .shpTeaserLine h3 span {display: block; padding: 0px 4px 12px 4px;}
	#pandemicContent .shpTeaserLine p  {padding: 0px 8px; font-size: 11px; line-height: 16px;}
	#pandemicContent .shpTeaserLine ul li {list-style-type: none; background:none; font-size: 11px; line-height: 16px;}
#pandemicContent .linklistBox ul li {list-style-type: none; background:none; padding: 0px; font-size: 11px; line-height: 16px;}

.main h4.hdlDownloads {padding: 4px 10px 4px 40px; background: url(/agv/templates/html/master/css/../img/icons/icon_download.gif) 0px 0px no-repeat;}
.main h4.hdlPictures  {padding: 4px 10px 4px 40px; background: url(/agv/templates/html/master/css/../img/icons/icon_bilder_uebersicht.gif) 0px 0px no-repeat;}
.main .downloadBox {border: 0px solid #d6d6d6; border-width: 1px 0px 0px 0px;}
.main .downloadBox ul li {clear: both; list-style-type: none; background:none; /*height: 36px;*/ padding: 12px 8px; border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px; font-size: 11px; line-height: 16px;}
* html .main .downloadBox .dt {float: left;}
*+html .main .downloadBox .dt {float: left;}
* html .main .downloadBox ul li {/*height: 60px;*/}
.main .downloadBox ul li.odd {background-color: #efefef;}
.main .downloadBox .dt {display: block; margin: 0px; padding: 0px; width: 355px; vertical-align: top; font-weight: bold;}
.main .downloadBox .dt span {color: #004d9f;}
.main .downloadBox .dd {display: block; float: right; margin-left: 10px; width: 162px; border: 0px solid #d6d6d6; border-width: 0px 0px 0px 1px;}
* html .main .downloadBox .dd {width: 172px;}
.main .downloadBox .dd a {display: block; /*height: 28px;*/ margin: 0px 10px; padding: 4px 10px 4px 32px; background: url(/agv/templates/html/master/css/../img/icons/icon_dokument_l.gif) 0px 8px no-repeat; color: #595959;}
* html .main .downloadBox .dd a {/*height: 36px;*/}
.main .downloadBox .dd a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_dokument_h.gif);}
.main .downloadBox .dd a.iconVideo {background-image: url(/agv/templates/html/master/css/../img/icons/icon_video_l.gif);}
.main .downloadBox .dd a.iconVideo:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_video_h.gif);}

.main #pandemicContent .hdlDownloads {padding: 4px 10px 4px 40px; background: url(/agv/templates/html/master/css/../img/icons/icon_download.gif) 0px 0px no-repeat;}
.main #pandemicContent .downloadBox {border: 0px solid #d6d6d6; border-width: 1px 0px 0px 0px;}
.main #pandemicContent .downloadBox ul li {clear: both; list-style-type: none; background:none; padding: 12px 8px; border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px;}
* html .main #pandemicContent .downloadBox .dt {float: left;}
*+html .main #pandemicContent .downloadBox .dt {float: left;}
*+html .main #pandemicContent .downloadBox div {clear: both;}
.main #pandemicContent .downloadBox ul li.odd {background-color: #efefef;}
.main #pandemicContent .downloadBox .dt {display: block; margin: 0px; padding: 0px; width: 355px; vertical-align: top; font-weight: bold;}
.main #pandemicContent .downloadBox .dt span {color: #004d9f;}
.main #pandemicContent .downloadBox .dd {display: block; float: right; margin-left: 10px; width: 162px; border: 0px solid #d6d6d6; border-width: 0px 0px 0px 1px;}
* html .main #pandemicContent .downloadBox .dd {width: 172px;}
.main #pandemicContent .downloadBox .dd a {display: block; margin: 0px 10px; padding: 4px 10px 4px 32px; background: url(/agv/templates/html/master/css/../img/icons/icon_dokument_l.gif) 0px 8px no-repeat; color: #595959;}
.main #pandemicContent .downloadBox .dd a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_dokument_h.gif);}
.main #pandemicContent .downloadBox .dd a.iconVideo {background-image: url(/agv/templates/html/master/css/../img/icons/icon_video_l.gif);}
.main #pandemicContent .downloadBox .dd a.iconVideo:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_video_h.gif);}

.loadingWrapper {margin-top: 25%; margin-left: 48%;}
.isLoading      {width: 50px; height: 50px; background: url(/agv/templates/html/master/css/../img/loader.gif) 0 0 no-repeat;}

div.searchResultLine    {margin: 0px; padding: 3px; background-color: #fff; text-align: right; display: block; font-size: 11px;}
div.searchResultLine div.searchResultNumber   {/*float: left;*/ text-align: left; padding-top: 2px;}
div.searchResultLine div.searchResultNumber a {padding: 0px 0px 0px 10px;}
div.searchResultLine div.searchResultPaging   {float: right; text-align: right;}
div.searchResultLine div.searchResultPaging a {padding: 0px 10px 0px 0px;}
div.searchResultLine div.searchResultCenter   {float: right; text-align: center;}
/*
div.searchResultLine div.searchResultPaging {background:url(/agv/templates/html/master/css/../img/bg_navi_std.gif); padding:0; margin:16px 0 0 0; width: 100%; float: left;}
div.searchResultLine div.searchResultPaging ul {list-style: none; padding: 0;}
div.searchResultLine div.searchResultPaging ul ul {display: none;}
div.searchResultLine div.searchResultPaging li {background:url(/agv/templates/html/master/css/../img/bg_navi.gif) no-repeat right top; float: left; margin:0; padding:0;}
div.searchResultLine div.searchResultPaging li a {display: block; background:url(/agv/templates/html/master/css/../img/bg_navi_l.gif) no-repeat left top; color:#7a7a7a; text-decoration: none; line-height:14px; padding: 4px 21px 5px 11px;}
div.searchResultLine div.searchResultPaging li.active {background-image:url(/agv/templates/html/master/css/../img/bg_navi-h.gif);}
div.searchResultLine div.searchResultPaging li.active span {background-image:url(/agv/templates/html/master/css/../img/bg_navi_l-h.gif);}
div.searchResultLine div.searchResultPaging li a:hover, div.searchResultLine div.searchResultPaging li a.active {color:#004d9f;}
*/

div.searchResultLine div.searchResultPaging {background:url(/agv/templates/html/master/css/../img/bg_navi_std.gif); padding:0; margin:16px 0 0 0; width: 100%; float: right;}
div.searchResultLine div.searchResultPaging span {/*display: inline; float: left;*/}
div.searchResultLine div.searchResultPaging ul {display: inline; background: none; list-style-type: none; padding: 0; background: url(/agv/templates/html/master/css/../img/bg_navi_std.gif); float: right;}
div.searchResultLine div.searchResultPaging ul ul {display: none;}
div.searchResultLine div.searchResultPaging li {float: left; background: none; margin: 0px 0px 0px 1px; padding: 0; border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px; font-size: 11px;}
div.searchResultLine div.searchResultPaging li a {display: block; color: #7a7a7a; text-decoration: none; line-height: 14px; padding: 3px 6px 2px; border: 0px solid #d6d6d6; border-width: 1px; border-bottom-color: #efefef;}
div.searchResultLine div.searchResultPaging li span {display: block; text-decoration: none; line-height: 14px; padding: 3px 6px 2px; border: 0px solid #d6d6d6; border-width: 1px; border-bottom-color: #efefef;}
div.searchResultLine div.searchResultPaging li.active, div.searchResultLine div.searchResultPaging li.active a {border-bottom-color: #fff;}
div.searchResultLine div.searchResultPaging li.active span {border-bottom-color: #fff;}
div.searchResultLine div.searchResultPaging li.special a {padding: 0px; border-bottom-width: 0px;}
div.searchResultLine div.searchResultPaging li.verySpecial {border: none; padding-top: 2px; padding-right: 4px;}
div.searchResultLine div.searchResultPaging li a:hover, div.searchResultLine div.searchResultPaging li a.active {color:#004d9f;}

a.iconLinkArw {background: url(/agv/templates/html/master/css/../img/themen_pfeil_l.jpg) no-repeat 0 2px; padding: 0px 0px 0px 16px; color: #004d9f;}
a.iconLinkArw:hover {background-image: url(/agv/templates/html/master/css/../img/themen_pfeil_h.jpg);}

table.newCalendarDetail td {padding: 2px 8px;}
table.newCalendarDetail td.tdLabel {font-weight: bold}

a.iconLinkBackToLast {background: url(/agv/templates/html/master/css/../img/icons/icon_zurueck-zur-letzten-seite_l.gif) no-repeat 0 -5px; padding: 0px 0px 0px 25px; font-size:11px; line-height: 16px; color: #595959;}
a.iconLinkBackToLast:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_zurueck-zur-letzten-seite_h.gif); color: #004d9f;}

a.buttonPandemic {display: block; margin: 10px auto; padding-top: 6px; background: url(/agv/templates/html/master/css/../img/_btn_bg.png) repeat-x 0 0; width: 216px; height: 22px; border: 1px solid #aaa; text-align: center; font-weight: bold; color:#494949;}

/* tables (used in pdm articles) */
.main table.tableContentLeft td {text-align: left;}
.main table.tableContentRight td {text-align: right;}
.main table.tableContentCenter td {text-align: center;}

.main table.tableStyle1 {background-color: #f5f5f5;}
.main table.tableStyle1 td {border: 1px solid #c2c2c2; padding: 4px; vertical-align: top;}
.main table.tableStyle1 thead th {border: 1px solid #c2c2c2; padding: 4px; text-align: center; vertical-align: top; color: #004d9f; font-weight: bold;}
.main table.tableStyle1 thead th:first-child {text-align: left;}
.main table.tableStyle1 tfoot tr {background-color: #bed4e4; border: 1px solid #c2c2c2;}
.main table.tableStyle1 tfoot th {padding: 4px; text-align: center; vertical-align: top;}
.main table.tableStyle1 tfoot th:first-child {text-align: left;}
.main table.tableStyle1 tbody th {border: 1px solid #c2c2c2; padding: 4px; text-align: left; vertical-align: top; font-weight: normal; text-decoration: underline;}

.main table.tableStyle2 {background-color: #fff;}
.main table.tableStyle2 td {border: 1px solid #bed4e4; padding: 4px; vertical-align: top;}
.main table.tableStyle2 thead th {border: 1px solid #bed4e4; padding: 4px; text-align: center; vertical-align: top; color: #004d9f; font-weight: bold;}
.main table.tableStyle2 thead th:first-child {text-align: left;}
.main table.tableStyle2 tbody th {border: 1px solid #bed4e4; padding: 4px; text-align: left; vertical-align: top; font-weight: normal; text-decoration: underline;}

.serviceCenter .scIntro    {padding: 0px 8px;}
.serviceCenter .scIntro h1 {font-size: 22px; font-weight: normal; line-height: 26px; margin-bottom: 8px;}
.serviceCenter .scIntro p, .serviceCenter .scIntro li {font-size: 13px; line-height: 18px;}
#scNavi {margin-bottom: 8px; padding-bottom: 16px; border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px;}
.main #scNavi.linklistBox ul li {float: left; width: 258px;}
.main #scNavi.linklistBox ul li.active a.active {background-image: url(/agv/templates/html/master/css/../img/themen_pfeil_h.gif); color: #004d9f;}
.main .scMain h3 { font-size: 13px;}
.main .scMain .image {width: 695px; height: 113px; overflow: hidden;}
.main .scMain .linklistBox {width: 230px;}
.main .scMain .linklistBox ul {margin-bottom: 8px;}

.bbContentArea {border: 0px solid #bed4e4; border-width: 0px 1px 1px 1px; padding: 10px;}
/*.main div.relatedTeaserBoxBB .linklistBox ul li {padding-left: 10px;}*/
.main div.relatedTeaserBoxBB .linklistBox ul {margin: 0px 0px 0px 10px;}
.contactBoxHotline {width: 60%; margin: 20px auto; text-align: center;}
	.contactBoxHotline .hotline {display: block; padding-left: 61px; height: 70px; background: url(/agv/templates/html/master/css/../img/hotline_element_links.gif) no-repeat top left;}
	.contactBoxHotline .hotline span {display: block; height: 70px; padding: 24px 40px 0px 0px; background: url(/agv/templates/html/master/css/../img/hotline_element_rechts.gif) no-repeat top right; font-size: 16px; font-weight: bold; color: #004d9f;}
	.contactBoxHotline .addInfo {font-size: 11px; color: #d6d6d6;}

/* HR-Pool classes */
/* classes will be removed after switch to global paging classes */
.pageNaviHrDetail {border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px; font-size: 12px;}
.pageNaviHrDetailPrev {width: 33%; text-transform: uppercase;}
	.pageNaviHrDetailPrev a {padding: 2px 0px 6px 30px; background: url(/agv/templates/html/master/css/../img/icons/icon_zurueck_l.gif) no-repeat top left;}
	.pageNaviHrDetailPrev a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_zurueck_h.gif);}
.pageNaviHrDetailBack {width: 33%; text-transform: uppercase;}
	.pageNaviHrDetailBack a {padding: 2px 0px 6px 30px; background: url(/agv/templates/html/master/css/../img/icons/icon_zurueck-zur-trefferliste_l.gif) no-repeat top left;}
	.pageNaviHrDetailBack a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_zurueck-zur-trefferliste_h.gif);}
.pageNaviHrDetailNext {width: 33%; text-transform: uppercase; text-align: right;}
	.pageNaviHrDetailNext a {padding: 2px 30px 6px 0px; background: url(/agv/templates/html/master/css/../img/icons/icon_next_l.gif) no-repeat top right;}
	.pageNaviHrDetailNext a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_next_h.gif);}

/* paging classes */
.paging {border: 0px solid #d6d6d6; border-width: 0px 0px 1px 0px; font-size: 12px;}
.pagingPrev {width: 33%; text-transform: uppercase;}
	.pagingPrev a {padding: 2px 0px 6px 30px; background: url(/agv/templates/html/master/css/../img/icons/icon_zurueck_l.gif) no-repeat top left;}
	.pagingPrev a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_zurueck_h.gif);}
.pagingBack {width: 33%; text-transform: uppercase;}
	.pagingBack a {padding: 2px 0px 6px 30px; background: url(/agv/templates/html/master/css/../img/icons/icon_zurueck-zur-trefferliste_l.gif) no-repeat top left;}
	.pagingBack a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_zurueck-zur-trefferliste_h.gif);}
.pagingNext {width: 33%; text-transform: uppercase; text-align: right;}
	.pagingNext a {padding: 2px 30px 6px 0px; background: url(/agv/templates/html/master/css/../img/icons/icon_next_l.gif) no-repeat top right;}
	.pagingNext a:hover {background-image: url(/agv/templates/html/master/css/../img/icons/icon_next_h.gif);}

/* maybe move into design.css later */
.main .innerMain .infoDetail ul li {padding-left: 0px;}
.phoneIcon {background-position: 0 50%;}


 }
@media screen {.MultiBoxContainer {
background-color:#FFFFFF;
border:2px solid #e6e6e6;
display:none;
position:absolute;
z-index:100;
padding: 10px;
}
.MultiBoxLoading {
background:transparent url(/agv/templates/html/master/css/../img/multibox/loader.gif) no-repeat scroll center;
}
.MultiBoxContent {
height:100%;
overflow:hidden;
position:relative;
width:100%;
text-align: center;
}
.MultiBoxClose {
background:transparent url(/agv/templates/html/master/css/../img/multibox/close.png) no-repeat scroll 0% 50%;
cursor:pointer;
height:30px;
right: -7px;
/*left:-19pt;*/
position:absolute;
top:-7px;
width:30px;
}
* html .MultiBoxClose {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/multibox/close.png');
}
.MultiBoxControlsContainer {
  height:0px;
  overflow:hidden;
  position:relative;
}
.MultiBoxControls {
background-color:#fff;
height:auto;
position:relative;
width:100%;
}
.MultiBoxPrevious {
background:transparent url(/agv/templates/html/master/css/../img/multibox/left.png) no-repeat scroll 0%;
cursor:pointer;
height:24px;
left:0px;
margin-top:5px;
position:absolute;
width:24px;
}
.MultiBoxNext {
background:transparent url(/agv/templates/html/master/css/../img/multibox/right.png) no-repeat scroll 0%;
cursor:pointer;
height:24px;
margin-top:5px;
position:absolute;
right:0px;
width:24px;
}
.MultiBoxNextDisabled {
background:transparent url(/agv/templates/html/master/css/../img/multibox/rightDisabled.png) no-repeat scroll 0%;
cursor:default;
}
.MultiBoxPreviousDisabled {
background:transparent url(/agv/templates/html/master/css/../img/multibox/leftDisabled.png) no-repeat scroll 0%;
cursor:default;
}
.MultiBoxTitle {
color:#000;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
margin:10px 0pt 0pt 35px;
position:relative;
text-align:left;
}
.MultiBoxNumber {
color:#000;
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:10px 35px 0pt 0pt;
position:relative;
text-align:right;
width:50px;
z-index: 30;
font-size: 9px;
}
.MultiBoxDescription {
clear:left;
color:#000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin:0pt 35px;
padding-top:5px;
position:relative;
text-align:left;
background:#fff;
}

#Overlay{
 background-color:#4d4d4d !important;
} }
@media screen {/* bayme: spezielle farben + bilder  ----------------------------------*/

h1, h2, h3, h4, h5 {
  color:#004d9f;
}

.color {
  color: #004d9f;
}

.black {
  color: #595959;
}

.background {
  background-color: #004d9f;
  color: #fff;
}

/* Header   ------------------------------------------------------boxLabel----- */

.header {
  background: url(/agv/templates/html/master/css/../img/vbw/_top_bg.png ) repeat-x;
}

.loginBox {
}

/* Links   ----------------------------------------------------------- */

a {
  color:#004d9f; /* Linkfarbe entsprechend der Headlines b. Bayme, sh. Knobling PDF */
}

input.iconLink,
a.iconLink {
  color:#004d9f;
}

a.topLink {
  color:#004d9f;
}

a.themenLink {
  color:#004d9f;
}

/* headlines --------------------------------------------------------*/


.main h3 {
}

/* Headlines 3. Naviebene; Unsere Themen > Brennpunkt > Zeitarbeit */
.main h3.level3 {
}

/* headline grau in 3er TeaserBox bei allen 3 verbaenden */
.main h4 {
  color:#5E6166;
}

.main div.teaserBox h5 {
  color:#004d9f;
}

.detail h6, .dossier h6 {
  color:#004d9f;
}

/* =Header -----------------------------------------------------------*/


.keyVisual {
  border-right:1px solid #00BFF3;
}

/* =mainNavi ------------------------------------------------------------------*/

.homeIcon:hover,
.homeIconActive {
  background-color: #4d4d4d;
}

/* 1. level -------------------------------------------------------------------*/

#mainNavi li.last a {
  padding-right: 14px;
}


#mainNavi li a.level0-active {
  background: #4d4d4d;
  color: #fff;
}

/* =subNavi 2./3. level -------------------------------------------------------*/

#subNavi ul {
  margin:0;
  padding:0;
}


#subNavi li.level0 a,
#subNavi li.level1 a   {
}

#subNavi a:hover,
#subNavi a.level0-active,
#subNavi a.level0-active:hover,
#subNavi a.level0:hover,
#subNavi a.level1-active,
#subNavi a.level1:hover ,
#subNavi a.level1-active:hover {}

#mainNavi li.level0-over {
  background: #90b8d4;
  margin-left: -1px;
  padding-left: 1px;
}

#subNavi li.level0-active a.level0-active {
  background-color: #4d4d4d;
}
#subNavi li.level0 a:hover {
  background-color: #90b8d4;
}
#subNavi li.level1-active a {
  color: #4d4d4d;
}
#subNavi li.level1 a:hover {
  color: #4d4d4d;
}

/* =reiterNavi 4. level -------------------------------------------------------*/

#reiterNavi li a:hover, #reiterNavi li a.active {
}

/* right header boxes --------------------------------------------------------*/

.langChooser {
  background: #33BEF2;
}

  .searchBox li a, .searchBox li a:hover {
    background: #004d9f;
  }

  .searchBox li a.active, .searchBox li a.active:hover {
    color: #004d9f;
  }

/* boxes allg. */

.containerLeft .boxLabel, .containerRight .boxLabel {
}

/* left column boxes --------------------------------------------------*/

.zipCard {
}

/* right column boxes --------------------------------------------------*/

.ticker {
  color: #105caa;
}

/* content ------------------------------------------------------------*/

.content {
}

/* main elements -------------------------------------------------------*/

ul.linkListe li {
  /*padding: 0 0 8px 13px;*/
  /*background:url(/agv/templates/html/master/css/../img/bayme/bg_link.gif) 0 2px no-repeat;*/
}

div.imgTeaserBox li {
  color: #004d9f;
}

  div.imgTeaserBox li a {
    color: #004d9f;
  }

.box a.warenkorbLink  {
  background: url(/agv/templates/html/master/css/../img/wagen.gif) 0px 0px no-repeat;
}
/*
.box a.downloadLink  {;
  background: url(/agv/templates/html/master/css/../img/bayme/download_icon.gif) 133px 0px no-repeat;
}
*/
/* wenn moeglich fuer im Redsys eingegebenen Text */
.highlight {
  color:#004d9f;
}


/* form-elements  ------------------------------------------------------------*/

.containerLeft form input, .containerRight form input {
  margin-right: 3px;
}


/* calendar  ------------------------------------------------------------*/

div.calendar th {
  color: #004d9f;
}

/* dictionary  ------------------------------------------------------------*/

.dictionary {
  background: #E0E0E0;
}

a.iconLinkActive {
  background:url(/agv/templates/html/master/css/../img/bg_LinkActive.gif) #004d9f 0 0 no-repeat;
  color:#fff;
}

/* basket   ------------------------------------------------------------------ */

.basketEmptyLink {
  background: url(/agv/templates/html/master/css/../img/bayme/wagen_leer.gif) no-repeat;
  padding-left: 20px;
}
.kasseLink {
  background: url(/agv/templates/html/master/css/../img/bayme/kasse.gif) no-repeat;
  padding-left:20px;
}
.basketUpdateLink {
  background: url(/agv/templates/html/master/css/../img/bayme/refresh.gif) no-repeat;
  padding-left:20px;
}

.topBorder { border-top:1px solid #004d9f; }


/* companyNet   ------------------------------------------------------------------ */

.companyNet  .emptyBtn {
  width: 132px;
  background: url(/agv/templates/html/master/css/../img/bayme/btnBlueMedium.png) no-repeat;
}
.ie6 .companyNet  .emptyBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/btnBlueMedium.png', sizingMethod='fit');
}

.companyNet .startBtn {
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_start.png) no-repeat;
}
.ie6 .companyNet .startBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_start.png', sizingMethod='fit');
}

.companyNet .merkuebersichtBtn {
  width: 105px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_merkuebersicht.png) no-repeat;
}
.ie6 .companyNet .merkuebersichtBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_merkuebersicht.png', sizingMethod='fit');
}

.companyNet .pdfanfordernBtn {
  width: 105px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_pdf-anfordern.png) no-repeat;
}
.ie6 .companyNet .pdfanfordernBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_pdf-anfordern.png', sizingMethod='fit');
}

.companyNet .detailsBtn {
  width: 66px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_details.png) no-repeat;
}
.ie6 .companyNet .detailsBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_details.png', sizingMethod='fit');
}

.companyNet .merkenBtn {
  width: 72px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_merken.png) no-repeat;
}
.ie6 .companyNet .merkenBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_merken.png', sizingMethod='fit');
}

.companyNet .entfernenBtn {
  width: 82px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_entfernen.png) no-repeat;
}
.ie6 .companyNet .entfernenBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_entfernen.png', sizingMethod='fit');
}

.companyNet .zurWebseiteBtn {
  width: 132px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_zur-webseite.png) no-repeat;
}
.ie6 .companyNet .zurWebseiteBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_zur-webseite.png', sizingMethod='fit');
}

.companyNet .merkenFBtn {
  width: 132px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_firma-merken.png) no-repeat;
}
.ie6 .companyNet .merkenFBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_firma-merken.png', sizingMethod='fit');
}

.companyNet .suchanfrageeinblendenBtn {
  width: 158px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_suchanfrage-einblenden.png) no-repeat;
}
.ie6 .companyNet .suchanfrageeinblendenBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_suchanfrage-einblenden.png', sizingMethod='fit');
}

.companyNet .suchanfrageausblendenBtn {
  width: 158px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_suchanfrage-ausblenden.png) no-repeat;
}
.ie6 .companyNet .suchanfrageausblendenBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_suchanfrage-ausblenden.png', sizingMethod='fit');
}

.agvAlertCloseBtn {
  background: url(/agv/templates/html/master/css/../img/bayme/close.png) no-repeat;
}
.ie6 .agvAlertCloseBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/close.png', sizingMethod='fit');
}

.infoBtn {
  width: 16px;
  height: 16px;
  background: url(/agv/templates/html/master/css/../img/bayme/firme/btn_info.png) no-repeat;
}
.ie6 .infoBtn {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/html/master/img/bayme/firme/btn_info.png', sizingMethod='fit');
}

.agvAlertBox {
  border: 1px solid #004d9f;
}

.agvAlertBox h6{
  background-image: url(/agv/templates/html/master/css/../img/bayme/firme/btn_info.png) ;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}

.companyNet .proPage span ,
.companyNet .proPage a {
  border: 1px solid #004d9f;
  color: #505050;
}

.companyNet .proPage a {
  background: #004d9f;
}


/* =Footer ------------------------------------------------------------------*/


.footer{
  background-image: url(/agv/templates/html/master/css/../img/vbw/_footer_bg.gif);
}

.commentMore,
.footerMap h3 {
  background: url(/agv/templates/html/master/css/../img/bayme/_icon_plus.gif) no-repeat left center;
}

.commentMoreOpen,
.footerMap h3.footerMapOpen {
  background: url(/agv/templates/html/master/css/../img/bayme/_icon_minus.gif) no-repeat left center;
}


/* ----- new classes by e-mojo.de ----- */

#flowpanes .item {background-color: #4d4d4d;}
#flowtabs li a.active, #flowtabs li a.active:hover {background-color: #4d4d4d;}
#homeTeaserMain .htmDetailTxt {background-color: #4d4d4d;}

#homeTeaserMain .htmDetailTxt h2  {padding: 12px 12px 0px 12px; font-size: 18px; color: #fff;}
#homeTeaserMain .htmDetailTxt p   {padding: 0px 12px 0px 12px; font-size: 11px; line-height: 16px;}

.box .rightCalendar th {text-align:center;}

/* ----- mnogosearch ------------------ */
.mngSearchHl {background-color: #004d9f; color: #fff; font-weight: bold;}
 }
@media print {/* print-styles go here */

body, a {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #636363;
  font-size: 12px;
}
img{ border:none; }

/* nur Main darstellen, + Logo darueber */

/* =Header -----------------------------------------------------------------*/

#header,
#Overlay,
#breadcrumb,
.containerLeft,
.containerRight,
.footer,
#reiterNavi,
.topLink,
.printLink,
.subNaviHead,
#subNavi,
#demotip,
.innerMainBottom,
.topBar,
.iconTellafriend,
.iconPrint,
#pandemicNavi,
#pandemicContentID,
hr.blue {
  display:none;
}

#logo {
  height: 51px;
  margin-left:10px;
}


/* content  ----------------------------------------------------------------*/

.content {
  width: 629px;
  background: none;
}

/* main  --------------------------------------------------------------------*/

.main {
  display:block;
  width: 591px; /* 591px + 2*19px = 629px */
  padding: 0 20px 10px 20px; /* 19px + je 1px fuer borders li + re, die aus hg-bild kommen */
  margin: 0;
}

/* einzelne main-elemente ----------------------------------------------------*/

ul.breadcrumb {
  display:none;
}

.box{
  clear:both;
}

.box th {
  text-align: left;
}
 }
