
body {
	margin: 0;
	font-size: 62.5%;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #999999;
	background-color: #98ca3c;
}

p, ul, ol {
	font-size: 1.2em;
	line-height: 150%;
}

a, a:link, a:visited {
	color: #f8981d;
}
a:hover, a:active {
	color: #000000;
}

h1 {
	margin: 0;
	font-size: 2.1em;
	font-weight: bold;
	color: #f8981d;
}
h2 {
	margin: 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #f8981d;
}

h3 {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #f8981d;
}
h4 {
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #98ca3c;
}
h5 {
	margin: 0;
	font-size: 1.2em;
	color: #f8981d;
}
h6 {
	margin: 0;
	font-size: 1.2em;
	color: #98ca3c;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}


.grey, .grey a {
	color: #acacac;
	text-decoration: none;
}
.grey a:hover {
	text-decoration: underline;
}
.small {
	font-size: 0.9em !important;
}
.space {
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.container {
	margin: 0 auto;
	width: 960px;
	min-height: 600px;
	background: url(/Static/Images/background.jpg) no-repeat left top;
}
.container .header {
	width: 960px;
	height: 160px;
}
.container .header .logo {
	position: relative;
	width: 350px;
	height: 100px;
	left: 0px;
	top: 25px;
	float: left;
}
.container .left {
	margin: 0 15px 0;
	width: 200px;
	float: left;
}
.container .content {
	float: left;
	width: 685px;
	min-height: 500px;
	margin: 0;
	padding: 10px 10px 10px 30px;
	background-color: #ffffff;
}
.container .footer {
	clear: both;
	padding: 5px;
	text-align: right;
	color: #ffffff;
}
.container .footer p {
	font-size: 1.1em;
	margin: 0;
}
.container .footer a, .container .footer a:link, .container .footer a:visited {
	color: #ffffff;
}
.container .footer a:hover, .container .footer a:active {
	color: #000000;
}

div.nav {
	float: right;
}

ul.nav {
	float: left;
	margin: 10px 0 0;
	padding: 0;
	width: 160px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.4em; 
	font-weight: bold;
	line-height: 2.0em;
	border-right: solid 1px #ffffff;
}
ul.nav li {
	clear: both;
	color: #ffffff;
}
ul.nav li a {
	display: block;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
}
ul.nav li.item a:hover {
	color: #f8981d;
}
ul.nav li.active a {
	color: #f8981d;
	text-decoration: none;
}
ul.subnav {
	margin: 10px 0 0 20px;
	width: 220px;
	font-size: 1.3em; 
	line-height: 1.3em;
	border: none;
}
ul.subsubnav li a {
	color: #f8981d;
}
ul.subsubnav li.item a:hover, ul.subsubnav li.active a {
	color: #98ca3c;
}


.component {
	margin: 0 0 20px 0;
	padding: 10px;
	float: left;
	width: 180px;
	background-color: #ffffff;
}
.component p, .component ul, .component ol {
	font-size: 1.1em;
	line-height: 150%;
}
.component p {
	margin-top: 0px;
}
.component ul {
	margin: 0 0 20px;
	padding-left: 15px;
}
.component ul li {
	padding-top: 3px;
}


/*-- news --*/

.newsleft {
	float: left;
	width: 450px;
	padding: 0 10px 0 0;
	border-right: solid 1px #f8981d;
}
.newsright {
	float: right;
	width: 215px;
	margin: 10px 0 0 0;
}



/*-- forms --*/

.formleft {
	float: left;
	width: 400px;
}
.formright {
	float: right;
	width: 215px;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: solid 1px #f8981d;
}


form {
	padding: 0;
	margin: 0;
}

form.defaultform {
	float: left;
	padding: 5px 10px 10px;
}
form.defaultform div.field {
	float: left;
	width: 100%;
	margin-top: 10px;
}
form.defaultform label.form_label {
	float: left;
	text-align: right;
	width: 125px;
	font-size: 1.4em;
	font-weight: bold;
	color: #98ca3c;
}
form.defaultform label.form_fieldlabel {
	font-size: 1.2em;
}
form.defaultform .form_options {
	border: none;
}
form.defaultform .form_input, form.defaultform .form_textarea, form.defaultform .form_select {
	float: right;
	width: 245px;
	border: solid 1px #f8981d;
}
form.defaultform .form_textarea {
	height: 150px;
}
form.defaultform .button {
	margin-top: 10px;
}

.button {
	float: right;
	margin: 0;
	border: solid 1px #f8981d;
	color: #ffffff;
	background-color: #f8981d;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}
.button:hover {
	color: #f8981d;
	background-color: transparent;
	border: solid 1px #f8981d;
}

form.details {
	margin-bottom: 10px;
}
form.details div.field {
	margin-top: 0;
}
form.details label {
	width: 100px;
	font-size: 1.2em;
}
form.details p.value {
	width: 310px;
	font-size: 1.2em;
}
form.details .button {
	margin-top: 0;
}

form.login input.button {
	background: #eeeeee url(../Images/icon_button.gif) no-repeat left center;
	padding-left: 15px;
}
form.login input.button:hover {
	background-color: #FFFFFF;
}


.fotokader div {
	max-width: 605px;
	padding: 20px 30px 0px;
	background: #ffffff url(../Images/fotokader.gif) no-repeat right bottom;
}

.slideTitle {
	position: relative;
	top: 30px;
	float: right;
	font-size: 2.1em;
	font-weight: bold;
	color: #f8981d;
}



/*-- photos --*/

.photoleft {
	float: left;
	margin-left: -10px;
	width: 200px;
}
.photoleft ul.subsubnav {
	width: 200px;
}
.photoright {
	float: right;
	width: 480px;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	border-left: solid 1px #f8981d;
}
.photoright.detail {
	border-left: none;
}
.photoright .albums {
	margin-top: -25px;
	:margin-top: -10px;
}

.fotokader160 {
	float: left;
	width: 100px;
	height: 100px;
	padding: 25px 33px 36px 27px;
	background: #ffffff url(../Images/fotokader-160x160.gif) no-repeat right bottom;
}

.fotoalbum {
	float: left;
	margin-top: 20px;
	width: 320px;
}

.fotokader100 {
	float: left;
	width: 100px;
	height: 100px;
	padding: 12px 18px 18px 12px;
	margin: 10px;
	background: #ffffff url(../Images/fotokader-100x100.gif) no-repeat right bottom;
}
.component .fotokader100 {
	margin: 10px 0 5px 25px;
}