/*
	© 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: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 11px;
	background-color: #000;
}
table, p, form {
	margin: 0px;
}
a {
	color: #2BDEF8;
	text-decoration: none;
}
a:hover {
	color: #2BDEF8;
	text-decoration: underline;
}
img {
	border-style: none;
}
h1 {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	color: #668526;
	margin: 0;
	margin-bottom: 4px;
}
.newsletterbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EEEEEE;
	border-style: none;
	height: 16px;
	width: 150px;
	padding: 3px 0px 0px 4px;
}
#Subscribe {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 65px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	background-color: transparent;
	font-weight: bold;
}
#UnSubscribe {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	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 {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#toTop {
	z-index: 10;
	border: 1px solid #333;
	background:#121212;
	text-align:center;
	padding:5px 15px;
	position:fixed;
	bottom:0px;
	right:0px;
	cursor:pointer;
	display:none;
	color:#fff;
	text-transform: lowercase;
	font-size: 10px;
}
.ImgNoUnderline a {
	border-bottom: 0px none !important;
}

.Logo{
	background-color:#338BC7;
	width:270px;
	height:150px;
	position:relative;
}
#Temp {
	color: #FFF;
	width: 430px;
	height: 200px;
	display: block;
	padding-top: 87px;
	background-image: url(/gfx/logo.png);
	background-position: top;
	background-repeat: no-repeat;
	position:relative;
	text-align: center;
}
