
@charset "UTF-8";

/* @override http://3mt/css/basic.css */

/* @group Allgmeines */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* @end */

/* @group Layout */

body {
	font: 100.01% Helvetica, Arial, Verdana, Helvetica, sans-serif;
	background: #dbedf9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4c5359;
}

body.index {
	background: #000;
}

#container {
	width: 760px;
	background: #dbedf9 url(../images/bg_container.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
	min-height:750px;
  	height:auto !important;  /* für moderne Browser */
  	height:750px;  /*für den IE */
}

.index #container {
	width: 700px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 0;
	height: auto;
	background: #000;
}

.index #container img {
	margin-left: 30px;
}

#head img {
}
    
#content {
	padding: 60px 60px 30px 60px;
}

.entry {
	padding: 0 140px 0 100px;
	margin-top: -40px;
}

.kontakt {
	float: left;
	width: 160px;
	border-left: 1px solid #e9d734;
	padding: 0 20px 0 10px;
}

.impressum {
	float: left;
	width: 280px;
	border-left: 1px solid #e9d734;
	padding: 0 20px 0 10px;
}

.galerie .left {
	float: left;
}

.galerie .right {
	float: left;
}





/* @end */

/* @group Nav */

#nav {
	padding: 3px 0 0 42px;
	margin: 0;
	height: 22px;
	line-height: 20px;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 1px solid #812480;
}

#nav li.last {
	border-right: none;
}

#nav li a {
	padding: 0 18px;
	text-decoration: none;
	color: #a02ca0;
}

#nav li a:hover {
	color: #bc33bd;
}

/* @end */

/* @group Bottom_Nav */

#bottom_nav {
	margin-top: 40px;
}

#bottom_nav .left,
#bottom_nav .right {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#bottom_nav .right {
	text-align: right;
}

#bottom_nav a {
	color: #7a8c98;
	text-decoration: none;
}

#bottom_nav a:hover {
	color: #65737e;
}

#bottom_nav .left a {
	padding: 10px 0 10px 25px;
	background: url(../images/pfeil_links.gif) no-repeat 0 center;
}

#bottom_nav .right a {
	padding: 10px 25px 10px 0;
	background: url(../images/pfeil_rechts.gif) no-repeat right center;
}



/* @end */

/* @group Text */

h1 {
	margin: 0 0 55px 0;
	line-height: .8em;
	font-size: 1.8em;
	font-weight: normal;
	color: #e3a715;
	text-transform: uppercase;
}

h1 span {
	margin-left: -1000em;
}

h2 {
	margin: 0 0 1.5em 0;
	color: #7d187a;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}

.ausstellung h2 {
	margin-bottom: .2em;
}

h2 span {
	text-transform: none;
	font-size: .8em;
	color: #7d3c7b;
	margin-left: .5em;
}

h3 {
	font-size: .8em;
	margin: 1.5em 0 .5em 0;
	font-weight: bold;
	color: #7d187a;
}

.impressum h3 {
	margin-top: 0;
}

.impressum p {
	margin-bottom: 1.5em;
}

p,
ul {
	font-size: 0.6875em;
	line-height: 1.5em;
	margin: 0 0 .5em 0;
}

.kontakt p {
	margin:0;
}

p.datum {
	margin-bottom: 1em;
	font-weight: bold;
}

ul {
	padding: 0 0 0 0	;
	list-style-type: none;
}

ul span {
	padding-right: .4pt;
	font-size: 1.05em;
	color: #313131;
	font-weight: bold;
}



/* @end */

/* @group Links */

a.signet {
	left: 560px;
	top: 100px;
	width: 160px;
	height: 90px;
	position: relative;
	display: block;
	margin-bottom: -90px;
}

a {
	color: #7d187a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.pfeil_rechts {
	padding: 10px 25px 10px 0;
	background: url(../images/pfeil_rechts.gif) no-repeat right center;
	color: #7a8c98;
	text-decoration: none;
}

a.pfeil_rechts:hover {
	color: #65737e;
}

a img {
	border: none;
}


/* @end */

/* @group Galerie */

.galerie_thumb {
	margin: 0;
	padding: 0;
	width: 500px;
}

.galerie_thumb li {
	margin: 0 16px 16px 0;
	padding: 0;
	float: left;
	cursor: pointer;
}




/* @end */

/* @group Ausstellung */

.ausstellung {
	padding: 20px 0;
	margin: 10px 0;
	border-bottom: 1px solid #e9d734;
}

.ausstellung .logo_ausstellung {
	position: relative;
	left: -100px;
	top: .5em;
	margin-bottom: -40em;
	float: left;
}



/* @end */