/*	Client: Meier&Wirz www.meierwirz.ch
	Autor: Alexander Albrecht www.alexanderalbrecht.de
	© 2008-2011

	Print
	CSS-Version 1.3
	10.09.2011
*/

/*	<!-- !  INITAL RESET --> */
	/*	HTML UNDOS */
:link, :visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
acronym {cursor: help;}
address	{font-style: normal;}
table {border-spacing: 0;}
table tr td {vertical-align: top; border-collapse: collapse;}

	/*	ADDITIONAL UNDOS */
* {margin: 0; padding: 0;}
img {border: 0;}

	/*	INITIAL SETTINGS */
html { width: 100%; margin: 0; padding: 0; }




/*	<!-- !   SITE GENERAL SETTINGS --> */
body {
	-webkit-text-size-adjust: auto; /* none (default) | auto | %value */
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

a {	color: #111; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; outline: none; }

body#cateringeventplanung a { color: #60ae24; }
body#impressionen a { color: #bccb00; }
body#meierwirz a { color: #b1c7ba; }
body#infrastrukturvermietung a { color: #89a425; }
body#kontakt a { color: #008034; }

ul#menu,
ul#galmenu {
	display: none;
	visibility: hidden;
}




/*	<!-- !   HEADER --> */
h1 {
	display: none;
	visibility: hidden;
}

h1.forprint {
	display: block;
	visibility: visible;
	width: 264px;
	height: 80px;
	margin-bottom: 60px;
}




/*	<!-- !   CONTENT --> */
div#content p,
div#content ul,
div#content div#secondcolumn {
	margin-bottom: 14px;
}

strong { font-weight: bold; }

body#cateringeventplanung strong { color: #60ae24; }
body#impressionen strong { color: #bccb00; }
body#meierwirz strong { color: #c8e0d2; }
body#infrastrukturvermietung strong { color: #89a425; }
body#kontakt strong { color: #008034; }




/*	<!-- !   GALLERIA --> */
.galleria { width: 100%; display: block; }

.galleria li {
	display: block;
/* width: 80px; */
/* height: 80px; */
	overflow: hidden;
	float: left;
	margin: 0 16px 32px 0;
}

.galleria li a {
	display: none;
}

.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px;
}

.galleria li div img {
	cursor: pointer;
}

.galleria li.active div img,
.galleria li.active div {
	display: block;
}

.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}

div#main_image {
	display: block;
	clear: both;
}

div#main_image.galleria_container span.caption {
	display: none;
	visibility: collapse;
}

* html .galleria li div span { width: 400px; } /* MSIE bug */




/*	<!-- !   SEVERAL CLASSES --> */

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

.clearfix { display: inline-block; }

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