body {
	margin: 0;
	padding: 0;
	background: #808080;
	color: #222;
	text-align: center;
}
/* Texts
----------------------------------------------- */
/*h1, h2, h3, h4, h5 {
	margin: 0;
}
h1 {
	font-size: 200%;
	text-transform: uppercase;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 110%;
}
a:link, a:visited, a:active {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
p {
	margin: 0 0 1.25em 0;
}*/
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
	font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #222;
}

a { 
  color: #222;
  font-weight: normal;
  text-decoration: none; 
  outline:none;
}
a:hover { 
  color: #666;
  text-decoration: none;
}
a img { 
  border: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: bold;
  letter-spacing: .02em;
}

h1 { font-size: 36px; line-height: 18px; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 12px; line-height: 18px; padding-top: 0; padding-bottom: 0; }
h3 { font-size: 11px; line-height: 18px; padding-top: 0; padding-bottom: 9px; }
h4 { font-size: 11px; line-height: 18px; text-transform: uppercase; }
h5 { font-size: 11px; line-height: 18px; }
h6 { font-size: 11px; line-height: 18px; }

h3 span { font-weight: normal; }

p { 
  margin: 0 0 18px 0;
  letter-spacing: .05em;
}

ul, ol {
  margin: 0 0 18px 0;
  padding-left: 16px;
  list-style-position: outside;
  list-style-type: disc;
}
ol { list-style-type: decimal; }
dl {
  margin-top: 18px;
  margin-bottom: 18px;
}
dl dt {
  font-weight: bold;
}

blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  border-left: 1px solid #666;
  font-style: italic;
}
blockquote * { color: #666; }

strong { font-weight: bold; }

em { font-style: italic; }

.hidden {
	display: none;
}

/* Layout
----------------------------------------------- */
#main-null {
	width: 948px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff url("images/bck.jpg") center top repeat-y;
}
#main {
	padding: 0;
}
#header {
  position:relative;
  width:948px;
  height:78px;
  background:#c5cfd4 url("images/header.jpg") 0 0 no-repeat;
  color:#fff;
}

#logo {position:absolute; top:0; left:185px; margin:0;}
#logo h1 {position:relative; overflow:hidden; width:533px; height:77px; margin:0; padding:0;}
#logo h1 span {display:block; position:absolute; left:0; top:0; z-index:1; width:533px; height:77px; background:url("images/logo.jpg") 0 0 no-repeat; cursor:pointer;}

#left-null {
	float: left;
	width: 142px;
	margin: 0;
	padding: 0;
}
#left {
  margin: 38px 0;
	padding:0;
	text-align: center;
}
#content-null {
	float: right;
  width: 660px;
	margin: 0 95px 0 0;
	padding: 0;
}
#content {
	margin: 38px 0;
	padding: 0;
}
#footer-null {
	clear: both;
	width: 948px;
	height: 15px;
	margin: 0;
	padding: 0;
	background:#c5cfd4 url("images/footer.jpg") 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	margin: 0;
	padding: 0;
}
hr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
hr.line {
  margin: 1em 0;
	border: none;
	border-top: 1px #999 solid;
}
.reset {
  clear:both;
  height:1px;
  font-size:1px;
  line-height:1px;
}
/* Content & Menu & Langlist & Navlist
----------------------------------------------- */

.menuitem {
	margin: 0 0 25px 0;
	padding: 0;
}

#langlist {
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
}

.galleryitem {
	float: left;
  margin: 0 85px 20px 0;
	padding: 0;
	text-align: center;
}
p.galleryitem {
  margin-top: 0;
}
.last {
  margin-right: 0;
}

/* Form
----------------------------------------------- */
fieldset {
  margin:0 0 2em 0;
  padding:0;
  border:0;
}
label {
	display: block;
	float: left;
	width: 9em;
	margin-bottom: 10px;
	font-weight: bold;
}
input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
textarea {
  width: 28em;
  float: left;
}
br.form {
	clear: left;
}
form input.btt {
	margin: 5px 8px 0 0; padding: 0;
}
