html, body {
	height:101%;
	margin:0px;
    padding:0px; 
    background-color:#666666;
	color: #DDDDDD;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bundgrafik/big_bg2.gif);
	background-repeat: repeat;
}

p {
	line-height: 1.65em;
	margin: 0px 0px 16px 0px;
	font-size: 1em;
	word-spacing: 0.15em;
	color: #CCCCCC;
}

.overskrift {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	/* padding-bottom: 5px; */
}

/*
h3 {
   font-size: 21px;
}

h4 {
	font-size:16px;
	color: #342D10;
	margin: 0px 0px 16px 0px;
} */


/* +++++++++++++++++++++ SHADOW CONTAINER +++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.dshadowbox {
	/* this is a table style */
	/* background-color: #999999; */
	width: 984px;
	margin: 0px auto; /* puts table in center of screen */
}

.dshadowleft {
	width: 10px;
	margin: 0px;
	background-image:url(../images/bundgrafik/shadow_left2.gif);
	background-repeat: repeat-y;
	padding:0px;
	margin:0px;
}

.dshadowright {
	width: 10px;
	margin: 0px;
	background-image:url(../images/bundgrafik/shadow_right2.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin:0px;
}

/* ++++++++++++++++++++++ TOTAL CONTENT +++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.dtotalcontent {
    position:relative;
    background-color:#000000;
    top:0px;
    width:964px;
	margin:0px;
	padding:0px;
} 

.dtopbartop { 
    position:relative;
    top:0px;
    height:32px;         
    width:964px;
    
}

.dtopbarleft { 
    position:relative;
    top:0px;
    left:0px;
    /* height:30px; */
    width:200px;
    text-align:left;
    float:left;    
}

.dtopbarcenter { 
    position:relative;
    top:0px;
    left:0px;
    height:30px;
    width:526px;
    float:left;    
}

.dtopbarright { 
    position:relative;
    top:0px;
    height:30px;         
    width:238px;
    text-align:left;
    float:left; 
}

.dtopbarrightcontent {
    float:right;
    margin-right:10px;
}

.dloginuser {
	display: block;
	float: right;
	background-color: #EEEEEE;
	padding: 1px 5px 2px 5px;
}

/* 
.txttopbartext {
    color:#FFFFFF;
} */

/* +++++++++++++++++++++++ dTOPBARMENU ++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.dtopbarmenu {
	height:23px;
    width:964px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding:0px;
	margin:0px;
}

.dtopbarmenuleft {
    width:238px;
    height:23px; 	
	float:left;
	color: #FFFFFF;
	padding:0px;
	margin: 0px;
} 

.dtopbarmenucenter {
    
    position:relative;
	left: 0px;
	top: 0px;
    width:726px;
    height: 23px;
    float: left;
	padding:0px;
	margin:0px;
    
}

.dtopbarmenuright {
	position:relative;
	left:0px;
	top:0px;
    width:0px;
    height:36px; 
    float:left;
	color: #FFFFFF;
	text-align: right;
}

.dtopbarmenucontent {
    
    position:relative;
	left:0px;
	top:0px;
	width:726px;
    height: 23px;
    float:left;
	color: #FFFFFF;
    
}

/* +++++++++++++++++++ TOPEMNU BUTTON tags ++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.topnav, .topnav ul {
    padding: 0;     
    margin: 0; 
    left:0px;     
    list-style: none; 
} 

.topnav li {
    
    float: left;     
    height:20px;
    vertical-align:middle;
      
}

.subnav_hidden { 
    display:none;
}

.subnav li {
    
    height:20px;
    display:block;
}


.lnkmenu {
	
	float: left;
	width: 176.5px;
	height: 20px;
	color: #EEEEEE;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 0px 0px 4px;
	margin:0px;
	text-decoration: none;
	word-spacing: 0.05em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	border-left: 1px solid #999999;
}


.lnkmenu a {
    
    color: #EEEEEE;
    line-height: 1.2em;
}

.lnkmenu_active {
	
	float: left;
	width: 176.5px;
	height: 20px;
	color: #EEEEEE;
	background-color: #2B87D5;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 0px 0px 4px;
	margin:0px;
	text-decoration: none;
	word-spacing: 0.05em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	border-left: 1px solid #999999;
}

.lnkmenu:hover {
    
    background-color: #2B87D5;
	color: #FFFFFF;
	line-height: 1.2em;
	text-decoration: none;
}

.lnkmenu_active:hover {
    
    background-color: #2B87D5;
	color: #FFFFFF;
	text-decoration: none;
}



.topmenu_btn a, .topmenu_btn a:visited, .topmenu_btn a:active, .topmenu_btn a:link {
	float: left;
	width: 237px;
	height: 20px;
	color: #EEEEEE;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 0px 0px 4px;
	margin:0px;
	text-decoration: none;
	word-spacing: 0.05em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	border-left: 1px solid #999999;
}
	
.topmenu_btn a:hover {
	
	background-color: #2B87D5;
	color: #FFFFFF;
	text-decoration: none;
}

.topmenu_btn .chosen a, .topmenu_btn .chosen a:visited, .topmenu_btn .chosen a:active, .topmenu_btn .chosen a:link {
	float: left;
	width: 237px;
	height: 20px;
	color: #EEEEEE;
	background-color: #2B87D5;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 0px 0px 4px;
	margin:0px;
	text-decoration: none;
	word-spacing: 0.05em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	border-left: 1px solid #999999;
}

.topmenu_btn .chosen a:hover {
	background-color: #2B87D5;
	color: #FFFFFF;
	text-decoration: none;
}


/* +++++++++++++++++++++++ dSUBBARMENU ++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.dsubbarmenu { 
    position:relative;
    width:964px;
    vertical-align:bottom;
}

.dsubbarmenuleft {
	position:relative;
	top:0px;
    width:600px;
    height:30px; 	
	float:left;
	color: #FFFFFF;
} 

.dsubbarmenucenter {
    position:relative;
	left: 0px;
	top: 0px;
    width: 64px;
	color: #FFFFFF;
    height: 30px;
    float: left;
}

.dsubbarmenuright {
	position:relative;
	left:0px;
	top:0px;
    width:300px;
    height:36px; 
    float:left;
	color: #FFFFFF;
	text-align: right;
} 

.dsubbarmenucontent {
    position:relative;
	left:0px;
	top:0px;
	width: 0px;
    height:36px;
    float:left;
	color: #FFFFFF;
}


/* +++++++++++++++++++ SUBMENU BUTTON tags ++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.submenu_btn a, .submenu_btn a:visited, .submenu_btn a:active, .submenu_btn a:link {
	display: block;
	float: left;
	width: 110px;
	height: 32px;
	color: #FFFFFF;
	background-color: #342D10;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 0px 7px;
	text-decoration: none;
	letter-spacing: 0px;
	border-right: 1px solid #CCCCCC;
}

.submenu_btn a:hover {
	background-color: #990033;
	color: #ffffff;
	text-decoration: none;
}

/* +++++++++++++++++++ LEFTMENU BUTTON tags ++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* type 2  +++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.dleftmenu2 a:link, .dleftmenu2 a:visited, .dleftmenu2 a:active {
	width: 214px;
	float: left;
	border-bottom: 1px solid #999999;
	padding: 3px 0px 3px 24px;
	background-color: none;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	color: #EEEEEE;
	word-spacing: 0.05em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}

.dleftmenu2 a:hover {
	background-color: #2B87D5;
	color:#FFFFFF;
}

.dleftmenu2 .chosen a, .dleftmenu2 .chosen a:visited, .dleftmenu2 .chosen a:active {
	width: 214px;
	float: left;
	border-bottom: 1px solid #999999;
	padding: 3px 0px 3px 24px;
	background-color: #2B87D5;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	color: #EEEEEE;
	word-spacing: 0.05em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}

.dleftmenu2 .chosen a:hover {
	background-color: #2B87D5;
	color:#FFFFFF;
}


/* ++++++++++++++++++++ OTHER CONTENT TAGS ++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 
.vzarrow {
  color: #333333;
}

.vzarrowtoplink {
  color: #333333;
} */

.dcontent {
    position:relative;
    top:0px;
    width: 100%;
} 

.tblcontent {
   /*border:solid 1px red;*/
   width:964px;
   /* height:540px; /* height of content below menus */
   height: 600px;
} 

.tdcolleft {
	width:237px;
	vertical-align: top;
	padding:0px;
	margin: 0px;
	border-right: 1px solid #999999;
}

.tdcolcontent {
	width:726px;
	padding:0px;
	background-image:url(../images/bundgrafik/oliver_bg2.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

.dcolcontent {
	
	width:726px;
	padding:0px;
	background-image:url(../images/bundgrafik/oliver_bg2.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

/* TEXTBOX ++++++++++++++++++++++++++++++++++++++++++ */

.dtextbox {
	/* float: left; */
	clear: left; /* clears left float */
	width: 626px;
	padding:0px;
	margin: 35px auto;
}

.dtextbox .spacer {
	float: left;
	width: 626px;
	height: 35px;
	background-image:url(../images/bundgrafik/SPACER_626px.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	/* border-bottom: 1px solid #FF0000; */
}

.dtextbox .leftcol {
	width: 300px;
	/* display: block; */
	float: left;
	padding:0px;
	margin: 0px 26px 0px 0px;
	/* border-bottom: 1px solid #FF0000; */
}

.dtextbox .rightcol {
	width: 300px;
	/* display: block; */
	float: left;
	padding:0px;
	margin: 0px;
	/* border-bottom: 1px solid #FF0000; */
}

.dinfotext .spacer {


}

.dinfotext1 {
    
    float:left;	
	width: 626px;
	padding:0px 35px 0px 35px;
	margin: 35px auto;
}


.tdvzinfotextheadline h2 {

    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}

.tdvzinfotexttext 
{  
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.tdvzinfotexttext p 
{  
    line-height: 1.65em;
	margin: 0px 0px 16px 0px;
	font-size: 1em;
	word-spacing: 0.15em;
	color: #CCCCCC;
}

.tdvzinfotexttext p a 
{  
    line-height: 1.65em;
	margin: 0px 0px 16px 0px;
	font-size: 1em;
	word-spacing: 0.15em;
	color: #CCCCCC;
    text-decoration: none;	
}

.tdvzinfotexttext a 
{  
    line-height: 1.65em;
	margin: 0px 0px 16px 0px;
	font-size: 1em;
	word-spacing: 0.15em;
	color: #CCCCCC;
	text-decoration: none;
}


/* FRONTPAGE graphics +++++++++++++++++++++++++++++++ */

.dFrontPage {
	float: left;
	width: 394px;
	margin: 75px 0px 0px 158px;
}

.dFrontPage .bowl {
	width: 394px;
	margin-bottom: 38px;
}

.dFrontPage .txt {
	width: 394px;
}

.dbottombar {
    width:984px;
    height:30px;
	background-image:url(../images/bundgrafik/shadow_bottom3.gif);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}

/* BOTTOMBAR +++++++++++++++++++++++++++++++ */

.dbottombar .txt {
	float: right;
	margin-right:20px;
	height:10px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;	
}


