* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100.01%;
	line-height: 100.01%;
	text-decoration: none;
	border: 0px none;
	list-style: none;
}

* {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0;
}

* * {
	font-size: 100%;
}

img, table, td, tr {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

img {
	float: left;
}

.hidden {
	visibility: hidden;
}

.clear {
	clear: both;
}

.block {
	display: block;
	float: none;
}

body  {
	color: #888888;
	background: #FFFFFF;
}

p {
	padding-bottom: 12px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding-bottom: 12px;
}

h1 a, h2 a, h3 a, h4 a {
	font-weight: bold;
}

h2 {
	padding-bottom: 0px;
}

h1 em, h2 em, h3 em , h4 em {
	font-style: italic;
}

h1 span.caps, h2 span.caps, h3 span.caps, h4 span.caps,
h1 .caps, h2 .caps, h3 .caps, h4 .caps, strong .caps {
	font-weight: bold;
}

b, strong, b em, strong em {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #888888;
	color: rgb(76,73,75);
}

a:hover  {
	color: rgb(165,223,0);
	text-decoration: none;
}

a:active, a:focus {
	outline: none
}

#website {
	position: absolute;
	left: 0;
	top: 0px;
	width: 980px;
}

#logo {
	position: absolute;
	left: 38px;
	top: 40px;
	height: 40px;
	width: 980px;
	font-size: 2.2em;
	font-weight: bold;
}

#menu1 {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 680px;
	height: 40px;
}

#menu1 li {
	display: inline;
	float: left;
	height: 15px;
	padding: 0 0 0 11px;
	background: url(menu-devider.gif) no-repeat;
	line-height: 1em;
}

#menu1 li.first {
	background: none;
	padding: 0px;
}

#menu1 li a {
	height: 15px;
	line-height: 1em;
}

#menu1 li a.act {
	color: #000000;
}

#menu1 ul ul {
	display: none;
}

#menu2 {
	position: absolute;
	top: 100px;
	right: 20px;
	height: 40px;
	width: 300px;
}

#menu2 li {
	display: inline;
	float: right;
	height: 15px;
	padding: 0 11px 0 0;
	background: url(menu-devider.gif) no-repeat right;
	line-height: 1em;
}

#menu2 li.first {
	padding: 0;
	background: none;
}

#menu2 li a {
	height: 15px;
	line-height: 1em;
}

#menu2 li a.act {
	color: #000000;
}


#languageChanger {
	position: absolute;
	top: 58px;
	top: 132px;
	right: 20px;
	height: 20px;
	width: 100px;
}

#languageChanger li {
	display: inline;
	float: right;
	height: 15px;
	padding: 0 11px 0 0;
	background: url(menu-devider.gif) no-repeat right;
	line-height: 1em;
}



#languageChanger li.first {
	padding: 0;
	background: none;
}

#languageChanger li a {
	height: 15px;
	line-height: 1em;
}


#content {
	position: absolute;
	float: left;
	left: 40px;
	top: 200px;
	width: 940px;
}

#content h1 {
	font-size: 1.4em;
}

#content a {
	color: #660000;
	color: #888888;
	color: rgb(76,73,75);
	/*
	padding-left: 11px;
	background: url(link-arrow.gif) no-repeat;
	*/
}


#content a:hover {
	color: rgb(165,223,0);
	text-decoration: none;
}

#content img, div.vplayerContainer {
	padding-bottom: 12px;
}

#content div.clear {
	height: 12px;
}

#content div.picTextTeaser {
	width: 940px;
	float: left;
	margin-bottom: 50px;
}

#content div.picTextTeaser div.pic {
	width: 360px;
	overflow: hidden;
	padding: 0;
	margin: 2px 50px 20px 0;
	float: left;
}

#content div.picTextTeaser img {
	
}

#content div.picTextTeaser h1 {
	padding: 0 0 20px 0;
	line-height: 1.2em;
}

#content div.picTextTeaser div.text {
	width: 510px;
	padding: 0 0 20px 0;
	float: left;
}

#content div.picTextTeaser div.text p {
	
}

#content table {
	padding-bottom: 12px;
}

#content table td {
	padding: 0 10px 0 0;
}

#colLeft {
	float: left;
	width: 400px;
	padding: 0px 50px 0px 0px;
}
#colRight {
	float: left;
	width: 490px;
	padding: 0px 0px 0px 0px;
}
