/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	font-family: "Trebuchet MS", Arial, Verdana sans-serif;
	color: #555;
	width: 650px;

}

a:link {color:#ad0e20;}      /* unvisited link */
a:visited {color:#ad0e20;}  /* visited link */
a:hover {color:#ad0e20;}  /* mouse over link */
a:active {color:#ad0e20;}  /* selected link */
div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

#header {
	background: #FFF url(http://drd.dk/pommo/themes/shared/images/drdheader.jpg) no-repeat;
	border: 1px solid green;	
	height:85px;
}
#footer {
	background: #000;
	border: 1px solid green;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

#content {
	border: 1px solid #999;
	color: #000;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}
