body
{
	font-family: sans-serif;
	font-size: 13pt;

	color: #FFF;
	background-color: #3c6e25;

	margin: 0;
}


/********************
 *     Galleries    *
 ********************/
div#overall
{
	background-image: url(images/alpha75.png);
	background-position: top left;
	background-repeat: repeat-x repeat-y;
	position: fixed;

	display:none;

	/* font-family: sans-serif, Verdana, Arial; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 32pt;
	font-weight: bold;

	text-align: center;
	vertical-align: center;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 1000;

	color: #000;
}

div.gallery img
{
	cursor: pointer;
}

/* IE-Fix */
* html div#overall
{
	height: 100%;
	width: 100%;
}

div#overall span.small
{
	font-size: smaller;
}

div#overall span.large
{
	font-size: larger;
}

div#overall span
{
	cursor: pointer;
}

div#overall span.seperator
{
	padding-left: 3em;
}

div#overall span:hover
{
	color: #C00;
}

div#overall span:active
{
	color: #FAA;
}

div#overall img
{
	border: 1px solid black;
}

div#overall div.hidden
{
	display: none;
	visibility: hidden;
}

div#overall div.galleryInfo table
{
	width: 100%;
	margin-bottom: 10px;
}

div#overall div.galleryInfo table td
{
	width: 50%;

	font-size: 12pt;
	font-weight: normal;
}

div#overall div.galleryInfo table td.description
{
	text-align: right;
}

div#overall div.galleryInfo table td.value
{
	text-align: left;
}


div#header
{
	background-image: url(/images/layout/rapport.png);
	background-repeat: repeat-x;
	background-position: top left;

	margin-bottom: 0px;

	overflow: hidden;

	padding: 0;
}

div#header h1
{
	background-image: url(/images/layout/left4.png);
	background-repeat: no-repeat;
	background-position: top left;

	height: 152px;

	margin: 0;
}

div#header h1 img
{
	display: block;

	float: right;
	margin-top: 70px;
	padding-right: 20px;
}

/* Links */
a
{
	color: #75AF27;
}


h3 a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: #9C4;
}



/********************
 *       Menu       *
 ********************/

ul#menu
{
	float: left;
	width: 200px;

	margin: 7px 0 0 10px;

	padding: 0;

	border: 1px solid #75AF27;

	min-height: 250px;
}

ul#menu ul
{
	border: none;

	min-height: 0;
}

ul#submenu
{
	margin-top: 7px;
	padding-left: 0;
	overflow: hidden;
}

ul#menu li,
ul#submenu li
{
	padding: 0.3em;
	padding-left: 5px;
	list-style: none;
}

ul#menu a,
ul#submenu a
{
	color: #FFF;
	text-decoration: none;
}

ul#menu li.active a
{
	color: #75AF27;
}

ul#menu a:hover,
ul#menu li.active a:hover
{
	color: #9C4;
}

ul#menu a.emphasize
{
	color: #FF0;
}

ul#submenu li.active a,
ul#submenu a:hover,
ul#submenu li.active a:hover
{
	color: #FFF;
}

ul#submenu li
{
	float: left;
	border: 1px solid #94C120;
	margin-right: 20px;
}

ul#submenu li.active
{
	background-color: #94C120;
}

/* footer */
div#footer
{
	text-align: right;
	padding: 5px;

	color: #FFF;
	font-size: 10pt;

	border-top: 1px solid #75AF27;
}

div#footer a
{
	color: #FFF;
}

div#footer div
{
	float: left;
	text-align: left;
}


/********************
 *       Contant       *
 ********************/

div#content
{
	color: #FFF;
	padding: 20px;
	padding-top: 0;

	overflow: hidden;

	min-height: 350px;
}


p2

{
       font-size: 10pt;
       text-decoration: none;
       font-weight: none;
       color: #98a899;
}

p3

{
       font-size: 11pt;
       text-decoration: none;
       font-weight: none;
       color: #98a899;
}

div.imageSizeOriginal
{
	display: block;
	float: left;
        padding: 3px;

        text-align: center;
}


/* month rounded corners */
ul.months
{
	list-style: none;
	padding-left: 0;

	overflow: hidden;

	border-bottom: 1px solid #94C120;
}

ul.months li
{
	float: left;
	padding-left: 16px;

	background-image: url(/images/layout/eckeLinks.png);
	background-repeat: no-repeat;
	background-position: top left;

	margin-right: 6px;
}

ul.months li span
{
	display: block;
	border-top: 1px solid #94C120;
	padding: 2px 4px 2px 4px;
}

ul.months li a
{
	display: block;
	padding-right: 16px;

	color: white;
	text-decoration: none;

	background-image: url(/images/layout/eckeRechts.png);
	background-repeat: no-repeat;
	background-position: top right;
}

ul.months li:hover a span,
ul.months li.active span
{
	background-color: #94C120;
}

ul.months li.active,
ul.months li:hover
{
	background-image: url(/images/layout/eckeLinksAktiv.png);
}

ul.months li.active a,
ul.months li:hover a
{
	background-image: url(/images/layout/eckeRechtsAktiv.png);
}


div.imageItem
{
	float: left;
	text-align: center;
	height: 300px;
	width: 300px;
	display: block;
}

div.gallery div.imageItem,
div.non-gallery div.imageItem
{
	width: 360px;
	min-height: 250px;
}


/* butterfly list */
ul.butterflies
{
	list-style: none;
	padding-left: 0;

	overflow: hidden;
}

ul.butterflies li
{
	width: 192px;

	margin-bottom: 16px;
	margin-right: 16px;

	float: left;
}

ul.bigButterflies li
{
	width: 350px;
}

ul.searchResults li
{
	min-height: 200px;
}

ul.butterflies li a img
{
	border: none;
}

ul.butterflies li span
{
	display: block;
	text-align: center;
	min-height: 5em;

	padding: 0;

	color: white;
}

/* single butterfly */
img.right
{
	padding-left: 16px;
	float: right;
}

div.gallery,
div.non-gallery
{
	padding-right: 20px;
	padding-top: 30px;
	clear: right;
	overflow: hidden;
}

div.gallery table td
{
	padding-right: 10px;
}

ul.news
{
	padding-left: 0;
	list-style: none;

}

ul.news li
{
	margin-bottom: 20px;

}

ul.news li h3
{
	margin: 0;
	background-color: #75AF27;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.news li h3 img {
	position: relative;
	top: 3px;
}

ul.news li p
{
	border: 1px solid #75AF27;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0;
	padding: 7px 10px;
	text-indent: 5px;
}
