/* CSS Document */

/* Allgemeine Angaben */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #e0b559;
}

img {
	border: 0;
}

hr {
	border: 0;
	background-image: url(../_images/hr.jpg);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
}

h1, h2 {
	font-size: 1.5em;
	padding: 0 0 1em 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

p, table {
	padding: 0 1.2em 1em;
	line-height: 1.5em;
}

/* Seitenhintergrund */
html {
	background: url(../_images/background.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}

/* ENDE Allgemeine Angaben */


/* Hauptinhaltscontainer. 
   Zentrieren der Seite auf dem Bildschirm.
   Der erste Wert gibt den Abstand zum oberen Seitenrand an */
#center {
	margin: 0 auto 10px;
	width: 1300px;
	height: 100%;
	border: 1px solid #000;
	padding: 1em;
	-webkit-box-shadow: 4px 4px 5px #000;
    -moz-box-shadow: 4px 4px 5px #000;
    box-shadow: 4px 4px 5px #000;
}

#language {
position: fixed;
top: 0;
right: 0;
margin-top: 1em;
margin-right: 1em;
}

a img {
		opacity: 0.75;
}

a:hover img {
	opacity: 1;
}

#lineup {
	margin-top: -35px;
	margin-bottom: 20px;
}

#mainmenu {
	float: left;
	width: 880px;
	height: 100px;
}

#socialmenu {
	margin-top: 3px;
	float: right;
	height: 100px;
	width: 350px;
}

#content {
	width: 990px;
	float: left;
}

#rightsidebar {
	/*width: 280px;*/
	float: left;
	margin-top: 45px;
	margin-left: 10px;
}

#rightsidebaritem {
	margin-bottom: 15px;
}

#fblikebox {
	float: right;
}