/* HTML  ============================================== */


div#brandfarm-reklamebureau {
	position: fixed;
	background: url(http://www.brandfarm.dk/images/kunder/brandfarm-reklamebureau-aarhus-on-FFFFFF.gif) no-repeat;
	bottom: 0px;
	right: 0px;
	z-index: 1200;
}
	
#brandfarm-reklamebureau a {
	width: 20px;
	height: 100px;
	display: block;
}
	
#brandfarm-reklamebureau a span {
	display: none;
}



html {
	height: 100%;
	overflow: scroll;
}
body {
	background-color: White;
	width: 100%;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}
form {
	margin: 0;
	width: 100%;
	height: 100%;
}
h1 {
	font-family: Helvetica, Arial, Verdana, Tahoma, san-serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 42px;
}
h2 {
	font-family: Helvetica, Arial, Verdana, Tahoma, san-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	text-decoration: none;
	margin-buttom: 15px;
}
h2 a{
	text-color: #eb008b;
	text-decoration: none;
}
h2 a:hover{
	text-color: #eb008b;
	text-decoration: underline;
}
h3, h4, h5, h6 {
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px; /* 	list-style: square; 	*/
}
li {
	display: inline; /* 	font-size: 10px; 	margin: 0px; 	padding: 0px 0px 0px 0px; 	*/
}
ol {
	margin: 0px 0px 0px 22px;
	list-style: decimal;
}
img {
	border: none;
}
galleryimg {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 20px;
}

/* IDs  ============================================== */

#page {
	background-color: White;	
	border: none;
	position: relative;
	min-height: 100%;	
}
html #page {
	height: 100%;
}
#main {
	background-color: #FFF;
	position: relative;
	min-height: 100%;
}
* html #main {
	height: 100%;
}
#wrap {
	position: relative;
	min-height: 100%;
	padding-bottom: 0px;
}
* html #wrap {
	height: 100%;
}

/* AREAS  ============================================== */

#header {
	background-color: White;
	color: White;
	height: 250px;
	align: left;
}
#content {	
	background-color: #000000;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right:0px;
}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #eb008b;
	text-decoration: underline;
}
#footer {	
	background-color: #FFFFFF;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #eb008b;
	text-decoration: underline;
}

/* CLASSES ============================================== */

.clear {
	clear: both;
}
.gallery {
    background-color: Red;
    height: 200px;
}