body { 
	padding: 0;
	margin: 0;
	background-color: #d0d0d0;
	font: 11px Verdana, "Trebuchet MS", Arial , Helvetica;
	color: #333;
	background-image: url(http://www.vejlerne.dk/include/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position:bottom;
}

#container{
	margin:0 auto;
	width:100%;
	text-align: center;
}

/* header på mainside */

#headertop {
	position: relative;
	margin: 20px 20px 0px 20px;
	background-color: #eee;
	top: 0px;
	height: 230px;
	border-width: 1px 1px 0px 1px;
	border-color: #aaa;
	border-style: solid;
}
#logo {
  z-index: 20;
  position: absolute;
  color: #cfa552;
  background: #ffffff;
  background-image: url(http://www.vejlerne.dk/include/logo_traner.png);
  background-repeat: no-repeat;
  top: 41px;
  left:21px;
  height: 200px;
  width: 612px;
}
#logob {
  z-index: 10;
  position: absolute;
  color: #cfa552;
  background: #ffffff;
  background-image: url(http://www.vejlerne.dk/include/logo_bg.jpg);
  background-repeat: repeat-x;
  top: 41px;
  right: 21px;
  left: 21px;
  height: 200px;
}
#overg {
  z-index: 21;
  position: absolute;
  color: #cfa552;
  background: transparent;
  background-image: url(http://www.vejlerne.dk/include/overg.jpg);
  background-repeat: repeat-x;
  top: 230px;
  left: 21px;
  right: 21px;
  height: 55px;
  border-width: 0px;
  border-style: solid;
  border-color: #333;
}
#logoleft {
  z-index: 10;
  position: absolute;
  background-image: url(http://www.vejlerne.dk/include/logo_bg_left.jpg);
  background-repeat: repeat-x;
  top: 41px;
  left: 0px;
  width: 20px;
  height: 199px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
#logoright {
  z-index: 10;
  position: absolute;
  background-image: url(http://www.vejlerne.dk/include/logo_bg.jpg);
  background-repeat: repeat-x;
  top: 41px;
  right: 0px;
  width: 20px;
  height: 199px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
#dleft {
  z-index: 11;
  position: absolute;
  background: #d0d0d0;
  background-image: url(http://www.vejlerne.dk/include/overg_trans.jpg);
  background-repeat: repeat-x;
  top: 240px;
  left: 0px;
  width: 20px;
  height: 55px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
#dright {
  z-index: 11;
  position: absolute;
  background: #d0d0d0;
  background-image: url(http://www.vejlerne.dk/include/overg_trans.jpg);
  background-repeat: repeat-x;
  top: 240px;
  width: 20px;
  right: 0px;
  height: 55px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
#plain {
	position: relative;
	background-color: #eee;
	margin: 0px 20px 0px 20px;
	top: 0px;
	border-width: 0px 1px 1px 1px;
	border-color: #aaa;
	border-style: solid;
}
#header {
	position: relative;
	background-color: transparent;
	top: 0px;
	width: 100%;
	margin: 0 auto;
	border-width: 0px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
	z-index: 30;
}
#slide {
  z-index: 50;
  position: absolute;
  top: 70px;
  width: 145px;
  right: 45px;
  height: 145px;
  /*filter:alpha(opacity=90);
  opacity:0.9;*/
}
#tekst {
  z-index: 50;
  position: absolute;
  top: 155px;
  width: 350px;
  left: 420px;
  height: 27px;
  /*filter:alpha(opacity=90);
  opacity:0.9;*/
}
#tabnav_box {
margin:0px 10px 0px 20px;
padding: 12px 10px 0px 10px;
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:#aaa;
background-color:#eee;
text-align: center;
z-index: 40;
}
#borderl {
  z-index: 50;
  position: absolute;
  background: #ffffff;
  background-image: url(http://www.vejlerne.dk/include/borderline.jpg);
  background-repeat:  no-repeat;
  top: 270px;
  width: 1px;
  left: 40px;
  height: 200px;
}
#borderr {
  z-index: 50;
  position: absolute;
  background: #ffffff;
  background-image: url(http://www.vejlerne.dk/include/borderline.jpg);
  background-repeat:  no-repeat;
  top: 270px;
  width: 1px;
  right: 40px;
  height: 200px;
}
#tabnav
	{
	height: 20px;
	margin: 0px 20px 0px 20px;
	padding-left: 10px;
	background: url(http://www.vejlerne.dk/include/tab_bottom.gif) repeat-x bottom;
	z-index: 40;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
		letter-spacing: 1px;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: right;
		background-color: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 8px;
		border: 1px solid #aaa;
		text-decoration: none;
		color: #999;
	}

/*#tabnav a:link.inactive
	{
		color: #666;
		background: #fgfgfg;
	}*/

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #eee;
		background-color: transparent;
		color: #000;
	}

#tabnav a:hover
	{
		background-color: #fff;
		color: #666;
	}

/* mainside */

#main {
	position: relative;
	margin: 0 auto;
	width: 900px;
	border-width: 0px;
	border-color: #aaa;
	border-style: solid;
	z-index: 50;
}
.left {
	float: left;
	margin: 0px -1px 0px 0px ;
	width: 650px;
	text-align: left;
	background-color: #fff;
	border-width: 1px;
	border-color: #aaa;
	border-style: solid;
	padding: 10px 10px 10px 10px;
}
.right {
	float: left;
	text-align: left;
	margin: 0 auto;
	width: 190px;
	padding: 10px 10px 10px 10px;
	background-color: #aaa;
	border-width: 1px;
	border-color: #aaa;
	border-style: solid;
	color: #fff;
}
.toppost {
	clear: both;
	width: auto;
	background-color: transparent;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 1.7em;
}
.post {
	clear: both;
	width: auto;
	background-color: transparent;
	margin: 20px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 1.7em;
}
.toppostjust {
	clear: both;
	width: auto;
	background-color: transparent;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	line-height: 1.7em;
}
.postjust {
	clear: both;
	width: auto;
	background-color: transparent;
	margin: 20px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: justify;
	line-height: 1.7em;
}
#scroll {
	top: 12px;
	height: 114px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #eee;
	background-image: url(http://www.vejlerne.dk/include/scroll_bg.png);
	background-repeat: repeat-y;
	border-width: 1px 0px 1px 0px;
	border-color: #aaa;
	border-style: solid;
	z-index: 50;
}
#splytr {
	float: right;
	width: 40px;
	margin: 42px 0px 30px 0px;
	border-width: 0px;
	border-color: #fff;
	border-style: solid;	
}
#splyt {
	width: 820px;
	float: right;
	margin: 0 auto;
	border-width: 0px;
	border-color: #fff;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}
#splytl {
	float: right;
	width: 40px;
	margin: 42px 0px 30px 0px;
	border-width: 0px;
	border-color: #fff;
	border-style: solid;
	z-index: 60;
}
#s10 {
	top: 0px;
	height: 12px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 900px;
	border-width: 0px 0px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	z-index: 50;
}
.karussel {
	margin: 0 auto;
}
.karussel li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 3px;
}
.clear {
	 clear: both;
}
#area {
	width: 100%;
}

/* tekst */
.dato {
color: #406779;	
}
a:link, a:active, a:hover, a:visited {
font: 11px Verdana, "Trebuchet MS", Arial , Helvetica;
color:#9f9789;
text-decoration: underline;
}
a.tinya:link, a.tinya:active, a.tinya:hover, a.tinya:visited {
font: 9px Verdana, "Trebuchet MS", Arial , Helvetica;
color:#9f9789;
text-decoration: underline;
}
a.sbtinya:link, a.sbtinya:active, a.sbtinya:hover, a.sbtinya:visited {
font: 90% Verdana, "Trebuchet MS", Arial , Helvetica;
color:#fff;
text-decoration: underline;
}
a.ftagz:link, a.ftagz:active, a.ftagz:hover, a.ftagz:visited {
font: 10px Verdana, "Trebuchet MS", Arial , Helvetica;
color:#333;
text-decoration: underline;
}
a.footer:link, a.footer:active, a.footer:hover, a.footer:visited {
font: 9px Verdana, "Trebuchet MS", Arial , Helvetica;
color:#a97417;
text-decoration: underline;
}
.overs {
font: 10px Verdana, "Trebuchet MS", Arial , Helvetica;
text-transform: uppercase;
letter-spacing: 2px;
color: #406779;
font-weight: bold;
border-width: 0px 0px 1px 0px;
border-color: #cdcdcd;
border-style: solid;
}
.sidebarovers {
font: 10px Verdana, "Trebuchet MS", Arial , Helvetica;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
font-weight: bold;
border-width: 0px 0px 1px 0px;
border-color: #cdcdcd;
border-style: solid;
}
.sidebarkomment {
font: 12px georgia, Verdana, "Trebuchet MS", Arial , Helvetica;
font-style: italic;
letter-spacing: 1px;
color: #5a6063;
background: #f8f8f8;
/*background-image: url(http://www.vejlerne.dk/include/banner_komment.png);*/
background-repeat:  no-repeat;
width: 181px;
height: 14px;
font-weight: normal;
border-width: 1px 1px 1px 1px;
border-color: #888;
border-style: solid;
padding: 3px 3px 3px 7px;
}
.sidebarobs {
font: 12px georgia, Verdana, "Trebuchet MS", Arial , Helvetica;
font-style: italic;
letter-spacing: 1px;
color: #5a6063;
background: #f8f8f8;
/*background-image: url(http://www.vejlerne.dk/include/banner_obs.png);*/
background-repeat:  no-repeat;
width: 181px;
height: 14px;
font-weight: normal;
border-width: 1px 1px 1px 1px;
border-color: #888;
border-style: solid;
padding: 3px 3px 3px 7px;
}
.sidebarsoeg {
font: 12px georgia, Verdana, "Trebuchet MS", Arial , Helvetica;
font-style: italic;
letter-spacing: 1px;
color: #5a6063;
background: #f8f8f8;
/*background-image: url(http://www.vejlerne.dk/include/banner_soeg.png);*/
background-repeat:  no-repeat;
width: 181px;
height: 14px;
font-weight: normal;
border-width: 1px 1px 1px 1px;
border-color: #888;
border-style: solid;
padding: 3px 3px 3px 7px;
}
.sidebarsam {
font: 12px georgia, Verdana, "Trebuchet MS", Arial , Helvetica;
font-style: italic;
letter-spacing: 1px;
color: #5a6063;
background: #f8f8f8;
/*background-image: url(http://www.vejlerne.dk/include/banner_sammedato.png);*/
background-repeat:  no-repeat;
width: 181px;
height: 14px;
font-weight: normal;
border-width: 1px 1px 1px 1px;
border-color: #888;
border-style: solid;
padding: 3px 3px 3px 7px;
}
.sidebarmatrik {
font: 12px georgia, Verdana, "Trebuchet MS", Arial , Helvetica;
font-style: italic;
letter-spacing: 1px;
color: #5a6063;
background: #f8f8f8;
/*background-image: url(http://www.vejlerne.dk/include/banner_matrikel.png);*/
background-repeat:  no-repeat;
width: 181px;
height: 14px;
font-weight: normal;
border-width: 1px 1px 1px 1px;
border-color: #888;
border-style: solid;
padding: 3px 3px 3px 7px;
}
.tiny {
font: 9px Verdana, "Trebuchet MS", Arial , Helvetica;
color: #666;
font-weight: normal;
padding: 3px 3px 3px 0px;
border-width: 0px 0px 0px 0px;
border-color: #cdcdcd;
border-style: solid;
width: 100%;
}
.sbtiny {
font: 80% Verdana, "Trebuchet MS", Arial , Helvetica;
color: #333;
font-weight: normal;
padding: 3px 3px 3px 0px;
border-width: 0px 0px 0px 0px;
border-color: #cdcdcd;
border-style: solid;
}
div.tiny {
clear:both;
font: 9px Verdana, "Trebuchet MS", Arial , Helvetica;
color: #666;
font-weight: normal;
padding: 3px 3px 3px 0px;
border-width: 0px 0px 0px 0px;
border-color: #cdcdcd;
border-style: solid;
width: 100%;
}
.over {
font: 10px Verdana, "Trebuchet MS", Arial , Helvetica;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: normal;
}
.bull {
font: 11px Verdana, "Trebuchet MS", Arial , Helvetica;
color:#9f9789;
font-weight: bold;
}
.footerboks {
	font-size: 9px;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.footerboks a {
	font-size: 9px;
}
.dots {
	color:#9f9789;
	text-align: center;
}
td.kom {
	padding: 3px 5px 3px 5px;
	line-height: 1.7em;
}
p.line {
	line-height: 1.7em;	
}
.red {
	color:red;
}
.italik {
	font-style: italic;
}
div.margin {
	padding: 0px 5px 0px 5px;
}

/* footer */

#tagz {
	position: relative;
	clear: both;
	top: 20px;
	text-align: center;
	z-index: 80;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #000;
	border-width: 1px 0px 1px 0px;
	border-color: #aaa;
	border-style: solid;
	background-image: url(http://www.vejlerne.dk/include/overg_tagz.jpg);
	background-repeat: repeat-x;
	background-color: #e0dacc;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#footer {
	position: relative;
	clear: both;
	top: 20px;
	height: 10px;
	text-align: center;
	z-index: 80;
	padding: 7px 0px 2px 0px;
	margin: 0px 20px 0px 20px;
	font-size: 9px;
	border-width: 0px;
	border-color: #aaa;
	border-style: solid;
	/*filter:alpha(opacity=50);
	opacity:0.5;*/
}
td {
	font: 11px Verdana, "Trebuchet MS", Arial , Helvetica;
	color: #333;
}
td.movie {
	padding: 5px 5px 2px 5px;
	background: #ffffff;
	border-width: 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	text-align: center;
}

/* billeder */
img.gal {
	padding: 5px;
	background: #ffffff;
	border-width: 1px 1px;
	border-color: #cccccc;
	border-style: solid;
}
img.thumb {
	padding: 3px;
	background: #ffffff;
	border-width: 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	margin: 0px;
}
img.galsmall:hover {
	filter:alpha(opacity=90);
	opacity:0.9;	
}
img.page {
	float: right;
	padding: 5px;
	background: #ffffff;
	border-width: 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	margin: 0px;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}
.moviesmall {
	padding: 5px;
	background: #ffffff;
	border-width: 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	text-align: center;
}
.obj {
	padding: 2px;
	background: #ffffff;
	border-width: 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	margin: 0px;
	width: 640px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
img.sleft
{
	float: left;
	clear: left;
	padding: 3px;
	margin-left: 5px;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #828282;
}
img.sright
{
	float: right;
	clear: right;
	padding: 3px;
	margin-right: 5px;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #828282;
}
img.threes
{
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #828282;
}
