@CHARSET "UTF-8";

/*### the tabs ###*/



#mainnavi {
	position: absolute;
	left: 37px;
	top: 132px;
	z-index: 1;
	float: left;
}

#metanavi
	{
		position: absolute;
		top:-5px;
		right:20px;
		font-size: 10px;
	}

#metanavi a
	{
		/*display:block;*/
		/*float:left;*/
		/*margin-left:20px;*/
		color: #3d4644;
		text-decoration: none;
	}

#metanavi a:hover
	{
	/*color: #FE0000;*/
		text-decoration: underline;
		
	}


a.tab, a.tab_active {
	float: left;
	background: url('/fileadmin/package/images/tableft.gif') no-repeat left top;
	padding: 0 0 0 2px;
	text-decoration: none;
	display:block;
	margin-left:-1px;
}

a.tab span, a.tab_active span {
	float: left;
	display: block;
	background: url('/fileadmin/package/images/tabright.gif') no-repeat right top;
	padding: 7px 10px 11px 9px;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
a.tab span, a.tab_active span, a.button a span {
	float: none;
}

a.tab:hover span, a.tab_active:hover span, a.button:hover {
	color: #3d4644;
}
/* End IE5-Mac hack */

a.tab:hover {
	background: url('/fileadmin/package/images/tableft_on.gif') no-repeat left top;
}

a.tab:hover span {
	background: url('/fileadmin/package/images/tabright_on.gif') no-repeat right top;
}

a.tab_active {
	background: url('/fileadmin/package/images/tableft_on.gif') no-repeat left top;
}

a.tab_active span {
	background: url('/fileadmin/package/images/tabright_on.gif') no-repeat right top;
	color: #3d4644;
}

a.tab_active:hover span {
	color: #3d4644;
}

.hovernavi {
	display: block;
	position: absolute;
	z-index: 2;
	top: 32px;
	border-right: 1px solid #fcfdfc;
	border-left: 1px solid #fcfdfc;
}

.hnavi_topshade, .hnavi_bottomshade {
	display: block;
	width: 173px;
	height: 10px;
	overflow: hidden;
	background-image: url('/fileadmin/package/images/hn_shade_top.gif');
}

.hnavi_bottomshade {
	background-image: url('/fileadmin/package/images/hn_shade_bottom.gif');
}

a.hnavi {
	clear:both;
	float:none;
	text-align: left;
	height: 23px;
	padding-left: 13px;
	padding-top: 8px;
	display: block;
	width: 160px; /*126px;*/
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	background-image:none;
	background: #ffffff;
	color: #FE0000;
	overflow:hidden;
}

a.hnavi:hover {
	background-image: url("/fileadmin/package/images/hn_hover.gif");
	color:#fe0000;
}

/*### body defaults ###*/
a.button { /*display:block;*/
	float: left;
	height: 19px;
	margin: 0;
	padding: 0 0 0 1px;
	background: url("/fileadmin/package/images/btn_left.jpg") no-repeat left top;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

a.button span {
	margin: 0;
	display: block;
	background: url("/fileadmin/package/images/btn_right.jpg") no-repeat right top;
	padding: 2px 7px 6px 6px; /*t r b l*/
	color: #FFFFFF;
}

a.button:hover {
		background: url("/fileadmin/package/images/btn_left_on.jpg") no-repeat left top;
}

a.button:hover span {
		background: url("/fileadmin/package/images/btn_right_on.jpg") no-repeat right top;
}

/*the default switch-off's*/
body {
	background-color: #fcfdfc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 7px;
	text-align: center; /*used only for centering the whole page*/
	font-family: Verdana;
	font-size: 11px;
	color: #545454;
}

h1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

form {
	display: inline;
	/*switching the default block level in IE off*/
}

input {
	border: 1px solid #c6d9d5;
}

img {
	border: none;
}

a {
	color: #FE0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*### main div ###*/
#body {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto; /*centers the whole page*/ width : 992px;
	/*missed shadows right and left*/
	z-index: 1;;
	width: 993px;
}

/*### header image ###*/
#head {
	width: 992px;
	height: 169px;
	background-image: url("/fileadmin/package/images/head.jpg");
}

/*### linkpath and sitesearch elements ###*/
#link_path {
	position: absolute;
	top: 178px;
	left: 8px;
	color: #FE0000;
	height: 20px
}

#link_path a {
	font-size: 10px;
}

#search_container_txt {
	position: absolute;
	top: 180px;
	left: 786px;
	height: 20px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

#search_container_input {
	position: absolute;
	top: 178px;
	left: 836px;
	width: 100px;
}

#search_container_input input {
	width: 100px;
	height: 15px;
}

#search_container_btn {
	position: absolute;
	top: 178px;
	left: 946px;
}

/*### left row content ###*/
#content_left {
	padding-left:0px;
	margin-left:3px;
	margin-right:10px;
	margin-top:40px;
	float:left;
	width: 225px; /*can not use 225px as default because subnavi is wider*/
}

/*### subnavi ###*/
a.subnavi, a.subnavi_active {
	text-align: left;
	padding-left: 13px;
	padding-top: 8px;
	display: block;
	height: 23px;
	width: 212px;
	font-family: Verdana;
	font-size: 12px;
	background-image: url("/fileadmin/package/images/sn_normal.gif");
	text-decoration: none;
}

a.subnavi:hover {
	background-image: url("/fileadmin/package/images/sn_hover.gif");
}

a.subnavi_active {
	color: #545454;
	background-image: url("/fileadmin/package/images/sn_aktiv.gif");
}

a.subsubnavi {
	text-align: left;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	width: 189px;
	font-family: Verdana;
	font-size: 12px;
	background-image: url("/fileadmin/package/images/sn_normal.gif");
	background-repeat:no-repeat;
	text-decoration: none;
}

a.subsubnavi img {
	margin-right: 5px;
	margin-bottom: 3px;
}

a.subsubnavi:hover {
	background-image: url("/fileadmin/package/images/sn_hover.gif");
}

#subnavi_end {
	float: left;
	display: block;
	height: 1px;
	width: 219px
}

#mysubnavi_head
{
/*	text-align: left;
	padding-left:12px;
	margin-left:-10px;
	padding-top: 8px;
	display: block;
	height: 52px; 
	width: 210px; */
	position:relative;
	margin-left:-10px;
/*	border: 1px solid #000000;*/
	text-align: left;
	padding-left: 13px;
	padding-top: 8px;
	display: block;
	/*height: 83px;*/
	height:52px;
	width: 212px;
	background-image: url("/fileadmin/package/images/msn_head.gif") ;
	background-repeat: no-repeat;
}


a.mysubnavi, a.mysubnavi_active {
	text-align: left;
	padding-left: 13px;
	padding-top: 8px;
	display: block;
	height: 23px;
	width: 212px;
	font-family: Verdana;
	font-size: 12px;
	background-image: url("/fileadmin/package/images/msn_normal.gif");
	text-decoration: none;
}

a.mysubnavi:hover {
	background-image: url("/fileadmin/package/images/msn_hover.gif");
}

a.mysubnavi_active {
	color: #545454;
	background-image: url("/fileadmin/package/images/msn_aktiv.gif");
}

#mysubnavi_end {
	float: left;
	display: block;
	height: 1px;
	width: 219px
}

#mysubnavi_head form {
	/*padding-top:20px;
	display:block;*/
	display:inline;
}

#mysubnavi_head input.mysubnavi {
/*	font-family: Verdana;
	font-size: 12px; */
/*	background-color:white; */
/*	color:#fe0000;
	display:block;
	border:none; 
	background-image: url("/fileadmin/package/images/btn/abmelden-n.jpg");
	padding:0;
	margin-left:0px;
	margin-top:0px;
	padding-left:10px;
	width:85px;
	height:19px;
	text-align:left; */
/*	border: 1px solid #000000; */
/*	cursor: pointer; */
	width:85px;
	height:19px;
	border:none; 
	background-image: url("/fileadmin/package/images/btn/abmelden-n.jpg");
	position:absolute;
	top:30px;
	left:120px;	
		
}

/*
#mysubnavi_head input.mysubnavi:hover {
	background-color:#E7EFED;
}*/

/*### the default 220px content on left side###*/
#content_left_2 {
	width: 220px;
	float: left;
	display: block;
	text-align: left;
}

.left_spacer {
	float: none;
	margin: 0;
	display: block;
	width: 220px;
	background-image: url("/fileadmin/package/images/shade_left.gif");
}

#login_boxcontainer {
	margin:0;
	padding:0;
}

.tx-newloginbox-pi1 { 
/*	margin: 20px 0 20px 0;
	display: block;
	width: 200px;
	padding:1px 0 12px 0; */
	text-align: left;
	padding-left:10px;
/*	padding-bottom:10px; */
}

.tx-newloginbox-pi1 h3 {
	margin-bottom:5px;
}

/*
	Hintergrundbild nur in Sidebar
*/
#content_left .tx-newloginbox-pi1 {
	background-image: url("/fileadmin/package/images/login_bg.gif");
	background-repeat: no-repeat;
}

#content_left .tx-newloginbox-pi1 h3 {
	font-size:13px;
	padding-top:0;
	margin-top:0;
}

#login_box input {
	height: 15px;
	width: 186px;
}

#login_box label {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;
}

#login_box .btn {
	margin-top: 6px;
	margin-bottom: 3px;
}

#login_box
	{
		padding-bottom:10px;
	}

#loginsubmit {
	margin-top:5px;
}

.add {
	margin-top:20px;
	display: block;
	/*margin:20px 0 0 0;*/
	text-align: left;
	width: 219px;
}

.add .add_head {
	margin: 0;
	display: block;
	width: 219px;
	height: 28px;
	background-image: url("/fileadmin/package/images/bg_headline_anzeige.jpg");
	background-repeat: repeat;
}

.add .add_head h1 {
	padding-left: 10px;
	padding-top: 5px;
	color: #FFFFFF;
	display:none;
}

.add .add_body {
	margin: 0;
/*	padding: 0 0 0 17px; */
	padding-left:10px;
	padding-right:10px;
	display: block;
	width: 199px;
	padding-bottom: 10px;
	background-image: url("/fileadmin/package/images/bg_anzeige.jpg");
}

.add .add_body p {
	margin:0;
	padding:0;
}

.add .add_body a {
	display: block;
	padding-top: 5px;
	color: #FFFFFF;
}

/*### the final shade on the left side*/
#left_end {
	clear:both;
	float:none;
	margin-left: 204px;
}

/*### content center ###*/
#content_center {
	/*position: absolute;
	top: 208px;
	left: 246px;*/
	margin-right:15px;
	margin-top:40px;
	float:left;
	width: 506px;
	text-align: left;
}

#content_center .checkbox {
	margin: 0;
	padding: 0;
	border: none;
}

#content_center .radiobutton {
	margin-left:0;
	padding-left:0;
	border: none;
}

#content_center h1 {
/*	line-height:0px;
	margin-top:20px;
	padding-bottom:0px;
	color:#fe0000;*/
	/*border-bottom:1px solid #c6d9d5;*/
	
	padding-left: 10px;
	padding-top: 10px;
	/*padding-bottom: 10px;*/ 
	display : block;
	color: #fe0000;
	font-size: 12px;
	font-weight: bold;;
	display: block;
}

#content_center h3, #content_center div.survey_item h1, #content_center div.tx-srfeuserregister-pi1 h3, #content_center .tx-newloginbox-pi1 h3 {
/*	margin-top:10px;
	padding-top:10px; */
	margin-bottom:10px;
/*	margin-left:10px; */
	color:#545454;
	border:none;
/*	border-top:1px solid #c6d9d5; */
	width:100%;
	font-size:13px;
}

#content_center div.tx-srfeuserregister-pi1 h3, #content_center .tx-newloginbox-pi1 h3 {
	border:none;
	font-size:13px;
}

#content_center p {
	/*padding-top: 0px;
	margin-top: 0px;*/
}

#content_center table {
	font-size:100%;
}

#newsletter_form {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-top: 10px;
	display: block;
	padding-left: 10px;
}

#newsletter_form table {
	margin: 0;
	padding: 0;
	width: 476px;
}

#newsletter_form td {
	padding-bottom: 10px;
}

#newsletter_form table input {
	display: inline;
	float: right;
}

#newsletter_form table LABEL {
	display: inline;
	float: left;
	margin-right: 10px;
}

#content_center .shade {
	background-image: url("/fileadmin/package/images/content_center_shade.gif");
	background-repeat: repeat-x;
}

.magazin_h2 {
	color: #FE0000;
	float: left;
	font-weight: bold;
	padding-left:10px;
}

.magazin_h2 img {
	padding-bottom:2px;
	padding-right:3px;
}

.paging {
	float:right;
	margin-right: 10px;
	display: block;
}

.paging img {
	display: block;
	float:left;
}

.paging a {
	padding-bottom: 2px;
	padding-left:5px;
	display: block;
	float: left;
}

.m_img {
	float:left;
	padding: 2px;
	width: 81px;
	margin-left: 10px;
	margin-right:20px;
	border: 1px solid #e3edea;
}

.m_item {
	overflow: auto;
}

.m_lnk {
	height:41px;
	display:block;
	padding-top:15px;
	font-weight: bold;
	color:#545454; 
	text-decoration: none;
}

a.m_lnk:hover {
		color:#FE0000; 
}

.m_lnk img {
	padding-top: 5px;
	padding-right: 5px;
	display:block;
	float:left;
}

#content_center p .img_subtitle {
	margin: 0;
	margin-left: 10px;
	display: inline;
	float: right;
}

.img_subtitle IMG {
	padding: 1px;
	border: 1px solid #E3EDEA;
}

#content_center h1 {
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

span#center_headline {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px; 
	display : block;
	color: #fe0000;
	font-size: 12px;
	font-weight: bold;;
	display: block;
}

.center_spacer_grey {
	clear: both;
	float: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 10px;
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #c6d9d5;
}

.tab_text {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
	float:left;
	padding:0;
	margin:0;
	padding-left:2px;
	background: url("/fileadmin/package/images/center_tab_left.gif") left top no-repeat;
	margin-bottom: -1px;
}

.tab_text span {
	display: block;
	padding:0;
	margin:0;
	padding-left:8px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:3px;
	background: url("/fileadmin/package/images/center_tab_right.gif") right top no-repeat;
}

#content_center .tab_shade {
	background: url("/fileadmin/package/images/center_tab_shade.gif") repeat-x;
}

/*
#content_center div.tab_shade {
	background: url("/fileadmin/package/images/center_tab_shade.gif") repeat-x;
	padding-left:10px;
}

#content_center div.tab_shade p, #content_center div.tab_shade table {
	padding-left:10px;
}

#content_center div.tab_shade table {
	padding:10px 0 10px 5px;
}
*/


/* IE Fix */
/**html #content_center div.tab_shade table {
	margin:10px 0 10px 5px;
}
*/

#content_right {
	/*position: absolute;
	top: 208px;
	left: 772px;*/
	float:left;
	margin-top:40px;
	width: 220px;
}

.textbox_right {
	text-align: left;
	display: block;
	width: 200px;
	height: 60px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url("/fileadmin/package/images/shade_box_right.gif");
}

.textbox_right h1 {
	padding-bottom: 5px;
}

.right_spacer {
	float: none;
	margin: 0;
	display: block;
	width: 220px;
	background-image: url("/fileadmin/package/images/shade_right.gif");
}

#right_end {
	margin-right: 210px;
}

#main_footer {
	background-repeat: repeat;
	background-image: url("/fileadmin/package/images/footer_shade.png");
	width: 986px;
	height: 170px;
	font-size: 12px;
	color: #787878;
	position: relative;
	clear:both;
	float:none;
	margin-top:20px;
}

#main_footer a {
	font-size: 11px;
	color: #787878;
	text-decoration: none;
}

#main_footer a:hover {
	text-decoration: underline;
}

#footer_partner {
	position: absolute;
	display: block;
	left: 218px;
	top: 60px;
}

#footer_partner_header {
	position: absolute;
	display: block;
	left: 237px;
	top: 40px;
}

#footer_cpy {
	position: absolute;
	display: block;
	left: 305px;
	top: 130px;
	font-size: 11px;
}

.star-rating {
   list-style: none;
   margin: 0px;
   padding: 0px;
   width: 95px;
   height: 26px;
}

.star-rating li {
  padding:0px;
  margin:0px;
  /*\*/
  float: left;
  /* */
}

.star-rating li a {
  margin:0;
  display:block;
  width:19px;
  height: 26px;
  text-decoration: none;
  text-indent: -9000px;
  padding: 0px;
  background-image: url('/fileadmin/package/images/star_off.gif');
}

.star-rating li a:hover {
   background: url('/fileadmin/package/images/star_on.gif');
}

p.meine_kochwelt img {
	float:right;
	margin-left:20px;
	margin-bottom: 20px;
	padding:2px;
	width: 128px;
	height: 128px;
	margin-top: -2px; /*to lift it up */
	border: 1px solid #e3edea;
}

ul.meine_kochwelt_user img {
	padding:2px;
	width: 81px;
	height: 81px;
	border: 1px solid #e3edea;
}


span.meine_kochwelt_gb {
	clear:both;
	float:none;
	padding-top:15px;
	display:block;
}

span.meine_kochwelt_gb img {
	padding:2px;
	width: 81px;
	/*height: 81px;*/
	float:left;
	margin-right: 5px;
	border: 1px solid #e3edea;
}


ul.meine_kochwelt_user {
	padding: 0;
	margin: 0;
	padding-left:5px;
	list-style: none;
	height: 120px;
}

ul.meine_kochwelt_user li {
	width:91px;
	padding-right:10px;
	display: inline;
	float: left;
}

ul.meine_kochwelt_user li div {
	padding-left:5px;
}

ul.meine_kochwelt {
	margin:0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
}

ul.meine_kochwelt img {
	padding-right:5px;
	padding-bottom: 2px;
}


ul.meine_kochwelt li {
	padding:0;
	margin:0;
}


ul.meine_kochwelt li.highlight a {
	text-decoration: none;
}

p.meine_kochwelt_gb {
	padding-top:5px;
}

p.meine_kochwelt_gb img {
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
	padding:2px;
	height: 128px;
	margin-top: -2px; /*to lift it up */
	border: 1px solid #e3edea;
}

p.meine_kochwelt_gb .head {
	font-size: 14px;
}

p.meine_kochwelt_gb .green {
	color: #19970f;
	font-weight: bold;
}

p.meine_kochwelt_gb .red {
	color: #fe0000;
	font-weight: bold;
}

div.kennstduschon_hdl {
	text-align: left;
	background: url('/fileadmin/package/images/shade_right.gif') repeat-y;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #fe0000;
	font-size: 12px;
	font-weight: bold;;
	display: block;
}

.notice_white_short img {
	padding:2px;
	width: 81px;
	height: 81px;
	float:left;
	margin-left:10px;
	margin-right: 5px;
	border: 1px solid #e3edea;
}

.notice_white_short span {
	display: block;
	padding-top:55px;
}


.notice_white_short .nw_head {
	display: block;
	width: 220px;
	height: 12px;
	overflow: hidden;
	background-image: url("/fileadmin/package/images/bg_white_short_top.jpg");
}

.notice_white_short .nw_body {
	text-align: left;
	display: block;
	width: 210px;
	padding-left: 10px;
	padding-top:20px;
	background-image: url("/fileadmin/package/images/bg_white_short_middle.jpg");
}

.notice_white_short .nw_foot {
	text-align: left;
	display: block;
	width: 200px;
	height: 31px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url("/fileadmin/package/images/bg_white_short_bottom.jpg");
}

ul.m_search_alpha {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	display: block;
	height: 40px;
}

ul.m_search_alpha li {
	background-color: #f5f6f5;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
	display: block;
	float: left;
}

ul.m_search_alpha li a {
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}

tr.m_search_thead {
	background-color:#f5f6f5;
}


tr.m_search_thead td {
	border-top: 1px solid #c6d9d5;
	border-bottom: 1px solid #c6d9d5;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 5px;
}

table.m_search_table {
	width: 499px;
	/*margin-left: 10px;*/
	margin-top: 20px;
}

table.m_search_table img {
	/*width: 56px;*/
	padding:1px;
	border: 1px solid #e3edea;
}


.green_online {
	color: #19970f;/*#03c801;*/
	font-weight: bold;
}

.rating_red_offline {
	margin:0;
	padding:0;
}

.uebersicht_news img {
	padding: 1px;
	border: 1px solid #e3edea;
}

.uebersicht_news .img_txt {
	padding-top: 10px;
}

.uebersicht_news a {
	padding-top: 2px;
	color:#545454;
	text-decoration: none;
	display: block;
}

.uebersicht_news a:hover {
	color:#FE0000;
}

.termine a img {
	padding-top:4px;
	padding-right: 5px;
	display: block;
	float:right;
}

.termine a {
	text-decoration: none;
	color:#545454; 
}

img.termine_img {
	padding: 1px;
	border: 1px solid #e3edea;
} 

.preisindex a {
		font-weight: bold;
}

.jobinfo img {
	padding: 1px;
	border: 1px solid #e3edea;
}

.jobinfo a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	color:#545454; 
	text-decoration: none;
}

.jobinfo a img {
	border: none;
	padding-top:4px;
	padding-right: 5px;
	display: block;
	float:left;
}

/*
*
*	Sitemap
*
*/
#sitemap {
	font-size:10px;
}

#sitemap ul {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}

#sitemap li {
	padding-left:0px;
	margin-left:0px;
	padding-bottom:10px;
}

#sitemap li a {
	color:#545454;
}

#sitemap li.secondlevel ul li img {
	margin-right:5px;
}

#sitemap li.secondlevel ul li {
	padding-top:10px;
	padding-bottom:0;
}

#sitemap li h2 {
	font-size:11px;
	font-weight:bold;
	border:none;
}

#sitemap .firstlevel {
	float:left;
	margin:10px;
	height:35em;
	width:125px;
}

/*
*
*		Notices
*
*/
.notice_head {
	margin:0px;
	display: block;
	width: 220px;
	height: 29px;
	background-image: url("/fileadmin/package/images/bg_orange_top.jpg");
	repeat:no-repeat;
}

.notice_body {
	margin:0px;
	padding: 2px 10px 2px 10px; 
	text-align: left;
	display: block;
	width: 200px;
/*	padding-left:10px; */
}

.notice_body p {
	margin:0;
	padding:0;
}

.notice_foot {
	margin:0px;
	display: block;
	width: 220px;
	height: 40px;
	background-image: url("/fileadmin/package/images/bg_orange_bottom.jpg");
	repeat:no-repeat;
}

#notice_orange {
	margin:0;
	margin-bottom:20px;
	background-image: url("/fileadmin/package/images/bg_orange_middle.jpg");
	repeat:repeat-y;
	color: #FFFFFF;
/*	border: 1px solid #000000; */
}

#notice_orange a, #notice_red a {
	display: block;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 0px;
/*	padding-right:10px; */
}

#notice_orange a img, #notice_red a img
{
	padding-top: 5px;
	display:block;
	float:left;
}

#notice_orange img, #notice_red img {
/*	margin-right: 5px; */
	margin-bottom: 2px;
}

#notice_red {
	background-image: url("/fileadmin/package/images/bg_red_middle.jpg");
	margin-bottom:20px;
	repeat:repeat-y;
	color: #FFFFFF;
}

#notice_red .notice_head {
	background-image: url("/fileadmin/package/images/bg_red_top.jpg");
	repeat:no-repeat;
}

#notice_red .notice_foot {
	background-image: url("/fileadmin/package/images/bg_red_bottom.jpg");
	repeat:no-repeat;
}

#notice_white {
	margin-bottom:20px;
}

#notice_white a {
	display: block;
}

#notice_white h1 {
	padding-bottom: 5px;
}

#notice_white p {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#notice_white .notice_head {
	background-image: url("/fileadmin/package/images/bg_white_top.jpg");
}

#notice_white .notice_body {
	/*width: 210px;*/
	background-image: url("/fileadmin/package/images/bg_white_middle.jpg");
	background-repeat:repeat-y;
}

/* IE6 Fix */
/**html #notice_white .notice_body {
	margin-left:0px;
	width:220px;
}*/

#notice_white .notice_foot {
	text-align: left;
	width: 200px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url("/fileadmin/package/images/bg_white_bottom.jpg");
	background-repeat:no-repeat;
}

/* IE6 Fix */
/*
*html #notice_white .notice_foot {
	width:220px;
	height:50px;
}
*/

/* Links aus Pflegebereich */


a.left_arrow_red, a.pfeil_rot {
	color:#FE0000;
	background-image:url("/fileadmin/package/images/link_pfeil.gif");
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:7px;
	text-decoration: underline;
}

a.left_arrow_red:hover, a.pfeil_rot:hover
{
	text-decoration: none;	
}

a.left_arrow, a.pfeil_grau {
	color:#545454;
	text-decoration:none;
	background-image:url("/fileadmin/package/images/link_pfeil_grey.gif");
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:7px;
}


a.left_arrow:hover, a.pfeil_grau:hover{
	color:#FE0000;
	background-image:url("/fileadmin/package/images/link_pfeil.gif");
}

#content_center a {
/*	color:#545454;
	text-decoration:none; */
}

#content_center a:hover {
/*	color:#fe0000; */
}

.preisindex a img {
	border: none;
	padding-top:4px;
	padding-right: 5px;
	display: block;
	float:left;
}

select {
	border: 1px solid #c6d9d5;
	z-index: -1;
	width:150px
}

/* meist nur eine Spalte */
.Abstand_oben_zur_trennlinie {
	padding-top:20px;
}

.Abstand_oben_normal {
	padding-top:10px;
}

.Abstand_oben_und_links {
	padding-top: 10px;
	padding-left:15px;
}

.eingabefeld {
	width:150px;
	display:inline;
	float:left;
}

.prod-neuh-bilder-links {
	float:left;
	padding: 1px;
	border: 1px solid #e3edea;
	margin-right:20px;
	margin-left:5px;
}

.prod-neuh-empty {
	float:left;
	padding:1px;
	margin-right:20px;
	height:86px;
	border:1px solid #ffffff;
}

.prod-neuh-bilder-rechts {
	float:right;
	padding-right:5px;
	margin-top:5px;
}

.kontakt-abstand-zeile {
	padding-top:20px;
}

.textarea {
	width:325px;
	height:60px;
	border:1px solid #c6d9d5;
}

.logo_lnk {
	border: none;
	width: 192px;
	height: 118px;
	position: absolute;
	top:0px;
	left: 30px;	
}

/*
		PAGING
*/
.paging a.aktiv {
	text-decoration:none;
	color:#545454;
}



/* Font in textfields be Arial */
INPUT,
TEXTAREA
{
    font-family: Arial;
    font-size: 11px;
}

/*
	FORMULAR (Registrierung)
*/
.tx-srfeuserregister-pi1 fieldset {
	border:none;
	padding:0;
	margin:0;
	
}

.tx-srfeuserregister-pi1 textarea {
	/*width:325px;*/
    width: 352px;       /* FF */
	border:1px solid #c6d9d5;
}

.tx-srfeuserregister-pi1-text{
	/*width: 150px;*/
    width: 345px; /*FF*/
}

.tx-srfeuserregister-pi1 legend {
	padding:0;
	margin:0;
	color:#545454;
}


.tx-srfeuserregister-pi1 dt{
	text-align: left;
}

.tx-srfeuserregister-pi1 dl, dt, dd {
	padding:0;
	margin:0;
}


.tx-srfeuserregister-pi1 .required {
	font-weight:bold;
}

input.tx-srfeuserregister-pi1-submit {
	border: none;
}


.tx-srfeuserregister-pi1-uploader
{
    position: relative;
    width: 300px;
}

.tx-srfeuserregister-pi1 label span
{
    color: #545454;
}

/* CWT_Community */
/*
*html div.tx-cwtcommunity-pi1 table {
	margin-left:10px;
}
*/
/*
*html form#tx-srfeuserregister-pi1-fe_users_form dl {
	padding-left:10px;
}
*/
/*
form#tx-srfeuserregister-pi1-fe_users_form dl dt {
	font-weight:bold;
}
*/
/*

		REZEPTE
*/


tr.rezept_charts_thead td
{
	font-weight: bold;
}

td.rezept_charts_img img
{
	padding:1px;
	width: 81px;
	background-color: #FFFFFF;
	border: 1px solid #e3edea;
}

table.rezept_charts
{
	width: 100%;
	margin-left:10px;
/*	padding-right: 10px; */
/*	padding-left: 10px;*/
/*	padding-top: 10px; */
	text-align: left;
}


/*

		UMFRAGEN
*/
div.survey_item p {
	padding-left:10px;
}

table.umfragen
	{
		width: 489px;		
		text-align: left;
	}

table.umfragen th
	{
		background-color: #f5f6f5;
		padding: 5px;
		padding-left: 0px;
		font-weight: bold;
		vertical-align: top;
	}

table.umfragen td
	{
		padding-top:10px;
	}

div.umfrage_balken
	{
		background: url('/fileadmin/package/images/umfrage_balken_leer.jpg') no-repeat;
		width: 312px;
		height: 19px;
		vertical-align: top;
		padding-left:4px;
		padding-top:2px;
	}

div.ergebniss_balken
	{
		background: url('/fileadmin/package/images/umfrage_balken_erg_left.jpg') no-repeat;
		height: 9px;		
		float: left;
		display: block;
		padding-left:2px;
		overflow: hidden;
	}	
	
span.ergebniss_balken_right 	
	{
		display: block;
		height: 9px;
		background: url('/fileadmin/package/images/umfrage_balken_erg_right.jpg') top right no-repeat;
	}

/*

		NR Plugins
*/
div.tx-nrcomments-pi2 /*, div.tx-nrcomments-pi1*/ {
	padding-left:10px;
}



div.tx-nrkochweltbasis-pi1 a {
	/*text-decoration:none;*/
}

div.tx-macinasearchbox-pi1
{
	position:absolute;
	top:0px;
	left:0px;
}


/*
	JOBBOERSE
	
	*/
	
	
table.jobboerse_form
	{
		width: 489px;		
		text-align: left;
		margin-top: 10px;
	}	


table.jobboerse_form td
	{
		padding-top: 10px;
	}
	
	
table.jobboerse_erg_table
{
	width: 489px;
	margin-top: 20px;
}

table.jobboerse_erg_table td
{
	padding-left:10px;
}


tr.jobboerse_erg_thead
{
	background-color:#f5f6f5;
}


tr.jobboerse_erg_thead td
{
	border-top: 1px solid #c6d9d5;
	border-bottom: 1px solid #c6d9d5;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 5px;
}

.praesentiert_von a
{
	color:#545454;
	text-decoration: none;
}


.praesentiert_von a:hover
{
	text-decoration:none;
}
.praesentiert_von p
{
	/*display:inline;*/
	/*float:right;*/
}


a.presented
	{
		color:#545454;
		text-decoration: none;
	}

a.presented span
	{
		cursor: pointer;
	}

a.presented:hover
	{
		text-decoration: none;
	}

ul.csc-menu
	{
		/*margin:0;*/
		/*padding:0;
		margin-left:20px;*/
		list-style-image: url('/fileadmin/package/images/link_pfeil.gif');
	}

ul.error
	{
		/*margin:0;*/
		/*padding:0;
		margin-left:20px;*/
		list-style-image: url('/fileadmin/package/images/link_pfeil.gif');
	}
	
	
/* �NDERUNG NETRESEARCH */
a.download {
	background-image:url('/fileadmin/user_upload/icons/icon_pdf.jpg');
	background-repeat:no-repeat;
	display:block;
	height:32px;
	padding-left:40px;
	color:#545454;
	text-decoration: none;
	font-weight:bold;
}	

a.download:hover
{
	color:#FE0000;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap
{
	display:inline;
}

div.csc-textpic-intext-right div.csc-textpic-text
{
}

div.csc-textpic-intext-right div.csc-textpic-text p
{
	display:inline;
	/*border:1px solid #000000;*/
}

div.tx-indexedsearch-searchbox
{
	margin:0;
	padding:0;
/*	height:30px; */
}

div.tx-indexedsearch-res
{
	clear:both;
	margin-left:5px;
	margin-right:5px; 
}

span.search_res_head
{
	border-top:1px solid #c6d9d5;
	margin-top:10px;
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}

div.tx-indexedsearch-whatis
{
	margin-left:10px;
}
div.tx-indexedsearch-browsebox
{
	margin-left:10px;
}

.tx-indexedsearch-descr em
{
	font-style:normal;
}

ul.browsebox
{
	margin:0;
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
}

li.tx-indexedsearch-browselist-currentPage a{
	text-decoration: none;
	color:#545454;
}

input.tx-srfeuserregister-pi1-image-0{
	width: 150px;
	border:none;
	height: 12px;
}

/*****
 *
 *  Changes Juli '07 begin
 *
 *****/   

.box-lr {
  width: 100%;
  height: auto;
}

a.textlink-redarr {
  padding-left: 7px;
  background-image: url(../images/arrow_red.gif);
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

.div-clear {
  clear: both;
  float: none;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
}

.red-headline12 {
  font-size: 12px;
  color: #fe0000;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0px;
  margin-top: 0px;  
}

/*** REGFORM ***/

UL.reg-form {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
}

UL.reg-form LI {
  padding-bottom: 8px;  
}

HR.hr-regform, HR.hr-viewprofile {
  border: 0px solid;
  border-bottom: 1px solid #c6d9d5; 
  height: 1px;
  line-height: 1px; 
  overflow: hidden; 
  margin-bottom: 10px; 
  margin-top:10px;
}

.confirm-regform {
  clear: both; 
  float: none; 
  display: block;
  margin-bottom: 10px;
}

INPUT.tx-srfeuserregister-pi1-checkbox {
  border: 0px;
}

INPUT.tx-srfeuserregister-pi1-radio {
  border: 0px;
}

SPAN.radio-btn {
  padding-left: 3px;
  padding-right: 15px;
}

#content_center .shade {
	padding: 20px 10px 20px 10px;
}

/*** WELCOMESITE ***/

.box-left-wls-top {
  float: left;
  width: 102px;
  height: auto;
  margin-right: 25px;
}

.box-left-wls-top IMG {
  width: 100px;
  border: 1px solid #e9f0ee;
}

.box-right-wls-top {
  float: left;
  width: auto;
  height: auto;
}

.box-right-wls-top P {
  line-height: 18px;
  margin-bottom: 20px;
}

.box-left-wls-members, .box-left-wls-approve {
  float: left; 
  margin-right: 20px; 
  width: 57px;
  padding-bottom: 5px;  
}

.box-left-wls-members IMG, .box-left-wls-approve IMG {
  border: 1px solid #e9f0ee;
  width: 55px;  
}

.box-right-wls-members, .box-right-wls-approve {
  float: left;
  padding-top: 10px;
  width: 400px;
}

.box-right-wls-members P {
  line-height: 18px;
  margin: 0px;
}

.user-info {
  float: left;
  line-height: 18px;
}

.approve-links {
  float: right;
  line-height: 18px;
}

.edit-block {
  margin-bottom: 20px;
}

.edit-block P {
  margin-top: 0px;
}

.td-editprofile-left {
  width: 200px;
  line-height: 25px;
}

.td-editprofile-left-top {
  width: 200px;
  line-height: 25px;
  vertical-align: top;
}

.td-editprofile-right-check {
  padding-top: 5px;
}

.td-editprofile-right-check INPUT {
  margin: 5px 5px 0px 0px;
}

.input-editprofile {
  width: 267px;
  padding-left: 4px;
  padding-right: 4px;
}

.input-editprofile-short {
  width: 32px;
  padding-left: 4px;
  padding-right: 4px;
}

.input-editprofile-wide {
  width: 221px;
  padding-left: 4px;
  padding-right: 4px;
}

.td-headline-editprofile {
  margin-bottom:5px;
  font-weight: bold;
}

.td-tarea-edit-profile {
  width: 467px;
  height: 80px;
  border: 1px solid #c6d9d5;
  padding-left: 4px;
  padding-right: 4px;
}

.td-select-editprofile {
  width: 277px;
  font-size: 11px;
}
 
.edittable_top {
  margin-bottom: 18px;
}

.edittable_top TD.td1 {
  height: 21px;
}

.edittable_top TD.td2, .edittable_top TD.td3, .edittable_top TD.td4 {
  height: 13px;
}

.edittable_top TD.td5 {
  height: auto;
  vertical-align: bottom;
}

.edittable_top TD.td5 SPAN {
  padding-right: 10px;
}

.edittable_top TD IMG {
	margin-right:20px;
	padding:2px;
	height: auto;
	margin-top: -2px; /*to lift it up */
	border: 1px solid #e3edea;
}

.edittable_top TD .head {
	font-size: 14px;
}

.edittable_top TD .green {
	color: #19970f;
	font-weight: bold;
}

.edittable_top TD .red {
	color: #fe0000;
	font-weight: bold;
} 

.file-editprofile {
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #C6D9D5;
}

.tab_text {
  margin: 0px;
}

.td-text {
  vertical-align: top;
  line-height: 16px;
  padding-top: 30px;
}

.overview-messages TD, .overview-messages TH {
  padding: 5px;
  padding-right: 20px;
}

.input-userlist-search {
  width: 192px; 
  padding-left: 4px;
  padding-right: 4px;
} 

.m_search_tbody TD {
  padding-top: 25px;
  vertical-align: top;
  line-height: 16px;
}

.m_search_tbody TD.userimg {
  padding: 0px;
  padding-top: 15px;
  vertical-align: middle;
  width: 79px;  
}

P.meine_kochwelt_gb img {
  height: auto;
}

P.meine_kochwelt_gb {
  padding-top: 0px;
  margin-top: 0px;
}

TABLE.m_search_table {
  margin-top: 0px;
}

#content_center h1 {
  /*padding-bottom: 0px;*/
}

.m_search_table .infoline {
  padding: 15px 0px;
  line-height: 16px;
}

.m_search_table .buddypaging-top {
  padding-bottom: 15px;
  padding-right: 25px;
  line-height: 16px;
  vertical-align: bottom;
}

.m_search_table .buddypaging-bottom {
  padding-top: 15px;
  padding-right: 25px;
  line-height: 16px;
  border-top: 1px solid #bbd1cd;
}

.m_search_table .buddylist-spacer-1 {
  height: 12px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

#content_center {
  padding-bottom: 70px;
}

.status_approve {
  padding-left: 10px;
  font-weight: bold;
}

.buddypaging-top UL, .buddypaging-bottom UL {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}

.buddypaging-top UL LI, .buddypaging-bottom UL LI {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

.buddypaging-top UL LI A.aktiv, .buddypaging-bottom UL LI A.aktiv {
  color: #666666;
  text-decoration: none;
}

.buddypaging-top UL LI IMG, .buddypaging-bottom UL LI IMG {
  border: 0px solid;
}

.m_search_table .messagepaging-top {
  padding-top: 15px;
  padding-right: 25px;
  line-height: 16px;
  vertical-align: top;
  text-align: right;
}

TABLE.singlemessage TD {
  vertical-align: middle;
  line-height: 16px;
}

TABLE.singlemessage TD.header {
  padding-top: 15px;
}

TABLE.singlemessage TD.userimg {
  padding: 0px;
  padding-top: 15px;
  vertical-align: middle;
  width: 79px;    
}

TABLE.singlemessage TD.userimg IMG {
  border:1px solid #E3EDEA;
  padding:1px;    
}

TABLE.singlemessage TD.body {
  padding-top:10px;    
}

TABLE.buttonline {
  border-top: 1px solid #c6d9d5;
  width: 496px;
  margin-left: 10px;
}

TABLE.buttonline TD {
  text-align: left;
  padding-top: 10px;
}

TABLE.buttonline TD.rightcol {
  text-align: right;
}

TABLE.singlemessage TD.body LABEL {
  font-weight: bold;
}

TABLE.singlemessage TD.body TEXTAREA {
  width: 385px;
  height: auto;
  border: 1px solid #c6d9d5;
  padding-left: 4px;
  padding-right: 4px;
}

TABLE.singlemessage TD.body INPUT {
  padding-left: 4px;
  padding-right: 4px;
}

P.welcometext {
  margin-top: 0px;
  line-height: 16px; 
  margin-bottom: 16px;
}

UL.tab_text_ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

UL.tab_text_ul LI {
  float: left;
}

UL.tab_text_ul LI.main {
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  background-image: url(../images/center_tab_main.gif);
  background-repeat: repeat-x;
}

UL.tab_text_ul IMG {
  display: block;
}

.div-clear {
  clear: both;
  float: none;
  line-height: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}

.edittable_top TD {
  vertical-align: top;
}

.tx-srfeuserregister-pi1 p {
  padding-left: 0em;
}

/*****
 *
 *  Changes Juli '07 end
 *
 *****/   

/*
******************************************************************************* 
recipe tool 
*******************************************************************************
*/

.shader {
  border-top: 1px solid #c6d9d5;
  background-image: url(../images/shader.gif);
  background-repeat: repeat-x;
  padding: 18px 10px;
  /*margin-left: 10px;*/
}

.shader P {
  margin: 0px;
  margin-bottom: 10px;
}

.shader SPAN {
  font-weight: normal;
}

.recipe-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6d9d5;
}

.recipe-block LABEL {
  font-weight: bold;
  display: block;
  margin: 0px;
  margin-bottom: 4px;
  margin-top: 12px;
}

.input-recipeshort {
  border: 1px solid #c6d9d5;
  width: 30px;
  padding-left: 2px;
  padding-right: 2px;
}

.input-recipenormal {
  border: 1px solid #c6d9d5;
  width: 180px;
  padding-left: 2px;
  padding-right: 2px;
}

.input-recipelong {
  border: 1px solid #c6d9d5;
  width: 402px;
  padding-left: 2px;
  padding-right: 2px;
}

.textarea-recipecomment, .textarea-recipepreparation {
  border: 1px solid #c6d9d5;
  width: 402px;
  padding-left: 2px;
  padding-right: 2px;
}

.table-recipeingredients {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.table-recipesearchoptions, .table-recipetime {
  margin: 0px;
  padding: 0px;
}

.table-recipeingredients TR TD {
  padding: 3px 15px 3px 0px;
}

.table-recipesearchoptions TR TD, .table-recipetime TR TD {
  padding-right: 15px;
  padding-bottom: 2px;
}

.table-recipetime TR TD {
  padding-right: 3px;
}

.select-recipeunit, .select-recipedifficulty, .select-recipemenuoption, .select-recipemainingredient {
  font-size: 12px;
}

.m_search_tbody TD.thbimage {
  padding-top: 15px;
}

table.m_search_table IMG.linkimg {
  border: 0px solid;
}

p.h2-recipe-block {
  font-weight: bold;
}

.table-recipeingredients-view {
  width: 100%;
}

.table-recipeingredients-view TR TD {
  width: 50%;
  vertical-align: top;
}

.table-recipeingredients-view TR TD.image {
  text-align: right;
}

.table-recipeingredients-view TR TD.image IMG {
  text-align: right;
  border:1px solid #E3EDEA;
  padding:1px;
}

.recipe_errtext {
  color: #fe0000;
  font-weight: bold;
}

.check_block {
  display: block; 
  float: left;
}

.check_block_txt {
  display: block;
  float: left;
}   

/*
******************************************************************************* 
recipe tool end
*******************************************************************************
*/

/*
******************************************************************************* 
group tool 
*******************************************************************************
*/

#cwt-communtiy-group-table-list {
	width:100%;
	padding:0px;
	margin:0px;
	border:none;
}

#cwt-communtiy-group-table-list td {
	padding: 10px;
}

#cwt-community-group label {
	font-weight:bold;
	float:left;
	width:150px;
}

.imageborder {
  border: 1px solid #EAF0EE;
  padding: 1px;
  clear: both;
  float: left;
  margin-bottom: 5px;
}

.imageborder img {
  display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#cwt-communtiy-group-table-list {
	width:100%;
	padding:0px;
	margin:0px;
	border:none;
}

#cwt-communtiy-group-table-list td {
	padding: 10px;
}

#cwt-community-group label {
	font-weight:bold;
	float:left;
	width:150px;
}

.imageborder {
  border: 1px solid #EAF0EE;
  padding: 1px;
  clear: both;
  float: left;
  margin-bottom: 5px;
}

.imageborder img {
  display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.links_with_arrow a {
  background-image: url("/fileadmin/package/images/arrow_red.gif");
  background-position: 11px 5px;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.links_with_arrow2 a {
  background-image: url("/fileadmin/package/images/arrow_red.gif");
  background-position: 3px 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.grey_link_with_arrow a {
  background-image: url("/fileadmin/package/images/arrow_grey.gif");
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 5px;
  color: #545454;
  text-decoration: none;
  font-weight: bold;
}

.grey_link_with_arrow a:hover {
  background-image: url("/fileadmin/package/images/arrow_red.gif");
  color: #FE0000;
}

/*****************
 *
 *  CSS Anpassung XHTML
 * 
 *****************/  

.notice_title {
  margin-bottom: 10px;
  padding-left: 10px;
} 

.notice_text {
  padding-left: 10px;
} 

/*** Mainnavigation ***/

#mainnavi {
  padding:0px;
  height: 32px;
  color:#ffffff;
  font-size: 12px;
  font-weight: bold;
  
  position: absolute;
	left: 37px;
	top: 132px;
	z-index: 1;
	float: left;
}

#mainnavi a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-image: url(../../img/btn_mainnavi_bg.gif);
  background-repeat: repeat-x;
  padding: 6px 8px 11px 9px;
  border-top: 1px solid #ffffff;
}


#mainnavi a:hover {
  background-image: url();  
  background-color: #dee9e6;
  color: #3d4644;
} 

#mainnavi :hover > a {  
  background-image: url();
  background-color: #dee9e6;
  color: #3d4644;
} 

#mainnavi ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

#mainnavi ul li {
  float : left;
  position : relative;
}

#mainnavi ul li ul {
  visibility: hidden;
  position: absolute;
  z-index: 205;
  padding-top: 8px;
  background-color: #ffffff;
  background-image: url(../../img/btn_mainnavisub_top_bg.gif);
  background-repeat: repeat-x;
  margin-left: -2px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
} 

#mainnavi ul li ul li {
  width: 173px;
  background-color: #ffffff;
  text-align: left;  
  float: none;
}

#mainnavi ul li ul li a {
  background: #ffffff;
  border: 0px solid;
  color: #fe0000;
  padding: 0px;
  padding-left: 13px;
  width: 173px;
  line-height: 31px;
  font-weight: normal;
}

#mainnavi ul li ul li a:hover {  
  color: #fe0000;
  background-image: url(../../img/btn_mainnavisub_hover_bg.gif);
  background-repeat: repeat-x;  
}

#mainnavi ul li:hover ul, #mainnavi ul a:hover ul {
  visibility : visible;
}

#mainnavi ul :hover ul li ul {
  visibility : hidden;
}

#mainnavi ul :hover ul :hover ul {
  visibility : visible;
} 

#mainnavi ul li a.link-mainnavi-cur {
  background-image: url();
  background-color: #dee9e6;
  color: #3d4644;
}

#mainnavi ul li.mainnavisub_bottom {
  background-image: url();
  width: 186px;
  height: 11px; 
  overflow: hidden;
}

#mainnavi ul li.mainnavi_corner {  
  padding: 0px;
  width: 1px;
  height: 32px;
  background-image: url(../../img/btn_mainnavi_corner.png);
  background-repeat: no-repeat;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../img/btn_mainnavi_corner.png');
}

#mainnavi ul li.mainnavi_corner_h {  
  padding: 0px;
  width: 1px;
  height: 32px;
  background-image: url(../../img/btn_mainnavi_corner_h.png);
  background-repeat: no-repeat;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../img/btn_mainnavi_corner_h.png');
}

#mainnavi ul li.mainnavi_spacer {  
  padding: 0px;
  width: 1px;
  height: 32px;
  background-image: url(../../img/spacer_mainnavi.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../img/spacer_mainnavi.png');
}

/*** Mainnavigation ****/

.notice_orange, .notice_white, .notice_red {
  margin-bottom: 20px;
}

.notice_red {
	background-image: url("/fileadmin/package/images/bg_red_middle.jpg");
	margin-bottom:20px;
	background-repeat:repeat-y;
	color: #ffffff;
}

.notice_red a {
	color: #ffffff;
}

.notice_red .notice_head {
	background-image: url("/fileadmin/package/images/bg_red_top.jpg");
	background-repeat:no-repeat;
}

.notice_red .notice_foot {
	background-image: url("/fileadmin/package/images/bg_red_bottom.jpg");
	background-repeat:no-repeat;
}

.notice_orange {
	background-image: url("/fileadmin/package/images/bg_orange_middle.jpg");
	margin-bottom:20px;
	background-repeat:repeat-y;
	color: #ffffff;
}

.notice_orange a {
	color: #ffffff;
}

.notice_orange .notice_head {
	background-image: url("/fileadmin/package/images/bg_orange_top.jpg");
	background-repeat:no-repeat;
}

.notice_orange .notice_foot {
	background-image: url("/fileadmin/package/images/bg_orange_bottom.jpg");
	background-repeat:no-repeat;
}

.notice_white {
	background-image: url("/fileadmin/package/images/bg_white_middle.jpg");
	margin-bottom:20px;
	background-repeat:repeat-y;
	color: #fe0000;
}

.notice_white a {
	color: #fe0000;
}

.notice_white .notice_head {
	background-image: url("/fileadmin/package/images/bg_white_top.jpg");
	background-repeat:no-repeat;
}

.notice_white .notice_foot {
	background-image: url("/fileadmin/package/images/bg_white_bottom.jpg");
	background-repeat:no-repeat;
}

.teaserimg {
  margin-bottom: 10px;
} 

.tx-s12flvplayer-pi1 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/* mailform internorga begin*/
.tx-thmailformplus-pi1 .error-message {
    color: #ff0000;
    margin: 0px;
    margin-bottom: 8px;
}

.tx_mailformplus_field {
    margin-bottom: 8px;
    width: 410px;
}

.tx_mailformplus_field LABEL {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    float: left;
    width: 150px;
}

.tx_mailformplus_field INPUT.textinput {
    width: 250px;
}

.tx_mailformplus_field INPUT.checkbox {
    width: 15px;
    float: left;
}

.tx_mailformplus_field .tx_mailformplus_personal_data {
    float: right;
    width: 390px;
    line-height: 16px;
    margin: 0px;
}
/* mailform internorga end*/

.hrline {
    border-bottom: 1px solid #c6d9d5; 
    height: 1px;
    line-height: 1px; 
    overflow: hidden;
    margin-bottom: 10px;
}

/* simpleteaser begin */
.tx-simpleteaser-pi1 {
    margin-bottom: 20px;
}

.tx-simpleteaser-pi1 SPAN.title {
    font-weight: bold;
    display: block;
}

.tx-simpleteaser-pi1 P {
    margin: 0px;
    margin-bottom: 10px;
}
/* simpleteaser end */
