html, body {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	/*text-align: center;*/
	padding: 10px;
}

#container
{
	margin: 0px auto;
	width: 758px;
}

#language
{
	font-size: 13px;
	font-family: Arial;
	text-align: right;
	padding-right: 35px;
	padding-bottom: 4px;
	color: #222222
}

#top
{
	width: 758px;
	height: 154px;
}

#menu
{
	width: 758px;
	height: 40px;
	background-image: url(images/menu.gif);
	background-repeat:no-repeat;
	overflow: hidden;
}

#contenttop
{
	width:758px;
	height: 19px;
	background-image: url(images/contenttop.gif);
	background-repeat:no-repeat;
	overflow: hidden;
}

#content
{
	width:758px;
	background-image: url(images/contentbackground.gif);
	background-repeat:repeat-y;
}

#contentbottom
{
	width:758px;
	height: 23px;
	background-image: url(images/contentbottom.gif);
	background-repeat:no-repeat;
	overflow: hidden;
}

#foot
{
	width:758px;
	height: 59px;
	background-image: url(images/foot.gif);
	background-repeat:no-repeat;
	overflow: hidden;
}

.clearer
{
	clear:both;
}

#menu a
{
	display: block;
	float:left;
	height:40px;
	font-size: 19px;
	color: black;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 10px;
	margin-right: 10px;
	background-image: url(images/menudivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
}

#menu a:link
{
	color:black;
	text-decoration: none;
}

#menu a:visited
{
	color:black;
	text-decoration: none;
}

#menu a:hover
{
	color:black;
	text-decoration: underline;
}

p, h1, h2, table
{
	margin-left: 35px;
	margin-right: 35px;
	line-height: 150%;
	font-family: Arial;
}

h1
{
	font-size: 22px;
	font-weight: bold;
	color: #A52A2A;
	padding-top: 5px;
	text-align: center;
	clear: both;
}

h2
{
	font-size: 20px;
	font-weight: bold;
	color: #A52A2A;
	padding-top: 20px;
}

p
{
	font-size: 13px;
	color: black;
	padding-top: 10px;
}

a:link, a:visited
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: red;
	text-decoration: none;
}

#foot p
{
	color: orange;
}

#foot a:link, #foot a:visited
{
	color: orange;
	text-decoration: underline;
}

#foot a:hover
{
	color: white;
	text-decoration: none;
}

#contentpart1
{
	width:400px;
	float:left;
}

#contentpart1 p, #contentpart1 h1, #contentpart1 h2, #contentpart1 table
{
	margin-right: 25px;
}

#contentpart2 p, #contentpart2 h1, #contentpart2 h2, #contentpart2 table
{
	margin-left: 25px;
}

#contentpart2
{
	width:358px;
	float: right;
	background-image: url(images/contentdivider.gif);
	background-repeat: repeat-y;
}

.imgbox
{
	float: left;
	text-align: center;
	width: 150px;
}

.imgcont
{
	float: left;
	text-align: center;
	margin-left: 35px;
	margin-right: 25px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.imgbox p
{
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	text-align: left;
	/*width: 150px;*/
}

td
{
	font-size: 13px;
	color: black;
	padding-top: 10px;
	padding-right: 10px;
}

.map
{
	float: right;
	margin-right: 45px;
	margin-top: 20px;
}

p.galeria
{
	text-align: center;
}

p.galeria a
{
	vertical-align: middle;
	margin-left: 20px;
}

p.galeria > a:first-child
{
	margin-left: 0px;
}

#foot p
{
	margin-left: 25px;
	margin-right: 25px;
}

#foot p.creator
{
	color:gray;
	margin-left: 0px;
	font-size: 10px;
	padding-top: 15px;
}
