*{
	margin: 0px;
	padding:0px;
}
body{
	background-color: #5d5d5d;
	background-image: url("../gfx/highbg.gif");
	background-repeat: repeat-x;
}
.flags{
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: 340px;
	text-align: right;
	width: 100px;
}
.clear {
	clear: both;
	height: 0px;
}
.news-single-content h1,
.news-single-content h2,
.news-single-content h3,
.news-single-content h4,
.news-single-content h5,
.news-single-content h6{
	margin: 0px 0px 12px 0px;
}
.news_readmore{ margin-bottom: 0px !important; }
p{
	padding: 6px 0px 6px 0px;
}
h1,h2,h3,h4,h5,h6{
	color: #1A124C;
	font-size: 13px;
}
.csc-sitemap ul, .csc-sitemap li{
	margin: 1px 10px;
	list-style-type: circle;
}
/*********************************************************************************
**				container boksen er her, + alt inde i container					**
**********************************************************************************/
.container{
	width: 900px;
	background-color: #fff;
	margin-left: 3px;
	padding: 20px 20px 10px 20px;
}
	.container_shadow{
		width: 950px;
		margin: 0px auto;
		text-align: left;
		padding-left: 0px;
		background-image: url("../gfx/shadow-lodret.png");
	}
	.container_bottom_shadow{
		width: 950px;
		margin: 0px auto;
		text-align: left;
		padding-left: 0px;
		background-image: url("../gfx/shadow-vandret.png");
		height: 10px;
	}
/*********************************************************************************
**					top boksen er her, + alt inde i top							**
**********************************************************************************/	
.top{
}
	.top .logo{
		background-image: url("../gfx/granly_logo.gif");
		width: 150px;
		height: 80px;
		margin: -10px 0px 0px 25px;
		background-repeat: no-repeat;
		float: left;
	}
	.top .menu_placering{
		float: right;
		width: 693px;
	}
		.menu_placering .top_menu_1{
			background-image: url("../gfx/top_menu_1.gif");
			height: 60px;
			width: 163px;
			padding-left: 10px;
			float: left;
		}
			.menu_placering .top_menu_1:hover{
				background-image: url("../gfx/top_menu_1_hover.gif");
				cursor: pointer;
			}
		.menu_placering .top_menu_2{
			background-image: url("../gfx/top_menu_2.gif");
			height: 60px;
			width: 163px;
			padding-left: 10px;
			float: left;
		}	
			.menu_placering .top_menu_2:hover{
				background-image: url("../gfx/top_menu_2_hover.gif");
				cursor: pointer;
			}
		.menu_placering .top_menu_3{
			background-image: url("../gfx/top_menu_3.gif");
			height: 60px;
			width: 163px;
			padding-left: 10px;
			float: left;
		}
			.menu_placering .top_menu_3:hover{
				background-image: url("../gfx/top_menu_3_hover.gif");
				cursor: pointer;
			}
		.menu_placering .top_menu_4{
			background-image: url("../gfx/top_menu_4.gif");
			height: 60px;
			width: 163px;
			padding-left: 10px;
			float: left;
		}
			.menu_placering .top_menu_4:hover{
				background-image: url("../gfx/top_menu_4_hover.gif");
				cursor: pointer;
			}
		.menu_placering .top_menu_end{
			background-image: url("../gfx/top_menu_end.gif");
			height: 60px;
			width: 1px;
			float: left;
		}
	.top a{
		color: #fff;
	}
.banner_rotater .spacer-gif, .banner_rotater br{
	display: none;
}
/*********************************************************************************
**					left boksen er her, + alt inde i left						**
**********************************************************************************/
.left{
	float: left;
	width: 190px;
}
	.left .menu{
		list-style-type: none;
	}
		.menu .menu_punkt{
			background-image: url("../gfx/menu_punkt.gif");
			background-repeat: no-repeat;
			font-size: 10px;
			font-family: verdana;
			color: #1a124c;
			text-transform: uppercase;
			padding: 8px 0px 7px 10px;

		}
			.menu_punkt a{
				color: #1a124c;
				text-decoration: none;
			}
			.menu_punkt a:hover{
				color: #800;
			}
		
			.sub_menu{
				list-style-type: none;
				background-image: url("../gfx/sub_punkt.gif");
				background-color: #fff;
				padding: 1px 0px 4px 8px;
				margin-top: -1px;
				margin-left: 16px;
				border-left: 1px #600 solid;
				background-repeat: no-repeat;
				background-position: bottom;
			}
				.sub_menu .sub_punkt{
					font-size: 9px;
					background-color: #fff;
					color: #999;
					text-transform: uppercase;
					font-family: verdana;
				}
				.sub_punkt a{
					color: #999;
					text-decoration: none;
				}
				.sub_punkt a:hover{
					color: #1a124c;
				}
	.left_infobox{
		margin-top: 30px;
		font-size: 11px;
		font-family: verdana;
			text-align: justify;
	}
		.left_infobox img{
			margin-bottom: 10px;
		}
		.left_infobox a{
			color: #1a124c;
			font-size: 9px;
			text-decoration: none;
			text-transform: uppercase;
		}
		.left_infobox a:hover{
			color: #800;
		}
		.left_infobox span{
		}
		.left_infobox .author{
			text-align: right;
			font-size: 9px;
			color: #999;
			font-style: italic;
			margin-bottom: 10px;
		}
		
		.left .left_folder { margin-top: 25px; }
/*********************************************************************************
**					main boksen er her, + alt inde i main						**
**********************************************************************************/
.main{
	float: left;
	width: 698px;
	margin-left: 11px;
	padding-top:4px;	
	font-family: verdana;
	font-size: 11px;
}
	.main a{
		font-family: verdana;
		color: #999;
		text-decoration: underline;
	}
	.main a:hover{
		color: #1a124c;
	}
	.main_top_lines{
		background-image: url("../gfx/main_top_lines.gif");
		height: 20px;
		width: 699px;
	}
		.main_top_lines .breadcrumb{
			font-size: 9px;
			font-family: verdana;
			float: left;
			padding: 1px 10px;
			color: #999;
		}
		.main_top_lines .search{
			float: right;
			text-align: right;
			padding: 0px 10px;
		}
			.search input{
				border: 1px #900 solid;
				font-size: 9px;
				font-family: verdana;
			}
			.search .input {
				padding: 1px;
			}
	.main_middle_content{
		width: 667px;
		border-left: 1px #900 solid;
		border-right: 1px #900 solid;
		padding: 14px 15px 0px 15px;
	}
		.main_middle_content .main_infobox{
			font-size: 11px;
			font-family: verdana;
			margin-top: 35px;
			text-align: justify;
		}
			.main_infobox img{
				float: left;
				margin: -20px 10px 0px 0px;
			}
		.main_middle_content .portal{
			margin: 0px -6px;
		}
			.portal img{
				margin: 0px 6px;
				border: 0px;
			}
		.main_middle_content .news_box{
			margin-top: 25px;
		}
			.news_box .news_left{
				margin-top: 10px;
				float: left;
				padding-right: 15px;
				width: 423px;
				font-size: 11px;
				font-family: verdana;
				text-align: justify;
			}
				.news_left img{
					max-width: 180px;
					border: 1px #900 solid;
					/*float: left;*/
					margin-right: 15px;
				}
				
				
				.news-single-img {float: left;}
				
				
			.news_top{
				margin-bottom: 10px;
			}
				.news_top .news_date{
					color: #999;
					font-size: 10px;
					font-family: verdana;
				}
				.news_top .news_headline{
					display: inline;
					color: #1a124c;
					font-weight: bold;
					font-size: 13px;
					font-family: verdana;
				}
					.news_headline a{
						color: #1a124c;
						text-decoration:none;
					}
					.news_headline a:hover{
						color: #900;
					}
				.news_readmore{
					text-align: right;
					font-size: 9px;
					color: #999;
					text-transform: uppercase;
					margin-bottom: 10px;
					font-family: verdana;
				}
					.news_readmore a{
						color: #999;
						text-decoration:none;
					}
					.news_readmore a:hover{
						color: #1a124c
					}
			.news_box .news_right{
				margin-top: 10px;
				float: left;
				width: 210px;
				border-left: 1px #900 solid;
				padding: 0px 0px 0px 15px;
			}
	.main_bottom_lines{
		background-image: url("../gfx/main_bottom_lines.gif");
		height: 20px;
		width: 699px;
	}
	


/*********************************************************************************
**					footer boksen er her, + alt inde i footer					**
**********************************************************************************/
.footer{
	margin-top: 10px;
	text-align: center;
}
/*********************************************************************************
**					medarbejdernes liste visninger					**
**********************************************************************************/
.employee{
	float: left; 
	width: 330px;
	border-bottom: 1px #900 solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	.employee_img{
		float: left;
		width: 112px;
	}
	.employee_right{
		float: left;
		width: 208px;
	}
		.employee_full_name{
			font-weight: bold;
		}
		.employee_full_name, .employee_full_job{
			float: left;
			width: 208px;
		}
			.employee_full_job{
				margin-bottom: 50px;
			}
		.employee_label{
			float: left;
			width: 60px;
		}
		.employee_text{
			float: left;
			width: 148px;
		}
/*********************************************************************************
**					ANDet				**
**********************************************************************************/
#mailform fieldset{
	border: 0px;
}
	#mailform input, textarea, select{
		display: block;
		width: 180px;
		border:1px solid #990000;
		font-family:verdana;
		font-size:11px;
		padding: 1px;
		margin-bottom:12px;
	}
	#mailform textarea{
		width: 660px;
		height: 100px;
	}



