/* Anders B CSS */

html {
	overflow: -moz-scrollbars-vertical;
}
body, html {
	height:100%;
	width:100%;
}
body {
	margin: 0 auto; /* FireFox Center */
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:10px;
	background-color:#fff;
	color:#333;
	text-align:center; /* IE Center */
}

/*p {
	margin:0;
}*/
table {
	border: 0px;
}
td {
	font-size:10px;
	border:0px;
}
img {
	border: 0px;
}

h1 {font-size:12px;margin:0;}
h2 {font-size:12px;margin:0;}
h3 {font-size:11px;margin:0;}
h4 {font-size:11px;margin:0;}
h5 {font-size:10px;margin:0;}
h6 {font-size:10px;margin:0;}

a{
	text-decoration:underline;
	color:#9fb03e;
	/*color:#b8c8c5;*/
}
a:hover{
	text-decoration:underline;
	color:#888;
}
/* ----------------------- SITE STRUCTURES ID's ----------------------- */

#main_con{
	width:700px;
	text-align:left;
	padding-top:30px;
	margin:0px auto;
}
#main_left_con{
	float:left;
	text-align:left;
	width:440px;
}
#main_right_con{
	float:right;
	text-align:left;
	width:200px;
	margin-right:30px;
}
#above_footer{
	text-align:right;
	font-size:9px;
	color:#b8c8c5;
	margin:12px auto 15px auto;
	height: 0px;
	padding:10px 60px 0 0;
	border-top:0px solid #b8c8c5;
	width:700px;
	text-align:right;
}
a.afl{ /* Above footer links*/
	font-size:9px;
	color:#b8c8c5;
	text-transform:capitalize;
}
a.afl:hover{ /* Above footer links*/
	font-size:9px;
	color:#999;
}
#footer{
	margin:12px auto 15px auto;
}
#footer_inside{
	padding:5px;
}
#footer_print{
	display:none;
}
ul#sitemap li{
	list-style-type:circle;
	margin-top:5px;
	text-transform:capitalize;
	list-style-image:url(../img/sitemap_arrow.gif);
}

/* --------------------  CLASSES  --------------------------- */

.infobox{
	background-color:#b8c8c5;
	width:180px;
	padding:10px;
}
.infobox div.btn{
	color:#9fb03e;
	font-weight:bold;
	background-color:#333;
	margin:20px 0px 10px -10px;
	padding:10px;
	width:70px;
}
.infobox_implantater{
	background-color:#b8c8c5;
	background:url(../img/implantat.jpg) no-repeat top left;
	width:180px;
	padding:10px;
	height:136px;
}
.infobox_implantater div.btn{
	color:#9fb03e;
	font-weight:bold;
	background-color:#333;
	margin:80px 0px 10px -10px;
	padding:10px;
	width:70px;
}
.infobox_nyheder_pic{
	background:url(../img/nyheder_bg_ny.jpg) no-repeat top left;
	width:200px;
	height:50px;
}
.infobox_nyheder{
	background-color:#b8c8c5;
	width:180px;
	padding:0px 10px 5px 10px;
	border:0px solid #333;
	/*height:136px;*/
}
.infobox_nyheder div.btn{
	color:#9fb03e;
	font-weight:bold;
	background-color:#333;
	margin:10px 0px 10px -10px;
	padding:10px;
	width:70px;
}
.site_overskrift{
	/*color:#b8c8c5;*/
	color:#9fb03e;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size:24px;
}

.float_left{
	float:left;
}
.float_right{
	float:right;
}
.float_clear{
	clear:both;
}
/* ERROR colors */
.error_txt {
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
#ed {
	font-size:12px;
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
/* ---- ----- ---- ---- ---- */


.ff_hb { /* Form help button */
	border:1px #000 solid;
	background-color:#fff;
	color:#333;
	font-size:10px;
}
.ff_single {
	border:1px #000 solid;
	background-color:#fff;
	color:#333;
	font-size:10px;
	width:350px;
}
.ff_multi {
	border:1px #000 solid;
	background-color:#fff;
	color:#333;
	font-size:11px;
	width:350px;
	height:180px;
}
.ff_btn {
	border:1px #000 solid;
	background-color:#fff;
	color:#333;
	font-size:10px;
	width:150px;
}

.kf_single{
	width:150px; 
	border:1px #b8c8c5 solid; 
	height:14px;
	font-size:8pt;
	background-color:#fff;
	color:#333;
}
.kf_multi{
	width:170px; 
	border:1px #b8c8c5 solid; 
	height:75px;
	font-size:8pt;
	background-color:#fff;
	color:#333;
}
.kf_btn{
	width:100px; 
	border:2px #b8c8c5 solid; 
	height:20px;
	font-size:8pt;
	font-weight:bold;
	background-color:#fff;
	color:#333;
}
.kf_error{
	font-size:14px;
	font-weight:bold;
	color:#c00;
}
