/*
	Ina Parpart
	-----------------------------------------------------------------------------------------------------------------------------
	Author: Lars Brinkmann | netzbuero.de
	v 30/06/2009
*/

body {
	background: #eaeaea;
	margin: 0; padding: 0;
}

img	{ border: none; }

a		{ color: rgb(124,56,31); }
a:hover	{ color: rgb(0,0,0); }


/* 	Typographie
	-----------------------------------------------------------------------------------------------------------------------------
*/
body {
}

h1, h2, h3, p, ul, blockquote { margin-top: 0; }

p, ul		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(0,0,0); line-height: 18px; }
h1			{ font-family: Arial, Helvetica, sans-serif; font-size: 19px; color: rgb(0,0,0); font-weight: bold; }
h2			{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: rgb(0,0,0); font-weight: bold; }
h3			{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: rgb(0,0,0); font-weight: bold; }

.marked			{ color: rgb(50,145,133); }
.noMarginBottom	{ margin-bottom: 5px; }

h1.idx			{ font-family: Arial, Helvetica, sans-serif; font-size: 19px; color: rgb(0,0,0); font-weight: bold; }
h2.subheadline	{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: rgb(0,0,0); margin-bottom: 0; }
blockquote.idx	{ font-family: "Times New Roman", Times, serif; font-size: 16px; font-style: italic; color: rgb(50,145,133); margin-left: 0; line-height: 20px; }

/* 	Startseite
	-----------------------------------------------------------------------------------------------------------------------------
*/
.idx_mnv	ul 	{ list-style-type: none; margin-top: 100px; }
.idx_mnv 	li	{ margin-bottom: 5px; }
.idx_mnv	a	{ text-decoration: none; color: rgb(0,0,0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.idx_mnv	a:hover	{ color: rgb(50,145,133); }

.idx_mt			{ position: absolute; top: 10px; right: 0; }
.idx_mt		ul	{ list-style-type: none;  margin: 0; padding: 0; }
.idx_mt		li	{ float: left; margin-right: 20px; }
.idx_mt		a	{ text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: rgb(0,0,0); }
.idx_mt	a:hover	{ color: rgb(50,145,133); }

.header	{ height: 127px; position: relative; }


/* 	Navigation
	-----------------------------------------------------------------------------------------------------------------------------
*/
.mnv	ul 	{ list-style-type: none; margin-top: 100px; }
.mnv 	li	{ margin-bottom: 5px; }
.mnv	a	{ text-decoration: none; color: rgb(0,0,0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.mnv	a:hover	{ color: rgb(50,145,133); }

.mnv	ul ul	{ margin: 0; padding: 0; margin-top: 5px; margin-left: 15px; }
.mnv	ul ul a	{ font-weight: normal; font-size: 11px; }

a.active			{ color: rgb(50,145,133); }




.content { float: left; width: 390px; padding-bottom: 20px; margin-top: 50px; }
.showArea	{ display: none; }



.picnav			{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weigh: bold; clear: left; }
.picnav img		{ float: left; }
.picnavPages	{ float: left; padding-top: 3px; padding-left: 10px; padding-right: 10px; }
.picnav a		{ text-decoration: none; color: rgb(0,0,0); }
.picnav a:hover	{ color: rgb(50,145,133); }
.picnav a.active { color: rgb(50,145,133); }
.picinfo h1		{ margin-bottom: 0; color: rgb(50,145,133); font-size: 12px; line-height: 15px}
.picinfo p		{ fon-size: 12px; line-height: 15px; color: rgb(0,0,0); }
.picinfo		{ float: left; margin-top: 320px; }
.pic			{ float: left; }

.vrt .pic		{ width: 440px; }
.hrz .pic		{ width: 590px; }
.hrz .picnav	{ margin-left: 370px; padding-top: 20px; }
