#searchablecontent, #skipnavigation {
	display: none;
	visibility: hidden;
}

body, html {
	background: white;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

body, p, div, input, textarea, td {
	font-family: arial;
	font-size: 12px;
	color: #445e53;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

img {
	border: 0px;
}

a {
	color: #003264;
	text-decoration: none;
}

a:hover {
	color: gray;
}

.drop_area {
	position: relative;
	font-size: 1px;
}

#nav_background {
	background: url(../images/nav/nav_background.jpg) repeat-y top right #edf1f4;
	position: absolute;
	top: 87px;
	left: 0px;
	bottom: 0px;
	width: 190px;
}

#nav {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 190px;
	z-index: 10;
}

#nav .drop_area ul {
	visibility: hidden;
	position: absolute;
	left: 180px;
	top: 0px;
	list-style-type: none;
	width: 150px;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	z-index: 13;
}

#nav .drop_area ul a {
	padding: 5px;
	display: block;
	background: #f5f5f5;
	color: #7f7f7f;
	border-bottom: white 1px solid;
}

#nav .drop_area ul a:hover {
	background: #edf1f4;
	color: #003264;
}

#head {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 109px;
	background: url(../images/top_background.gif) repeat-x bottom left;
}

#corner_nav_head{
	position: absolute;
	top: 87px;
	left: 159px;
	z-index: 20;
}

#magyar_website {
	position: absolute;
	top: 468px;
	left: 14px;
	z-index: 21;
}

#logo_background {
	position: absolute;
	top: 15px;
	left: 10px;
}

#logo {
	position: absolute;
	top: 13px;
	left: 10px;
}

#content, #calcdiv {
	position: absolute;
	overflow: auto;
	top: 180px;
	left: 200px;
	bottom: 0px;
	right: 355px;
	padding-right: 15px;
	text-align: justify;
	padding-bottom:0px;
margin:0px;

}

#content_image1 {
	position: absolute;
	top: 110px;
	right: 0px;
}

#content_image2 {
	position: absolute;
	top: 331px;
	right: 0px;
}

#title {
	position: absolute;
	top: 130px;
	left: 194px;
	color: #b2b2b2;
	font-size: 15px;
}

#title img {
	margin-bottom: -8px;
}

#logo {
	position: absolute;
}

#functions {
	position: absolute;
	top: 5px;
	left: 633px;
}

#functions form {
	float: left;
	margin: 0 10px 0 0;
}

#functions input {
	width: 80px;
	border: 1px inset black;
}

#functions button {
	border: 1px outset black;
	padding: 0;
	margin-top: -20px;
	height: 19px;
	margin-left: 2px;
	font-size: 10px;
	vertical-align: bottom;
}

#functions a {
	color: black;
}

#functions a img {
	vertical-align: bottom;
}

#schriftgroesse {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

#schriftgroesse img {
	vertical-align: bottom;
}

#author {
	position: absolute;
	bottom: 10px;
	left: 3px;
}

#contactinfo_left {
	position: absolute;
	top: 0px;
	left: 350px;
	padding: 5px 5px 0px 5px;
	border-right: dotted 1px gray;
	font-size: 10px;
	height: 62px;
}

#contactinfo_left a {
	color: #445e53;
}

#contactinfo_right {
	position: absolute;
	top: 0px;
	left: 495px;
	padding: 5px 3px 0px 0px;
	border-right: dotted 1px gray;
	font-size: 10px;
	height: 62px;
}

.news_container {
	padding: 10px;
padding-left: 0px;
}

.news_headline {
	display: block;
	font-weight: bold;
}

/*Startseite*/

#start_content {
	position: absolute;
	overflow: auto;
	top: 340px;
	left: 200px;
	bottom: 0px;
	right: 436px;
	text-align: justify;
}

#start_slogan {
	position: absolute;
	top: 140px;
	left: 200px;
}

#start_bild {
	position: absolute;
	top: 110px;
	right: 0px;
}

#start_willkommen {
	position: absolute;
	top: 110px;
	right: 365px;
}


/*Formulare*/
.formulareingabefeld {
	border: 1px solid #818182;
	width: 130px;
	background-color: #FFFFFF;
}

.dropdown {
	width: 188px;
	font-size: 11px;
	background-color: #ffffff;
}
.radiocheckbox {
	border: 0px;
	width: 20px;
}
.texteingabefeld{
	width: 400px;
	overflow: auto;
	border: 1px solid #818182;
	background-color: #FFFFFF;
}
.buttonsenden{
	border: 0px;
}

/*Sitemap*/
.sitemap_files a {
	display: block;
}
.sitemap_files {
	margin-top: 1em;
	margin-bottom: 1em;
}
.sitemap_files, .sitemap_sub_files {
	margin-left: 20px;
	font-weight: normal;
}

/* Formatierung der Gemeinschaftsseiten + Onlinerechner */
td.tdfarbe {
	background-color: #003264;
}

.tdfarbe {
	background-color: #003264;
}

.textfett {
	font-weight: bold;
	color: black;
}

.textklein {
	font-size: 10px;
}

.titel {
	color: #003264;
	font-weight: bold;
	font-size: 13px;
}

.titelklein {
	color: #003264;
	font-weight: bold;
	font-size: 11px;
}

.vpiklein {
	font-size: 9px;
}

#gsdesc {
	margin: 10px;
	padding: 0px;
	text-align: right;
	margin-bottom: 15px;
}

#gsnav a {
	margin-right: 10px;
	color: #003264;
	text-decoration: underline;
}

#gsnav .gsactive ,#gsnav a:hover {
	color:  #7f7f7f;
}

#calcdiv {
	background-color: transparent;
}

#calc {
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
}

/*demo-neu*/
table.insetheader caption span {position: relative; top: 1em; left: -0.5em; margin-left: 0.5em;}
table.insetheader {margin-left: 0.5em;}
table.normal caption {border-bottom:solid 1px #CBCBCB;}
table.insetheader .first td, .web table.insetheader .first th {padding-top: 2em;}
table.data caption {color:#CBCBCB; font-size: 17px; font-weight: bold; text-align: left;}

table.data {border-collapse:collapse; margin-bottom: 1.5em;}

table.data tbody td, table.data tbody th {border-bottom: dashed 1px black;}
table.data tr.last td, table.data tr.last th, table.data td.noborder, table.data th.noborder, table.data th.subheadline {border-bottom: none;}
table.data td.noborder, table.data th.noborder {font-size: 70%;}

table.data thead, table.insetheader .first th, table.data th.subheadline {background-color: white; color: #CBCBCB;}
table.data th {font-weight: normal; vertical-align: top;}
table.data td, table.data th {font-size: 12px; padding-right: 15px; text-align: right;}
table.data td.last, table.data th.last {padding-right: 1px;}
table.data tbody th, table.data th.desc {text-align:left; padding-right: 30px;}

table.data col {background-image: url(white-10.gif); background-repeat: repeat-y; background-position: right;}
table.data col.even {background-color: #F0F0F0;}
table.data col.odd {background-color:#CBCBCB;}
table.data col.last {background-image: none;}
table.data col.desc {background: #efefef url(white-40.gif) repeat-y right top;}

table.list tr.even {background-color:#CBCBCB;}
table.list tr.odd {background-color: #F0F0F0;}
table.list {border-collapse: collapse;}
table.list td {border: 7px solid white; padding: 0 0.8em; }

#stbContentPanel {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	height: 60px;
	overflow: auto;
	border: 1px gray solid!important;
	background: white;
	padding: 5px;
}
		/* infolist compatibility styles */
		thead td.infolist_th {
			border-bottom-width: 1px;
			border-bottom-style: solid;
		}
		table.data td {
			vertical-align: top;
		}
		td.infolist_th {
			padding-right: 10px;
			font-weight: bold;
		}
		li h4 {
			margin-bottom: 0;
		}
		/* end of infolist compatibility styles */

