/* Brotschrift */

@font-face {
	font-family: 'SansationBold';
	src: url('../fonts/sansation_bold-webfont.eot');
	src: local('☺'), url('../fonts/sansation_bold-webfont.woff') format('woff'), url('../fonts/sansation_bold-webfont.ttf') format('truetype'), url('../fonts/sansation_bold-webfont.svg#webfontFI3HzOOc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SansationLight';
	src: url('../fonts/sansation_light-webfont.eot');
	src: local('☺'), url('../fonts/sansation_light-webfont.woff') format('woff'), url('../fonts/sansation_light-webfont.ttf') format('truetype'), url('../fonts/sansation_light-webfont.svg#webfontQXxNOkKx') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SansationRegular';
	src: url('../fonts/sansation_regular-webfont.eot');
	src: local('☺'), url('../fonts/sansation_regular-webfont.woff') format('woff'), url('../fonts/sansation_regular-webfont.ttf') format('truetype'), url('../fonts/sansation_regular-webfont.svg#webfontp3YrNlHT') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Seitenaufteilung */

body {
  background: #FFFFFF;
  margin: 100px 40px 10px 70px;
}

#kopfbalken {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 600px;
	height: 111px;
	/*background: #000000;*/
	background: url("../images/logo-en.png") no-repeat;
	padding: 0;
	margin: 0;
	border-width: 0;
}

#stats {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 85%;
	height: 111px;
	background: none;
	padding:0;
	margin: 0;
	border-width: 0;
}


#menu {
	position: absolute; 
	top: 140px; 
	left: 50px; 
	width: 85%;
	height: 70px;
	margin: 0; 
	padding: 0;
}

#mainL {
	position: absolute;
	top: 215px;
	left: 50px;
	width: 38%;
	margin: 0;
	padding: 0;
}

#mainR {
	position: absolute;
	top: 215px;
	left: 47%;
	width: 38%;
	margin: 0;
	padding: 0;
}

#main {
	        position: absolute;
		top: 215px;
		left: 50px;
		width: 85%;
		margin: 0;
		padding: 0;
}


hr {
	height: 2px;
	width: 100%;
	border: 1px solid #000000;
	color: #000000;
	background-color: #000000;
}
/* Bilder */

img {
	border: 0 none;
}

img.dve {
	background-color: #f6a800; 
}

/* Mengentext */

p {
  color: #000000;
  font: 13pt SansationRegular;
  text-indent: 1em;
}

p.first {
  text-indent: 0;
}

p.footnote {
	font: 10pt SansationLight;
}

/* Ueberschriften */

h1 {
  color: #000000;
  font: 16pt SansationBold;
}

h2 {
  color: #000000;
  font: 16pt SansationRegular;
}

h3 {
  color: #000000;
  font: 13pt SansationBold;
}
/* Listen */

ul {
  list-style-image: url("../images/quadrat8.png");
}

li {
  color: #000000;
  font: 13pt SansationRegular;
}

dt {
  color: #000000;
  font: 13pt SansationBold;
}

dd {
  color: #000000;
  font: 13pt SansationRegular;
}

/* Tabellen */

table { margin: 5px; border-collapse: collapse; }
td, th { padding: .1em .6em .1em .6em; color: #000000; font: 13pt SansationRegular; }
th { font: 13pt SansationBold; }
thead { border-top: 2px solid #000000;
        border-bottom: 2px solid #000000; }
tbody { border-bottom: 2px solid #000000;  }

table.invisible { margin: 0; border-collapse: collapse; }
tbody.invisible { border-bottom: none; }

/* Besondere Textauszeichnungen */

span.copyright {
	color: #000000;
  	font: 11pt SansationLight;
}

b {
  font-family: SansationBold;
  font-weight: Normal;
}

/* Links */

a {
  color: #990000;
  font-family: SansationBold;
  text-decoration: none;
}

a:visited {
  color: #660000;
}

a:hover {
  color: #CC0000;
}

a:active {
  color: #CC0000;
}

