/*
	© Copyright 2009
	
	Senzor
	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 og må kun anvendes
	med skriftlig godkendelse fra Senzor.
*/

html, body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
}
body {	
	background-color: #000;
	color: #333;
	line-height: 1.6em;
}
#Top {
	width: 980px;
}
#ContentTop {
	width: 980px;
	height: 18px;
	background-image: url(/gfx/top.png);
	background-repeat: no-repeat;
}
#Bot {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 18px;
	background-image: url(/gfx/bot.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#Wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#Content {
	float: left;
	width: 700px;
	padding: 0 15px 20px 15px;;
}
#SideLeft {
	float: left;
	width: 200px;
}
#SideRight {
	float: right;
	width: 240px;
	padding-bottom: 25px;
}
table, p, form {

	margin: 0px;
}
a {
	color: #BF0000;
	text-decoration: none;
	border-bottom: 1px dotted #BF0000;
	padding-bottom: .0em;
}
a:hover {
	color: #BF0000;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: .0em;
}

a.noborder {
	color: #BF0000;
	text-decoration: none;
	border-bottom: 0px dotted #BF0000;
	padding-bottom: .0em;
}
a.noborder:hover {
	color: #BF0000;
	text-decoration: none;
	border-bottom: 0px solid #BF0000;
	padding-bottom: .0em;
}

img {
	border-style: none;
}
h1 {
	font-size: 21px;
	line-height: 1.4em;
	font-weight: bold;
	color: #BF0000;
	margin: 0;
	margin-bottom: 4px;
}
h2 {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #BF0000;
	margin: 0;
}
h4 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #BF0000;
	margin: 0;
	margin-bottom: 4px;
}
h5 {
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	color: #BF0000;
	margin: 0;
	margin-bottom: 4px;
}

.newsletterbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFF;
	height: 16px;
	width: 150px;
	border: 1px solid #900;
}
#Subscribe {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 20px;
	margin: 0;
	padding: 0 15px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	background-color: #BF0000;
	font-weight: bold;
}
#UnSubscribe {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 65px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	background-color: transparent;
}

#Footer a {
	color: #C70000;
	text-decoration: none;
	border-bottom: 1px dotted #C70000;
	padding-bottom: .0em;
}
#Footer a:hover {
	color: #C70000;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: .0em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#InfoFolder {
	text-align: right;
	width: 220px;
	margin-bottom: 20px;
}
#Facebook {
	text-align: right;
	width: 220px;
	margin-bottom: 20px;
}
#Facebook img {
	vertical-align: middle;
	margin: 0 5px;
}
a.ImgNoUnderline {
	border-bottom: 0px none !important;
}