/******************************************************************************/
@import url(menu.css);
/******************************************************************************/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}
body {
	font: 10px "Times New Roman", serif;
	color: black;
	padding: 0;
	margin: 0px;
	
	background-repeat: no-repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", serif;
}

#header {
	font-size: 10px;
	color: #0000ac;
	padding: 0 10px;
}
#footer {
	/* TODO */
	text-align: right;
	margin: 0 0 1em auto;

	width: 50%;
	height: 30px;
}
#left {
	width: 300px;
	float: left;
	padding: 5px;
	position: absolute;
	z-index: 10;
}
#content {
	font-size: 12px;
	position: absolute !important;
	top: 0;
	left: 370px;
	/*min-height: 700px;*/
	width: 768px;
	/*margin-left: 370px;*/
	/*margin-left: 280px;*/
}
#content > p {
	margin-top: 0;
}
#box {
	width: 1130px;
	margin-top: 50px;
	margin-left: 25px;
	position: relative;
	top:5%;
	bottom:0;
	height: auto;
	z-index: 10;
	/*background: white;*/
}
#pane {
	position: relative;
	/*overflow: hidden;*/
}
/******************************************************************************/
/* the title of the page: is usualy "Ralf Schmerberg" */
#title {
	/*color: red;*/
	color: #cccccc;
	font-family: Helvetica;
	margin-top: 1em;
	font-size: 200%;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
#subtitle {
	margin-bottom: 20px;
	font-style: italic;
	text-align: right;

	font-size: 300%;
}
#content h1 {
	margin: 0 0 20px 0;
	font-style: italic;

	font-size: 32pt;
}
#content h2 {
	margin-bottom: 0;
}
/******************************************************************************/
#content, #footer {
	/*background: #fcfcfc;*/
}
#content > label {
	font-weight: bold;
	font-size: 14px;
}

h1 {
	font-size: 130%;
}

a.link,
a,
a.active {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content a.link,
#content a,
#content a.active,
#content a:visited {
	color: red;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.toggle_group {
	cursor: pointer;
}
.hidden {
	display: none;
}
li p {
	margin: 0;
}
li + li {
	margin-top: 5px;
}
