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

* {margin: 0; padding: 0;}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #bdc1c4;
	background-image: url(images/back_top.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	}
#container {
	background-repeat: no-repeat;
	width: 1000px;
	font-size: 1.2em;
	margin: 0px;
	}
#header {
	width: 1000px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	}
#header_right {
	margin-left: 474px;
	height: 200px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	}
div.main_content {
	float:left;
	width: 1000px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	webkit-box-shadow: 0px 0px 6px #333; /* webkit browser*/
	-moz-box-shadow: 0px 0px 6px #333; /* firefox */
	box-shadow: 0px 0px 6px #333;
	}
#left {
	float:left;
	width: 275px;
	margin: 0px;
	}
#right {
	margin: 0px 0px 0 318px;
	background-color: #FFFFFF;
	width: 673px;
	outline: medium none;
	padding-bottom: 30px;
	position: relative;	
	}
.de_eng{
	font-family: 'Roboto Condensed', sans-serif; font-weight:400;
	font-size:18pt;
	z-index:11;
	position: absolute;
	top: 0px;
	left: 90px;
	color: #E5A463;
	}
.de_eng a{
	text-decoration: none;
	color:#996633;
	}
/**** footer ****/
#footer{
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 0 20px 0px;
	width: 1000px;
	color: #333;
	}
#footer p{
	font-size: 12px;
	line-height:1.4em;
	padding-left: 25px;
	}

#footer_left{
	margin:0;
	float: left;
	padding-left: 10px;
	width: 800px;
	text-align: left;
	}
#footer_left ul {
	padding-top: 10px;
	}
#footer_left ul li {
	float:left;
	list-style-type:none;
	padding:5px 15px 4px 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	}
#footer_left a {
	font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	color: #333;
	}
#footer_left a:hover, #current a {
	cursor:pointer;
	color: #990000;
	}
#footer_right{
	margin:0;
	margin-left: 825px;
	padding-top: 10px;
	text-align: right;
	}
/**** alternativ footer_clear ****/
#footer_clear {
	clear: both;
	margin: 0px;
	padding-bottom: 20px;
	width: 1000px;
	color: #333;
	}
#footer_clear p{
	font-size: 12px;
	line-height:1.4em;
	}
#footer_clear_left{
	margin:0;
	float: left;
	padding: 10px 0 0 25px;
	width: 830px;
	text-align: left;
	}
#footer_clear_right{
	margin:0;
	margin-left: 830px;
	text-align: right;
	padding: 10px 0px 0 0;
	}

/**** Text formatting ****/
h1 {
	font-family: 'Roboto Condensed', sans-serif; font-weight:700;
	font-size:18pt;
	color: #990000;
	margin: 24px 0 22px 0;
	text-transform: uppercase;
	}
h2 {
	font-family: 'Roboto Condensed', sans-serif; font-weight:400;
	font-size:18pt;
	color: #990000;
	margin: 15px 0 15px 0;
	}
h3 {
	margin: 0px 25px 5px 0;
	padding: 5px 20px 5px 0px;
	font-size: 14px;
	color: #f1264b;
	}
h4 {
	margin: 0;
	padding: 5px 0 10px 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #790829;
	}
p {
	margin: 0px 0px 0px 0;
	padding: 0px 35px 14px 0px;
	text-align: justify;
	line-height:1.5em;
	}
a {
	color: #900;
	text-decoration: none;
	}
.impressum{
	padding-left: 11px;	
	}
.red {
	color: #F00;
	font-weight: bold;
	}
.strong {
	font-weight: bold;
	}
.stern {
	margin: 0 6px 0 6px;
	color:#996633;
	}

.motto {
	padding: 10px 0px 5px 0px;
	margin: 0 0 0 190px;
	}
.quote {
	font-family: 'Italianno', cursive;
	font-size:42px;
	padding: 10px 0px 5px 0px;
	margin: 0 0 0 0px;
	}
.autor {
	font-family: 'Italianno', cursive;
	font-size:24px;
	padding: 7px 0 0 180px;
	margin:0px;
	}
#nach_oben {
	padding: 10px 0px 10px 0px;
	margin: 0px 5px 0px 0;
	text-align: right;
	font-weight: bold;
	}
#nach_oben a{
	text-decoration: none;
	background-image: url(images/arrow_nachoben.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	color: #f1264b;
	margin-right: 30px;
	}
#nach_oben a:hover{
	background-image: url(images/arrow_nachoben_over.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #990000;
	margin-right: 30px;
	}
#mobil {
	padding-left: 2px;
	margin: 0px;
	}

/*** Navigation ***/

#navcontainer {
	margin-top: 5px;
	}
#navcontainer li {
	list-style-type: none;
	}
#navcontainer a {
	font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size:16px;
	text-decoration: none;
	text-transform:uppercase;
	color: #5c6267;
	background-color: #b3b7ba;
	background-image: url(images/arrow11px.gif);
	background-repeat: repeat-y;
	background-position: right;
	display: block;
	padding: 9px 0 8px 25px;
	margin: 4px 0 4px 0;
	}

#navcontainer a:hover {
	background-image: url(images/arrow_current.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: #790829;
	background-color: #d0d2d4;
	}
#navcontainer a.current  {
	background-image: url(images/arrow_current.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #d0d2d4;
	color: #790829;
	}
#sub {
	list-style-type:none;
	padding:0;
	margin:0;
	}
#sub a {
	color: #5c6267;
	background-color:#dcdee0;
	background-image: url(images/arrow11px.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
/*** table vita, table_audio ***/
.table_vita {
	margin: 0px auto 4px 0px;
	width: 660px;
	font-family: 'Roboto Condensed', sans-serif; font-weight:400;
	font-size:14px;
	}	
.table_vita td {
	padding: 0px 0 8px 0px;
	vertical-align: top; 
	
	}
.table_audio {
	margin: 0 0 30px 0px;
	font-family: 'Roboto Condensed', sans-serif; font-weight:400;
	}
.table_audio td {
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 0 5px 0px;
	}
.clear {clear: left;}
	
/*** Kontakt-Form ****/

.form {
	background-color: #eeeeff;
	border: 1px dotted silver;
	margin: 10px 35px 5px 0;
	padding: 11px 0 13px 0;
	}
td, tr {
	margin:0px;
	padding: 8px 6px 8px 17px;
	
	}
input:focus, textarea:focus {
	background-color: #FFFF99;
	}
.submit_button_contact {
	padding: 5px 5px 5px 5px;
	background-color: #EAF4D9;	
	}
textarea {
	width:252px;
	height:80px;
	}
.textInput {
	width:250px;
	}
.warning {
	font-weight: bold;
	color: #f1264b;
	padding-right: 10px;
	}

/*** galerie ***/

#gallery-1 {
	margin: 0 auto 10px 0px;
	}
.gallery-item {margin: 10px 10px 5px -10px}

#gallery-1 img {
	border: 1px solid #bababa;
	margin: 0px 1px 1px 0px;
	padding: 2px;
	background-color: #FFF;
	width: 117px;
	height: 117px;
	}