@charset "utf-8";

/**
 * Global styles
 */
html, body
{
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  margin: 0; 
  padding: 0;
  color: #000000;
  height: 100%;
  background: url('/images/bodybg.jpg') repeat fixed;
}
a
{
	outline: none;
  border: 0;
}
address
{
  font-size: 75%;
  font-family: Arial, sans-serif;
}

/**
 * Page
 */
div.floater
{
  position: relative;
  float: left;
  height: 50%;
  margin-bottom: -385px;
  width: 1px;
}
div.container 
{
  clear: left;
  position: relative;
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 1026px;
	height: 770px;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}

/**
 * Background
 */
div.background
{
  position: absolute;
  z-index: 0;
}
div.background img
{
  border: 1px solid #000000;
}

/**
 * Container parts
 */
div.left
{
	position: relative;
	float: left;
	display: block;
  height: 620px;
}
div.middle
{
	position: relative;
	float: left;
	display: block;
}
div.right
{
	position: relative;
	float: right;
	text-align: left;
}
div.top
{
	display: block;
	height: 138px;
	vertical-align: middle;
	position: relative;
}

/**
  top
**/
div.toptest
{
	position: absolute;
	font-variant: small-caps;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 1024px;
	overflow: hidden;
	height: 14px;
	margin-top: -3px;
}
div.title
{
	float: left;
	padding-top: 21px;
	padding-left: 64px;
	display: block;
	height: auto;
}

/**
 * menu
 */
div.menu
{
	padding-left: 25px;
	padding-top: 29px;
	padding-right: 12px;
	margin: 0px;
	display: block;
}
.buttontext
{
	display: block;
	letter-spacing: -0.2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
  padding-left: 1px;
  padding-right: 0px;
}
.redbutton,
.greenbutton,
.bluebutton,
.yellowbutton
{
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;
	line-height: 1px;
	background-position: 0px 0px;
	text-align: center;
	display: block;
	cursor: pointer;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/**
 * IE adds vertical spacing itself, with other browsers override padding to add more spacing
 */
html>/**/body .redbutton,
html>/**/body .greenbutton,
html>/**/body .bluebutton,
html>/**/body .yellowbutton
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.redbutton
{
	background-image: url(/images/butred.jpg);
	color: #222222;
}
.greenbutton
{
	background-image: url(/images/butgreen.jpg);
	color: #222222;
}
.bluebutton
{
	background-image: url(/images/butblue.jpg);
	color: #222222;
}
.yellowbutton
{
	background-image: url(/images/butyellow.jpg);
	color: #222222;
}
.redbutton:hover,
.greenbutton:hover,
.bluebutton:hover,
.yellowbutton:hover
{
	background-position: -125px 0px;
}
span.oneline
{
	margin-top: 0px;
  padding-top: 8px;
}
span.twoline
{
	margin-top: 0px;
  padding-top: 3px;
}
html>/**/body span.twoline
{
  padding-top: 5px;
}
html>/**/body span.oneline
{
  padding-top: 10px;
}

/**
 * languages
 */
div.languages
{
	text-align: center;
	padding-top: 17px;
	margin-left: 25px;
	width: 125px;
  height: 40px;
}
div.languages img
{
	margin: 3px;
}
div.languages a img
{
	padding: 1px;
	border: none;
}
div.languages a:hover img
{
	padding: 0px;
	border: 1px solid #003399;
}

/**
 * Content at bottom left
 */
div.leftbottom
{
  position: absolute;
  bottom: 0px;
}
div.leftbottom div
{
  padding-left: 25px;
}
div.leftbottom div.credits
{
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-left: 10px;
  padding-top: 16px;
  color: #202020;
}
div.credits a
{
  text-decoration: none;
  color: black;
}
div.credits a:hover
{
  text-decoration: underline;
  color: black;
}

/**
 * photos
 */
div.photos
{
	position: relative;
	display: block;
	width: 407px;
	height: 610px;
	overflow: hidden;
	text-align: center;
	padding-top: 7px;
}
img.photo
{
	border: none;
	margin: 5px;
}
img.small
{
	width: 190px;
	height: 142px;
}
img.big
{
	width: 390px;
	height: 293px;
}

/**
 * text content
 */
div.text
{
  height: 590px;
	display: block;
	width: 410px;
	overflow: hidden;
	margin-top: 25px;
	margin-right: 20px;
  position: relative;
}
div.text-top
{
}
div.text-bottom
{
  position: absolute;
  bottom: 0px;
  width: inherit;
}

/**
 * Form for normal webpages
 */
div.form
{
}
div.form label
{
  display: inline;
  cursor: pointer;
}
div.form label:hover
{
  color: blue;
}
div.form div.error-message
{
  color: red;
  display: inline;
}
div.form input[type="text"], div.form textarea
{
  display: block;
  margin-bottom: 8px;
  border: 1px solid #888888;
  padding: 2px;
  width: 95%;
}
div.form input.form-error, div.form textarea.form-error
{
  border: 1px solid red;
}

