/*
    Document   : screen.css
    Created on : Feb 6, 2010, 10:20:46 AM
    Author     : André Abt
    Description:
        Screen CSS for bergeinsatz.ch website

	Colors:
	text #333333

*/


/* reset and general stuff */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	height: 100%;
	background: #ffffff url(/img/_bergen_/mountains_bg.jpg) top left repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

img {
	border: none;
}


/* typo */

h1 {
	font-family: Arial;
	font-size: 30px;
  line-height: 35px;
	margin-bottom: 20px;
}
em {
	display: block;
	margin-bottom: 20px;
}
h2, h3, em {
	font-family: Arial;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
}

h4 {
	font-family: Arial;
	font-size: 11px;
  line-height: 18px;
	font-weight: normal;
}
h5 {
	color: #333333;
	font-size: 14px;
  line-height: 16px;
}
h2, h3, em {
	font-weight: bold;
	font-style: normal;
}
h1, h2, h3, h4, em, address {
	color: #333333;
}

p {
	margin-bottom: 20px;
}
p.arial {
  font-family: Arial;
  font-size: 12px;
}


a:link,
a:visited,
a:active {
	color: #333333;
}
a:hover,
a.active
{
	color: #FF0000;
}


/* site elements */

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(/img/_bergen_/gras_bg.png) bottom left repeat-x;
}

#pusher {
	height: 70px; /* needs to be same height as the footer */
}


#birds{
	width: 100%;
	height: 100%;
	background: url(/img/_bergen_/birds.png) top right no-repeat;
}
#pageWrapper {
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* negative margin needs to be same height as the footer */
	background: url(/img/_bergen_/page_bg.png) top center repeat-y;
}

#page {
	width: 990px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
}



#header{
	width: 970px;
	height: 135px;
	margin: 0px auto;
	/*border: #00FF00 1px solid; */
	background: url(/img/_bergen_/header_bg.gif) bottom left no-repeat;
}

#serviceNavigation{
	width: 970px;
	height: 53px;
}
#serviceLinks {
  font-size: 12px;
  font-family: Arial;
	width: 710px; /*730*/
	height: 27px; /*53*/
	float: left;
	padding-right: 20px;
	padding-top: 26px;
	text-align: right;
  line-height: 23px;
}
#serviceLinks a {
	text-decoration: none;
}

#serviceLinks a.sitemap{
	background: url(/img/_bergen_/sitemap_icon.gif) center left no-repeat;
	padding-left: 20px;
}
#serviceLinks a.contact{
	background: url(/img/_bergen_/contact_icon.gif) center left no-repeat;
	padding-left: 20px;
}

#search {
	width: 240px;
	height: 26px; /*53*/
	float: left;
	padding-top: 27px;
}
#search #searchField {
	float: left;
	width: 196px;
  border:1px solid #2e2416;
  height: 15px; /* 19 */
  line-height: 15px;
  color: #222222;
  font-size: 12px;
  font-family: Arial;
  padding: 2px 2px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
}

#search #searchButton {
	display: block;
	float: left;
	width: 24px;
	height: 22px;
	background: url(/img/_bergen_/searchbutton.gif) center left no-repeat;
}

.headerImage {
	float:left;
	height: 82px;
	width: 800px;
}

.headerLogo {
	float: left;
	width: 170px;
	height: 82px;
}

.headerLogo a {
	display: block;
	width: 170px;
	height: 50px;
}

#contentarea{
	margin: 0px auto;
	width: 970px;
	min-height: 600px;
	_height: 600px;
	background: url('/img/_bergen_/content_bg_bottom.jpg') bottom right no-repeat;
	padding-top: 30px;
}

#leftSidebar{
	float: left;
	width: 160px; /*175*/
	min-height: 300px;
	_height: 300px;

	padding-left: 15px;
	/*background: #00FF00;*/
}
#content{
	float:left;
	width: 520px; /*555*/
	min-height: 300px;
	_height: 300px;

	padding-left: 15px;
	padding-right: 20px;

	font-family: Georgia;
	font-size: 14px;
}
#content a:link,
#content a:visited,
#content a:active,
#content a:hover {
	color: #FF0000;
  text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

.whiteBox {
	width: 520px;
	margin-bottom: 30px;
}

.whiteBox .top {
	height: 10px;
	background: url('/img/_bergen_/whitebox_top.gif') top left no-repeat;
}
.whiteBox .middle {
	min-height: 10px;
	_height: 10px;
	background: url('/img/_bergen_/whitebox_bg.gif') top left repeat-y;
	padding: 10px;
}
.whiteBox .bottom {
	height: 10px;
	background: url('/img/_bergen_/whitebox_bottom.gif') bottom left no-repeat;
}

.filter {
	font-family: Arial;
}

.filter .filterHeader {
	width: 500px;
	height: 30px;

}

.filter .filterBody {
}

.filter .filterColumn {
	float: left;
	width: 150px; /*170*/
	padding-right: 20px;

	font-size: 12px;
	font-weight: bold;
}

.filter .filterColumn select {
	width: 150px;
}

.filter .filterColumn.last {
	padding-right: 0px;
}

.filter .filterType {}
.filter .filterRegion {}
.filter .filterTime {}



#footer{
	width: 960px; /*990*/
	margin: 0px auto;
	height: 60px; /*70*/
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
	background: url(/img/_bergen_/footer_bg.png) top center no-repeat;
	/*border: #00FF00 1px solid;*/
}
#wrapper #footer a, #footer a:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

#wrapper ul#navigation,
#wrapper ul#navigation ul {
	list-style-type: none;
	width: 150px;
  overflow: hidden;
}
#wrapper ul#navigation {
	background: url('/img/_bergen_/tr_stri.gif') top repeat-x;
	margin-bottom: 30px;
}
#wrapper ul#navigation > li {
	background: url('/img/_bergen_/tr_stri.gif') bottom repeat-x;
}
#wrapper ul#navigation li a {
	display: block;
	width: 150px;
  font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	min-height: 30px;
	_height: 30px;
}
#wrapper ul#navigation li ul li{
	padding-left: 20px;
}
#wrapper ul#navigation li ul li a {
	display: block;
	width: 150px;
  font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
	min-height: 23px;
	_height: 23px;
}

.leftSidebarBox {
	width: 150px; /*150*/
	background: url('/img/_bergen_/tr_stri.gif') top repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}
.leftSidebarBox,
.leftSidebarBox address {
  font-family: Arial;
	font-style: normal;
	font-size: 11px;
  line-height: 18px;
}
.leftSidebarBox address a {
	text-decoration: none;
}


/* -------------- */
/* FEATUREBUTTONS */
/* -------------- */

#rightSidebar{
	float:left;
	width: 240px; /*240*/
	min-height: 300px;
	_height: 300px;
	/*background: #FFcccc; */
}
#rightSidebar a:link,
#rightSidebar a:visited,
#rightSidebar a:active,
#rightSidebar a:hover {
	color: #FF0000;
  text-decoration: none;
}
#rightSidebar a:hover {
	text-decoration: underline;
}

div.fbbox {
	position: relative;
	width: 236px;
  margin-left: 4px;
  margin-bottom: 12px;
}
div.fbtopbox {
	position: absolute;
	top: 0px;
	z-index: 900;
	width: 224px;
	height: 8px;
	overflow: hidden;
	background: url(/img/_bergen_/border_top.png) no-repeat;
}
div.fbbottombox {
	position: absolute;
	bottom: 0px;
	z-index: 899;
	width: 224px;
	height: 9px;
	overflow: hidden;
	background: url(/img/_bergen_/border_bottom.png) no-repeat;
}
div.fbcontentbox {
	position: relative;
	padding: 1px 3px 5px 2px; /* sichtbare bgimages ausserhalb content-area */
	width: 218px;
	background: url(/img/_bergen_/border_content.png) repeat-y;
}
div.fbcontent {
	overflow: hidden;
	width: 218px;
  background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
div.fbc-title {
	height: 19px;
	background-color: #443528;
	color: #FFFFFF;
	padding: 2px 0 0 10px;
}
div.fbc-title h4 {
	color: #FFFFFF;
}
div.fbc-normal {
	height: 100%;
	/*background-color: #FFCCCC;*/
	padding: 9px;
}
/* Custom FB */
.fbbox a.rightpos { display: block; text-align: right; }
.fbc_textbox p {
	font-family: Arial;
	font-size: 11px;
	margin: 4px 0 0 0;
	color: #666666;
}
.fbc_textbox {
  position: absolute;
  width: 200px; /* 218 */
  bottom: 5px;
  left: 2px;
  padding: 6px 9px;
  background-color: #FFFFFF;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* Newsletter */
.newsletterbox {
	height: 78px;
}
.nlb_nav {
	position: relative;
  margin-top: 5px;
	width: 200px;
}

/* Spenden */
#spenden {
  background: url(/img/_bergen_/bg_spenden.gif);
	position: relative;
	background-repeat: no-repeat;
	padding: 6px 0 0 15px;
	height: 52px;
	font-family: Arial;
	font-size: 14px;
  font-weight: bold;
	line-height: 16px;
  color: #FFFFFF;
}
#spenden p {
	font-family: Arial;
	font-size: 10px;
  font-weight: normal;
	margin: 0;
	color: #FFFFFF;
}

/* bild/text elemets*/
.related {
  font-size: 12px;
  font-family: Arial;
  line-height: 30px;
}
.relactive {
  background-color: #F5F5F5;
  border-left:1px solid #E3E3E3;
  border-right:1px solid #E3E3E3;
  padding: 8px 19px;
}
.reltitel {
  color: #333333;
  font-weight: bold;
  float: left;
	width: 75px;
}
.line {
	background: url('/img/_bergen_/tr_stri.gif') bottom repeat-x;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  width: 100%;
}
.no-margin {
	margin-bottom: 0;
}
.half-margin {
	margin-bottom: 10px;
}
.full-margin {
	margin-bottom: 20px;
}
.full-margin-above {
	margin-top: 20px;
}


/* Liste */
.liste {
	position: relative;
	width: 100%;
}
.l_thumb {
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
	width: 109px; /*111*/
	height: 107px; /*111*/
	margin: 10px 9px 20px 0;
  padding: 1px 0;
}
.l_desc {
	position: relative;
	float: left;
	margin: 3px 0 20px 0;
}
/* Contentnav */
.contentnav {
	position: relative;
	padding: 15px 0 26px 30px;
	height: 0;
	width: 490px; /*520*/
}
.contentnav a {
	font-size: 13px;
}
.cn_left, .cn_right {
	position: absolute;
	display: block;
}
.cn_left {
	left: 0;
	top: 0;
}
.cn_right {
	right: 0;
	top: 0;
}
/* slideshow */
.slideshow {
	position: relative;
	border: 1px solid #E3E3E3;
	width: 508px; /*510*/
	height: 286px; /*288*/
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.piclink {
	position: relative;
	display: block;
	text-align: center;
}
.prev, .next {
	position: absolute;
	display: block;
	width: 45px;
	height: 65px;
	cursor: pointer;
	top: 111px;
	background-repeat: no-repeat;
}
.prev {
	left: 0;
	background: url(/img/_armut_/ss_prev.png);
}
.next {
	right: 0;
	background: url(/img/_armut_/ss_next.png);
}
.prev:hover {
	background: url(/img/_bergen_/ss_prev_ro.png);
}
.next:hover {
	background: url(/img/_bergen_/ss_next_ro.png);
}
.caption {
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ss_count {
	float: left;
	margin: 0 10px 0 0;
	width: 30px;
}
/* Einsatzauswahl */
#einsatzfilter {
  border:1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 9px;
  width: 500px; /*520*/
}
#einsatzdetail {
  width: 520px;
}
#einsatzdetail h3 {
  font-size: 12px;
}
#einsatzdetail .esd_left {
  float: left;
  width: 175px;
}
#einsatzdetail .esd_right {
  float: left;
  width: 345px;
}
#einsatzdetail .esdr_ck {
  padding: 4px 0 2px;
}
#einsatzdetail .esd_row {
  font-size: 12px;
  font-family: Arial;
  padding: 6px 0;
  width: 100%;
}
.errormsg {
  color: #FF0000;
}
form.cchform .input, form.cchform textarea {
  border:1px solid #cccccc;
  height: 15px; /* 19 */
  line-height: 15px;
  color: #666666;
  font-size: 12px;
  font-family: Arial;
  padding: 2px 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form.cchform .radio {
  border: medium none;
}
form.cchform .checkbox {
  height: 12px;
  line-height: 12px;
}
form.cchform .errorfield {
  border: #FF0000 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form.cchform .input:focus, form.cchform textarea:focus {
  border: #333333 1px solid;
}
form.cchform .formbtn {
  border: none;
  background-color: #2e2416;
  padding: 2px 5px;
  font-size: 12px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.el_table td, .el_table th {
  font-size: 12px;
  font-family: Arial;
	padding: 2px 20px 2px 0px;
	text-align: left;
	vertical-align: baseline;
}
.el_table tr {
	background: url('/img/_bergen_/tr_stri.gif') bottom repeat-x;
}
#einsatzdetail .thumb {
	position: relative;
	border: 1px solid #cfd0d0;
	width: 93px; /*93*/
	height: 54px; /*54*/
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Sitemap */
#sitemap {
  font-size: 12px;
  font-family: Arial;
  position: relative;
  padding-top: 5px;
}
#sitemap ul{
	width: 470px;
	overflow: hidden;
}
#sitemap ul ul{
	border-top: none;
}
#sitemap ul a{
	display: block;
	width: 470px;
	height: 29px;
	background: url('/img/_bergen_/tr_stri.gif') bottom repeat-x;
	font-size: 12px;
	line-height: 29px;
}
#sitemap ul a.activenav {
	color: #FF0000;
}
#sitemap ul ul a{
	padding-left: 15px;
}
#sitemap ul ul ul a{
	padding-left: 30px;
}

/* -------- */
/* SITEWERT */
/* -------- */
#sitewert {
  font-size: 12px; 
  line-height: 15px;
	position: relative;
	padding-top: 42px;
}
.sw_list {
	margin: 5px 0;
}
#sitewert a, #sitewert a:visited { font-family: Arial; }
#sitewert a { font-size: 12px; line-height: 15px; }
