@import "links.css";
@import "content.css";
@import "box.css";
@import "menu.css";

body 
{
  background-color: #080500;
  background-image: url('bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  
  font-family: verdana;
  font-size: 10px;
  color: #ffffcc;
}

#centercontainer 
{
	position:absolute;
	top: 25px;
	width: 898px;
	margin-left:50%;
	left:-449px;
}

#contentcontainer
{
}

#content 
{
  width: 632px;
  /*height: 287px;*/
  overflow-y: auto;
  overflow-x: hidden;
  background-color: transparent;
  color: #ffffcc;
  margin: 0px;
  padding: 16px;
  padding-top: 25px;
  scrollbar-face-color: transparent;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-3dlight-color: transparent;
  scrollbar-darkshadow-Color: transparent;
  min-height: 287px;
}

#content_txt {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffcc;
}

#contentarea
{
  float: left;
  width: 664px;
  /*height: 228px;*/
  border: 3px solid #ffffcc;
  margin: 1px;
  margin-left: 0px;
  color: #ffffcc;
}

#submenulow
{
  float: left;
  width: 225px;
}


#intern
{
	position:absolute;
	top: 2px;
	left: 2px;
	color black;
}

#facebook {
	position:absolute;
	bottom: 2px;
	left: 2px;
}

.debat_headline {
	font-weight: bold;
	background-color: black;
	color: white;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}
.debatitem {
	padding-left: 5px;
	padding-right: 15px;
}

.debattitel {
	/*font-size: 12px;*/
	font-weight: bold;
}
.debat_indlaeg {
	border-bottom: 1px solid white;
	padding-bottom: 20px;
}
.debat_subheadline {
	font-size: 16px;
	font-weight: bold;
}
.debat_atached_file a, .debat_atached_file a:visited {
	border: 1px solid black;
	color: yellow;
	background-color: black;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: bold;
	font-size: 14px;
}
