body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #235E79;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #235E79;
}
a:hover {
	text-decoration: underline;
	color: #6699FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

h1 {
	font-size: xx-large;
	color: #006600;
	font-weight: normal;
	margin-bottom: 12px;
}
h2 {
	font-size: x-large;
	color: #006600;
}
h3 {
	font-size: large;
	color: #006600;
	margin: 0px;
	font-weight: normal;
}
hr {
	color: #027A02;
	clear: both;
	font-size: 1px;
	margin-bottom: 8px;
	margin-top: 8px;
	height: 1px;
}

#wrapper {
	width: 844px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 288px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/bgr_head.gif);
	background-repeat: no-repeat;
	background-position: 0px 118px;
}
#wrapper .headerimg {
	margin-top: -43px;
	margin-left: -1px;
}

#wrapper #header img{
	margin-top: 60px;
	margin-left: 8px;
}
#menu ul li a:hover span{
	background-image: url(../images/menu-_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#leftmenu {
	height: 100%;
	width: 180px;
	float: left;
}
#leftmenu ul{
	margin-top: 11px;
	margin-left: -40px;
	width: 180px;
}
#leftmenu li{
	list-style-type: none;
	display: block;
}
#leftmenu a:link{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#leftmenu a:hover{
	background-color: #339966;
	color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#content {
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidfot {
	height: 99px;
	background-image: url(../images/bgr_sidfot.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	clear: both;
	margin-top: 22px;
	font-size: 9px;
}
#sidfot a:link, #sidfot a:visited{
	color: #CCCCCC;
	text-decoration: underline;
}
#sidfot a:hover, #sidfot a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#textarea {
	height: auto;
	width: auto;
}
#col_left {
	float: left;
	width: 378px;
	padding-top: 8px;
}
#col_right {
	margin-left: 378px;
	background-image: url(../images/box_bgr.gif);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -30px;
	width: 346px;
}
#col_right_top {
	width: 446px;
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	height: 43px;
	margin-right: -50px;
	margin-left: -50px;
}
#col_right_bot {
	width: 446px;
	background-image: url(../images/box_bot.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin-left: -50px;
	margin-right: -50px;

}
.image-left {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#topmenu{
	font-size:12px;
	line-height:normal;
	overflow: hidden; /*Add border strip to bottom of menu*/
	height: 50px;
	background-image: url(../images/menu.gif);
}

#topmenu ul{
	float:left;
	list-style-type: none;
	margin-left: 8px; /*Left offset of entire tab menu relative to page*/
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#topmenu li{
display:inline;
margin:0;
padding:0;
}

#topmenu a{
	float:left;
	margin-right: 0px;
	text-decoration:none;
	background-image: url(../images/glowtab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 8;
	padding-bottom: 0;
	padding-left: 9px;
}

#topmenu a span{
	float:left;
	display:block;
	font-weight:bold;
	color:#3B3B3B;
	background-image: url(../images/glowtab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 25px;
	padding-left: 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */

#topmenu a:hover span {
color: #FFFFFF;
}

#topmenu #current a{ /*Selected Tab style*/
	background-position:0 -81px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}

#topmenu #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#topmenu a:hover{ /*onMouseover style*/
background-position:0% -81px; /*Shift background image up to start of 2nd tab image*/
}

#topmenu a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
#google_translate_element {
	width: 180px;
	text-align: center;
	padding-top: 40px;
	padding-left: 5px;
}
#col_right_plane {
	margin-left: 400px;
	margin-top: 32px;
}

#language {
	height: 40px;
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: 230px;
}
#slide {
	position: absolute;
}
.cert img {
	margin: 8px;
}
.cert {
	text-align: center;
	margin-bottom: 12px;
}
.popup {
	position: absolute;
	visibility: hidden;
	background-image: url(../images/bgr_cert.png);
	background-repeat: no-repeat;
}
#pop1, #pop2, #pop3 {
	height: 806px;
	width: 955px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -470px;
	z-index: 999;
}

.popup img{
	margin: 140px;
}
.citat {
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-color: #F7F7F7;
}
.citat-tecken {
	font-size: 36px;
	color: #006600;
}

.citat p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	text-indent: 6px;
}

/* GOOGLE */

a:focus {
	outline: none;
}
#panel {
	height: 150px;
	display: none;
	width: 200px;
	background-image: url(../images/slide.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#panel a:link{
	color: #666666;
	font-weight: bold;
}
.slide {
	padding: 0;
	width: 200px;
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 650px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/slidehandel.png);
}
.btn-slide {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12%;
	background-image: url(../images/pil_down.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
.active {
	background-position: right 12px;
	background-image: url(../images/pil_up.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}

