/* PRINT.CSS  */
/* Css Reset */

/* Css Reset */

font-color:black;

/********************************************************************************************************/

/* Keine Ergebnisse */
.no_hits {
}

.skiplink {
	display:none;
}

.aussenderlogo {
/*display:block;*/
}

/* Highlighting */
.highlightemittent { background-color:#FDDCC4; }
.highlightme { background-color:#FDDCC4; }


/* Share in Aussendungen */
.share { /*    float:right;*/
	display:none;
	font-size:11px;
	position: absolute;
	right: 0px;
	width: 220px;
	height: 110px;
	/*margin: 10px;*/
	margin-right:218px;
	/*top:135px;*/
	padding: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-color: #F06900;
	border-left-color: #F06900;
	border-right-color: #F06900;
	background: #EEEEEE;
}

.share_left {
display:none;
	float: left;
	padding: 5px;
	margin: 5px;
	margin-top: -5px;
	padding-left: 17px;
	line-height: 30px;
	text-align: left;
	font-size:11px;
	/*border-right: solid 1px #E800C5;*/
}

.share_left a.scoop {

	background: url(/images/sprite_social.png) no-repeat left 3px;
	background-position: 0 -95px;
	padding: 1px 0 1px 16px;
	font-size:11px;
}

.share_left a.misterwong {
	background: url(/images/sprite_social.png) no-repeat left 3px;
	background-position: 0 -134px;
	padding: 1px 0 1px 16px;
	font-size:11px;
}

.share_left a.delicious {
	background: url(/images/sprite_social.png) no-repeat left 2px;
	background-position: 0 -23px;
	padding: 1px 0 1px 16px;
	font-size:11px;
}

.share_right {
display:none;
	float: right;
	padding: 5px;
	margin: 5px;
	margin-top: -5px;
	padding-right: 17px;
	line-height: 30px;
	text-align: left;
}

.share a {
	color: #FF6600;
}

.share_right a.myspace {
	background: url(/images/sprite_social.png) no-repeat left 3px;
	background-position: 0 -77px;
	padding: 1px 0 1px 16px;
	font-size:11px;
	
}

.share_right a.google {
	background: url(/images/sprite_social.png) no-repeat left 3px;
	background-position: 0 -5px;
	padding: 1px 0 1px 16px;
	font-size:11px;
}

.share_right a.linkedin {
	background: url(/images/sprite_social.png) no-repeat left 3px;
	background-position: 0 -59px;
	padding: 1px 0 1px 16px;
	font-size:11px;
}


/* Sendmail in Aussendungen */
#sendmail {
	position: absolute;
	left: 0px;
	width: 335px;
	font-size:11px;
	margin-left:175px;
	padding: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-color: #F06900;
	border-left-color: #F06900;
	border-right-color: #F06900;
	background: #EEEEEE;
}

.sendmail_left {
	font-size:11px;
	float: left;
	padding: 5px;
	line-height: 15px;
}

.sendmail_right {
	font-size:11px;
	float: right;
	padding: 5px;
	line-height: 15px;
}

.sendmail_right a {
	font-size:11px;
	float: right;
}

.sendmail_right input {
	font-family: "Lucida Console", Monaco, monospace;
	/*font-size: 1.2em;*/
	font-size:11px;
}

.sendmail_right textarea {
	font-family: "Lucida Console", Monaco, monospace;
	/*font-size: 1.2em;*/
	font-size:11px;
}

#sendmail_captcha {
	float: right;
	padding: 5px;
	line-height: 15px;
	font-size:11px;
}

#sendmail_captcha a {
	vertical-align: top;
	font-size:11px;
}



/* Pressespiel List Item*/
.newslisteitem {
font-size:11px;
margin-bottom:10px;

}

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


/* Footer */
#footer {
display:none;
	text-align:center;
	padding-top:10px;
	font-size:9px;
	border-top:1px solid #989898;
	color:#666666;
	float:left;
	width:900px;
	font-size:13px;
	margin-top:20px;
}
	#footer a,
	#footer a:visited{  color:#666666; }

#tooltip {
	position: absolute;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
	color: #f06900;
	opacity: .90;
	-moz-opacity: 0.9;
	max-width: 200px;
	font-size: 11px;
	display: none;
}

#tooltip span {
	color: #666666;
}



/* Wrapper */
#wrapper{ position:absolute; left:42px; width:900px; margin:0 auto; background:#fff; }

/* Right Logos */
#rightlogos{ position:absolute; bottom:20px; right:-100px; }

/* Header */
#header{ width:900px; display:none;}
	.header-top{ width:900px; height:70px; background:url(/images/bgr-header.gif) repeat-x top; overflow:hidden; }
		.header-top .gmbh{ float:left; width:258px; margin:50px 0 0 35px; }
	.header-slide{ clear:both; overflow:hidden; height:102px;}
	.header-slide ul{ }
	.header-slide li{ float:left; margin:1px 0 1px 1px; }
	.header-slide li img{ display:block; }

/* Logo */
#logo{ float:right; display:block; width:287px; height:70px; text-indent:-5000px; background:url(/images/logo.jpg) no-repeat; }

/* Search */
#search{ clear:both; width:900px; height:23px; color:#fff; margin-bottom:20px; background:url(/images/bgr-search.gif) no-repeat; }
	#search fieldset{ padding-left:320px; }
	#search h2{ display:none; }
	#search input{ vertical-align:middle; }
	
	#search input.txt	{ float:left; width:208px; height:15px; color:#84796b; margin:3px 8px 0 0; border:0; background:#fff4ef; }
	
	
	
	
	#search input.btn{ float:left; width:69px; height:23px; margin-right:5px; border:0; cursor:pointer; background:url(/images/button-search.gif) no-repeat; }
	#search input#searchinpm{ float:left; margin-top:5px; margin-left:20px; position:relative;}
	#search label{ float:left; vertical-align:text-top; font-size:11px; }
	

/* Content */
#content{ position:relative; clear:both; width:875px; padding-bottom:20px; }
#content .columns{ width:900px; overflow:hidden; }
#keyvis{ position:absolute; right:-70px; top:-40px;display:none; }

/* Sidebar */
#sidebar{ float:left; width:155px; padding-left:20px; font-size:13px;display:none;}
	#sidebar .otsmanager{ clear:both; display:block; margin-bottom:33px; }
	#sidebar .rss{ clear:both; }
	#sidebar .rss li{ margin-bottom:7px; }

/* Mainbar */
#mainbar{ float:left; width:725px; margin-top:5px }

/* Side Nav */
#sidenav{ clear:both; width:125px; font-size:13px; color:#555f69; margin-bottom:33px; }
	#sidenav a,
	#sidenav a:visited{ display:block; color:#555f69; }
	#sidenav li{ margin:4px 0 0 0; padding-bottom:4px; line-height:15px; border-bottom:1px solid #d4d7d9; }
	#sidenav li a{ padding-left:9px; margin-left:6px; background:url(/images/bgr-sidenav.gif) no-repeat left; }
	#sidenav li.current a{ font-weight:bold; background:url(/images/bgr-sidenav-on.gif) no-repeat left; }
	#sidenav ul.sub li{ font-size:11px; margin-top:5px; margin-left:10px; padding-bottom:0; border-bottom:0; }
	#sidenav ul.sub li a{ font-weight:normal; margin-left:7px; background:url(/images/bgr-sidenav.gif) no-repeat left; }
	#sidenav ul.sub li.current a{ font-weight:bold; }

/* Side Newsletter */
#sidenewsletter{ clear:both; width:125px; font-size:12px; color:#384048; margin-bottom:10px; }
	#sidenewsletter h3{ font-size:11px; color:#555f69; padding-bottom:2px; margin-bottom:10px; text-transform:uppercase; border-bottom:1px solid #d4d7d9; }
	#sidenewsletter p{ margin-bottom:10px; }
	#sidenewsletter input{ vertical-align:middle; }
	#sidenewsletter input.txt{ width:106px; height:13px; font-size:10px; color:#f17617; border:0; background:#fff2ec; }
	#sidenewsletter input.btn{ width:13px; height:13px; border:0; cursor:pointer; background:url(/images/button-arrowobox.gif) no-repeat; }

/* Pagenav */
#pagenav{ display:none;clear:both; width:725px; height:45px; margin-bottom:40px; background:url(/images/bgr-pagenav.gif) repeat-x bottom; }
	#pagenav ul{ clear:both; width:725px; font-size:12px; overflow:hidden; }
	#pagenav li{ float:left; margin-right:15px; font-size:14px; }
	#pagenav li a,
	#pagenav li a:visited{ color:#555f69; font-size:14px;}
	#pagenav li a:hover{ color:#f06900; text-decoration:none; font-size:14px;}
	#pagenav li.current a{ color:#f06900; padding-left:8px; background:url(/images/bullet-pagenav.gif) no-repeat left; font-size:14px;}
	#pagenav ul.sub{ clear:both; font-size:11px; padding:10px 10px 0; }
	#pagenav ul.sub li{ margin-right:15px; font-size:12px;}
	#pagenav ul.sub li a { margin-right:15px; font-size:12px;}

/* Subnav */
#subnav{ clear:both; width:725px; height:45px; font-size:13px; padding:10px 10px 0; margin-bottom:15px; background:url(/images/bgr-pagenav.gif) repeat-x top; overflow:hidden; }
	#subnav li{ float:left; margin-right:20px; }
	#subnav li a,
	#subnav li a:visited{ color:#555f69; }
	#subnav li a:hover{ color:#f06900; text-decoration:none; }
	#subnav li.current a, #subnav li.current a:visited{ color:#f06900; padding-left:8px; background:url(/images/bullet-pagenav.gif) no-repeat left; }

/* Volltext*/
#volltext{ clear:both; width:675px; overflow:hidden; }

/* Midcontent*/
#midcontent{ float:left; width:507px; }

/* Article Options */
.articleoptions{ display:none;clear:both; width:482px; height:30px; font-size:11px; margin-top:15px; background:url(/images/bgr-articleoptions.gif) repeat-x; overflow:hidden; }
	.articleoptions ul.options{ float:left; width:240px; padding:8px 5px 0 10px; overflow:hidden;  }
	.articleoptions ul.options li{ margin-right:12px;  }
	.articleoptions ul.options li a, .articleoptions ul.options li a:visited{ display:block; color:#5e5e5e; padding-left:18px; font-size:11px; }
	.articleoptions ul.options li.print a{ background:url(/images/ico-print.gif) no-repeat left top; }
	.articleoptions ul.options li.send a{ padding-left:24px; background:url(/images/ico-send.gif) no-repeat left top; }
	.articleoptions ul.options li.bookmark a{ background:url(/images/ico-bookmark.gif) no-repeat left top; }


	.articleoptions ul.social{ float:right; padding:8px 5px 0; overflow:hidden; }
	.articleoptions ul.social li a,
	.articleoptions ul.social li a:visited{ display:block; color:#5e5e5e; font-size:11px; }
	/*.articleoptions ul.social li{ margin-left:2px; }*/
	.articleoptions ul.social li.twitter a {padding-right:8px;padding-left:15px; background:url(/images/button-twitter.gif) no-repeat left top; }
	.articleoptions ul.social li.facebook a {padding-right:8px;padding-left:10px; background:url(/images/button-facebook.gif) no-repeat left top; }
	.articleoptions li{ float:left; }

	

/* Meta */
.meta{ font-size:13px;clear:both; font-family:"Lucida Console", Arial, Helvetica, sans-serif; margin-bottom:20px; padding:10px 0; border-bottom:1px solid #cbcbcb; }
	.meta a,
	.meta a:visited{ color:#5e5e5e; text-decoration:underline; }
	.meta a:hover{ text-decoration:none; }

/* Article */
.article{ clear:both; width:482px; }
	.article h2{ font-size:18px; color:black; margin-bottom:12px; }
	.article h2 span{ font-size:11px; font-weight:normal;  }
	.article p{ font-size:12px; color:black; margin-bottom:5px; }
	.article .text{ font-family:"Lucida Console", Arial, Helvetica, sans-serif; margin-top:20px;font-size:14px;}
	.article .text p{ margin-bottom:15px; }
	.article .text pre{ font-family:"Lucida Console", Arial, Helvetica, sans-serif;margin-bottom:15px; font-size:14px }
	.article .text pre a,
	.article .text prea:visited{ color:black; text-decoration:underline; }
	.article .text pre a:hover{ text-decoration:none; }
	.article .text p.indent{ text-indent:20px; margin-bottom:25px; }
	.article .text ul{ font-size:11px; color:#000; margin:0 0 10px 10px; }

/* Article Photo */
.articlephoto{ display:none;clear:both; width:482px; margin-top:20px 0; padding-top:1px; border-top:1px solid #989898; }
	.articlephoto .top{ width:482px; overflow:hidden;display:none}
	.articlephoto .image{ float:left; }
	.articlephoto .info{ float:left; width:235px; padding:4px 7px;display:none }
	.articlephoto .info p,
	.articlephoto .info ul{ font-size:11px; color:#5e5e5e; margin-bottom:5px; }
	.articlephoto .info ul li,
	.articlephoto .info ul li strong { font-size:11px; }
	.articlephoto .info ul.links li{ margin-bottom:3px; font-size:11px;}
	.articlephoto .info li a,
	.articlephoto .info li a:visited{ display:block; padding-left:18px; color:#f06900; font-size:11px;}
	.articlephoto .info li.original a{ background:url(/images/ico-original.gif) no-repeat left; font-size:11px;}
	.articlephoto .info li.zoom a{ background:url(/images/ico-zoom.gif) no-repeat left; font-size:11px;}

/* Aritcle Thumbs */
.articlethumbs{ display:none; clear:both; width:490px; margin-top:1px;  overflow:hidden; }

.selection_active img {
	margin-right:2px;
	float:left;
	border:1px solid #F06900
}	
	
.selection_inactive img {
	margin-right:2px;
	float:left;
	border:1px solid #989898
}	

/*Blättern*/
.blaettern {
display:none;
	/*border-top:1px solid #989898;*/
	/*border-bottom:1px solid #989898;*/
	float:left;margin-bottom:20px; 
	background: url(/images/artother_bg.gif) repeat-y;
	width:520px;
	/*overflow:hidden;*/
}

.blaettern a,
.blaettern a:visited {color:#ff5a00;}
.blaettern h3 {margin-bottom:15px; font-size:12px;text-decoration:none;font-weight:normal }

/* Bottom Box */
.bottombox{ clear:both; width:482px; overflow:hidden; }
	.bottombox li{ float:left; width:222px; padding:2px 10px; border-top:1px solid #989898; border-bottom:1px solid #989898; border-left:1px solid #989898; }
	.bottombox li.first{ padding-left:0; border-left:0; }
	.bottombox li.next{ width:7px; padding:0; border:0; text-align:center; }
	.bottombox li.next a{ display:block; width:7px; height:13px; margin-top:40px; text-indent:-5000px; background:url(/images/button-arrowright.gif) no-repeat; }
	.bottombox li h3{ font-size:10px; color:#ff5a00; margin-bottom:15px; }
	.bottombox li a, .bottombox li a:visited{ color:#ff5a00; }
	.bottombox li p{ font-family:"Lucida Console", Arial, Helvetica, sans-serif; margin-bottom:10px; }

/* Rightbar */
#rightbar{ float:left; width:168px; padding:0 25px; display:none;}
	#rightbar h3{ position:relative; font-size:11px; color:#555f69; text-transform:uppercase; padding-bottom:2px; margin-bottom:5px; border-bottom:1px solid #d4d7d9; }
	#rightbar .close{ position:absolute; top:5px; right:0; display:block; width:4px; height:4px; padding:0; text-indent:-5000px; background:url(/images/ico-square.gif) no-repeat; }
	#rightbar .up{ position:absolute; top:5px; right:0; display:block; width:5px; height:3px; padding:0; text-indent:-5000px; background:url(/images/ico-arrowup.gif) no-repeat; }

/* Aussender */
.aussender{ width:168px; margin-bottom:20px; overflow:hidden; }
	.aussender p{ font-size:12px; color:#5e5e5e; margin-bottom:10px; }
	.aussender img{ vertical-align:bottom; }
	.aussender a.more{ font-size:12px; float:right; color:#5e5e5e; padding-left:10px; text-align:right; background:url(/images/bgr-sidenav.gif) no-repeat left; }

/* Aussenderliste */
.aussenderliste{ color:#555F69;margin-bottom:20px; line-height:20px; }
	.aussenderliste a,
	.aussenderliste a:visited{ color:#666; }
	.aussenderliste a:hover{ color:#f06900; text-decoration:none; }
	

/* Geokordinaten */
.geokordinaten{ position:relative; width:168px; margin-bottom:20px; }
	.geokordinaten img{ border:1px solid #d4d7d9; }

/* Pressespiegel */
.pressespiegel{ width:168px;  margin-bottom:20px; overflow:hidden; }
	.pressespiegel li{ margin-bottom:10px; }
	.pressespiegel p.date{ color:#000; font-size:12px; }
	.pressespiegel a,
	.pressespiegel a:visited{ color:#666; font-size:12px;}
	.pressespiegel a:hover{ color:#f06900; text-decoration:none; font-size:12px;}
	.pressespiegel a.more{ float:right; color:#5e5e5e; padding-left:10px; text-align:right; background:url(/images/bgr-sidenav.gif) no-repeat left; }

/* Pressespiegel */
.pressespiegel_long {padding-bottom:20px;}
	.pressespiegel_long p {padding-top:10px;}	
	.pressespiegel_long a:visited{ color:#666; }
	.pressespiegel_long a:hover{ color:#f06900; text-decoration:none; }
	.pressespiegel_long a.more{ float:right; color:#5e5e5e; padding-left:10px; text-align:right; background:url(/images/bgr-sidenav.gif) no-repeat left; }
	
	
/* Themen Personen Orte - Blöcke in PA */	

.block_liste{ width:168px; font-size:11px; margin-bottom:20px; overflow:hidden; }
	.block_liste li{ margin-bottom:3px; }
	.block_liste p.date{ color:#000; }
	.block_liste a,
	.block_liste a:visited{ color:#666; font-size:12px;}
	.block_liste a:hover{ color:#f06900; text-decoration:none; font-size:12px;}
	.block_liste a.more{ float:right; color:#5e5e5e; padding-left:10px; text-align:right; background:url(/images/bgr-sidenav.gif) no-repeat left; }

	

/* Vom Aussender */

.vomaussender{ width:168px; font-size:10px; margin-bottom:20px; overflow:hidden; }

	.vomaussender h2 { position:relative; font-size:11px; color:#555f69; text-transform:uppercase; padding-bottom:2px; margin-bottom:5px; border-bottom:1px solid #d4d7d9; }
	.vomaussender li{ margin-bottom:10px; }
	.vomaussender li p { margin-top:5px; border-top:1px solid #d4d7d9; color:black}
	
	
	
	.vomaussender p.date{ color:#000; }
	.vomaussender a,
	.vomaussender a:visited{ color:#666; font-weight:normal;text-decoration:none;}
	.vomaussender a:hover{ color:#f06900; text-decoration:none; }
	.vomaussender a.more{ float:right; color:#5e5e5e; padding-left:10px; text-align:right; background:url(/images/bgr-sidenav.gif) no-repeat left; }

	
	
/* Themen */
.themen{ width:168px; font-size:10px; margin-bottom:20px; }
	.themen .big{ font-size:15px; }
	.themen a,
	.themen a:visited{ color:#555f69; padding:0 5px 0 0; margin-left:2px; background:url(/images/bullet-smsquare.gif) no-repeat right; }

/* Personen */
.personen{ width:168px; font-size:10px; margin-bottom:20px; }
	.personen .big{ font-size:15px; }
	.personen a,
	.personen a:visited{ color:#555f69; padding:0 8px 0 0; margin-left:2px; background:url(/images/bullet-smsquare.gif) no-repeat right; }

/* Profisuche */
/*#profisuche{ clear:both; width:675px; }
	#profisuche h2{ font-size:14px; font-weight:normal; color:#5e5e5e; padding-bottom:2px; margin-bottom:2px; border-bottom:1px solid #989898; }
	#profisuche h2 span{ font-size:11px; color:#f06900; }*/

/* Find */
.find{ clear:both; width:482px; color:#000; margin-bottom:90px; }
	.find h2{ font-size:14px; font-weight:normal; color:#5e5e5e; padding-bottom:2px; margin-bottom:2px; border-bottom:1px solid #989898; }
	.find h2 span{ font-size:11px; color:#f06900; }
	.find p{ font-size:11px; color:#f06900; }
	.find fieldset{ margin:40px 0; }
	.find li{ margin-bottom:10px; }
	.find li.umkreis{ margin-bottom:20px; }
	.find label{ float:left; width:115px; font-size:11px; }
	.find input{ font-family:Arial, Helvetica, sans-serif; font-size:11px; vertical-align:middle; }
	.find input.txt{ width:271px; height:16px; padding:2px 3px 0; border:1px solid #ff5a00; background:#ffeee5; }
	.find input.txt2 { width:271px; height:16px; padding:2px 3px 0; border:1px solid #7F7F7F; }
	
	
	.find select{ width:164px; height:20px; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin-right:5px; border:1px solid #7f7f7f; background:#f2f2f2; }
	.find input.date{ width:80px; height:16px; margin-right:8px; padding:2px 3px 0; border:1px solid #7f7f7f; background:#f2f2f2; }
	.find img{ vertical-align:middle; }
	.find .radiobuttons{ clear:both; font-size:11px; margin:20px 0 1px; padding:10px 0; border-top:1px solid #989898; border-bottom:1px solid #989898; }
	.find .radiobuttons ul{ width:350px; margin-bottom:5px; overflow:hidden; }
	.find .radiobuttons ul.second{ padding-left:185px; }
	.find .radiobuttons li{ float:left; width:70px; margin:0; }
	.find .radiobuttons li label{ float:none; width:auto; vertical-align:middle; line-height:20px;}
	.find .radiobuttons li input{ vertical-align:top; }
	.find input.btn{ float:right; width:293px; height:23px; cursor:pointer; border:0; background:url(/images/button-profstarten.gif) no-repeat; }

/* static_content */
.static_content{ clear:both; width:482px; }
	#profisuche .static_content h2{ margin-bottom:30px; }
	.static_content p{ font-size:12px; font-weight:bold; color:#ff5a00; margin:10px 0; }
	.static_content table{ width:482px; font-size:11px; margin-bottom:12px; }
	.static_content td.title{ font-weight:bold; color:#000; padding:1px 5px; border-bottom:1px solid #fff; background:#d5d9dc; }
	.static_content td{ color:#000; padding:1px 5px; background:#e4e7e9; }
	.static_content td.currency{ width:40px; font-weight:bold; text-align:right; white-space:nowrap; }
	.static_content td.amount{ width:30px; font-weight:bold; padding-right:20px; text-align:right; }
	.static_content p.last{ margin-top:0; padding-top:14px; }

/* Aktuelles */
.aktuelles{ width:168px; margin-bottom:20px; overflow:hidden; text-align:center }
	.aktuelles h3 {text-align:left;}
	.aktuelles p{ text-align:left; font-size:12px; color:#5e5e5e; margin-bottom:10px; }
	.aktuelles img{  }
	.aktuelles a.more{ font-size:12px; float:right; color:#5e5e5e; padding-left:10px; margin-right:10px; text-align:right; background:url(/images/bgr-sidenav.gif) no-repeat left; }

/* Top Thema */
.topthema{ width:168px; font-size:10px; margin-bottom:20px; overflow:hidden; }
	.topthema h3 span{ font-weight:normal; }
	.topthema img{ margin-bottom:5px; }
	.topthema li{ margin-bottom:10px; }
	.topthema p.date{ color:#000; }
	.topthema a,
	.topthema a:visited{ color:#666; }
	.topthema a.more:hover,
	.topthema a:hover{ color:#f06900; text-decoration:none; }
	.topthema a.more{ float:right; color:#5e5e5e; padding-left:10px; text-align:right; background:url(/images/ico-arrowright.gif) no-repeat left; }

/* Preisliste */
.preisliste{ width:168px; font-size:10px; margin-bottom:30px; }
	.preisliste li{ margin-bottom:5px; }
	.preisliste li a,
	.preisliste li a:visited{ display:block; color:#555f69; padding:1px 0 1px 18px; background:url(/images/ico-pdf.gif) no-repeat left; }
	
/* Kalendar */
.kalendar{ width:168px; font-size:9px; margin-bottom:8px; }
	.kalendar table{ width:135px; }
	.kalendar table.month{ margin-bottom:10px; }
	.kalendar table.month a,
	.kalendar table.month a:visited{ font-size:11px; color:#555f69; }
	.kalendar table.month td.monthname{ width:129px; text-align:center; }
	.kalendar table.days td{ padding:1px 0; text-align:right; }
	.kalendar table.days td.current span{ color:#fff; padding:0 1px; background:#555f69; }
	.kalendar table.days td.sa,
	.kalendar table#days td.so{ color:#888f96; }

/* Apatermine */
.apatermine{ width:168px; font-size:12px; margin-bottom:20px }
	#profisuche .apatermine h3{ width:132px; height:12px; font-size:9px; padding:1px 0 0 10px; border-bottom:0; background:url(/images/bgr-apatermine.gif) no-repeat; }
	#profisuche .apatermine .up{ right:5px; }
	.apatermine ul{ margin-left:15px; }
	.apatermine li{ margin-bottom:2px; }
	.apatermine .blue{ padding-left:8px; background:url(/images/ico-blue.gif) no-repeat left; }
	.apatermine .green{ padding-left:8px; background:url(/images/ico-green.gif) no-repeat left; }
	.apatermine .red{ padding-left:8px; background:url(/images/ico-red.gif) no-repeat left; }
	.apatermine .orange{ padding-left:8px; background:url(/images/ico-orange.gif) no-repeat left; }
	.apatermine a,
	.apatermine a:visited{ color:#666; font-size:12px;}
	.apatermine a.more:hover,
	.apatermine a:hover{ color:#f06900; text-decoration:none; font-size:12px;}
	.apatermine a.more{ float:right; color:#5e5e5e; padding-left:10px; text-align:right; background:url(/images/ico-arrowright.gif) no-repeat left; }
	
	

/* Bilderdes */
.bilderdes{ width:168px; margin-bottom:20px; }
	.bilderdes h3 span{ font-weight:normal; }
	.bilderdes ul{ width:168px; overflow:hidden; }
	.bilderdes li{ float:left; margin:0 0 1px 1px; border:1px solid #959696; }
	.bilderdes li.first{ margin-left:0;}
	.bilderdes li img{ display:block; }

/* Pressemappe */
#pressemappe{ clear:both; width:725px; }

.pressemappe-top{ clear:both; width:725px; margin-bottom:10px; overflow:hidden; }
	.pressemappe-top .title{ width:725px; padding-bottom:2px;overflow:hidden; }
	.pressemappe-top .title_border { width:725px; padding-bottom:2px; border-bottom:1px solid #90979d; overflow:hidden; }
	.pressemappe-top .title h2,
	.pressemappe-top .title_border h2{ float:left; font-size:14px; font-weight:normal; }
	.pressemappe-top .title h2 span,
	.pressemappe-top .title_border h2 span { font-size:11px; color:#f06900; }
	.pressemappe-top .title h2 a,
	.pressemappe-top .title_border h2 a { font-size:11px; color:#f06900; }
	.pressemappe-top .title h2 img, 
	.pressemappe-top .title_border h2 img { vertical-align:bottom; }
	.pressemappe-top .title a.ausblenden, .pressemappe-top .title  a.ausblenden:visited, 
	.pressemappe-top .title_border a.ausblenden, .pressemappe-top .title_border  a.ausblenden:visited { float:right; display:block; width:130px; color:#5e5e5e; margin-top:5px; margin-right:20px; background:url(/images/ico-arrowup.gif) no-repeat right; }
	.pressemappe-top ul{  width:674px; margin:1px 1px 1px 0; }
	/*.pressemappe-top ul img{border:1px solid #ccc; }*/
	.pressemappe-top li{ height:150px;float:left; width:696px; font-size:13px; padding:11px 14px; margin-bottom:1px; background:#f1f2f3; }
	.pressemappe-top li h3{ font-size:11px; font-weight:normal; padding-left:5px; margin-bottom:10px; text-transform:uppercase; background:url(/images/bgr-roundedtitle.gif) no-repeat; }
	.pressemappe-top li p{ margin-bottom:10px; }
	.pressemappe-top li .left{ float:left; width:375px; }
	.pressemappe-top li .left a, .pressemappe-top li .left a:visited{ color:#ff5a00;}
	.pressemappe-top li .image{ float:left; margin-right:20px; }
	.pressemappe-top li .text{ float:left; width:217px; }
	.pressemappe-top li .right{ float:right; width:306px; }
	.pressemappe-top li .right a.more{ float:right; color:#5e5e5e; padding-right:10px; text-align:right; background:url(/images/ico-arrowdown.gif) no-repeat right; }

/* Aktuelleaussendungen */
.aktuelleaussendungen{ clear:both; width:507px; padding-bottom:25px; border-bottom:1px solid #90979d; font-size:13px;}
	.aktuelleaussendungen h2{ font-size:14px; font-weight:normal; color:#555f69; padding-bottom:2px; border-bottom:1px solid #90979d; }
	.aktuelleaussendungen h3{ font-size:13px; margin-bottom:5px; }
	.aktuelleaussendungen h3 a, .aktuelleaussendungen h3 a:visited{ display:block; color:#f06900;  }
	.aktuelleaussendungen h3.icon_reise a{ background:url(/images/ico-sail.gif) no-repeat left top; }
	.aktuelleaussendungen h3.icon_termine a{ background:url(/images/ico-cal.gif) no-repeat left top; }
	.aktuelleaussendungen h3.icon_tourismuswirtschaft a{ background:url(/images/ico-zentral.gif) no-repeat left top; }
	.aktuelleaussendungen h3.icon_personalia a{ background:url(/images/ico-ppl.gif) no-repeat left top; }
	.aktuelleaussendungen h3.icon_kulinarik a{ background:url(/images/ico-kulinarik.gif) no-repeat left top; }
	.aktuelleaussendungen h3.icon a{ }

	.aktuelleaussendungen h3.icon_1 a{ background:url(/images/1.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_2 a{ background:url(/images/2.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_3 a{ background:url(/images/3.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_4 a{ background:url(/images/4.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_5 a{ background:url(/images/5.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_6 a{ background:url(/images/6.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_7 a{ background:url(/images/7.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_8 a{ background:url(/images/8.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_9 a{ background:url(/images/9.png) no-repeat left top; }
	.aktuelleaussendungen h3.icon_10 a{ background:url(/images/10.png) no-repeat left top; }
	.aktuelleaussendungen ul{ width:507px; }
	.aktuelleaussendungen li{ width:507px; padding:1px 0 5px; border-top:1px solid #bfbfbf; overflow:hidden; }
	.aktuelleaussendungen li.first{ border-top:0; }

	.aktuelleaussendungen .text_vorschau { float:left; width:420px; padding:8px 0; }
	.aktuelleaussendungen .text { float:left; width:460px; padding:8px 0; }

	
	.aktuelleaussendungen .text p,
	.aktuelleaussendungen .text_vorschau p{ font:13px "Lucida Console", Arial, Helvetica, sans-serif; }
	
	.aktuelleaussendungen .text p a,
	.aktuelleaussendungen .text p a:visited{  text-decoration:underline; }
	.aktuelleaussendungen .text p a:hover{ text-decoration:none;  }

	.aktuelleaussendungen .text_vorschau p a,
	.aktuelleaussendungen .text_vorschau p a:visited{  text-decoration:underline; }
	.aktuelleaussendungen .text_vorschau p a:hover{ text-decoration:none;  }
	
	
	.aktuelleaussendungen .text_bilder{ float:left; width:385px; padding:8px 0; margin-left:10px;}
	.aktuelleaussendungen .text_bilder p{ font:11px "Lucida Console", Arial, Helvetica, sans-serif; }
	.aktuelleaussendungen .text_bilder p a,
	.aktuelleaussendungen .text_bilder p a:visited{ color:#333; text-decoration:underline; }
	.aktuelleaussendungen .text_bilder p a:hover{ text-decoration:none; }
	.aktuelleaussendungen .text_bilder h3 a { padding-left:0px }
	
	.aktuelleaussendungen .image{ float:right; margin-top:10px}
	.aktuelleaussendungen .image a.video{ vertical-align:top; }
	.aktuelleaussendungen .image_bilder{ float:left; margin-top:10px}
	.aktuelleaussendungen .image_bilder a.video{ vertical-align:top; }
/* Pagination */
.pagination{ clear:both; width:507px; padding:20px 0; overflow:hidden; }

	.pagination span.left	{ float:left; width:70px;  }
	.pagination span.right	{ float:right; width:70px;}
	
	.pagination span.left 	a			{ float:left; color:#f06900; }	
	.pagination span.left 	a:visited	{ float:left; color:#f06900; }

	.pagination span.right	a			{  color:#f06900; }
	.pagination span.right	a:visited	{ color:#f06900; }

	.pagination .pages{ list-style:none;}
		.pagination .pages li{ display:inline; font-size:12px; margin:0 2px; padding:0; border:0; overflow:visible; }
		.pagination .pages li a,
		.pagination .pages li a:visited{ color:#f06900; padding:0 3px; }
		.pagination .pages li.current a,
		.pagination .pages li.current a:visited{ color:#fff; background:#f06900; }
		
