/*--[ design ]---------------------------------------------------------------*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px; 
	margin: 0px;
	margin-top: 5px; 
	background: #A59173 url(img/bg.jpg) repeat-x; 
	text-align: center; 
}

a.imageLink {
	text-decoration: none;
	border: 0px;
}

a {
	color: #000000;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted;
	border-left: 0px;
	text-decoration: none;
}

a:visited {
	text-decoration: none; 
	color: #000000;
	border: 0px;
}

a:active {
	text-decoration: none; 
	color: #000000;
	border: 0px;
}

a:hover {
	text-decoration: none; 
	color: #000000;
	border: 0px;
}

#wrap {
	margin: 5px auto;
	background-color: #FFFFFF;
	width: 920px;
	text-align: left;
}

#head {
	background: #FFFFFF;
	border-top: 9px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 9px solid #FFFFFF;
}

#head table{
	background: #FFFFFF;
	border-top: 9px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 9px solid #FFFFFF;
}


#content {
	padding: 0 0 60px;
	width: 708px;
	background: #FFF;
	float: left;
	border: 9px solid #FFFFFF;
}

#side {
	width: 185px;
	float: right;
	color: #FFF;
	border-top: 9px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	}

#foot {
	margin: 0 auto;
	width: 770px;
	clear: both;
}


#navitabLeft {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
}

#navitabLeft td:hover {
	color: #FFFFFF;
}

#navitabLeft a {
	color: #FFFFFF;
	border: 0px;
	text-decoration: none;	
}

#navitabLeft a:visited {
	color: #FFFFFF;
}

#navitabLeft a:hover {
	color: #FFFFFF;
}


#navitabRight {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #e1dacd;
	margin-top: 2px;
}

#navitabRight td:hover{
	color: #FFFFFF;
}


#contentleft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000033;
}

#contentleft a.imageLink {
	text-decoration: none;
	border: 5px;
}

#contentleft a {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted;
	border-left: 0px;
	text-decoration: none;
}

#contentleft img {
	border: 0px solid #000033;
}

#contentleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: 4371a8;
	padding: 3px 0px 0px 3px;
}

#contentleft h1 a {
	border: 0px;	
}

#contentleft h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	text-decoration: none;
	border: 0px;
	text-transform: uppercase;
	margin-top: 25px;
}

#contentleft h2 a {
	border: 0px;
}



/** HEADLINE H3 FOR INDEX PAGE **/
#contentleft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}

#contentleft h3 a {
	border: 0px;
}

#contentleft h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
}


#contentleft dl {
	border-top: 1px dotted;
	margin-top: 30px;
}

#contentleft dt {
	margin-left: 15px;
	font-weight: bold;
}

#contentleft dd {
	margin-bottom: 2ex;
	margin-left: 25px;
}



#contentleft p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000033;
}

#contentleft txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000033;
}

#contentleft .readmorelink {
	text-align: right;
}

#contentleft .readmorelink a {
	color: #0066CC;
	border: 0;
}

#contentleft p {
}

#contentleft ul {
	list-style: none;
}

#contentleft li {
	margin-left: 10px;
	padding-left: 15px;
	background: url("img/bullet.gif") 0 50% no-repeat;
}

#contentleft toc {
	padding-left: 15px;
	background: url("img/bullet.gif") 0 50% no-repeat;
}

#contentleft #faq {
	background-image: url(/img/img_qmark.gif) 0 50% no-repeat;
	padding-top: 10px;
	padding-left: 35px;
}

#contentleft .faq_question {
	background-image: url(/img/img_qmark.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: 'Trebuchet MS', Lucida, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: #333333 dotted 1px;
}

#contentleft .faq_question a {
	border: none;
	color: #003366;
}

#contentleft .faq_answer {
	margin-top: 5px;
	border: #eee8ce solid 2px;
	background-color: #f5f0e1;
	color: #003366;
	text-align: justify;
	width: 650px;
	padding: 5px 10px 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: 'Trebuchet MS', Lucida, Verdana;
}

#contentleft .faq_answer_source {
	text-align: right;
	color: #93a4b0;
	border: none;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Trebuchet MS', Lucida, Verdana;
}

#contentleft .faq_answer_source a {
	color: #93a4b0;
	border: none;
	font-weight: bold;
}

#contentleft .faq_answer_source a:hover {
	color: #003366;
}

#contentleftReg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	padding: 5px;
}

#contentleftReg td {
	padding: 5px;
}

#contentleftReg .fields {
	border: solid 1px #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	padding: 2px;
	font-weight: bold;
}

#contentleftReg .lists {
	border: solid 1px #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	padding: 1px;
	height: 19px;
	font-weight: bold;
}

#contentleftFAQ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	padding: 5px;
}

#contentleftFAQ td {
	padding: 5px;
}


#contentleftAd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 18px;/*	padding: 5px; */
}

#contentleftAd .fields {
	border: solid 1px #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	padding: 2px;
	font-weight: bold;
}

#contentleftAd .lists {
	border: solid 1px #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	padding: 1px;
	height: 19px;
	font-weight: bold;
}

#contentleftAd .pic {
	padding: 2px;
	border: 1px solid #d1d0ce;
}


#contentright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #000033;
}

#contentright p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000033;
}

#contentright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: 4371a8;
	padding: 0px 0px 0px 1px;
}

#contentright a.imageLink {
	text-decoration: none;
	border: 5px;
}

#contentright .pic {
	padding: 5px;
	border: 1px solid #d1d0ce;
	margin-bottom: 20px;
}

#contentright .SearchNow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: normal;
}

#rightLogin {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}

#rightLogin .pics{
	padding: 7px;
}

#adminRight td,  #adminRight a, #adminRight a:visited {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	border: 0px;
}

#adminRight img {
	border: 0px;
}

#rightLogin p {
}

#rightLogin ul {
	list-style: none;
}

#rightLogin li {
	margin-left: 10px;
	padding-left: 15px;
	background: url("img/bullet.gif") 0 50% no-repeat;
}

#rightLogin toc {
	padding-left: 15px;
	background: url("img/bullet.gif") 0 50% no-repeat;
}

#rightLogin err {
	font-size: 10px;
	font-weight: normal;
}

#rightRegister {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
}

#rightRegister toc {
	font-weight: bold;
	padding-left: 15px;
	background: url("img/bullet.gif") 0 50% no-repeat;
}

#rightLogin img {
	border: 0px;
}

#rightLogin a {
	border: 0px;
}

#rightLogin .fields {
	border: solid 1px #333366;
	width: 173px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	padding: 2px;
}

#rightLogin .button_login {
	width: 66px;
	height: 22px;
	background-image: url(/img/button_login.gif);
	border: 0px;
}


#rightLogin .button_lostpw {
	width: 101px;
	height: 22px;
	background-image: url(/img/button_lostpw.gif);
	border: 0;
}

.button_register {
	width: 173px;
	height: 22px;
	background-image: url(/img/button_register.gif);
	border: 0;
}

#searchButton {
	border: 0px;
	background-image: url(/img/button_search.gif);
	width: 66px;
	height: 22px;
}

#searchButtonBlueBG {
	border: 0px;
	background-image: url(/img/button_search_bluebg.gif);
	width: 66px;
	height: 22px;
}

#searchButtonNow {
	border: 0px;
	background-image: url(/img/button_search_now.gif);
	width: 57px;
	height: 22px;
}

#sendButton {
	border: 0px;
	background-image: url(/img/button_send.gif);
	width: 66px;
	height: 22px;
}

#saveButton {
	border: 0px;
	background-image: url(/img/button_save.gif);
	width: 66px;
	height: 22px;
}

#closeButton {
	border: 0px;
	background-image: url(/img/button_clwindow.gif);
	width: 101px;
	height: 22px;
}


#confirmButton {
	border: 0px;
	background-image: url(/img/button_confirm.gif);
	width: 66px;
	height: 22px;
}

#searchTable {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	width: 740px;
	border-bottom: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 12px;
}

#searchHeader {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#searchHeader .apts {
	color: #0071d9;
	font-size: 10px;
	vertical-align: middle;
}

#searchBody {
	width: 100%;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	text-transform: capitalize;
	padding-bottom: 17px;
}

#searchBody ul {
	background-color: #2958A6;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
	width: 300px;
	border: 1px solid #1a4183;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#searchBody li {
	margin: 0 0 0 0;
	padding: 3px;
	background: none;
}


#searchBodyAdmin {
	width: 100%;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	vertical-align: top;
	text-transform: capitalize;
	padding-bottom: 17px;
}

#searchBody .caps {
	text-transform: capitalize;
}

#searchBody .apts {
	text-transform: none;
}

#recentTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #999999;
	width: 175px;
}

#recentHeader {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#recentBody {
	font-size: 9px;
	text-transform: capitalize;
}

#recentBody .caps {
	text-transform: capitalize;
}

#listBody {
	width: 100%;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	vertical-align: top;
	text-transform: capitalize;
	padding-bottom: 17px;
}

#linkTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 740px;
	border-bottom: 1px solid #d1d0ce;
	margin-top: 3px;
	padding: 40px 10px;
}

#linkHeader {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 540px;
	padding: 10px;
}

#linkHeader .link a {
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	border: 0px;
	padding-left: 5px;
}

#linkImg {
	border: 0px;
	width: 200px;
}

#linkBody {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	padding: 0px 10px;
}


.KommunSelect {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.DateSelector {
	font: Arial, Helvetica, sans-serif;
	border: 2px solid #2e5ea5;
	color: #000000;
	background-color: #F3F3F3;
}

.DateSelector td {
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	padding: 2px 5px;
}

.DateSelector #field {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 2px 1px 2px 5px;
	border: solid #666666 1px;
	background-color: #FFFFFF;
	width: 130px;
}



.MemberTable {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 2px solid #2e5ea5;
	color: #000000;
}

.MemberTable .headline {
	border-bottom: 2px solid #33FF00;
}

.MemberTable td {
	border: 0px;
}

.MemberTable #tabletext td {
	color: #000000;
	padding: 2px 3px;
}

.MemberTable #tabletext a {
	color: inherit;
	border: none;
}

.MemberTable #headtext td {
	background-color: #2e5ea5;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 3px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #e1dacd;
	margin-top: 2px;
}

#footer a {
	color: #e1dacd;
	text-decoration: none;
	border: 0px;
}

#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

.headlineApt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4371a8;
	font-weight: lighter;
}

.tableBox {
	padding: 4px 10px;
}

.law_ad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #221e0e;	
}

.law_ad .headline {
	font-size: 24px;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-variant: small-caps;
}



/************************************************
*	NEWS	      								*
************************************************/

#wrap {
/*	background: #EFEFEF url(images/bg.gif) top center repeat-y; */
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
}

#news {
	width: 600px;
	margin: 0px auto 0px;
	padding: 0px;
}

#news p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
}

#news p img {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

#news h1 {
	color: #333333;
	font-size: 22px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#news h1 a  {
	color: #333333;
	text-decoration: none;
}

#news h1 a:hover {
	color: #658DB5;
	text-decoration: none;
}

#news h2 {
	color: #333333;
	font-size: 14px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
}

blockquote {
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
}

#news blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

#newsmiddle {
	float: left;
	width: 560px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	display: inline;
}

#newstmiddle p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

#newsmiddle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

#newsmiddle ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
}

#newsmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

#newsmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
}

.newsdate {
	background: #FFFFFF url(img/icon_date.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

.newsdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
}

.newsdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
}

.newstitle {
	float: left;
	width: 505px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#news img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#news img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.postspace {
	background: #EFEFEF url(img/news_spacer.gif);
	width: 560px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

/************************************************
*	FLIPCHART     								*
************************************************/



.flipchart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	width: 740px;
	height: 300px;	
}

.flipchart2 {
	width: 740px;
	height: 300px;	
}

.flipchart2 a {
	border: none;
}


#contentleft .flipchartstyle {
	width: 720px;
	background-color: #fafafa;
	border: 1px solid #0033FF;
	font-size: 11px;
	padding: 10px;
}

#contentleft .flipchartstyle p {
	font-size: 11px;
}



#contentleft .flipchartstyle ul li {
	list-style: disc;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: none;
	margin: 0px;
	padding: 0px;
}