@charset "utf-8";
/* CSS Document */
/* Design by Photospirit */
/* Copyright 2010 - www.photospirit.ch */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/background_top.png) repeat-x left top;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ADADAD;
}

tr, td, th {
	font-size: 12px;
	text-align:left;
	font-weight:normal;
	padding-left: 0px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

h2 {
	color:#FFFFFF;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

p, ul, ol, li {
	margin-top: 0;
	line-height: 140%;
	font-size: 12px;
}

a {
	border: none;
	color: #ADADAD;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}


/** HEADER */

#header {
	position: relative;
	width: 960px;
	height: 150px;
	margin: 0px auto;
}

#logo {
	position: absolute;
	height: 120px;
	width: 100px;
	padding: 20px 0px 0px 0px;
}

#header-text {
	position: absolute;
	width: 840px;
	height: 95px;
	padding: 0px 0px 0px 0px;
	left: 120px;
	top: 55px;
}


/** MENU */

#menu {
	position: absolute;
	height: 30px;
	left: 120px;
	top: 120px;
	width: 840px;
}

#menu ul {
	padding: 6px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	float: right;
	
}

#menu a {
	text-decoration: none;
	color: #999999;
}

#menu a:hover {
	font-size: 20px;
	color: #ffffff;
}

#menu .active {
	font-size: 20px;
	color: #ffffff;
}

/** TOP-PICTURE */

#top-image {
	width: 960px;
	height: 100px;
	padding: 5px 0px 0px 0px;
}

/** CONTENT */

#content {
	position: relative;
	width: 960px;
	padding: 20px 0px 0px 0px;
}

#content-table {
	position: relative;
	width: 500px;
	height: 690px;
}

#content-pic {
	position: absolute;
	width: 460px;
	left: 500px;
	top: 42px;
}

/** FOOTER */

#footer {
	position:relative;
	background-color:#333333;
	width: 960px;
	height: 18px;
	margin: 30px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	text-align: center;

}

#footer a:hover {
	color: #ffffff;
}

