/*
	© 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: rgba(0,65,58,1.00);
	color: rgba(114,195,142,1.00);
}
.shadow {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-box-shadow: inset 0 0 300px rgba(8,43,39,1.00);
	-webkit-box-shadow: inset 0 0 300px rgba(8,43,39,1.00);
	box-shadow: inset 0 0 300px rgba(8,43,39,1.00);
}
table, p, form {
	margin: 0px;
}
a {
	color: rgba(114,195,142,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(114,195,142,1.00);
	text-decoration: underline;
}
img {
	border-style: none;
}
h1 {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 4px;
}
#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 {
	width: 600px;
	height: 100px;
	display: block;
	padding-top: 100px;
	background-image: url(/gfx/logo.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 600px 70px;
	position:relative;
	text-align: center;
}

#PDP {
	color: rgba(255,255,255,1.00);
	width: 80%;
	margin: 50px auto;
	display: block;
	position:relative;
	text-align: justify;
}

#politik {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px;
}
#politik a {
	color: rgba(114,195,142,1.00);
}
