/***********************************************/
/* 2col_leftNav.css                            */
/* bechsforlag.dk                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 10px;
	padding: 0px;
	text-align: center;
	font-family: 85% Arial, sans-serif;
	background-color: #CDCDCD;
    color: #333333;
}

a:link, a:visited, a:hover {
	color: #800000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #800000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	font-size: 114%;
	color: #800000;
	padding: 6px 0px 0px;
}

h3{
 font-size: 100%;
 color: #800000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #800000;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	text-align: left;
	margin: 0 auto;
	width: 765px;
	background-color: #FFFFFF;
	background-image: url(images/header-base.gif);
	background-repeat: repeat-y;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FFFFFF;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
}

#content{
	float:right;
	width: 74%;
	margin: 0;
	padding: 0 4% 0 0;
	background-color: #FFFFFF;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family: "Monotype Corsiva";
	font-size: 36px;
	color: #800000;
	font-weight: bold;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: 6px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 0px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 8px;
	white-space: nowrap;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}

/************** .intro styles *****************/

.intro{
	clear: both;
	padding: 10px 0px;
	font-size: 80%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CDCDCD;
}

/************** .introBillede styles ***************/

.introBillede{
	padding: 10px 10px 10px 0px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCDCD;
}

.introBillede img{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 5px 0;
}

/************** .tekst styles *****************/

.tekst{
	clear: both;
	padding: 10px 0px;
	font-size: 80%;
}

/************** .billedTekst styles ***************/

.billedTekst{
	padding: 10px 10px 30px;
	font-size: 80%;
}

.billedTekst img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px dotted #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px dotted #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px dotted #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px dotted #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 8px;
	margin-top: -1px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-image: url(images/footer-base.gif);
	background-repeat: repeat-y;
}

