html, body {
	height: 100%;
	width: 100%;
}

body {
	overflow: hidden; /*no scrollbars*/	
	width: 4000px;
	font-family: verdana, _sans-serif;
	color: #000;
	font-size: 80%;
	line-height: 140%;
	background-color: #fefefe;
}

a:link, a:hover, a:visited {
	color: #000;
}


/*############# navigation #############*/
#navi_active_top, #navi_active_left,
#navi_active_right, #navi_active_bottom {
	position: absolute;
	/*background-color: #f09;*/
	z-index: 10;
	text-align: center;
	vertical-align: bottom;
}
#navi_active_top img {
	margin-top: 15px;
}
#navi_active_left img,
#navi_active_right img  {
	margin: 350px 75px 0px 0px;
}
#navi_active_right img {
	margin-right: 0px;
	margin-left: 75px;	
}
#navi_active_bottom img{
	margin-top: 75px;
}

#navi_active_top, #navi_active_bottom {
	height: 100px;
	width: 100%;
	left: 0px;
}
#navi_active_top {
	top: 0px;
}
#navi_active_bottom {
	bottom: 0px;
}
#navi_active_left,
#navi_active_right {
	width: 100px;
	top: 106px;
	bottom: 106px;
	}
#navi_active_left {
	left: 0px;
}
#navi_active_right {
	right: 0px;
}
/*#navi_content {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}*/

#testfeld {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}


/*############### contents ##############*/
/*######## general #####################*/
/*iframe {
	width: 100%;
	height: 100%;
	z-index: 3;
}*/

#content {
	position: relative;
	margin-top: 55px;
	margin-left: 30px;
}

.outerwrapper {
	position: relative;	
	float: left;
	margin-right: 20px;
}

.activearea {
	width: 30px;
}
.activearea_h {
	height: 30px;
}
.activearea, .activearea_h {
	background-color: #fafafa;/*#f09*/;
}

.innerwrapper {
	position: relative;
}

.lock_button {
	height: 2em;
	display: block;
	
	border: 1px solid #000;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	color: #888;
}

h2, h3, h4, p,
.pol_layer, .soc_layer, .cre_layer {
	margin: 0px;
}

h2 a, h3 a {
	text-decoration: none;
}



/*######## int link bars ################*/
.int_links {
	margin-bottom: 10px;
}

.cre_link_bar,
.soc_link_bar,
.pol_link_bar {
	height: 5px;
	margin-bottom: 2px;
}

.int_links h3 {
	/* see "ext link layers" VVV */
	/* colors as well */
}

/*######## entry #######################*/
h2 {
	margin: 15px 0px 10px 0px;
	font-size: 85%;
}
.entry {
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 3px;
}

.entry h2 {
}
.entry h3 {
	margin-bottom: 10px;
}

.entry>p, .entry>blockquote, .entry>div, .entry>ul {
	display: none;
	margin-bottom: 5px;
}
p, blockquote, ul {
	margin-bottom: 5px;
}
blockquote {
	margin-left: 15px;
}

ul {
	padding-left: 15px;
}
/*######## ext link layers ##############*/
.pol_layer h3, .soc_layer h3, .cre_layer h3,
.int_links h3 {
	font-size: 80%;
	font-weight: normal;
}

.pol_link a, .soc_link a, .cre_link a {
	font-weight: bold;
}

.comment {
	margin-bottom: 5px;
}
.comment .perma { /*perma-link or time-stamp*/
	font-weight: normal;
}


.pol_layer .comment, .pol_link_bar {
   background-color: #ED8B1F;
}
.pol_link, .pol_link a:link, .pol_link a:visited {
	color: #ED8B1F;
}
.soc_layer .comment, .soc_link_bar {
   background-color: #2EAFCB;
}
.soc_link, .soc_link a:link, .soc_link a:visited {
	color: #2EAFCB;
}
.cre_layer .comment, .cre_link_bar {
   background-color: #3676E0;
}
.cre_link, .cre_link a:link, .cre_link a:visited {
	color: #3676E0;
}



