/* @group General Styles */
html,body,div,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 1em HelveticaNeue-Light, "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

p {
}

em {
	font-style: italic;
	color: #222;
}
b, strong {
	color: #222;
	font-weight: bold;
}
hr {
	border: none;
	display: block;
	background: none;
	border-top: 1px dashed #ccc;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #0BAFBF;
}

a:hover, a:active {
	color: #95c33b;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	width: 800px;
	margin:0 auto;
	position: relative;
	background: url(images/BG_header.png) no-repeat left top;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 160px;
	display: block;
}

#pageHeader img {
}

#pageHeader h1 {
	display: none;
}

#pageHeader h2 {
	display: none;
}

#contentContainer {
	display: block;
	background: url(images/BG_page.png) repeat-y left top;
	float: left;
	width: 780px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
}

#contentContainer #content {
	float: left;
	background: url(images/BG_startContent.png) no-repeat left top;
	width: 740px;
	min-height: 335px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}
.contentholder {
	float: left;
	width: 500px;
	padding-bottom: 20px;
}

#sidebarContainer {
	position: absolute;
	top: 200px;
	left: 650px;
	padding-bottom: 30px;
	width: 200px;
	background: url(images/sidebar/sidebar_cap.png) no-repeat left bottom;
}
#sidebarTitle {
	position: absolute;
	left: 60px;
	width: 235px;
	top: 50px;
	font-size: 2.0em;
	line-height: 1.1em;
}
#sidebarContainer #sidebar {
	width: 160px;
	font-size: 0.9em;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background: url(images/sidebar/sidebar_y.png) repeat-y left;
}

#sidebarContainer .sideHeader {
	background: url(images/sidebar/sidebar-header.png) no-repeat left top;
	height: 100px;
	width: 200px;
	float: left;
}

#footer { 
	float: left;
	width: 800px;
	display: block;
	height: 50px;
	background: url(images/BG_footer.png) no-repeat left top;
}

span.footerTXT {
	font-size: 0.9em;
	margin-top: 5px;
	display: block;
	
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: block;
	float: left;
	width: 800px;
	height: 80px;
	background: url(images/BG_footer_end.png) no-repeat;
}
#breadcrumbcontainer p {
	border-top: 1px dashed #ccc;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

#breadcrumbcontainer ul {
	display: block;
	position: absolute;
	font-size: 0.75em;
	width: 750px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-top: -5px;
	margin-left: 20px;
}

#breadcrumbcontainer li {
	float: left;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin: 0;
	position: absolute;
	width: 730px;
	left: 0;
	margin-left: 40px;
	top: -2px;
	font-size: 14px;
}

#navcontainerHolder {
	visibility: hidden;
}
#navcontainer #current {

}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -10px;
}

#navcontainer li {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	background: url(images/buttons/NAV_left.png) no-repeat left top;
	height: 38px;
	float: left;
}

#navcontainer li:hover {
	background-position: 0 -42px;
}

#sitelogo {
	position: absolute;
	right: 20px;
	top: 30px;
}
#sitelogo_footer {
	display: block;
	text-align: center;
	padding-top: 10px;
}
#navcontainer li:hover a {
	background-position: right -42px;
}

#navcontainer a {
	padding: 0;
	margin: 0;
	background: url(images/buttons/NAV_right.png) no-repeat right top;
	padding-right: 20px;
	display: block;
	padding-top: 5px;
	height: 33px;
	color: #fff;
	float: left;
	white-space: nowrap;
}
#navcontainer li.aktiveNav:hover,
#navcontainer li.aktiveNav {
	height: 42px;
	background-position: left bottom;
}

#navcontainer .aktiveNav:hover a,
#navcontainer .aktiveNav a {
	height: 32px;
	padding-top: 10px;
	background-position: right bottom;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	font-size: 12px;
	position: absolute;
	padding: 0;
	left: 0;
	top: 100px;
	margin-left: -10px;
	padding-left: 0;
	width: 740px;
	height: 28px;
	overflow: hidden;
	background: url(images/buttons/NAV_level2.png) no-repeat left top;
}


#navcontainer ul li.aktiveNav li,
#navcontainer ul ul li {
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#navcontainer ul li.aktiveNav ul a,
#navcontainer ul ul a {
	background: none;
	height: 23px;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

#navcontainer li.aktiveNav:hover li a {
	padding-top: 5px;
}

#navcontainer li.aktiveNav:hover li a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	padding-left: 50px;
	font-style: italic;
}
sub {
	color: #666;
	font-size: 0.9em;
}
sup {
	color: #666;
	font-size: 0.9em;
}
h1 { font-size: 24px; line-height: 36px; margin-bottom: 10px; color: #111; }
h2 { font-size: 18px; line-height: 17px; margin-bottom: 0px; color: #111;}
h3 { font-size: 1em; line-height: 18px;  color: #222; font-weight: bold;}
h4 { font-size: 10px; line-height: 18px; color: #222; font-weight: bold; }

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
	display: block;
	clear: both;
	margin-top: 10px;
	float: left;
	
}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	color: #999;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	color: #222;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 2em;
	color: #a7adb1;
}

.blog-archive-link {
	margin-top: 5px;
	display: block;
	margin-bottom: 5px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #333;
	font-size: 0.9em;
}
.blog-archive-link a:hover{
	color: #0bafbf;
}
/* @end */

.blog-entry {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc ;
}

h1.blog-entry-title {
	margin-bottom: 0;
}


h1.blog-entry-title a {
	color: #111;
}

.blog-entry-date {
	font-size: 0.9em;
	padding-bottom: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
	padding-bottom: 5px;
}

.blog-entry-comments {
}

p.blog-entry-tags {
	font-size: 0.9em;
	padding-top: 15px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.blog-archive-link-enabled {
	float: left;
	padding-right: 5px;
}

.blog-archive-link-disabled {
	color: #999;
	float: left;
	padding-right: 5px;
}


/* Styles the blog categories in the blog sidebar */
#blog-categories {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	clear: both;
	float: left;
	display: block;
	margin-top: 5px;
}

a.blog-rss-link {
	color: #fc9d0a;
}
a.blog-rss-link:hover {
	color: #f08433;
}
.blog-comments-rss-link {
	color: #f08433;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.filesharing-item {
	display: block;
	margin-bottom: 20px;
	padding-left: 50px;
	min-height: 35px;
	background: url(images/filesharing/download.png) no-repeat left top;
}

.filesharing-item-title a:link {
	font-size: 1.5em;
	color: #95c33b;
}

.filesharing-item-title a:hover {
	color: #0bafbf;
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 0.9em;
	color: #757779;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

#flashcontent {
	padding-top: 15px;
}

.album-title {
	font-size: 24px; 
	line-height: 36px; 
	margin-bottom: 10px; 
	color: #111; 
}

.album-description {
	margin-bottom: 20px;
}

.album-wrapper {
	display: block;
	width:100%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-top: 70px;
	padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	margin: 0 -5px;
	padding: 7px 0 7px 0;
	font-size: 0.9em;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	background-image: none;
	text-align: center;
}

.photo-navigation {
	color: #e5e5e5;
	height: 119px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	width: 100%;
	background: #8f9395;
	text-align: left;
}

.photo-links{
	padding: 0 0 0 40px;
	margin: 0;
	
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #f2f2f2;
}

.photo-navigation a:hover {
}

.photo-frame{
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
}

.photo-title {
	font-size: 2.2em;
	padding: 5px 0 0 40px;
	margin: 0;
	
}

.photo-caption {
	font-size: 1.2em;
	padding: 0 0 0 40px;
	margin: 0;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 2.2em;
	margin-bottom: 10px;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 162px;
	float: left;
	position: relative;
	border-top: 1px ;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(images/photo_shadow_bottom.png) repeat-x 0 bottom;

}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	height: 56px;
	width:  132px;
	padding: 5px 0px 0 0px;
	

}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background-image: none;
	text-align: center;
}

.movie-title {
	font-size: 1.4em;
	height: 120px;
	color: #e5e5e5;
	padding: 10px 0 0 20px;
}

.movie-frame {
	margin-top: 10px;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */