* html,body {
margin:0px;
padding:0px;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#container {
background-color:#fff;
padding: 0 5% 0 5%;
}

a {
text-decoration:underline;
color:#333333;
}
a:visited {
text-decoration:underline;
color:#333333;
}
a:hover {
text-decoration:none;
color:#BF110B;
}

#logo {
	width: 100%;
	height: 160px;
	background: #fff top left;
	background-image: url(../files/headlogo.png);
	background-repeat: no-repeat;
}

#main, #realcontent, #phorumcontent {
  clear: both;
}

#sidebar, #footer {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

#navcontainer {
  padding-top: 140px;
}
#navcontainer ul {
list-style-type:none;
margin-top:12px;
margin-left: 0;
padding-left: 0;
}
#navcontainer li {
float:left;
line-height:.6em;
padding-left:4px;
padding-right:4px;
padding-bottom:2px;
border-right:1px solid #BF110B;
}
#navcontainer li a, #navcontainer li {
font-size:10px;
text-decoration:none;
color:#BF110B;
font-weight:bold;
}
#navcontainer li a:visited {
text-decoration:none;
color:#BF110B;
}
#navcontainer li a:hover {
text-decoration:none;
color:#333333;
}
#navcontainer li a#active {
color:#333333;
}

#tekstcontainer {
	padding-top:30px;
  line-height:1.6em;
  text-align:justify;
}
h1 {
font-size:18px;
font-weight:bold;
color:#BF110B;
}
h2 {
font-size:12px;
font-weight:bold;
color:#BF110B;
margin: 10px 0 5px 0;
}
div.whitebackground {
border:1px solid #BF110B;
padding: 15px 15px 15px 15px;
font-style:italic;
font-size:.9em;
margin-bottom: 10px;
}

#phorum {
border:1px solid #BF110B;
padding: 8px 8px 8px 8px;
margin: 10px 10px 10px 10px;
}

table#contact p {
text-align:left;
margin-right:20px;
margin-top:0px;
margin-bottom:0px;
font-size:12px;
line-height:1.6em;
}
table#contact h2 {
margin-bottom:7px;
}

#indexcontainer a img {
	border: 0;
}

#flags {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

#flags p {
  font-weight: bold;
}

#flags a img {
    border: 2px solid #ddd;
    margin-right: 4px;
}
#flags a:hover img {
    border: 2px solid #fff;
}

#teaser {
    font-size: 0.95em;
    padding: 10px 10px 10px;
    margin: 10px 30px 10px 30px;
    border:1px solid #BF110B;
}

#teaser h1 {
    font-size: 1.05em;
}

/* simplified forum */

#systemmessage {
	background-color: #FFFFBB;
	color: #BF110B;
	border: 1px solid #BF110B;
	padding: 8px 8px 8px 8px;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 10px;
}


#login {
background-color:#FFFFFF;
border:1px solid #BF110B;
padding: 8px 8px 8px 8px;
font-size:.9em;
margin-bottom: 10px;
}

#login fieldset {
  border: 0;
  margin: 0;
  padding: 3px 0 7px 0;
}

#login label {
  font-weight: normal;
  padding-left: 0;
}

#login div.formlabel {
  clear: both;
  width: 150px;
  float: left;
}

#login input {
  width: 250px;
  float: left;
}

#login input.submit {
  background: #BF110B;
  border: 0;
  padding: 4px 0 4px 4px;
  color: #fff;
  font-weight: bold;
  clear: both;
  width: 254px;
  margin-left: 150px;
  text-align: center;
}

#commentbox  {
  margin-bottom: 20px;
}

#commentbox textarea {
  width: 100%;
  border:1px solid #BF110B;
}

#commentbox input.submit {
  background: #BF110B;
  border: 0;
  padding: 4px 0 4px 4px;
  color: #fff;
  font-weight: bold;
  clear: both;
  width: 250px;
  text-align: center;
  float: right;
}

#comments {
  margin-left: 0;
  padding-left: 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin-top: 10px;
}

#comments li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	list-style: none;
}

#subnav {
  float: right;
  width: 160px;
  /* height: 160px; */
  background: #eee;
  border: 0;
  padding: 10px 5px 5px 5px;
  border: 1px solid #fff;
  margin: 45px 0 30px 30px;
}

#subnav h2 {
  margin-left: 0px;
  padding-left: 7px;
}

#subnav ul {
  margin-left: 10px;
  padding-left: 10px;
  list-style: square;
  font-size: 0.95em;
  margin-top: 20px;
}

#subnav ul li {
  margin-bottom: 0.4em;
}

#subnav ul li a {
  text-decoration: none;
}

.sidebarteaser {
  float: right;
  width: 180px;
  /* height: 160px; */
  background: #fff;
  border: 0;
  padding: 10px 15px 10px 15px;
  border: 1px solid #BF110B;
  margin: 45px 0 30px 30px;
}

