/**
* ---------------------------------------------------------------------
* General
* ---------------------------------------------------------------------
*/
*{
	padding:0; 
	margin:0;
}

body {
	font-size:62.5%;
	background-color:rgb(255,255,255); 
	font-family:verdana,arial,sans-serif;
}

.page-container {
	width:980px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:solid 1px rgb(150,150,150); 
	font-size:1.0em;
}

.main {
	clear:both; 
	width:980px; 
	padding-bottom:30px; 
}

.main-navigation {
	display:inline /*Fix IE floating margin bug*/; 
	float:left; 
	width:200px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:515px; 
	margin:0 35px 0 30px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.main-subcontent {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	width:185px; 
	margin:0 15px 0 0; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.footer {
	clear:both; 
	width:980px; 
	padding:1.0em 0 1.0em 0; 
	font-size:1.0em; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	background:rgb(225,225,225);
}

/**
* ---------------------------------------------------------------------
* Header General
* ---------------------------------------------------------------------
*/
.header {
	width:980px; 
	font-family:"trebuchet ms",arial,sans-serif;
}

.header-top {
	width:980px; 
	height:160px; 
	background:rgb(240,240,240) url(./images/header_top.jpg); 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.header-bottom {
	width:980px; 
	height:40px; 
}

.header-breadcrumbs {
	clear:both; 
	width:980px; 
	padding:1.0em 0 1.5em 0; 
}

/* IE7 Only */
*:first-child+html .header-breadcrumbs {
	padding:3.5em 0 1.5em 0;
}

/**
* ---------------------------------------------------------------------
* Header Top
* ---------------------------------------------------------------------
*/
.sitelogo {
	width:245px; 
	height:130px; 
	position:absolute; 
	z-index:1; 
	margin:12px 0 0 20px; 
	background:url(./images/head_top_logo.png); 
}

/*transparent background for IE 6*/
*html .sitelogo {
    background:transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fileadmin/template/kantonalpartei/images/head_top_logo.png", sizingMethod="crop");
    cursor: pointer;
}

.sitename {
	width:300px; 
	height:45px; 
	position:absolute; 
	z-index:1; 
	margin:30px 0 0 290px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.sitename h1 {
	font-size:240%;
}

.sitename h2 {
	margin:0 0 0 0; 
	color: black;
	font-size:120%;
}

.sitename a {
	text-decoration:none; 
	color: black;
}

.sitename a:hover {
	text-decoration:none; 
	color:rgb(50,50,50);
}

/**
* ---------------------------------------------------------------------
* Header Bottom
* ---------------------------------------------------------------------
*/
#navbar {
	float: left;
	width: 100%;
	background-color: #EDF7E7;
	border-bottom: 12px solid #449922;
	font-size: 150%;
}

#navbar ul {
	list-style: none;
	padding-top: 5px;
	padding-left: 20px;
}

#navbar li {
	float: left;
	width: auto;
	border-bottom: 1px solid #225522;
	margin-right: -1px;
}

#navbar a {
	float: left;
	width: auto;
	background: url("images/tab_left.gif") no-repeat left top;
	padding-left: 18px;
	line-height:2.5em; 
	font-weight:bold; 
	color: #323232;
	text-decoration:none; 
}

#navbar a:hover {
	background-position: 0% -150px;
}

#navbar li.act {
	border-bottom: 1px solid #449922;
}

#navbar li.act a {
	background-position: 0 -150px;
}

#navbar li.act a span {
	background-position: 100% -150px;
}

#navbar a span {
	float: left;
	width: auto;
	background: url("images/tab_right.gif") no-repeat right top;
	padding: 5px 15px 4px 0;
}

#navbar a:hover span {
	background-position: 100% -150px;
	cursor: pointer;
}

/**
* ---------------------------------------------------------------------
* Header Breadcrumbs
* ---------------------------------------------------------------------
*/
.header-breadcrumbs ul {
	float:left; 
	width:560px; 
	list-style:none; 
	padding:0 0 0 15px; 
	font-family:verdana,arial,sans-serif;
}

.header-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 15px; 
	background:transparent url(./images/arrow_right.gif) no-repeat 0 50%; 
	font-weight:bold; 
	color:rgb(125,125,125); 
	font-size:100%;
}

.header-breadcrumbs ul a {
	color:#449922; 
	text-decoration:none;
}

.header-breadcrumbs ul a:hover {
	color:#275620; 
	text-decoration:underline;
}

.header-breadcrumbs .searchform {
	float:right; 
	width:285px; 
	padding:0 17px 10px 0px !important /*Non-IE6*/; 
	padding:0 34px 0px 0px /*IE6*/;
}

.header-breadcrumbs .searchform form fieldset {
	float:right; 
	border:none;
}

.header-breadcrumbs .searchform input.field {
	width:10.0em; 
	padding:0.2em 0 0.2em 0; 
	border:1px solid rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:120%; 
}

.header-breadcrumbs .searchform input.button {
	width:4.8em; 
	padding:1px !important /*Non-IE6*/; 
	padding:0 /*IE6*/; 
	background:rgb(230,230,230); 
	border:solid 1px rgb(150,150,150); 
	text-align:center; 
	font-family:verdana,arial,sans-serif; 
	color:rgb(150,150,150); 
	font-size:120%;
}

.header-breadcrumbs .searchform input.button:hover {
	cursor:pointer; 
	border:solid 1px rgb(80,80,80); 
	background:rgb(220,220,220); 
	color:rgb(80,80,80);
}

/**
* ---------------------------------------------------------------------
* Subcontent
* ---------------------------------------------------------------------
*/
/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:183px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px rgb(190,190,190); 
	background:rgb(235,235,235);
}

.subcontent-unit-border-green {
	width:183px; 
	margin:0 0 2.5em 0; 
	padding:0 0 10px 0; 
	border:solid 1px rgb(160,214,81); 
	background-color:#d3f0b5;
}

.subcontent-unit-noborder {
	width:185px; 
	margin:0 0 2.5em 0; 
	padding:0 0 10px 0; 
	background:rgb(235,235,235);
}

.subcontent-unit-noborder-green {
	width:185px; 
	margin:0 0 2.5em 0; 
	padding:0 0 10px 0; 
	background-color:#d3f0b5;
}

.round-border-topleft {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(./images/corner_topleft.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:-1px;
}

.round-border-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(./images/corner_topright.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:175px;
}

.round-noborder-topleft {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(./images/corner_topleft.gif) no-repeat; 
	margin-top:0px; 
	margin-left:0px;
}

.round-noborder-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(./images/corner_topright.gif) no-repeat; 
	margin-top:0px; 
	margin-left:175px;
}

.main-subcontent h1 {
	clear:both; 
	margin:0 0 5px 0; 
	padding:4px 10px 3px 10px; 
	background-color:#66a253;
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(255,255,255); 
	font-weight:bold; 
	font-size:140%;
}

.main-subcontent h2 {
	clear:both; 
	margin:1.0em 10px 0.5em 10px; 
}

.main-subcontent h3 {
	clear:both; 
	margin:1.0em 10px 0.5em 10px; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:110%;
}


.main-subcontent p {
	clear:both; 
	margin:0 10px 1.0em 10px; 
	color:rgb(80,80,80); 
	line-height:1.3em; 
	font-size:110%;
}

.main-subcontent p.center {
	text-align:center;
}

.main-subcontent p.right {
	text-align:right;
}

.main-subcontent a {
      display:block;
      margin-top:3px;
      margin:0px;
      text-decoration:none;
      font-size:0.82em;
      font-weight:bold;
      color:#333333;
      text-align:right;
      line-height:1.3em;  
}

.main-subcontent img {
	margin:0 10px 1.0em 10px; 
	line-height:1.3em; 
}

/**
* ---------------------------------------------------------------------
* Main Navigation
* ---------------------------------------------------------------------
*/
.main-navigation ul {
	list-style: none;
	margin-left: 20px;
}

.nav-1 {
	padding-top: 25px;
}

.nav-1 li { 
	padding-left: 10px; 
	background: url(./images/arrow-smooth.png) no-repeat 0 5px; 
	color: #445057; 
}

.nav-2 li { 
	padding-left: 10px; 
	background: url(./images/arrow.png) no-repeat 0 5px; 
	color: #445057; 
}

.main-navigation li a, .main-navigation li a:visited {
	display:block; 
	min-height:1.7em /*Non-IE6*/; 
	height:auto !important; 
	height:1.7em /*IE6*/; 
	line-height:1.7em; 
	text-decoration:none; 
	color:#275620; 
	font-weight:bold; 
	font-size:120%;
}

.main-navigation li a:hover, .main-navigation li.act a:hover, .main-navigation li.no a:hover {
	color:#439d29; 
	text-decoration:underline;
}

.main-navigation li.act a {
    color:#439d29; 
	text-decoration:underline;
}

.main-navigation li.no a {
    color:#275620;
    text-decoration: none;
}


/**
* ---------------------------------------------------------------------
* Main Content
* ---------------------------------------------------------------------
*/
.main-content h1 {
    clear:both;
    margin:1.0em 0 0.5em 0; 
    font-family:"trebuchet ms",arial,sans-serif; 
    color:rgb(80,80,80); 
    font-weight:bold; 
    font-size:210%;
}

.main-content h2 {margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:170%;}
.main-content h3 {
    clear:both; 
    /*margin:-1.0em 0 0.5em 0; */
    margin-bottom: 0.5em;
    font-family:"trebuchet ms",arial,sans-serif; 
    color:rgb(125,125,125); 
    font-weight:normal; 
    font-size:130%;
}
.main-content h4 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}
.main-content h5 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-size:140%;}
.main-content h6 {margin:1.2em 0 0.2em 0; color:rgb(80,80,80); font-weight:bold; font-size:120%;}
.main-content p {margin:0 0 1.0em 0; line-height:1.5em; font-size:120%;}
.main-content ol, .main-content ul, .main-content td {font-size:120%;}
.main-content td p { font-size: 100%; }
.main-content p ul { font-size: 100%; }
.main-content td ul { font-size: 100%; }
.main-content p.infonews { margin-bottom: 0;}
.main-content p.tx_bzdstaffdirectory_teamlist_person_name,
.main-content p.tx_bzdstaffdirectory_teamlist_person_function,
.main-content p.tx_bzdstaffdirectory_teamlist_detailLink {
    margin: 0;
}
.tx-flseositemap-pi1 ul { font-size: 120%; }
.tx-flseositemap-pi1 ul ul { font-size: 100%; }
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; /*font-size:90%;*/}

.main-content img {
  vertical-align:bottom;
  line-height:0em;
  font-size:0em;
  border: 0px;
  padding-right: 10px;
}

.main-content img.mllinkimg {
    padding-right: 0;
}

.main-content ul {
  list-style-image:url(images/punkt.gif);
}

.main-content ul, .main-content ol {
  margin-top:7px;
}

/*Aufzählung aus RTE*/
.main-content ul {
  list-style-type:square;
  list-style-position:outside;
  margin-left:17px;
  margin-right:14px;
  vertical-align:baseline;
}
.main-content ul li {
  margin-left:13px;
  vertical-align:baseline;
  padding-bottom:5px;
}
.main-content ol {
  list-style-type:decimal;
  list-style-position:outside;
  margin-left:25px;
  margin-right:14px;
  vertical-align:baseline;
}
.main-content ol li {
  margin-left:7px;
  vertical-align:baseline;
  padding-bottom:5px;
}

/*Aufzählung Standard mit bullets*/
.main-content ul.csc-bulletlist-0 {
  list-style-position:outside;
}
.main-content ul.csc-bulletlist-0 li {
  margin-left:13px;
  vertical-align:baseline;
  padding-bottom:2px;
}

.main-content a, .main-content a:visited {
	color:#275620; 
	text-decoration:underline;
}

.main-content a:hover {
	color:#449922; 
	text-decoration:none;
}


/**
* ---------------------------------------------------------------------
* Footer
* ---------------------------------------------------------------------
*/
.footer p {
	line-height:1.3em; 
	text-align:center; 
	color:rgb(125,125,125); 
	font-weight:bold; 
	font-size:110%;
}

.footer p.credits {
	font-weight:normal;
}

.footer a {
	text-decoration:underline; 
	color:rgb(125,125,125);
}

.footer a:hover {
	text-decoration:none; 
	color:rgb(0,0,0);
}

.footer a:visited {
	color:rgb(125,125,125);
}

/*--------------------------------- tt_news list --------------------------------- */
.news-list-morelink {
    padding-left: 10px;
}

.news_list_item {
    clear: both;
}

.news_list_item_image {
    float: left; 
    padding-bottom:22px;
}

.news_list_item_subheader {
    float: left; 
    width:385px;
}

.main-content .news-list-item {
    margin-bottom: 0;
}

/*--------------------------------- tt_news single --------------------------------- */
.news-single-files dt, .news-single-links dt, .news-single-related dt {
    font-size: 1.4em;
    font-weight:bold;
    padding-bottom:5px;
}

.news-single-files a {
    padding-right: 5px;
}

.news-single-links, .news-single-related {
    padding-top: 20px;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #66a253;
	color:#fff;
	width:450px;
}

.news-amenu-list{
	margin-left: 14px;
}

.main-content .news-single-imgcaption {
    font-size: 100%;
}

/*--------------------------------- voting --------------------------------- */
.tx-sisosecurevote-pi1 form, .answers, .summary {
    margin:1em 10px 0.5em;
}

.tx-sisosecurevote-pi1 div.answer div.data {
    float:right;
    margin-left:5px;
    padding-top:1px;
    text-align:right;
    width:100%;
}

.tx-sisosecurevote-pi1 div.answer div.bar_container div.bar_inner {
    background-color:#66A253;
}

/*--------------------------------- download --------------------------------- */
.sb_download_flex {
    height: auto;
    float: none;
    /*width: auto;*/
    width:510px;
    background-color: #D3F0B5;
}

.sb_download_text {
    width:300px;
}

.sb_download_flex .title {
    float: left;
    width:200px;
}

#sb_download_flexWrap .category {
    clear:both; 
    margin:1.0em 0 0.5em 0; 
    font-family:"trebuchet ms",arial,sans-serif; 
    color:rgb(80,80,80); 
    font-weight:normal; 
    font-size:170%;
    padding-top:20px;
}

.sb_download_flex a {
    text-decoration: none;
}

.sb_download_image {
    padding-left:10px;
    padding-top:10px;
}

/*--------------------------------- formular --------------------------------- */
.formu {
    border:1px solid #66A253;
    padding:10px 20px 10px 15px;
    width:85%;
}

.formu label {
    font-size: 1.6em;
    float: left;
    width: 160px;
    padding-top:10px;
    padding-bottom:12px;
}

.mf-input, .mf-select, .mf-text {
    border:1px solid #66A253;
    font-size:2em;
    padding: 5px;
    margin-top:2px;
}

.mf-input, .mf-text{
    width:60%;
}

.mf-select {
    width: 63%;
}

.single_label {
    margin-bottom: 10px;
    clear: both;
}

.csc-mailform-field {
	clear: both;
	font-size: 10pt;
    padding-bottom: 10px;
}

.mf-submit {
    font-size: 1.6em;
    width: 100%;
    border: 1px solid #66A253;
    padding: 4px 5px 4px 5px;
    background-color: #D3F0B5;
    font-weight: bold;
}

/*--------------------------------- cal --------------------------------- */
.tx-cal-controller dl {
    width: 515px;
}

.tx-cal-controller dd {
    clear: both;
}

.tx-cal-controller dd {
    margin-bottom:35px;
    padding-bottom:10px;
    padding-left:160px;
    padding-top:5px;
}

.cal_list_title, .cal_single_title {
    font-size: 1.7em;
}

.cal_single_textinfo {
    font-size: 1.3em;
}

.cal_list_date {
    font-size: 1.6em;
}
.even .cal_list_img, .even .cal_list_txt {
    background-color:#EEEEEE;
}

.cal_list_img {
    float:left;
    height:100px;
    width:117px;
    padding-left:28px;
    padding-top:10px;
}

.cal_list_txt {
    float:left;
    height:100px;
    width:355px;
    padding-left:15px;
    padding-top:10px;
}

.default_categoryheader, .default_catheader {
    background-color: transparent;
}

#calendar-event-backlink, #calendar-location-backlink {
    font-size: 1.3em;
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
}

#calendar-event div {
    float: none;
}

.cal_single_location_relation {
    padding-bottom: 10px;
    padding-top: 10px;
}

.tx-wecmap-map {
    margin-top: 10px;
}

/*--------------------------------- css styled content --------------------------------- */
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    margin-right:25px !important;
}


#twitter_update_list {
	list-style-type: none;
}

#twitter_update_list li {
	margin:0 10px 15px;
}

div.error {
    color:#FF0000;
    font-size:2em;
    padding-bottom:10px;
}

/*
.csc-textpic-text {
    float: left;
    width:360px;
}

.csc-textpic-text h1 {
    margin-top: 0em;
}
*/


/*Newsletter form*/
.nl-form {
	clear: both;
}
.newsletter p { font-size:14px; font-weight: bold; color: #555; float:left; }
.newsletter form input.email { width:150px; color:#888; border: 1px solid #ddd; padding:5px 8px 4px; margin-bottom: 5px; height: 20px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius:3px; box-shadow: inset 0 2px 4px rgba(0,0,0,.1); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1); }
.newsletter form input.submit { margin:5px 0 0 5px; padding:0; background: url(./images/btn-submit.png) no-repeat; width:89px; height: 31px; border:0; cursor: pointer; color:#fff; text-shadow: 0 -1px 0px #777; font-family: sans-serif; font-weight: bold; font-size:13px;  }
.newsletter form input.submit:hover { opacity:0.85; }

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

.subscribe-lists {
	float: left;
	margin-right: 10px;
}

