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

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	/*font-family:"Courier New", Courier, monospace;
	font-size:100,01%;*/
	font-family:'Verdana';
	font-size:12px;
	background:#000;
	color:#CCC;
}

#all {
	width:789px;
	position:absolute;
	left:50%;
	margin-left: -395px;
	margin-top: 50px;
}

#head {
	
}

/* ----------------- MENU ----------------------- */
#menu {
	float:right;
	height:45px;
	width:789px;
	margin: 0;
	padding: 0;
}
#menu ul {
	padding:0;
	margin:0;
	margin-left:56px;
}
#menu ul li {
	padding:0px 0px 0px 0px;
	height:45px;
	list-style:none;
	float:left;
	text-indent: -10000px;
}

#menu ul li a, #menu ul li a:visited {
	display:block;
	text-decoration: none;
	text-indent: -999em;
	overflow:hidden;
	height:45px;
	color:#000;
}

#menu ul .galerie, #menu ul .ausstellung, #menu ul .links, #menu ul .vergangnis, #menu ul .kontakt {
		height:45px;
		outline:0;
	    -moz-outline:0;
}

#menu ul .vergangnis {
	width:146px;
	background:url(./images/vergangnis.png) top left no-repeat;
}
#menu ul .vergangnis:hover {
	width:146px;
	background:url(./images/vergangnis_h.png) top left no-repeat;
}

#menu ul .galerie {
	width:122px;
	background:url(./images/galerie.png) top left no-repeat;
}
#menu ul .galerie:hover {
	width:122px;
	background:url(./images/galerie_h.png) top left no-repeat;
}

#menu ul .ausstellung {
	width:181px;
	background:url(./images/ausstellung.png) top left no-repeat;
}
#menu ul .ausstellung:hover {
	width:181px;
	background:url(./images/ausstellung_h.png) top left no-repeat;
}

#menu ul .links {
	width:122px;
	background:url(./images/links.png) top left no-repeat;
}

#menu ul .links:hover {
	width:122px;
	background:url(./images/links_h.png) top left no-repeat;
}

#menu ul .kontakt {
	width:106px;
	background:url(./images/kontakt.png) top left no-repeat;
}

#menu ul .kontakt:hover {
	width:106px;
	background:url(./images/kontakt_h.png) top left no-repeat;
}
/* ----------------- MENU ENDE ----------------------- */

#line {
	padding: 0;
	margin: 0;
	background:url(./images/line.png) top left no-repeat;
	height: 20px;
}

#content {
	width: 789px;
	background:#000;
	margin: 10px 0px 15px 0px;
}

#text {
	padding: 10px 60px 10px 60px;
	text-align:justify;
	width: 669px;
	color:#CCC;
	font-size:12px;
}

#foot { }

#footinhalt {
	height:45px;
	width:789px;
	background: url(./images/footer.png) top center no-repeat;	
}

/* ------------------------------------------------------------- */
/* ------------- Wordpress specific ---------------------------- */
/* ------------------------------------------------------------- */
.post h1 {
	color:#FFF;
	font-size:14px;
	text-decoration: underline;	
	padding: 0 0 5px 0;
	}
	
.post h3 {
	color:#FFF;
	font-size:12px;
	padding: 0 0 4px 0;
	}
	
h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	color: #FFF;
	font-size:14px;
	text-decoration: underline;	
}

a, a:link, a:visited, a:active {
	color: #CCC;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}

.post ul {
       padding: 0 0 0 40px;
       margin: 12px 0 12px 0;
}

.post ul li {
	list-style: none;
}

.post p {
	padding: 4px 0px 2px 0px;
}

#gallerie {
	margin-left:-18px;
}

.hidefocus {
	outline:0;
	-moz-outline:0;
}

.toggleLink {
	cursor:pointer;
	color:#FFF;
	margin:3px 0px 3px 0px;
}

.hidden {
  display: none;
  width:50%;
  padding: 5px 0px 5px 10px;
}


/*.post ul li a, .post ul li a:link, .post ul li a:visited, .post ul li a:active, .post ul li a:hover{
	text-decoration:none;
}*/
