body {margin:0;}


body,td,th {
	color: #FFFFFF;
	background-color: #990000;
}

@font-face {
  font-family: stenberg1;
  src: url("stenberg.woff"); /* IE */
 
}

@font-face {
  font-family: berliner;
  src: url("berliner.woff"); /* IE */
 
}





a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}


body {
	background-color: #000000;
}


ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000000;
}

ul.topnav li {
	float: left;
}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:760px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}


@media screen and (max-width:760px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}









.text_normal {
	font-family: berliner, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}

.text_header1 {
	font-family: berliner, Verdana, Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
}
.text_credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  16pt;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 22pt;
}
.text_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
}



h2 {
	font-family: stenberg1;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding: 0px;
	margin: 5px;
}



img {
    max-width: 100%;
    height: auto;
}


#container {
	max-width: 960px;
	margin: 20px auto;
	text-align: center;
}

#content1 {
    float:left;
    max-width:460px;
	padding: 10px;
}

#content2 {
    float:left;
    max-width:460px;
	padding: 10px;
}

#footer {
    clear:both;
		padding: 10px;
		background-color:#770000


	
}




}
