/*
	© Copyright 2007
	
	Senzor
	Horsens Folkeblad Internet
	Søndergade 47
	DK-8700 Horsens
	
	info@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 og må kun anvendes
	med skriftlig godkendelse fra Senzor.
*/

html, body {
	margin: 0px;
	background-color: #98C1CD;
}
#Menu {
	background-color: #CE111B;
	height: 24px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Menu  a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 6px 0px 6px;

}
#Menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
p {
	margin: 0px;
}
table {

	margin: 0px;
}
a {
	color: #CE111B;
	text-decoration: none;
}
a:hover {
	color: #CE111B;
	text-decoration: underline;
}
img {
	border-style: none;
	/*behavior:	url("/_senzor/pngbehavior.htc");*/
}
form {
	margin: 0px;
}
#SubMenu a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 8px;
}
#SubMenu {
	line-height: 1.5em;
	background-color: #CBE0E6;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 1px;
}
#SubMenu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #98C1CD;
}
#SubMenu .submenu {
	font-size: 10px;
	
}
.nounderline_10 {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.nounderline_11 {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.nounderline_11_red {
	font-size: 11px;
	color: #CE111B;
	text-decoration: none;
}

.txt10 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt11 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.overskrift {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CE111B;
	text-decoration: none;
}
.txt13 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Content {
	background-color: #FFFFFF;
}
.box_side {
	background-color: #CBE0E6;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.box_sidecal {
	background-color: #CBE0E6;
	padding-top: 4px;
	padding-bottom: 4px;
}
.box_light {
	background-color: #EFF5F7;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.div_red {
	background: #CE111B;
	margin: 0px 0px 5px 0px;
	height: 4px;
	width: 100%;
	overflow: hidden;
}
.div_blue {
	background: #98C1CD;
	margin: 0px 0px 5px 0px;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
#Subscribe {
	width: 76px;
	height: 19px;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	border: 0;
	background: transparent url(/gfx/system/mail_sub.gif) no-repeat center top;
	/*text-indent: -1000em;*/
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 2px 2px 4px;
	border: 1px solid #CE111B;
	background-image: url(/gfx/system/input_bg.gif);
	background-repeat: repeat-x;
}
#UnSubscribe {
	width: 72px;
	height: 19px;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	border: 0;
	background: transparent url(/gfx/system/mail_unsub.gif) no-repeat center top;
	/*text-indent: -1000em;*/
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}