@charset "UTF-8";
/* CSS Document */
/*
Farbe:
hell-grau: 7d7d7d
mittel-grau: 4e4e4e
dunkel-grau: 3d3d3d
rot: 8d160d
*/

/*Basics*/

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7d7d7d;
	letter-spacing: 1px;
	background-color: #4e4e4e;
}
a img {
	border:none;
	outline:none;
}
a:link img {
	border:none;
	outline:none;
}
a:active img {
	border:none;
	outline:none;
}
a:visited img {
	border:none;
	outline:none;
}
span {
	margin: 0px;
	padding: 0px;
}
.top_logo {
	margin-left: auto;
	margin-top: -230px;
	border: none;
	padding: 0px;
	width: 800px;
	height: 50%;
	margin-right: auto;
	background-image:url(../daten/logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.middle {
	background-color: #3d3d3d;
	padding: 0px;
	height: 400px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7d7d7d;
	border-bottom-color: #7d7d7d;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:2;
}
.middle_info{
	z-index:0;
	font-size:8px;
	color:#3d3d3d;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
}
.middle_content {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
}
.clr {
	clear: both;
}
#hidepage {
	position: absolute;
	background-color:#3d3d3d;
	height: 400px;
	width: 800px;
	z-index:100;
	text-align:center;
	}

/* News */

.news{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../daten/news_link.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left:15px;
	padding-right:15px;
}
.news_text {
	padding: 0px;
	width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	text-align: justify;
	border: none;
}
.news_title {
	color: #7d7d7d;
	letter-spacing: 1px;
	width:auto;
	height: 17px;
	margin-top: 2px;
	margin-bottom:10px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border: 1px solid #7d7d7d;
	background-color: #3d3d3d;
	line-height: normal;
	}
.news_text img {
	border:none;
	float:left;
	margin-right:15px;
	margin-top:4px;
	}

.news a:link {
	text-decoration: none;
	color: #7d7d7d;
}
.news_text a:visited {
	background-image: url(../daten/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #7d7d7d;
	padding-right: 11px;
}

/*Navigation*/

.navigation {
	padding: 0px;
	width: 800px;
	height: 12px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.navigation_link {
	margin: 0px;
	padding: 0px;
	float: left;
}
.navigation_link_active {
	padding: 0px;
	color: #3d3d3d;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation_space {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 10px;
	height: 2px;
}
.navigation_shop_link {
	margin: 0px;
	padding: 0px;
	float: right;
}
.navigation a{
	color: #7d7d7d;
	text-decoration: none;
}
.navigation a:hover {
	color: #3D3D3D;
	text-decoration: none;
}

/*Formulare*/

.contact_content {
	padding: 0px;
	float: left;
	width: 230px;
	line-height: 18px;
	margin-top: 31px;
	margin-bottom: 0px;
	margin-left: 70px;
	}
.contact_form {
	border: none;
	float: right;
	width: auto;
	padding: 0px;
	margin-top: 28px;
	margin-right:70px;
	}
.shop_form {
	border: none;
	width: auto;
	padding: 0px;
	margin-left:225px;
	}
.form_input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7d7d7d;
	letter-spacing: 1px;
	width:330px;
	height: 20px;
	border: 1px solid #4e4e4e;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #4e4e4e;
	background-image: url(../daten/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
.form_input_nonreq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7d7d7d;
	letter-spacing: 1px;
	width:330px;
	height: 20px;
	border: 1px solid #4e4e4e;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #4e4e4e;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
.form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7d7d7d;
	letter-spacing: 1px;
	width:330px;
	height:120px;
	border: 1px solid #4e4e4e;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #4e4e4e;
	background-image: url(../daten/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
.newsletter_text {
	float:left;
	margin-top: 10px;
	margin-left:0px;
	}
.newsletter {
	float:right;
	border:none;
	margin-top: 10px;
	padding: 0px;
	}
.radio {
	margin: 0px;
	padding: 0px;
	}
.submit {
	margin-left:0px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../daten/senden.png);
	width: 130px;
	cursor: pointer;
	}
.contact {
	height: auto;
	margin-top: 13px;
	margin-left: 0px;
	}
.spanPosition {
	color: #7d7d7d;
	z-index:20;
	margin: 2px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
	overflow:auto;
}
.redirect {
	font-size: 24px;
	text-align: center;
	margin-top: 180px;
	}

/*Referenzen*/

.referenz {
	margin-bottom:12px;
	line-height: 20px;
	text-align: center;
	line-height: 32px;
	margin-top:5px;
	}
.referenz a:link {
	background-image: url(../daten/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #7d7d7d;
	padding-right: 11px;
	margin-right:15px;
	white-space: nowrap;
}
.referenz a:visited {
	background-image: url(../daten/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #7d7d7d;
	padding-right: 11px;
	margin-right:15px;
	white-space: nowrap;
}

/*Ausstellungen*/

.event {
	height:360px;
	position:absolute;
	width:800px;
	overflow:hidden;
	border: 0px solid #7d7d7d;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
.event_text a:link {
	background-image: url(../daten/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #7d7d7d;
	padding-right: 11px;
}
.event_text a:visited {
	background-image: url(../daten/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #7d7d7d;
	padding-right: 11px;
}
.event img {
	border:none;
	float:left;
	margin-right:15px;
	margin-top:4px;
	}
.event_title {
	color: #7d7d7d;
	letter-spacing: 1px;
	width:auto;
	height: 17px;
	margin-top: 2px;
	margin-bottom:10px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	background-color: #4e4e4e;
	line-height: normal;
	}
.event_text {
	margin-bottom:12px;
	line-height: 20px;
	text-align: justify;
	}
.event_navigation {
	margin-bottom:20px;
	line-height: 20px;
	text-align: justify;
	position:absolute;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:355px;
	}
.event_navigation a:link {
	background-image: url(../daten/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #7d7d7d;
	padding-right: 11px;
}
.event_navigation a:visited {
	background-image: url(../daten/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #7d7d7d;
	padding-right: 11px;
}

