
body
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: url(../images/bodybg.jpg) top left repeat-x #00222e;
  font-family: Georgia, Times New Roman, serif;
  font-size: 62.5%;
}

form
{
  margin:0px;
  padding:0px;
}

h1
{
  font-size: 2.4em;
  margin: 0 0 10px 0;
  color:#688b1d;
  font-family: "Georgia", Times New Roman, serif;
  font-weight: normal;
}

h2
{
  font-size: 1.8em;
  margin: 0 0 10px 0;
  color:#0075a1;
  font-family: "Georgia", Times New Roman, serif;
  font-weight: normal;
}

h3
{
  font-size: 1.0em;
  margin:0px;
  padding:0px 0px 0px 10px;
  color:#063585;
}

h4
{
  font-size: 1.3em;
  margin-bottom:0px;
  padding:5px 0px 2px 0px;
  color:#000000;
}

.txt {
  font-size: 1.2em;
  line-height: 1.6em;
}

a
{
  color:#a80071;
  font-size: 1.2em;
  line-height: 1.6em;
  text-decoration: none;
}

a:hover
{
  color:#000;
  font-size: 1.2em;
  line-height: 1.6em;
  text-decoration: none;
}

a.link
{
  color:#000000;
  font-size: 1.2em;
  line-height: 1.6em;
  text-decoration: none;
}

a.link:hover
{
  color:#a80071;
  font-size: 1.2em;
  line-height: 1.6em;
  text-decoration: none;
}

img {
  border: none;
}

#wrapper {
  width: 1008px;
  margin: 0 auto;
}

#backdrop_bg {
  float: left;
  width: 994px;
  height: 160px;
  margin: 0;
  padding: 0;
  background: url(../images/backdrop_bg.png) no-repeat top left;
}

#sitewidth
{
  float: left;
  width: 980px;
  margin: 0 auto;
}

p
{
  margin:0px;
  padding:0px;
}

#logodiv {
  float: left;
  width: 250px;
  height: 50px;
  margin: 10px 0 20px 20px;
  padding: 0;
}

#logo {
background-image: url(../images/logo_new.png);
background-repeat: no-repeat;
width:250x;
height:50px;
display:block;
margin: 0 0 10px 0;
overflow: hidden;
}

#logodiv span {
  display: none;
}

#content_outer_top_bg {
  background: url(../images/content_outer_top_bg.png) top left no-repeat;
  width: 1008px;
  height: 46px;
  float: left;
  margin: -4px 0 0 0;
  padding: 0;
}

#content_outer_bg {
  background: url(../images/content_outer_bg.png) top left repeat-y;
  width: 1008px;
  height: auto;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}

#content_outer_end_bg {
  background: url(../images/content_outer_end_bg.png) top left no-repeat;
  width: 1008px;
  height: 16px;
  float: left;
  margin: 0;
  padding: 0;
}

#content_inner_top_bg {
  background: url(../images/content_inner_top_bg.png) top left no-repeat;
  width: 988px;
  height: 19px;
  float: left;
  margin: -35px 0 0 10px;
  padding: 0;
}

#content_inner_bg {
  background: url(../images/content_inner_bg.png) top left repeat-y;
  width: 988px;
  height: auto;
  float: left;
  margin: -16px 0 0 10px;
  padding: 0;
}

#content_inner_end_bg {
  background: url(../images/content_inner_end_bg.png) top left no-repeat;
  width: 988px;
  height: 16px;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}

/*- Menu Tabs 2--------------------------- */

    #topnav {
    float:left;
    width:1008px;
	font-family: Georgia, Times New Roman, serif;
    font-size:1.1em;
	text-transform: uppercase;
    line-height:normal;
	margin: 0;
	padding: 0;
      }
    #topnav ul {
	  margin:0 0 0 20px;
	  padding:0;
	  list-style:none;
      }
    #topnav li {
      margin:0;
      padding:0;
	  display: inline;
      }
    #topnav a {
      float:left;
      background:url("../images/topnav_left.png") no-repeat left top;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
    #topnav a span {
      float:left;
      display:block;
      background:url("../images/topnav_right.png") no-repeat right top;
      padding:9px 10px 9px 6px;
	  margin: 0 3px 0 0;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topnav a span {float:none;}
    /* End IE5-Mac hack */
    #topnav a:hover span {
      color:#fff;
      }
    #topnav a:hover {
      background-position:0% -40px;
      }
    #topnav a:hover span {
      background-position:100% -40px;
      }
	  
	  
	  
	  


#navigationbuttons ul
{
  font-size: 1.0em;
	margin:0;
	padding:0;
	list-style: none;
}

#navigationbuttons ul a
{
	display: block;
	text-decoration: none;
	padding: 2px 5px 5px 10px;
	height: 17px;
  background-image: url(../images/navigation_arrow_off.gif);
  background-position: bottom right;
  background-repeat: no-repeat;

  margin:5px 20px 0px 10px;
}

#navigationbuttons ul a:hover
{
	display: block;
	text-decoration: none;
	padding: 2px 5px 5px 10px;
	height: 17px;
  background-image: url(../images/navigation_arrow_on.gif);
  background-position: bottom right;
  background-repeat: no-repeat;



  margin:5px;
  color:#000000;
  margin:5px 20px 0px 10px;
}

#navigationbuttons li.selected a
{
	display: block;
	text-decoration: none;
	padding: 2px 5px 5px 10px;
	height: 17px;
  background-image: url(../images/navigation_arrow_on.gif);
  background-position: bottom right;
  background-repeat: no-repeat;

  margin:5px 20px 0px 10px;
  font-weight: bold;
}

#navigationbuttons li.selected a:hover
{
	display: block;
	text-decoration: none;
	padding: 2px 5px 5px 10px;
	height: 17px;
  background-image: url(../images/navigation_arrow_on.gif);
  background-position: bottom right;
  background-repeat: no-repeat;

  margin:5px;
  color:#000000;
  margin:5px 20px 0px 10px;
  font-weight: bold;
}



#navigationbuttons ul.subnav a
{
  font-size: 0.8em;
	display: block;
	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  background-image: none;

  margin:5px 20px 0px 20px;
  font-weight: normal;
}

#navigationbuttons ul.subnav a:hover
{
  font-size: 0.8em;
	display: block;
	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  background-image: none;

  margin:5px;
  color:#000000;
  margin:5px 20px 0px 20px;
  font-weight: normal;
}


#navigationbuttons li.subselected a
{
  font-size: 0.8em;
	display: block;
	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  background-image: none;

  margin:5px 20px 0px 20px;
  font-weight: bold;
}

#navigationbuttons li.subselected a:hover
{
  font-size: 0.8em;
	display: block;
	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  background-image: none;
  margin:5px;
  color:#000000;
  margin:5px 20px 0px 20px;
  font-weight: bold;
}

#navigationlanguage
{
  overflow:hidden;
}

#navigationlanguage img {
  border: 1px solid #000000;
}

.languageheader
{
  padding-left:20px;
  padding-bottom:10px;
  font-weight:bold;

}



#navigationlanguage ul
{
  font-size: 1.0em;
	margin:0;
	padding:0;
	list-style: none;
}

#navigationlanguage ul a
{

	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  margin:5px 20px 0px 10px;
}

#navigationlanguage ul a:hover
{

	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  margin:5px;
  color:#ffffff;
  margin:5px 20px 0px 10px;
}


.staffbox
{
  border-bottom:1px solid #cccccc;
  margin-bottom:15px;
}



.staffphoto
{
  border-top:1px solid #acacac;
  border-left:1px solid #acacac;
  border-right:2px solid #333333;
  border-bottom:2px solid #333333;
  padding:7px;

  float: left;
  margin-right:20px;
}

.stafftxt
{
  float:left;
}



.bildtext
{
  font-size:11px;
  color:#898989;
}

.rightimage
{
    margin-left:10px;
    margin-bottom:0px;
    float:right;
    border:1px none #ff0000;
    text-align:right;
}


.leftimage
{
    margin-right:10px;
    margin-bottom:0px;
    float:left;
    border:1px none #ff0000;
    text-align:left;
}


.centerimage {
  margin: 0 0 10px 0;
  text-align: center;
  color: #77787E;
}

.hidden
{
    display: none;
}

#header
{
  width: 900px;
  background-repeat:no-repeat;
  background-position: top center;
}



span .hidden
{
  display:none;
}

.right
{
  text-align:left;
  font-size: 1.2em;
  line-height: 1.6em;
}


#navigation
{
  float:left;
  width: 175px;
  border:2px none #00ffff;
  padding-left:30px;
  padding-top:100px;
  overflow: hidden;
  display: none;
}

#content {
  float: left;
  width: 980px;
}

#contentcontainer
{
  float:left;
  width: 980px;
  border:2px none #ff0000;
}

.contentwrap
{
  border:2px none #0000ff;
  width: 980px;
  margin-left:16px;

}

#main
{
  float:left;
  width:682px;
  margin: 0;
  padding: 0;
}

#member_signup_banner {
  float: left;
  width: 696px;
  height: 99px;
  background: url(../images/member_banner.png) top left no-repeat;
  margin: 0 0 10px 2px;
}

#member_signup_banner span {
  float: left;
  width: 360px;
  margin: 45px 0 0 125px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}

.newsbox_bg {
  float: left;
  width: 662px;
  background-color: #fff;
  border: 1px solid #b6babc;
  padding: 10px;
  margin: 0 0 10px 0;
}

#footer_b g_1
{
  background-image: url(../images/footer_bg_1.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  border: 1px none #330000;
}

#footer_b g_2
{
  background-image: url(../images/footer_bg_2.gif);
  background-position: top;
  background-repeat: no-repeat;
  border: 1px none #330000;
  background-color:#ffffff;
}

#footer
{
  float: left;
  width: 980px;
  text-align:left;
  padding-left:0px;
  font-size:1.1em;
  padding-top:5px;
  margin: 0 0 0 20px;
}

a.webzoo
{
  text-decoration: none;
  color: #106f90;
  font-size: 11px;
}

a.webzoo:hover
{
  text-decoration: none;
  color: #858686;
  font-size: 11px;
}

.webzoobox
{
  float: left;
  text-align:center;
  padding-left:32px;
  padding-top:20px;
  width:980px;
  padding-bottom:20px;
  border:1px none #00ff00;
}

.clearer
{
  clear:both;
}


#puffar
{

 float:right;
 width: 266px;
 border:1px none #00ff00;
  overflow:hidden;
  padding-bottom:40px;
  margin: 0 20px 0 0
}

#branch_bg {
  float: left;
  width: 264px;
  height: 90px;
  background: url(../images/branch_bg.png) no-repeat top left;
  margin: 2px 0 17px 0;
}

#branch_head {
  float: left;
  width: 264px;
  font-family: Georgia, serif;
  font-size: 2.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 0 0;
}

#branch_lid {
  float: left;
  width: 102px;
  height: 26px;
  background: url(../images/arrow_left.png) bottom left no-repeat;
  color: #fff;
  padding: 0 0 0 32px;
  margin: 10px 0 0 10px;
}

#branch_lid a {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.6em;
  font-weight: normal;
}

#branch_gbg {
  float: right;
  width: 75px;
  height: 26px;
  background: url(../images/arrow_right.png) bottom right no-repeat;
  color: #fff;
  padding: 4px 26px 0 0;
  margin: 6px 10px 0 0;
}

#branch_gbg a {
  font-family: Georgia, serif;
  font-size: 1.6em;
  font-weight: normal;
  color: #fff;
}

.puff_footer
{
  float: left;
  font-size:1px;
  width:266px;
  height:3px;
  background-image: url(../images/puff_footer_bg.png);
  background-repeat: no-repeat;
  margin-bottom:10px;
}


.puff
{
  float: left;
  width: 226px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  border-top: none;
  padding-bottom: 5px;
  margin:0px;
  overflow:hidden;
  background-image: url(../images/puff_bg.png);
  background-repeat: repeat-y;
  overflow: hidden;
  font-size: 1.2em;
}

.puffhead
{
  float: left;
  font-weight:normal;
  border-bottom: none;
  padding-left:10px;
  background-image: url(../images/puff_head_bg.png);
  background-repeat: no-repeat;
  color:#89005c;
  width: 256px;
  height: 31px;
  padding-top:8px;
  overflow:hidden;
  font-size: 1.8em;
}

.puff_cal
{
  float: left;
  padding: 0;
  border-top: none;
  margin:0;
  overflow:hidden;
  background-image: url(../images/puff_bg.png);
  background-repeat: repeat-y;
  overflow: hidden;
  font-size: 1.2em;
}

.cal_entry {
  float: left;
  width: 268px;
  border-bottom: 1px solid #d8dbdc;
  padding: 5px 0;
}

.cal_date {
  float:left;
  width: 52px;
  height: 52px;
  background: url(../images/caldate_bg.png) top left no-repeat;
  margin: 0 0 0 5px;
}

span.cal_month {
  float: left;
  width: 52px;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0 0 0;
}

span.cal_day {
  float: left;
  width: 52px;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 3px 0 0 0;
}

.cal_header {
  float: right;
  width: 190px;
  margin: 5px 5px 0 0;
}

.cal_header a {
  font-family: Georgia, serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #00141b;
  line-height: 1.2em;
}

.cal_header a:hover {
  font-family: Georgia, serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #b9338d;
  line-height: 1.2em;
}

.clear
{
  clear:both;
  font-size: 1px;
}

.button
{
  background-color:#063585;
  color:#000000;
  border:1px solid #000000;
  font-size:1.0em;
  padding: 1px 1px 1px 1px;
  color:#ffffff;
  font-weight: bold;
}

fieldset
{
  border: none;
  margin:0px;
  padding:0px;
  width: auto;
}

label {
  font-size: 1.2em;
}


.formfield
{
  border: 1px solid #aaaaaa;
  font-size:1.2em;
  font-family: Verdana;
  margin-bottom:3px;
  padding: 5px 10px;

}

input.formfield_contact
{
  border: 1px solid #aaaaaa;
  font-size:1.2em;
  font-family: Verdana;
  margin-bottom:3px;
  padding: 5px 10px;
  width: 400px;
}

textarea.formfield_contact
{
  border: 1px solid #aaaaaa;
  font-size:1.2em;
  font-family: Verdana;
  margin-bottom:3px;
  padding: 5px 10px;
  width: 400px;
}

input.formfield_register
{
  border: 1px solid #aaaaaa;
  font-size:1.2em;
  font-family: Verdana;
  margin-bottom:3px;
  padding: 5px 10px;
  width: 400px;
}

select.formfield_register
{
  border: 1px solid #aaaaaa;
  font-size:1.2em;
  font-family: Verdana;
  margin-bottom:3px;
  padding: 5px 10px;
  width: 420px;

}

.formbackground
{
  background-color:#F2F5F9;
  border: 1px solid #829AC2;
  padding:10px;
}


.contactform
{
  width: 280px;
}

.enkatform
{
  width: 370px;
}

blockquote p:before,
blockquote p:after
{
	content:'\201D';
}


blockquote
{
  margin:0px;
  padding:0px;
}

.quotewho
{
font-style: italic;
text-align:right;

}


/* VOTE STUFF */


.prog-border {
  height: 16px;
  width: 135px;
  background: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.prog-bar {
  height: 14px;
  margin: 1px;
  padding-left: 2px;
  font-size:0.8em;
}

/* VOTE STUFF */



.picture {
  text-align: center;
}

.calendar
{
font-family:		Verdana;
font-size:			9px;
padding-bottom:		0px;
padding-top:		0px;
padding-left:		0px;
padding-right:		0px;
color:				#000000;
height: 15px;
width: 15px;
text-align: center;
}

.calendarhead
{
font-family:		Verdana;
font-size:			10px;
color:				#000000;
height: 15px;
width: 15px;
text-align: center;
}

.calendartoday
{
font-family:		Verdana;
font-size:			10px;
padding-bottom:		0px;
padding-top:		0px;
padding-left:		0px;
padding-right:		0px;
color:				#000000;
border: 2px #000000 solid;
height: 15px;
width: 15px;
text-align: center;
}

.calendaractivity
{
font-family:		Verdana;
font-size:			10px;
padding-bottom:		0px;
padding-top:		0px;
padding-left:		0px;
padding-right:		0px;
font-weight:		normal;
background-color:	#CEDBE3;
border: 1px #5D88A2 solid;
height: 15px;
width: 15px;
text-align: center;
}

.calendartodayactivity
{
font-family:		Verdana;
font-size:			10px;
font-weight:		bold;
padding-bottom:		0px;
padding-top:		0px;
padding-left:		0px;
padding-right:		0px;
background-color:	#CEDBE3;
border: 2px #000000 solid;
height: 15px;
width: 15px;
text-align: center;
}


a.calendarlink
{
text-decoration:	none;
color:				#000000;
font-weight:		bold;
font-size:			10px;
}

a.calendarlink:hover
{
text-decoration:	none;
color:				#000000;
font-weight:		bold;
font-size:			10px;
}

a.calendarlink:visited
{
text-decoration:	none;
color:				#000000;
font-weight:		bold;
font-size:			10px;
}


a.calendarlink:visited:hover
{
text-decoration:	none;
color:				#000000;
font-weight:		bold;
font-size:			10px;
}



.folderimage
{
  border:none;
}

.folder
{
  width: 160px;

  float:left;
  text-align: center;
  margin-bottom:10px;

}

.galleryimage
{
  border:1px #cccccc solid;
  padding:12px;
  margin: 0px 0px 5px 0px;
}




.galleryimagecontainer
{
  width: 160px;

  float:left;
  text-align: center;
  margin-bottom:10px;
}




.iconimage
{
  border:1px none #000000;
}



#sectionnavigationbuttons
{
  padding:10px;
  font-size: 0.8em;
  border: 1px solid #8296B4;
  background-color: #F2EDDF;
  text-align: left;
  margin: 0px 10px 0px 10px;
}

table {
  border: none;
}


#newsblock {
  width: 510px;
}

#kalender-select-top {
  width: 640px;
}

#kalender-select-bottom {
  width: 640px;
}

#kalender {
  width: 640px;
  background-color: #fff;
  border: 1px #b6babc solid;
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
}

.bigcalendar {
  padding: 0px;
  margin: 0px;
}


.bigcalendar-left {
  width: 100px;
  padding: 5px 0px 5px 5px;
  background-color: #0A8BBB;
  vertical-align: top;
  color: #fff;
}

.bigcalendar-right {
  padding: 5px;
  border-top: 1px #b6babc solid;
}

.today {
  background-color: #A90072;
  font-weight: bold;
  color: #FFF;
}

.offstate-a, .offstate-b, .offstate-c, .offstate-d,
.offstate-e, .offstate-f, .offstate-g, .offstate-h,
.offstate-i, .offstate-j, .offstate-k, .offstate-l,
.offstate-m, .offstate-n, .offstate-o, .offstate-p,
.offstate-q, .offstate-r, .offstate-s, .offstate-t,
.offstate-u, .offstate-v, .offstate-w, .offstate-x,
.offstate-y, .offstate-z, .offstate-aa, .offstate-ab,
.offstate-ac, .offstate-ad, .offstate-ae, .offstate-af,
.offstate-ag, .offstate-ah, .offstate-ai, .offstate-aj,
.offstate-ak, .offstate-al, .offstate-am, .offstate-an {
	display: none !important;
}

span.sectionname {
  display: block;
  font-size: 1.4em;
  margin: 0 0 10px 0;
  color: #89005C;
}
