/*
	© Copyright 2011
	
	Senzor.dk
	Horsens Folkeblad Internet
	Søndergade 47
	DK-8700 Horsens
	
	info(a)senzor.dk
	www.senzor.dk
	
	Dette css-dokument (Cascading Style Sheet) er beskyttet	af
	copyright og de love, der anvendes til beskyttelse heraf.
	Brug af hele, eller dele af dette stylesheet er forbudt
	uden forudgående tilladelse fra Senzor.dk og må kun anvendes
	med skriftlig godkendelse fra Senzor.dk.
*/

html, body {
	margin: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	height: 100%;
	font-size: 12pt;
}
body {
	background-color: #477C36;
	background-image: url(/gfx/system/bg_main.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.4em;
}
table, p, form {
	margin: 0px;
}
a {
	color: #000;
	text-decoration: underline;
}
img {
	border-style: none;
}
h1 {
	font-size: 22pt;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 0;
	margin-bottom: 4px;
}
h2 {
	font-size: 17pt;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 0;
	margin-bottom: 3px;
}

.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.ImgNoUnderline a {
	border-bottom: 0px none !important;
}

#MainWrapper {
	width: 990px;
	margin: 0 auto;
	padding-top: 10px;
}
#Main {
	background-color: #FFF;
	margin-top: 10px;
}
#LeftSide {
	display: none;
}
#ContentWrapper {
	padding-bottom: 15px;
}
#ContentTop {
	display: none;
}
#LogoPrint {
	margin-bottom: 50px;
	font-size: 11pt;
}
#LogoPrint img {
	margin-bottom: 10px;
}
#Services {
	display: none;
}

#MenuWrapper {
	display: none;
}


#BoxWrapper {
	display: none;
}


#FrontNewsLeft {
	width: 48%;
	float: left;
}
#FrontNewsRight {
	width: 48%;
	float: right;
}
.FrontNews {
	padding-bottom: 8px;
	margin-bottom: 14px;
}
.FrontNewsLink {
	cursor: pointer;
}
.FrontNewsLink:hover a {
	text-decoration: underline;
}

.FrontNews img {
	float: right;
	margin: 0 0 5px 10px;
}
.Bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#BottomPrint {
	padding-top: 20px;
	text-align: center;
	font-size: 11pt;
}
#Bottom {
	display: none;
}

#Content {
	padding: 10px 0 0 10px;
	line-height: 1.5em;
}
#ImageWrapper {
	float: right;
	width: 252px;
	margin-left: 10px;
}
.Image {
	border: 1px solid #D9D9D9;
	position: relative;
}
.ImageInfo {
	background-color: #D9D9D9;
	padding: 3px 5px;
}
.ImageZoom {
	display: none;
}
.ImageDivider {
	margin-top: 14px;
}
#Senzor {
	display: none;
}
