/* Start of CMSMS style sheet 'main' */
/* General */

body {
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: url(uploads/images/background.gif) repeat-x #fbc351;
	margin: 0 10px 10px 10px; /* gives some air for the pagewrapper */
	
}

/* Divs */

span.language {
	text-align: right;
	font-size: 10px;
        float: right;
	color: #333;
}

div#pagewrapper {
	border: 10px solid #fff;
	margin: 0 auto; /* this centers wrapper */
	width: 740px;
	background-color: #fff;
	color: #000;
}

div#header {
	height: 185px; /* adjust according your image size */
	width: 740px;
	padding-bottom: 10px;
}

div#flash {
	height: 185px; /* adjust according your image size */
	width: 740px;
	background-color: #FBC351;
}

div#main {
	margin: 0 20px 20px 0;
	background: #fff;
	width: 500px;
	float: right;
	display: inline;
}

div#sidebar {
	width: 180px;
	margin: 0 0 20px 0;
	background: #fff;
	float: left;
}

div#footer {
	clear: both;
	color: #666;
	background: #fff;
}

div#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #fbc351;
}

div#footer p a {
	color: #666; /* needed becouse footer link would be same color as background otherwise */
}

/* img is inside "a" */
img {
	border: 0;
}

/* link styles */
a {
	text-decoration: underline;
	background-color: inherit;
	color: #E21100;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #E21100;
}

p.breadcrumbs span.language a {
	color: #E25D00;
	text-decoration: none;
}

p.breadcrumbs span.language a:hover {
	color: #333;
	text-decoration: none;
}


/* new hr with extra div element */
div.hr {
	height: 1px;
	padding: 0;
	border-bottom: 1px dotted #7691A8;
	margin: 0.5em 0 0.5em 10px;
}


/********************
CONTENT STYLING
*********************/
/* HEADINGS */
h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 15px 0;
	color: #000;
	width: 500px;
}

h3 {
	color: #000;
	font-size: 14px;
	margin: 0 0 10px 0;
}

h6 {
	color: #666;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* TEXT */
p {
	font-size: 12px;
	padding: 0;
	text-align: left;
	margin: 0 0 10px 0;
}


div#sidebar p {
	text-align: left;
	margin: 0 0 10px 10px;
}

div#sidebar h6 {
	display: block;
	color: #000;
	padding: 5px 5px 5px 10px; /* some air for it */
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* LISTS */
/* lists in content need some margins to look nice */
ul {
	margin: 10px 10px 10px 15px;
	list-style: square;
}

ul li {
	margin: 5px 10px;
}


/* Breadcrumbs */

p.breadcrumbs {
	width:520px;
	color: #666;
	font-size: 10px;
}

p.breadcrumbs a {
	color: #666;
	text-decoration: none;
}

p.breadcrumbs img {
	vertical-align:text-top;
	margin-left: 10px;
}

/* Mat */
div#mat {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 9px 0 0 0;
	background: #fff;
	padding-bottom: 10px;
}

div#mat h6 {
	border-bottom: none;
	margin: 0 0 10px 0;
	color: #fff;
	background: url("uploads/images/mat.jpg") no-repeat #3c6a27;
}

div#mat a {
	color: #000;
}
div#news {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

div#news h6 {
	border-bottom: none;
	margin: 0;
	color: #fff;
	background: #000;
}

/* Formelements */

div.formkid {
	width: 230px;
	height: 50px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #F9DDAC;
	border-bottom: 1px solid #fff;
}

div.form {
	width: 230px;
	height: 50px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #F9DDAC;
	border-bottom: 1px solid #fff;
}

div.formdbl {
	width: 470px;
	height: 90px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #F9CD80;
	border-bottom: 1px solid #fff;
}

div.formdbl2 {
	width: 230px;
	height: 50px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #F9D392;
	border-bottom: 1px solid #fff;
}

label {
	font-weight: bold;
	line-height: 2em;
}

div.submit {
	clear: left;
	width: 470px;
	background: #F9CD80;
	padding: 5px;
}

div.multi {
	float: left;
	margin-right: 20px;
}

textarea {
	width: 430px;
	height: 50px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

div.error {
	background: #E25D00;
}


/* End of 'main' */

