
body {
	/*background-color: #b8d0b7;*/
}

.widget_col {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 309px;
	/* border: 1px solid black; */
}

.widget,
.widget_pl {
	margin-bottom: 18px;
}

.widget {
	background-color: #fff; /*#f7f7f7;*/
	width: 309px;
	border: none;
	position:relative;
	text-align:left;
}
.widget_pl {
	background-color: #74845e;
	width: 309px;
	border: 1px dashed #fff;
}

/* class to pad stuff inside widget content */
.widget .pad1 {
	padding-left:10px;
	padding-bottom: 5px;
}

.widget .content {
	/*background-image: url(../../i/w/widget_content_bg.png);*/
	background-repeat: no-repeat;
}
.widget .pad2 {
	padding:10px 10px 10px 10px;
}
.widget .content_inner {
	padding:10px 
}
.widget .arbeit
{
	font-weight:bold;
	font-size:12px;
}
.widget .arbeit p
{
	line-height:12px;
	padding:5px;
	margin:0;
}
.widget .arbeit p a
{
	color:#2b2b2a;
}
.widget .arbeit p a:hover
{
	color:#666666;
}

.widget .buero
{
	font-weight:normal;
	font-size:12px;
	line-height:16px;
}
.widget .buero p
{
	padding:5px;
	margin:0;
	line-height:10px;
}
.widget .buero br
{
	line-height:10px;
}
.widget .buero a
{
	color:#317827;
	font-weight:bold;
}
.widget .buero a:hover
{
	text-decoration:underline;
}

.widget .team
{
	font-weight:normal;
	font-size:12px;
	line-height:16px;
}
.widget .team p
{
	padding:5px;
	margin:0;
	line-height:10px;
}
.widget .team a
{
	color:#317827;
	font-weight:bold;
}
.widget .team a:hover
{
	text-decoration:underline;
}


.hide {
	display: none !important;
}


.widget_header {
	background: #C4CDB5 url(../../i/w/widget_header.gif);
	position:relative;
	width:309px;
	height:38px;
	cursor:move;
}

.widget_header .btn_collapsed,
.widget_header .btn_expanded {
	position:absolute;
	left: 15px;
	top:17px;
	width:12px;
	height:12px;
	display:inline;
}
.widget_header .btn_expanded {
	background: url(../../i/w/arrow_expanded.png) no-repeat;
}
.widget_header a.btn_expanded:hover {
	background: url(../../i/w/arrow_expanded_over.png) no-repeat;
}
.widget_header .btn_collapsed {
	background: url(../../i/w/arrow_collapsed.png) no-repeat;
}
.widget_header a.btn_collapsed:hover {
	background: url(../../i/w/arrow_collapsed.png) no-repeat;
}

.widget_header .btn_flickr
{
	background-image: url(../../i/w/ico_flickr.png);
	width:43px;
	height:17px;
	position:absolute;
	left: 252px;
	top:14px;
}
.widget_header .btn_minus {
	position:absolute;
	left: 210px;
	top:6px;
	width:28px;
	height:26px;
	background-image: url(../../i/w/minus.png);
	display:inline;
}
.widget_header a.btn_minus:hover {
	background-image: url(../../i/w/minus_over.png);
}

.widget_header a.btn_plus {
	position:absolute;
	left: 241px;
	top:6px;
	width:28px;
	height:26px;
	background-image: url(../../i/w/plus.png);
	display:inline;
}
.widget_header a.btn_plus:hover {
	background-image: url(../../i/w/plus_over.png);
}

.widget_header a.btn_config,
.widget_header a.btn_config_open {
	position:absolute;
	left: 272px;
	top:6px;
	width:28px;
	height:26px;
	display:inline;
}
.widget_header a.btn_prev
{
	position:absolute;
	left: 241px;
	top:6px;
	width:27px;
	height:25px;
	display:inline;
	background-image:url(../../i/w/sms_prev.png);
}
.widget_header a.btn_prev:hover
{
	background-image:url(../../i/w/sms_prev_over.png);
}
.widget_header a.btn_next
{
	position:absolute;
	left: 272px;
	top:6px;
	width:27px;
	height:25px;
	display:inline;
	background-image:url(../../i/w/sms_next.png);
}
.widget_header a.btn_next:hover
{
	background-image:url(../../i/w/sms_next_over.png);
}

.widget_header a.btn_config { background-image: url(../../i/w/config.png); }
.widget_header a.btn_config:hover { background-image: url(../../i/w/config_over.png); /* TODO */ }
.widget_header a.btn_config_open {
	background-image: url(../../i/w/config_open.png);
	height:31px;
	width:31px;
}

.widget_nav
{
	position:absolute;
}
.flickr_nav
{
	position:absolute;
	bottom: 5px;
	left: 0px;
	z-index:2;
}
.video_nav
{
	top:55px;
}
.widget_nav_prev, .widget_nav_txt, .widget_nav_next
{
	float:left;
}
.widget_nav_prev
{
	background:url(../../i/w/flickr_prev.png) no-repeat;
	width:19px;
	height:23px;
}
.widget_nav_txt
{
	background:url(../../i/w/flickr_txt_bg.png) no-repeat;
	width:260px;
	height:23px;
	margin:0px 5px 0px 5px;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding-top:3px;
}
.widget_nav_next
{
	background:url(../../i/w/flickr_next.png) no-repeat;
	width:19px;
	height:23px;
}

.widget_header .caption {
	position: absolute;
	left:36px;
	top:10px;
	background-repeat: no-repeat;
	/*cursor:move;*/
}

.widget_header .arbeit {
	background-image: url(../../i/w/caption_arbeit.gif);
	width:176px;
	height:17px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.widget_header .buero {
	background-image: url(../../i/w/caption_buero.gif);
	width:53px;
	height:17px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.widget_header .team {
	background-image: url(../../i/w/caption_team.gif);
	width:57px;
	height:17px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.widget_header .bilder {
	background-image: url(../../i/w/caption_bilder.gif);
	width:65px;
	height:18px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.widget_header .bilder:hover 
{
	background-image: url(../../i/w/caption_bilder_over.gif);
}
.widget_header .video {
	background-image: url(../../i/w/caption_videos.gif);
	width:64px;
	height:19px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.widget_header .video:hover 
{
	background-image: url(../../i/w/caption_videos_over.gif);
}
.widget_header .radfalle {
	background: url(../../i/w/caption_radfalle.gif) no-repeat left bottom;
	width:91px;
	height:18px;
}
.widget_header .radfalle:hover 
{
	background-image: url(../../i/w/caption_radfalle_over.gif);
}

.widget_header .bilder_pager
{
}


.widget_header .blogs {
	background: url(../../i/w/caption_blogs.gif) no-repeat left bottom;
	width:60px;
	height:18px;
}
.widget_header .blogs:hover 
{
	background-image: url(../../i/w/caption_blogs_over.gif);
}

.widget_header .presse {
	background: url(../../i/w/caption_presse.gif) no-repeat left bottom;
	width:71px;
	height:19px;
}
.widget_header .presse:hover 
{
	background-image: url(../../i/w/caption_presse_over.gif);
}

.widget_header .gruene_welt {
	background: url(../../i/w/caption_gruene_welt.gif) no-repeat left bottom;
	width:116px;
	height:19px;
}
.widget_header .gruene_welt:hover {
	background-image: url(../../i/w/caption_gruene_welt_over.gif);
}
.widget_header .kurz_buendig {
	background: url(../../i/w/caption_kurz_buendig.gif) no-repeat left bottom;
	width:140px;
	height:19px;
}
.widget_header .kurz_buendig:hover {
	background: url(../../i/w/caption_kurz_buendig_over.gif) no-repeat left bottom;
}
.widget_header .gruene_oebb {
	background: url(../../i/w/caption_oebb.gif) no-repeat left bottom;
	width:140px;
	height:19px;
}
.widget_header .gruene_oebb:hover {
	background: url(../../i/w/caption_oebb_over.gif) no-repeat left bottom;
}
.widget_header .news {
	background: url(../../i/w/caption_themen.gif) no-repeat left bottom;
	width:78px;
	height:18px;
}
.widget_header .news:hover {
	background-image: url(../../i/w/caption_themen_over.gif);
}
.widget_header .calendar {
	background-image: url(../../i/w/caption_calendar.gif);
	width:79px;
	height:18px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.widget_header .calendar:hover 
{
	background-image: url(../../i/w/caption_calendar_over.gif);
}
/* sms_kommentar = twitter .. */
.widget_header .sms_kommentar {
	background-image: url(../../i/w/caption_sms_kommentar.gif);
	width:157px;
	height:19px;
	background-repeat:no-repeat;
	background-position:left bottom;
}

.widget_header .sms_kommentar:hover {
	background-image: url(../../i/w/caption_sms_kommentar_over.gif);
}



.widget_header .map_eg {
	background: url(../../i/w/caption_map_eg.gif) no-repeat left bottom;
	width:91px;
	height:18px;
}
.widget_header .map_eg:hover {
	background-image: url(../../i/w/caption_map_eg_over.gif);
}

.twitterlink {
	text-align: center;
}


/* config panel */
.widget .config {
	background-color: #6f6f6f;
	width:279px;

	color: #b7b7b7;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px 10px 15px;
}
.widget .config .save_cancel {
	padding-top:10px;
	clear:both;
}

.widget .config hr {
	width:279px;
}
a.cb_on, a.cb_off,a.ccb_on,a.ccb_off {
	background-image: url(../../i/w/cb_on.png);
	background-repeat: no-repeat;
	background-position:left top;
	/*width:130px;*/
	height:20px;
	padding-left:20px;
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	line-height:20px;
	color:#fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}
a.cb_off {
	background-image: url(../../i/w/cb_off.png);
}
/* configbox checkboxes */
a.ccb_on, a.ccb_off
{
	padding-left:14px;
	margin-right:3px;
}
a.radio_on,
a.radio_off {
	background-image: url(../../i/w/radio_on.png);
	background-repeat: no-repeat;
	background-position:left top;
	/* width:14px; */
	width:130px;
	height:16px;
	padding-left:20px;
	margin-right:10px;
	color:white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom:7px;
	line-height:20px;
}
a.radio_off {
	background-image: url(../../i/w/radio_off.png);
}
.widget_option
{
	float: left; 
	width: 130px;
	margin:2px 0px 5px 0px;
	display:inline;
	height:20px;
}
.widget em a,  .article em a {
	font-weight: normal;	
	font-size: 11px;
}

.widget_option_splitter
{
	background-color:#8c8c8c;
	color:#8c8c8c;
	height:1px;
	line-height:1px;
	border:none;
	margin-top:10px;
}
.widget_option_detail
{
	color:#000;
}
.widget_news_entry {
	width: 309px;
	border-bottom:solid 1px #e8e8e8;
	display: block;
	vertical-align:top;
	overflow:hidden;
}

.widget_news_title {
	margin-right:5px;
	padding-left:5px;
}

.widget_news_img {
	margin-right:5px;
	width:73px;
	height:90px;
	background:#eaeaea;
	margin-bottom: 0px;
}

.widget_news_content {
	float:left;
	display: inline;
	width:222px;
	position:relative;
	padding: 4px;
	overflow: hidden;
}

.widget_news_content, .widget em, .widget em a, .article em a, .article em
{
	color:#8c8c8c;
}
.widget_news_content h2 a, .widget_news_list h2 a {
	color:#3a7e31;	
}

.widget_news_img, .widget_news_title, .widget_news_cat,.widget_sms_kommentar_title,.widget_sms_kommentar_date,.widget_author,.widget_date,.widget_blog_author,.widget_blog_date {
	float:left;
	display: inline;
}

.widget_news_cat,.widget_sms_kommentar_date,.widget_blog_date,.widget_date
{
	position:absolute;
	right:5px;
}
.widget_news_title, .widget_news_cat,.widget_sms_kommentar_title,.widget_sms_kommentar_date,.widget_blog_author,.widget_blog_date,.widget_author,.widget_date
{
	display:inline;
	margin-top:5px;
	color:#8c8c8c;
	font-size:11px;
	font-weight:normal;
}
.widget_news_title a, .widget_news_cat a,.widget_sms_kommentar_title a,.widget_sms_kommentar_date a,.widget_blog_author a,.widget_blog_date a,.widget_author a,.widget_date a
{
	color:#8c8c8c;
	font-size:11px;
	font-weight:normal;

}
.widget_sms_kommentar_text {
	border-top: 1px solid #e8e8e8;
	padding-top: 6px;
	margin: 6px 0;
}

.widget_news_list_title
{
	background-color:#f2f2f2;
	width:304px;
	color:#818181;
	font-size:10px;
	padding:3px 0px 3px 5px;
	height:15px;
	
}

.widget_news_title, .widget_news_cat
{
	line-height:12px;
}
.widget_news_title, .widget_news_title a {
	text-align: right;
}

.widget_news_list, .widget_news_list li
{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
.widget_news_list li br
{
	line-height:5px;	
}
.widget_news_list
{
	margin-left:20px;
	list-style: none;
}
.widget_news_list li
{
	background:url(../../i/w/bullet.gif) left top no-repeat;
	padding-left:10px;
	padding-bottom:5px;
	width:270px;
	margin-bottom:10px;
} 


.widget_news_stitle
{
	float:left;
	padding:0px 0px 7px 0px;
	margin:0px 0px 0px 0px;
	line-height:7px;

}

.widget_news_stitle a
{
	font-size:11px;
	font-weight:normal;
	color:#8c8c8c;
}

.widget_news_scat
{
	position:absolute;
	right:5px;
	color:#8c8c8c;
	font-size:11px;
	font-weight:normal;
	
	padding:1px 0px 6px 0px;
	margin:0px 0px 0px 0px;
	line-height:11px;
	border:solid 1px #fff;
	vertical-align:bottom;
}
.widget_news_scat a
{
	display:inline;
	line-height:7px;
	color:#8c8c8c;
	font-size:11px;
	font-weight:normal;
}



.calendar_prev,.calendar_header,.calendar_next
{
	float:left;
}
.calendar_prev,.calendar_next
{
	width:39px;
}
.calendar_next
{
	padding-right:5px;
	text-align:right;
}
.calendar_prev
{
	padding-left:5px;
}
.calendar_header
{
	width:221px;
	text-align:center;
}
.widget_calendar
{
	color:#000000;
	background-color:#eff2ed;
	width:100%;
	border-collapse:collapse;
	border:solid 1px #d9e1d5;
}
.calendar_header
{
	border:none;
	font-weight:bold;
}
.widget_calendar_week td
{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	width:44px;
}

.widget_calendar th
{
   font-size:10px;
   font-weight:bold;
   text-align:center;
   width:44px;
}


.widget_calendar td
{
	font-size:10px;
	font-weight:bold;
	border:solid 1px #d9e1d5;
	text-align:center;
	width:44px;
	height:25px;
}
.widget_calendar td a
{
	color:#000;
}

.calendar_content
{
	background-color:#eff2ed;
}
.day_inactive,.day_inactive a
{
	color:#cacaca;
}
.day_active
{
	 background:url(../../i/w/day_active.png) no-repeat right bottom;
}

.day_was_active
{
	background-color:#e2e7df;
}
.day_current
{
	background:url(../../i/w/day_current.png) no-repeat right bottom;
	color:#ffffff;
}
ul.calendar_list
{
	padding:0px 0px 0px 30px;
	margin:5px 0px 0px 0px;
}
ul.calendar_list li
{
	margin-left:0px;
	padding-left:0px;
}
ul.calendar_list li, ul.calendar_list li a
{
	color:#3a7e31;
	font-size:11px;
}
ul.calendar_list li a
{
	font-weight:normal;
}
ul.calendar_list li a:hover
{	
	text-decoration:underline;
}
.widget_sms_kommentar_title,.widget_sms_kommentar_subtitle, .widget_sms_kommentar_text
{
	margin-left:5px;
}
.widget_sms_kommentar_subtitle
{
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.widget_sms_kommentar_text
{
	color:#6e6e6e;	
	padding-bottom:5px;
}
.widget_blog_author, .widget_blog_date,.widget_blog_title
{
	font-weight: bold;
}
.widget_blog_entry
{
	border-bottom:solid 1px #ededed;		
}
.widget .content p {
	font-size:11px;
	color:#666;
}
.widget_news_list p {
	border-bottom: 1px solid #ededed;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.widget_blog_entry,.widget_press_entry
{
	padding:0px 10px 0px 10px;
}
.widget_blog_apos
{
	float:left;
	background:url(../../i/w/blog_apos.gif) no-repeat left top;
	width:25px;
	height:21px;
}
.widget_blog_title
{
	float:left;
	color:#f49322;
	font-size:12px;
	font-weight:bold;
	display:inline;
	width:255px;
	margin-left:5px;
}
.widget_blog_title a
{
	color:#f49322;
}
.widget_blog_title a:hover
{
	text-decoration:underline;
}
.green_bullet
{
	background:url(../../i/w/green_bullet.png) no-repeat left center;
	width:6px;
	height:10px;
	float:left;
	margin-right:5px;
}
.widget_press_title
{
	color:#3a7e31;
	display:inline;
	float:left;
	width:270px;
}
.widget_press_title a {
	font-size: 12px;
	color:#3a7e31;
}

ul
{
	 list-style-image:url(../../i/w/green_bullet.png);
	 margin:0 0 1em 0;
	 padding-left:15px;
}
.snippet ul li {
	margin-bottom:5px;
}

.snippet ul li,.snippet ul li a
{
	color:#3a7e31;
	font-size:11px;
	font-weight:bold;
}


/****** per-widget CSS *********/
/* People, please move widget stuff here, comment  and separate from common stuff */

/* Radfalle widget */
.radfalle {
	width: 309px;
	height: 255px;
	overflow: hidden;	
}
.cluster-div {
	position:absolute;
	width:90px;
	height:90px;
}
.cluster-poi-text
{
	position:absolute;
	top:76px;
	left:0px;
	width:90px;
	text-align:center;
	font-family:Helvetica;
	font-weight:bold;
	color:white;
}
.cluster-poi-text a {
	font-family:Helvetica;
	font-weight:bold;
	color:white;
}

.cluster-zoom-link {
	position:absolute;
	z-index:1000;
	top:29px;
	left:32px;
}
.cluster-zoom-img {
	width:25px;
	height:25px;
}

/* gridmanager */

.gridmanager li, .gridmanager ul {
	text-decoration: none;
	list-style: none;
	list-style-image: none;
}
.gridmanager img {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.widget_author {
	margin: 0;	
}
#presse {
	padding-top: 6px;
}

.komment
{
	background-color:#fff;

}
.komment_header
{
	background:url(../i/w/komment_header.gif) no-repeat;
	width:635px;
	height:40px;
}
.caption_komment
{
	background:url(../i/w/caption_komment.gif) no-repeat;
	width:119px;
	height:20px;
}
