@charset "UTF-8";
/* CSS Document */

* {
	list-style: none;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 1em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	margin: 0; 
	padding: 0;
	color: #b2bd8e;
}


html {
	background: url(images/bgBody.jpg) repeat;
}

body {
	width: 100%;
	height: 146px;
	background-color: rgba(178, 189,142, 0.1);
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { 
display: block; 
}

#wrapper {
	width: 960px;
	height:auto;
	margin: 0 auto;
	position: relative;
}

h1 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-shadow: 0px 1px 6px rgba(000, 000, 000, 1);
}

h2 {
	font-size: 22px;
	font-weight: normal;
	text-shadow: 0px 1px 6px rgba(000, 000, 000, 1);
	line-height: 130%;
	letter-spacing: .03em;
}

header {
	width: 100%;
	height: 146px;
}

header .innen {
	position: relative;
	width: 960px;
	height: 146px;
	margin: 0 auto;
}

header .logo {
	position: relative;
	width: 600px;
	height: auto;
	padding: 30px 0 0 70px;
	clear: both;
	display: block;
	z-index: 50;
}

header .gabriele_fuchs {
	position: absolute;
	width: 420px;
	height: 560px;
	background: url(images/gabriele_fuchs_portrait.jpg);
	box-shadow: 0 5px 8px rgba(41,39,39,1.00);
	z-index: 20;
	top: 0;
	left:470px;
}

#image {
	position: absolute;
	width: 480px;
	height: 146px;
	top: 0;
	left:478px;
}

.kontakt {
	font-size: 20px;
	margin: 20px 0 0 400px;
	text-shadow: 0px 1px 6px rgba(000, 000, 000, 1);
}

.head1 {
	background: url(images/head_1.jpg) no-repeat;
}

.head2 {
	background: url(images/head_2.jpg) no-repeat;
}
.head3 {
	background: url(images/head_3.jpg) no-repeat;
}
.head4 {
	background: url(images/head_4.jpg) no-repeat;
}
.head5 {
	background: url(images/head_5.jpg) no-repeat;
}
.head6 {
	background: url(images/head_6.jpg) no-repeat;
}
.head7 {
	background: url(images/head_7.jpg) no-repeat;
}

#container {
	width: 100%;
	height: auto;
	min-height: 500px;
}

#container ul {
	width: 145px;
	height: 350px;
	text-align: right;
	display: block; 
	margin-left: 254px;
	margin-top: 23px;
}

#container ul li a {
	font-size: 22px;
	font-weight: 100;
	line-height: 175%;
}

#container .innen {
	width: 960px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
}

#container .innen ul.navi {
	width: 960px;
	height: 65px;
	margin-top: 2px;
	margin-left: 0;
	clear: both;
}

#container .innen ul.navi li a {
	display: block;
	float: left;
	font-size: 16px;
	padding: 15px 24px;
	background-color: rgba(178, 189,142, 0.1);
	text-shadow: 0px 1px 2px rgba(000, 000, 000, 1);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#container .innen ul.navi li a.last {
	padding-right: 29px;
}

#container .innen ul.navi li a:hover, #container .innen ul.navi li a.active {
	background: none;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}


#container .titel {
	font-size: 34px;
	font-weight: normal;
	letter-spacing: .07em;
	margin-top: 60px;
	margin-left: 70px;
	margin-bottom: 45px;
}

.col {
	margin: 0 70px 100px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 130%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	 -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
    -moz-column-gap: 70px; /* Firefox */
    column-gap: 70px;
	 -webkit-column-width: 300px; /* Chrome, Safari, Opera */
    -moz-column-width: 300px; /* Firefox */
    column-width: 300px;
}
.col p {
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 140%;
	margin-bottom: 16px;
}

.flitext p, table {
	margin: 20px 70px;
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 140%;
	width: 650px;
}

p a {
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 140%;
	text-decoration: underline;
} 

p a:hover {
	font-style: italic;
	text-decoration: underline;
} 

.text {
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 140%;
	width: 650px;
	margin-top: 10px;
}

td.odd {
	background-color: rgba(178, 189,142, 0.1);
}

th {
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 140%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px 10px;
}

td {
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 140%;
	font-weight: normal;
	padding: 7px;
}

.odd {
	background-color: rgba(178, 189,142, 0.1);
}

.marginLeft {
	margin-left: 70px;
	width: 820px;
	height: auto;
}

#cd {
	width: 248px;
	height: 350px;
	margin: 25px 25px 0 0;
	float: left;
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 140%;
	font-weight: normal;
}

#cd img, .galerie img {
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.7);
box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.7);
}

.galerie table {
	width: 820px;
}

.galerie td {
	padding: 0;
}

td.caption {
	font-size: 12px;
	line-height: 145%;
	text-align: center;
}
	
.leer {
	width: 960px;
	height:30px;
	clear: both;
}

.leerUnten {
	width: 960px;
	height: 100px;
	clear: both;
}

.leerStrich {
	width: 650px;
	height: 1px;
	clear: both;
	background-color: #b2bd8e;
	margin: 50px 0;
}

footer {
	width: 100%;
	height: atuo;
}

footer .innen {
	font-size: 13px !important;
	margin: 0 auto;
	width: 960px; 
	height: auto;
	background-color: rgba(178, 189,142, 0.1);
	text-align:center;
	padding: 12px 0;
	line-height: 180%;
}

footer p a {
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 140%;
	text-decoration: none !important;
} 

footer p a:hover {
	font-style: italic;
	text-decoration: underline !important;
} 