@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	background: url(../images/bg.png) white center repeat-y fixed;
	background-color: #080504;
	overflow: hidden;
}

/*#allbgcolor {
	background-color: red;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/

#frame {
	background: url(../images/frame.jpg) no-repeat;
	height: 540px;
	width: 702px;
	position: fixed;
	top: 50%;
	margin-top: -270px;
  	left: 50%;
  	margin-left: -351px;
	overflow: hidden;
}

#content {
	height: 383px;
	width: 634px;
	position: fixed;
	margin-top: 33px;
	margin-left: 35px;
}

#navigation {
	height: 90px;
	width: 634px;
	position: fixed;
	margin-top: 415px;
	margin-left: 35px;
}

#fahne {
	background: url(../images/fahne.png) no-repeat;
	height: 82px;
	width: 97px;
	position: fixed;
	margin-top: 80px;
	margin-left: 702px;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
