#searchablecontent{display:none;}
body, html{height:100%;}

*{
	scrollbar-3dlight-color: #B2B2B2;
	scrollbar-arrow-color: #B2B2B2;
	scrollbar-base-color: #E5E5E5;
	scrollbar-darkshadow-color: #E5E5E5;
	scrollbar-face-color: #E5E5E5;
	scrollbar-highlight-color: #E5E5E5;
	scrollbar-shadow-color: #B2B2B2;
	scrollbar-track-color: #E5E5E5;
}

body, p, td {
	font-family: verdana, arial, helvetica,sans-serif;;
	color: #848484;
	font-size: 11px;
	line-height: 17px;
}

#calc{position:absolute; left:0; top:0;width:100%;height:100%;}
#calcdiv{z-index: 10;}
body.web {
	overflow-y: hidden;
	margin: 0px;
	width: 100%;
	height: 100%;
}



/* commented backslash hack \*/
body.web {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}


/* end hack */
a img {
	border: 0px;
}



/*Logo, Nav & Author*/


#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#nav {
	position: absolute;
	top: 143px;
	left: 5px;
	bottom: 25px;
	width: 190px;
	background-color: #B2B2B2;
	z-index: 1000;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	border-top: solid 1px #B2B2B2;
}

#nav .nav_folder {
        padding-left:35px;
	background-color: #D9D9D9;
        
}
#navakt{color: #DB6E7C!important}
#nav .nav_folder:hover {
  background-image:url('../images/markierung_hauptmenu.gif');
  background-repeat:no-repeat;
  background-position:13px center;
 
}

#nav a:hover {
	color: #DB6E7C;
}



#nav .navpoint {
	position: relative;



}

#nav .drop_menu {
	position: absolute;
	left: 190px;
	top: 0;
	visibility: hidden;
	width: 190px;
	background-color: #9C9C9C;
        border:solid 1px white;
	z-index: 1000;
}

#nav .drop_menu a {
	display: block;
	margin: 0;

        color:white;
        border-bottom:solid 1px white;
        padding-left:20px;
}

#nav .drop_menu a:hover {
   background-image:url('../images/markierung_untermenu.gif');
  background-repeat:no-repeat;
  background-position:8px 6px;
  color: #000000; 
}

#author {

 position: absolute;
	bottom: 1px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#author a {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}



/*contactinfo*/

#contactinfo {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	height: 15px;
	line-height: 15px;
	background-color: #000000;
	color: white;
	text-align: center;
}

#contactinfo a {
	text-decoration: none;
	color: #ffffff;
}



/*foto halasz, Tipp, Infos und Bild*/

#halasz {
	position: absolute;
	top: 5px;
	right: 5px;
}

#infoblock {
	position: absolute;
	top: 125px;
	right: 5px;
	bottom: 25px;
	width: 149px;
	color: #ffffff;
	background-color: #679BAE;
}

#infoblock div.h {
	color: #9C9C9C;
	background-color: #D9D9D9;
	font-size: 13px;
	display: block;
	padding: 3px;
        font-weight:bold;
}

#infoblock div.text {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#bild {
	position: absolute;
	bottom: 25px;
	right: 5px;
}




/*content und mittelteil*/

#bg {
	position: absolute;
	top: 5px;
	left: 200px;
	right: 159px;
	bottom: 25px;
	background-color: #E5E5E5;
 z-index:10;
}

#bgdiv {
	padding: 12px;
}

#micronav, #micronav a {
	color: black;
	text-decoration: none;
}


/*#micronav hr{height:1px;background-color:black;color:black;border-top:solid 1px;}*/
#micronav hr {
	border-bottom: 0pt none;
	height: 0pt;
}

#content {
	position: absolute;
	left: 210px;
	top: 50px;
	right: 159px;
	bottom: 30px;
	overflow: auto;
	padding-right: 10px;
	z-index: 10;
}

#content h1 {
	font-weight: bold;
	color: #DB6E7C;
	font-size: 13px;
}

#content h2 {
	font-weight: bold;
	color: #679BAE;
	font-size: 11px;
}

#content h3 {
	font-weight:normal;
	color: #DB6E7C;
	font-size: 11px;
}

#content a {
	text-decoration: underline;
	color: #848484;
}

#content a:hover {
	color: #679BAE;
}

#content select, #content input, #content textarea {
	font-family: Verdana, Arial, Helvetica,sans-serif;;
	font-size: 11px;
	color: #848484;
	border: solid 1px #848484;
	margin-right: 2px;
	line-height: 17px;
}



/* Atikon Sitemap */
.sm_root {
}

.sm_level1, .sm_level1 a {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #DB6E7C;
	text-decoration: none;
	font-weight: bold;
}

.sm_level2 {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sm_level3 {
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.zms_graphic.left {
    text-align: left;
}
div.zms_graphic.right {
    text-align: right;
}
div.zms_graphic.floatleft {
    float: left;
}
div.zms_graphic.floatright {
    float: right;
}
div.zms_graphic.center {
    text-align: center;
}
div.graphic.alignleft {
    float: left;
    text-align: right;
}
div.graphic.alignright {
    float: right;
    text-align: right;
}

