/* Global Styles */

img {
	border: 0px;
}

* { 
	padding : 0; 
	margin : 0;
	outline: none;
}

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	background: #000;
}

a, a:link, a:active , a:visited, a:hover {
	color: #ec5633; 
	text-decoration: underline;
} 

a:hover {
	text-decoration: none; 
}

h1 {
	color: #8e8e8e;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 15px -20px;
	display: block;
	width: 868px;
	height: 22px;
	padding-left: 20px;
	padding-bottom: 3px;
	background:url('images/headline-seperator.gif') no-repeat left bottom;
}

h2 {
	color: #ec5633;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
}

strong {
	font-weight: normal;
}

h2 strong {
	font-weight: bold;
}

ul.text_integrated {
	padding-left: 15px;
}

li.list_margin {
	margin-bottom: 15px;
}

/* Website */

#contentbox {
	display: block;
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 888px;
}

#sitecontent {
	display: block;
	color: #ddd;
	padding: 0 20px 150px;
	width: 848px;
	position: absolute;
	top: 220px;
	left: 0px;
}

/* Navigation */

#navigation {
	display: block;
	width: 888px;
	height: 50px;
	background: url('images/navigation.gif') no-repeat;
	position: absolute;
	top: 160px;
	left: 0px;	
}

#navigation ul {
	position: absolute;
	top: 0px;
	left: 65px;
	background: url('images/nav-button.gif') no-repeat 0px 2px;
	padding-left: 2px;
	list-style-type: none;
}

#navigation ul li {
	display: block;
	width: 150px;
	height: 50px;
	float: left;
	background: url('images/nav-button.gif') no-repeat 148px 2px;
	position: relative;
}

#navigation ul li a {
	display: block;
	width: 150px;
	height: 50px;
	color: #616161;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li a.current {
	color: #ddd;
	background: url('images/nav-button-hl.gif') no-repeat 0px 2px;
}

#navigation ul li a.animated:hover {
	background: none;
	color: #616161;
}

#navigation ul li span {
	display: block;
	width: 150px;
	height: 50px;
	background: url('images/nav-button-hl.gif') no-repeat 0px 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

/* Footer */

#footer {
	color: #444;
	display: block;
	background: url('images/footer.gif') no-repeat;
	width: 888px;
	height: 48px;
	padding: 2px 0px 20px 0px;
	position: absolute;
	bottom: 40px;
	left: 0px;
	text-align: center;
	line-height: 26px;
	text-transform: uppercase;
}

#networks {
	position: absolute;
	bottom: 0px;
	left: 40px;
	padding-bottom: 20px;
}

#networks a, #networks a:active, #networks a:link, #networks a:visited {
	float: left;
	margin-right: 30px;
	display: block;
	width: 135px;
	height: 38px;
	background-position: 0px 0px;
	color: #000;
	font-size: 1px;
	line-height: 100px;
}

#networks a.rss {
	background-image: url('images/videoButtons/rss.gif');
	margin-right: 10px;
}

#networks a.vimeo {
	background-image: url('images/videoButtons/vimeo.gif');
}

#networks a.facebook {
	background-image: url('images/videoButtons/facebook.gif');
	margin-right: 50px;
}

#networks a.youtube {
	background-image: url('images/videoButtons/youtube.gif');
	margin-right: 0px;
}

#networks a.flickr {
	background-image: url('images/videoButtons/flickr.gif');
	margin-right: 0px;
}

#networks a:hover {
	background-position: 0px -38px;
	color: #000;
}

/* Header */

#header {
	height: 123px;
	width: 888px;
	background: url('images/header.gif') no-repeat;
	position: absolute;
	top: 30px;
	left: 0px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 40px;
}

#header_navigation {
	position: absolute;
	right: 20px;
	top: 53px;
	list-style-type: none;
}

#header_navigation li {
	float: left;
}

#header_navigation li a {
	color: #414141;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
}

#header_navigation li a:hover {
	color: #ddd;
}

#header_navigation li a.animated:hover {
	color: #414141;
}

#languageButton, #languageButton:link, #languageButton:active , #languageButton:visited, #languageButton:hover {
	display: block;
	width: 108px;
	height: 16px;
	color: #414141;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	background: url('images/languageSelectBtn.gif') no-repeat;
	font-size: 11px;	
	z-index: 20;
	text-transform: uppercase;
	position: absolute;
	top: 227px;
	right: 15px;
	white-space: nowrap;
}

#languageButton:hover {
	background: url('images/languageSelectBtnHL.gif') no-repeat;
	color: #aaa;
}

#languageButton.animated, #languageButton.animated:link, #languageButton.animated:active , #languageButton.animated:visited, #languageButton.animated:hover {
	background: none;
	top: 0px;
	left: 0px;
	height: 18px;
	line-height: 20px;
}

#languageButton.animated:hover {
	background: none;
	color: #414141;
}

#languageButtonWrapper {
	display: block;
	width: 108px;
	height: 18px;
	background: url('images/languageSelectBtn.gif') no-repeat 0px 2px;
}

#languageButtonWrapperHL {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 108px;
	height: 18px;
	background: url('images/languageSelectBtnHL.gif') no-repeat 0px 2px;
}

.floating_picture {
	float: left;
	margin-right: 15px;
}