/**
 * Videohamster: Layout/layout.php
 * 
 * CS 2008-03-01
 */





*
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url(Hintergruende/body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

img
{
	border: 0;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #ff8800;
}

a
{
	color: #2fa5f0;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select
{
	border-color: #656575;
	color: #2fa5f0;
	background-color: #d2d2d2;
}

#seite
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#hamster_aussen
{
	position: relative;
	width: 960px;
	height: 660px;
	background-image: url(Hintergruende/hamster_aussen.png);
	background-repeat: no-repeat;
}

#logo_livebuster
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 243px;
	height: 30px;
}

#logo_videohamster
{
	position: absolute;
	top: 20px;
	right: 25px;
	width: 96px;
	height: 48px;
}

#hamster_innen_futterkiste
{
	position: absolute;
	top: 110px;
	left: 40px;
	width: 880px;
	height: 130px;
}

#hamster_innen_player
{
	position: absolute;
	top: 255px;
	left: 55px;
	width: 425px;
	height: 355px;
	background-image: url(Hintergruende/hamster_innen_player.png);
}

#hamster_innen_text
{
	position: absolute;
	top: 255px;
	left: 510px;
	width: 395px;
	height: 150px;
	text-align: center;
}

#hamster_innen_aktion
{
	position: absolute;
	top: 420px;
	left: 510px;
	width: 395px;
	height: 190px;
}

#fuss
{
	position: relative;
	margin-top: 5px;
	height: 20px;
	color: #656575;
	font-size: 80%;
}

#copyright
{
	position: absolute;
	left: 10px;
	width: 200px;
	text-align: left;
}

#navigation
{
	position: absolute;
	left: 220px;
	width: 520px;
	text-align: center;
}

#sprachen
{
	position: absolute;
	left: 750px;
	width: 200px;
	text-align: right;
}