/*-------------------------------------------------------------------------------------------*/
/* Allgemeine Formatoptionen DIVs */
#all {
	position: absolute;
	height: 700px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;

}
DIV#head {
	height: 300px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
}
DIV#content {
	overflow: auto;
	position:absolute;
	height: 360px;
	width: 480px;
	left: 0px;
	top: 300px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
DIV#bilder {
	height: 360px;
	width: 240px;
	left: 520px;
	top: 300px;
	position: absolute;
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

/*-------------------------------------------------------------------------------------------*/
/* Formatierungen für Content */
DIV#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
DIV#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

A {
	text-decoration: underline;
	color:#000000;
}
A:link {
	text-decoration: underline;
}
A:visited {
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
	color: #666666;
}
A:active {
	text-decoration: none;
	color: #666666;
}

/*-------------------------------------------------------------------------------------------*/
/* Diverse Formatierungen */

P, DIV, H1, H2, H3, H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bilderrahmen {
	border: 1px solid #CCCCCC;
}
.lauftextfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.lauftextklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

