* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 100.01%  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
}

#header, #headerbeam, #navigation, #footer #mereo, .no_print {
	display: none;
	visibility: hidden;
}

#content_container {
	margin: 100px 0 3em 0;
	overflow: auto;
	background: transparent;
}

#content {
	font-size: 0.75em;
	background: transparent;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 58px;
	width: 268px;
}

#logo img {
	width: 268px;
	height: 58px;
	border: none;
}

#footer {
	border-top: 1px solid #CCC;
	clear: both;
	text-align: right;
	margin: 3em 0 0 0;
	font-size: 0.7em;
	color: #CCC;
}

#footer a {
	color: #CCC;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

/*CONTENT DEFINITIONS*/
#content h1, #content h2, #content h3 {
	font-weight: normal;
	margin: 1.5em 0 0.8em 0;
	color: #110071;
	border-bottom: 1px solid #DDD;
	background: transparent url(../images/heading_bg_01.jpg) no-repeat bottom left;
}

#content h1 {
	font-size: 1.5em;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.3em;
}

#content p {
	margin: 0.5em 0;
}

#content img, #content img.links_top, #content img.img_links_top {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

#content img.links_top, #content img.img_links_top {
	margin-top: 0;
}

#content img.rechts, #content img.rechts_top, #content img.img_rechts, #content img.img_rechts_top {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

#content img.img_rechts_top, #content img.rechts_top {
	margin-top: 0;
}

#content img.img_allein {
	float: none;
	margin: 0;
}

#content a img {
	border: none;
}

#content ul {
	list-style-image: url(../images/bullet01.gif);
	margin: 1em 0 1em 2em;
}

#content li {
	margin: 0.4em 0;
}

#content a {
	text-decoration: underline;
	color: #13007C;
}

#content a:hover {
	text-decoration: none;
	color: #FF4D00;
}

/* form01 */
#content .form01 {	
	overflow: auto;
	margin-top: 1em;
}

#content .form01 p {	
	margin: 0;
	padding: 0;
}

#content .form01 label {
	margin-top: 0;
	width: 10em;
	float: left;
	background-color: #DEDEDE;
	border: 1px solid #DEDEDE;
	padding: 0.1em 0.5em;
	text-align: right;
}

#content .form01 input {
	margin-top: 0.4em;
	margin-left: 10.5em;
	display: block;
}

#content .form01 input[type=text], #content .form01 input[type=password] {
	border: 1px solid #CCC;
}

#content .form01 input[type=text]:hover, #content .form01 input[type=password]:hover {
	background-color: #6BB8DC;
}

#content .form01 input[type=text]:focus, #content .form01 input[type=password]:focus {
	background-color: #B5DBED;
}

#content .form01 p strong {	
	margin-left: 0.2em;
}

#content .form01 p span {
	margin-top: 0.4em;
	margin-left: 11.5em;
	display: block;
}

#content .form01 p span span {
	display: inline;
	margin: 0;
}

#content .form01 p span input {
	display: inline;
	margin: 0;
	margin-right: 0.5em;
	height: auto;
	float: left;
}

#content .form01 .error {
	color: red;
	font-weight: 600;
}

/*table*/
#content table {
	margin: 1em 0 0.5em 0;
}

#content table tr.dark {
	background-color: #E9E7F6;
}

#content table th {
	border: 1px solid #CCC;
	background: #E9E7F6 url(../images/tabs_bg_sel01.gif) repeat-x 0% 0%;
	padding: 0.1em 0.3em;
}

#content table td {
	padding: 0.1em 0.3em;
}

#content table td a {
	text-decoration: none;
	line-height: 1.5em;
}

#content table td a img {
	border: none;
	margin: 0.2em 0;
}

/* Tabs */
#content ul.tabs {
	display: none;
	visibility: hidden;
}

/*Kategorieliste*/
#content .onelevelnav {
	list-style: none;
	margin: 1.5em 0;
	list-style-image: none;
}

#content .onelevelnav li {
	margin: 1em 0;
}

#content .onelevelnav li a {
	border: 1px dashed #FFF;
	border-top: 1px dashed #999;
	background: transparent;
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #000;
	overflow: auto;
}

#content .onelevelnav li a:hover {
	border: 1px dashed #000;
	color: #FF4D00;
	color: #000;
}

#content .onelevelnav li a img {
	margin: 0.3em 1em 0.3em 0;
	border: none;
}

/*gallery*/
#album {
	overflow: visible;
	margin-top: 2em;
}

#album div {
	float: left;
	margin: 0 1em 2em 0;
	text-align: center;
}

#album div img, #view img {
	border: 1px solid #666;
	float: none;
}

#album div p, #view div p {
	margin: 0 0 0.5em 0;
	font-size: 0.75em;
	line-height: 1.2em;
	height: 1em;
}

#album div p a, #view a {
	text-decoration: none;
	color: #000;
}

#album div p a:hover, #view a:hover {
	color: #FF4D00;
	text-decoration: none;
}

#album div a:visited img {
	border: 1px solid #CCC;
}

#view {
	text-align: center;
	margin-top: 2em;
}

#view div {
	text-align: center;
	padding-left: 50%;
	overflow: visible;
}

#view p {
	position: relative;
	text-align: center;
	padding: 0.5em 0;
}

#view p.nav {
	display: none;
	visibility: hidden;
}