* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	text-align: center;
	background: #000000 repeat-x 0 0;
	min-width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
#menu {
	margin: 0 auto;
}

#menu li {
	float: none;
	display: inline;
	list-style-type: none;
}

.links {
	color: #FFFFFF;
	margin: 40px auto 0px;
	width: 100%;
	clear: both;
}

#menu li a:hover {
background-color: #FFE3A7;
color: #151515;
text-decoration: none;
}

#menu li a.active {
background-color: #FFB515 !important;
color: #151515;
text-decoration: none;
}
.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.noscreen {
	display: none;
}
.hidden { /* Skip menu */
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* Paragraphs, headings, ... */

p {
	line-height: 170%;
	margin-bottom: 10px;
}
.perex {
	background-color: #E3F4FF;
	border-left: 4px solid #57A9DF;
	text-align: left;
	width: 85%;
	margin: 0 0 25px 0;
	padding: 5px 12px;
}
.perex p {
	margin: 0;
	color: #004C7F;
}
.perex p a, .perex p a:visited {
	color: #004C7F;
}
h1 {
	font-size: 2.8em;
	font-weight: normal;
	color: #CC6731;
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin-top: 30px;
}
h2 {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ADCAC5;
	text-align: center;
	margin: 6px 0 0 23px;
}
h3 {
	color: #005D85;
	font-size: 1.2em;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 13px;
}
#header {
	margin: 0 auto;
	width: 850px;
	height: 120px;
	position: relative;
	background: #000000;
	text-align: left;
}
#content-box {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#content-box-in {
	width: 100%;
}
#content-box-in-left {
	float: left;
	width: 100%;
}
#content-box-in-left-in {
	margin: 24px 0 30px 20px;
}
.galerie {
	padding: 1px 0;
	margin-right: 3px;
	min-height: 1px;
}
.foto {
	float: left;
	display: inline;
	width: 156px;
	height: 460px;
	margin: 0 5px 16px 0;
	text-align: center;
	position: relative;
}
.foto img {
	margin: 13px auto 0 auto;
	border: 0px;
}
.foto a {
	text-decoration: none;
}
.foto:hover {
	background-color: #000000;
}
.foto p {
	margin-top: 6px;
	font-weight: bold;
}
/* Footer */

#footer {
	height: 44px;
	color: #CCCCCC;
	width: 100%;
	background: #000000;
	font-size: 0.8em;
}
#footer-in {
	width: 850px;
	height: 44px;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
}
p.footer-left {
	width: 350px;
	float: left;
	text-align: left;
	line-height: 190%;
	margin: 40px 0 0 12px;
	display: inline; /* Because of IE Doubled Float-Margin Bug */
}
p.footer-right {
	width: 350px;
	float: right;
	text-align: right;
	margin: 8px 12px 0 0;
	display: inline; /* Because of IE Doubled Float-Margin Bug */
}
p.footer-right a, p.footer-right a:visited {
	font-weight: normal;
}

form {
	margin:16px;
}

input, textarea, select {
	background: #FFFFFF;
	border: 3px double #EEEEEE;
	color: #666666;
	margin: 2px 0 0 0;
}
.asterik {
	background: transparent;
	color: #FFFF00;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

.reload	{
	color:#FFF;
}

fieldset {
	border:1px dashed #CCC;
	padding:10px;
}

legend {
	background: transparent;
	font-size: 110%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	border: 1px solid #333;
	padding: 2px 6px;
	margin: 10px 0;
}

.required, .error {
	background: transparent;
	color: #FFFF00;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
