@import "formular.css"; /*formdefinitions are way too big */
@import "menus.css"; /* menus are seperated as well */
@import "element-redefinitions.css"; /* for element redefinitions its also a good idea to stick them into an oen file */
@import "printpage.css";
/* now there is hopefully basic-page layout stuff only in here */

/* special elements for basic page layout */
.hidden {
	display: none;
}
.clearer {
	clear: both;
}
/*  This is necessary since all h-elements have margin-top: XX and this does not look so good when it comes to the first element in a content-area -> the first should stick to the top
in basic-header.css  the rest of this functionality is implemented as div#marginhack + hX
*/
#marginhack {
	display: none;
}
.box {
	text-align: left;
	border: 0px;
	padding: 5px;
}
.box .inner {
}
#wrapper {
	width: 900px;
	padding: 0px;
	margin: auto;
	height: 615px;
	overflow: hidden;
}

#menucontainer { /* the rest of the menustuff is in menus.css */
	color: black;
	text-align: right;
	height: 40px;
	padding: 0px;
	margin-bottom: 15px;
	float: right;
	margin-top: 15px;
}
#history_navigation {
	float: left;	
	margin-top: 15px;
}
#headpics {
	clear: both;
	background-image:url(picback.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 300px;
/* 	overflow: hidden; */
	white-space: nowrap;
}	
	#headpics #pic {
		height: 200px;
		background-color: #ACACAC;
	}
/* for the alternative template with bigger content area */
.pics-scroll {
	background-image:url(picback.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 300px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
}
#content_wrapper {
	position: relative;
/* 	outline: 1px solid red; */
	width: 900px;
	
}
#box_content_left {
/* 	outline: 1px solid black; */
	width: 455px;
	float: left;
	padding: 0px;
	margin-top: 20px;
}
#box_content_intro {
	padding-top: 0px;
	margin-top: 70px;
}
	#box_content_intro #page_title {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin: auto;
	}
#page_title {
	font-size: 24px;
	text-align: left;	
	margin-left: 70px;
	line-height: 24px;
	height: 48px;
/* 	outline: 1px solid black; */
	font-weight: bold;
}
#site_title {
	color: black;
	font-size: 19px;
	margin-top: 116px;
}
	#site_title #red {
		color: red;
	}
#box_content_intro #site_title {
	color: black;
	font-size: 19px;
	margin-top: 70px;
}
	#box_content_intro #site_title #red {
		color: red;
	}
#box_content_normal, #box_content_normal-big {
	width: 365px;
	height: 200px;
	padding: 0px;
	/*float: right;*/
	margin-top: 20px;
	padding: 0px;
	font-size: 12px;
	position: absolute;
	right: 0px;
/* 	overflow: hidden; */
}
/* #box_content_normal:hover {	 */
#box_content_normal-big, div.box_content_normal-big {
	width: 435px !important;
	height: 500px !important;
	padding: 10px !important;
	padding-bottom: 0px !important;
	background-color: white !important;
	top: -320px !important;
	opacity: 0.8 !important;
	border: 1px solid black !important;
	overflow: auto !important;
}
#box_content_normal-big {
	border: 0px !important;
}
.fonts-bigger {
	font-size: 14px !important;
}
#box_content_normal .inner, #box_content_normal-big .inner {
	opacity: 1;
/* 	overflow: hidden; */
	margin-bottom: 30px;
}
#menu_and_loupe {
	/*border: 1px solid black;*/
	position: absolute;
	bottom: 0px;
/* 	background: white; */
	/*border: 0px;*/
	padding: 0px;
	/*padding-bottom: 10px;*/
	margin: 0px;
	width: 435px;
	height: 20px;
	right: 0px;
	font-size: 14px;
}
#box_content_normal+#menu_and_loupe, #box_content_normal-big+#menu_and_loupe {
	top: 220px !important;
}
#menu_and_loupe #loupe {
	background-image: none;
	background-color: transparent;
	display: block;
	position: absolute;
	/*bottom: -10px;*/
	right: 0px;
/* 	bottom: 10px; */
	font-family: webdings;
	font-size: 18px;
	color: black;
	padding: 0px;
	/*margin-bottom: 3px;*/
	margin-right: 3px;
	text-decoration: none;
}

#menu_and_loupe #loupe:hover {
	font-weight: bold;
}

#menu_and_loupe #printlink {
	display: block;
	position: absolute;
	right: 25px;
	color: black;
	padding: 0px;
}
#menu_and_loupe #printlink a {
	text-decoration: none;
}


#menu_and_loupe #tooltip {
	padding: 10px;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	bottom: 30px;
	right: 10px;
	border-bottom: 1px solid black;	
	border-right: 1px solid black;
	background-color: #FBFFB6;
	color: black;
}

