html, body, div, img { margin: 0; padding: 0; border: none; }

body {
	/*font: bold 120% "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: bold 120% "Courier New", Courier, monospace;
	text-align: center;
	color: #2e1f06; /* #f6bf6e; #d69f4d; #e28904; #402c0b; #2e1f06; */
	background: #000;
}

html, body, #bg, #bg table, #bg td {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

/*
html, body, textarea {
	scrollbar-shadow-color: #333;
	scrollbar-face-color: #999;
	scrollbar-base-color: #333;
	scrollbar-highlight-color: #333;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #000;
}
*/

a, a:visited, a:hover, a:active, a:focus, 
area, area:visited, area:hover, area:active, area:focus { 
	outline: none; 
	-moz-outline-style: none; 
	text-decoration: none; 
	border: 0; 
}

/* BACKGROUND IMG -- */
#bg div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	min-width: 1000px;
	z-index: 0;
}

#bg td {
    text-align: center;
    vertical-align: middle;
}

#bg img {
    margin: 0 auto;
	width: 100%;
}

/* -- CONTAINER -- */
#page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
}

.text .video {
	background: url(../images/spin.gif) no-repeat center center;
}

/* -- TOP -- */
#top {
	background: url(../images/trans10.png);
	height: 40px;
	margin-bottom: 20px; 
}

#en #header { height: 1px; background: url(../images/top.png) no-repeat 20px top; }
#de #header {  height: 1px; background: url(../images/top-de.png) no-repeat 20px top; }

#follow a {  
	height: 40px; 
	float: left; 
	position: relative;
	top: -10px;
}

#en #follow a { left: 118px; background: url(../images/top.png) no-repeat; }
#de #follow a { left: 136px; background: url(../images/top-de.png) no-repeat; }

#en #header .fbook { width: 98px; background-position: -118px top; }
#en #header .utube { width: 90px; background-position: -216px top; }
#en #header .signup { width: 110px; background-position: -306px top; }

#en #header .fbook:hover { background-position: -118px bottom; }
#en #header .utube:hover { background-position: -216px bottom; }
#en #header .signup:hover { background-position: -306px bottom; }

#de #header .fbook { width: 90px; background-position: -136px top; }
#de #header .utube { width: 88px; background-position: -226px top; }
#de #header .signup { width: 120px; background-position: -314px top; }

#de #header .fbook:hover { background-position: -136px bottom; }
#de #header .utube:hover { background-position: -226px bottom; }
#de #header .signup:hover { background-position: -314px bottom; }

#lan { position: relative; float: right; }
#lan a { float: left; height: 21px; background: url(../images/lan.png) no-repeat; }
#en #lan a { background-position: left top; }
#en #lan a:hover { background-position: left -21px; }
#de #lan a { background-position: left -42px; }
#de #lan a:hover { background-position: left -63px; }
#lan span { float: left; color: #ccc !important; font-size: 14px; font-weight: normal; padding: 2px 8px 0px 0px; }

/* -- WRAPPER -- */
#wrapper, #header { 
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px 20px 20px; 
}

#logo {
	background: url(../images/logo.png) no-repeat 0 0;
	height: 85px;
	margin-bottom: 30px;
}

/* -- NAVIGATION -- */
#nav { height: 46px; margin-bottom: 10px; }
#nav a, #nav a:hover { margin: 0; padding: 0; height: 46px; float: left; }

#en #nav a { background: url(../images/nav.png) no-repeat; }
#de #nav a { background: url(../images/nav-de.png) no-repeat; }

#en #nav #home { width: 98px; background-position: 0 top; }
#en #nav #videos { width: 133px; background-position: -98px top; }
#en #nav #songwriter { width: 179px; background-position: -232px top; }
#en #nav #duo { width: 94px; background-position: -411px top; }
#en #nav #pics { width: 113px; background-position: -505px top; }
#en #nav #dates { width: 138px; background-position: -618px top; }
#en #nav #contact { width: 142px; background-position: -757px top; }

#en #nav #home:hover, #en #nav #home.activ { background-position: 0 bottom; }
#en #nav #videos:hover, #en #nav #videos.activ { background-position: -98px bottom; }
#en #nav #songwriter:hover, #en #nav #songwriter.activ { background-position: -232px bottom; }
#en #nav #duo:hover, #en #nav #duo.activ { background-position: -411px bottom; }
#en #nav #pics:hover, #en #nav #pics.activ { background-position: -505px bottom; }
#en #nav #dates:hover, #en #nav #dates.activ { background-position: -618px bottom; }
#en #nav #contact:hover, #en #nav #contact.activ { background-position: -757px bottom; }

#de #nav #home { width: 98px; background-position: 0 top; }
#de #nav #videos { width: 133px; background-position: -98px top; }
#de #nav #songwriter { width: 179px; background-position: -232px top; }
#de #nav #duo { width: 94px; background-position: -411px top; }
#de #nav #pics { width: 113px; background-position: -505px top; }
#de #nav #dates { width: 138px; background-position: -618px top; }
#de #nav #contact { width: 142px; background-position: -757px top; }

#de #nav #home:hover, #de #nav #home.activ { background-position: 0 bottom; }
#de #nav #videos:hover, #de #nav #videos.activ { background-position: -98px bottom; }
#de #nav #songwriter:hover, #de #nav #songwriter.activ { background-position: -232px bottom; }
#de #nav #duo:hover, #de #nav #duo.activ { background-position: -411px bottom; }
#de #nav #pics:hover, #de #nav #pics.activ { background-position: -505px bottom; }
#de #nav #dates:hover, #de #nav #dates.activ { background-position: -618px bottom; }
#de #nav #contact:hover, #de #nav #contact.activ { background-position: -757px bottom; }

/* -- TEXT -- */
.cornerTop {
	background: url(../images/txt-rahmen.png) 0 top;
	height: 10px;
}
.cornerBottom {
	background: url(../images/txt-rahmen.png) 0 bottom;
	height: 10px;
}

.text {
	background: url(../images/trans40.png);
	padding: 15px;
	text-align: justify;
}

.text a { color: #f6bf6e; border-bottom: 1px dotted #f6bf6e;  }
.text a:hover { color: #fff; border-bottom: 1px dotted #fff; }
.text .highslide, .text .highslide:hover { border: none;  }

ul.kritiken {
	font-size: 18px;
	font-weight: normal;
	margin-left: 0;
	padding-left: 30px;
	font-style: italic;
}

ul.kritiken li { padding: 10px 20px 10px 0px; }

/* -- NEWS -- */
.home { text-align: left !important;  }

.home ul {
	font-weight: bold;
	list-style: url(../images/li-bullet.png);
	line-height: 1.4em;
	margin-left: 0px;
	padding-left: 30px;
	/*padding-right: 10px;*/
}

a.icon { border: none !important; }

#icons { padding-left: 50px; }

/* -- FOOTER -- */ 
#footer {
	height: 46px;
	background: url(../images/footer.png) no-repeat 0 0;
	margin-top: 10px;
}

/* -- PLAYER -- */
#player { 
	width: 411px;
	border: 3px solid #c8c8c8; /* #f6bf6e; #d69f4d; #975f0d; */ 
	background: #eaeaea; 
}

/* -- HEADERS -- */
h1 {
	color: #fff;
	margin-top: 0;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
}

h3 {
	padding-left: 6px;
	background: url(../images/trans26.png);
	color: #f6bf6e;
	text-transform: uppercase;
}
.text h3 a { color: #333; border: none; }
.text h3 a:hover { color: #000; border: none; text-decoration: underline; }

/* -- DIVERSE -- */
 .roundedCorner { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.border { border: 2px solid #999; }

.farbig { color: #d69f4d; }
.white { color: #fff; }
.grey { color: #ccc; }
.underlined { color: #ccc; border-bottom: 1px dashed #ccc; }

/* -- Floats & Clear -- */
.center { text-align: center; }

.fltright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.clearer {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

.small { font-size: 16px; font-weight: normal; }

*+html .ie7hack { height: 1px; padding-bottom: 15px; } /* Für IE7 */

/*------------------------------------------------------------------------------------------------------------------*/
/*                                             HIGHSLIDE                                                            */
/*------------------------------------------------------------------------------------------------------------------*/
.text .highslide img { cursor: url(../scripts/highslide/graphics/zoomin.cur), pointer !important; border: 1px solid #999; }
.highslide img:hover { border-color: #fff; }
.dark .highslide-image { border: 1px solid white; }

.highslide-html {
	border: 3px solid #805f24;
	text-align: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.highslide-html-content { width: 415px; padding: 0 5px 5px 5px; color: #412f10; }
.highslide-heading { color: #805f24; padding: 2px 0px 0px 2px; }

*+html .highslide-heading { left: 0px; } /* Für IE7 */