/* Reset Defaults */

html, body, div, p, ul, dl, li, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
}

ul {
	
}

img {
	border: 0;
}

/* @group General Styles */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	line-height: 1.3em;
}

p {
	margin: 5px 0;
	line-height: 1.6em;
	text-align: justify;
	font-size: 12px;
}

b, strong {
	
}

a {
	color: #466b9e;
	text-decoration: none;
}

a:link, a:visited {
	
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

.image-left {
	float: left;
	padding-right: 10px;
}

.image-right {
	float: right;
	padding-left: 10px;
}

/* @end */

/* @group Layout */

#topContainer {
	padding: 10px 0 15px;
	background-image: url(images/pattern1.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#midContainerWrapper {
	background-color: #e4e4e4;
}

#bottomContainer {
	background-color: #e4e4e4;
}

.clearer {
	clear: both;
}

#logoTitle {
	margin: 0 auto;
	padding: 0 30px 15px;
	width: 900px;
	background: transparent url(images/900px_logoTitlebg.png) top center no-repeat;
}

#logo {
	margin: 0;
	padding: 20px 5px 10px;
	float: left;
	height: 70px;
}

#titleSlogan {
	height: 50px;
	float: left;
	height: 70px;
}

#title {
	margin: 0;
	padding: 20px 5px 5px;
	font-size: 3.0em;
	font-weight: bold;
}

#slogan {
	margin: 0;
	padding: 0 10px;
	font-size: 1.2em;
}

#toggleContainer, #sideToggle, #menuToggle {
	display: none;
}

#mainMenuWrapper {
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: 30px;
	width: 900px;
	position: relative;
	z-index: 50;
	background-color: transparent;
	position: relative;
	font-size: 1.2em;
}

#colorBarContainer {
	margin-top: -7px;
	padding-top: 3px;
	height: 8px;
	background: transparent url(images/headertransbg.png) top center repeat-x;
	position: relative;
}

#colorBar {
	height: 5px;
}

#midContainer {
	margin: -3px auto 0 auto;
	padding: 10px 20px;
	width: 900px;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: auto;
}

#breadcrumbTop {
	float: left;
}

#breadcrumbTop ul {
	list-style: none;
	text-decoration: none;
	line-height: 1.6em;
}

#breadcrumbTop li {
	float: left;
}

#pageBanner {
	margin: 10px auto 0;
	padding: 0;
	width: 900px;
	height: 250px;
	background: transparent url(images/pageBanner/banner7.jpg) center center no-repeat;
}

#pageBanner img {
	
}

#mainContentWrapper {
	margin: 0 auto;
	padding: 15px 0;
	width: 900px;
	font-size: 1.2em;
}

#contentContainer {
	float: left;
	padding: 15px 0;
}

#contentContainer #content {
	width: 570px;
	background-color: transparent;
}

#sideContent {
	float: right;
	padding: 0 0 10px 0;
	width: 300px;
}

#sidebarContainer {
	margin: 0;
}

#sidebarContainer #sidebar {
	padding: 15px 0;
}

#sidebarContainer .sideHeader {
	padding: 0 0 5px 0;
	border-bottom: 2px solid #336699;
}

#sectionDivider {
	display: block;
	margin: 0 -21px;
	height: 20px;
	background: #e4e4e4 url(images/bottomborder.png) top center repeat-x;
	border-bottom: 1px solid #ccc;
}

#bottomContentContainer {
	
}

#bottomContent {
	padding-top: 10px;
	width: 900px;
}

#bottomBorderContainer {
	background-color: #e4e4e4;
}

#bottomBorder {
	margin: 0 auto;
	padding: 0 20px;
	width: 902px;
	height: 20px;
	background: transparent url(images/bottomborder.png) repeat-x;
}

#bottomContainer {
	background: transparent;
}

#ec7wrapper {
	background: transparent url(images/pattern1.png) bottom center repeat-x;
	border-bottom: 1px solid #ccc;
}

#footer {
	margin: 0 auto 10px;
	padding: 10px 0;
	text-align: center;
	font-size: 1em;
	color: #999;
	width: 940px;
}

#footerContent {
	float: left;
}

#footer a:link, #footer a:visited {
	color: white;
}

#footer a:hover, #footer a:active {
	
}

/* @end */

/* @group ExtraContent */

#extraContainer1 {
	display: none;
	font-size: 1.2em;
	background-color: transparent;
	width: 900px;
	height: 250px;
}

#extraContainer2 {
	display: none;
	margin: 10px 20px;
	padding: 10px;
	color: white;
	float: left;
	width: 320px;
	height: 210px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: transparent;
	background-image: none;
}

#extraContainer3 {
	display: none;
	margin: 10px 20px;
	padding: 10px;
	color: black;
	float: right;
	width: 320px;
	height: 210px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: transparent;
	background-image: none;
}

#extraContainer4 {
	display: none;
	margin: 10px 0;
	padding: 10px;
	color: #000;
	background-color: #e4e4e4;
	border: solid 1px #999;
	font-size: 1.2em;
	width: 880px;
}

#extraContainer5 {
	display: none;
	margin: 10px auto;
	width: 45%;
	float: left;
	font-size: 1.2em;
}

#extraContainer6 {
	display: none;
	margin: 10px auto;
	width: 45%;
	float: right;
	font-size: 1.2em;
}

#extraContainer7 {
	display: none;
	margin: 0 auto;
	padding: 15px 0 20px;
	color: #fff;
	font-size: 1.2em;
	width: 900px;
}

#extraContainer1 ul, #extraContainer2 ul, #extraContainer3 ul, #extraContainer4 ul, #extraContainer5 ul, #extraContainer6 ul, #extraContainer7 ul {
	margin: 5px 0 5px 20px;
}

#extraContainer1 li, #extraContainer2 li, #extraContainer3 li, #extraContainer4 li, #extraContainer5 li, #extraContainer6 li, #extraContainer7 li {
	margin-left: 10px;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	float: right;
}

#breadcrumbcontainer ul {
	
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	
}

#breadcrumbcontainer a:hover {
	
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#hideMenu {
	margin: 0;
	padding: 0;
	display: none;
}

#mainMenu {
	margin: 0 auto;
	padding: 0;
	float: left;
}

/* Drop Down Menu CSS */

/* Main Menu Items */

#mainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 100;
}

#mainMenu li {
	position: relative;
	float: left;
}

#mainMenu ul li {
	padding: 0;
}

#mainMenu ul a {
	display: block;
	margin-right: 2px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	background: transparent url(images/menuitembg.png) top center repeat-x;
	text-transform: uppercase;
}

#mainMenu ul a:hover {
	
}

#mainMenu ul li.ddarrow a {
	padding-right: 20px;
}

#mainMenu ul li.ddarrow span {
	position: absolute;
	top: 0;
	right: 5px;
	float: right;
	width: 15px;
	height: 25px;
	background: transparent url(images/ddarrow-down.png) center right no-repeat;
}

/* Drop Down Menu Items */

/* First Level */

#mainMenu ul ul {
	margin: 0;
	position: absolute;
	z-index: 200;
	width: 10em;
	top: 26px;
	display: none;
	padding-right: 14px;
}

#mainMenu ul ul a {
	display: block;
	width: 10em;
	float: left;
	margin: 0;
	padding: 0 7px;
	height: 2.2em;
	line-height: 2.2em;
	color: #fff;
	text-decoration: none;
	border-left: none;
	border-right: none;
	border-top: none;
	text-transform: none;
}

#mainMenu ul ul a:hover {
	border-left: none;
	border-right: none;
	border-top: none;
}

#mainMenu ul ul #current, #mainMenu ul ul .currentAncestor, #mainMenu ul ul #current:hover, #mainMenu ul ul .currentAncestor:hover {
	border-left: none;
	border-right: none;
	border-top: none;
}

#mainMenu ul li.ddarrow ul a {
	padding-right: 7px;
}

/* Makes sure Main Menu padding doesn't filter down to child menu items. */

#mainMenu ul ul li.ddarrow a {
	padding: 0 7px;
}

#mainMenu ul ul li.ddarrow span {
	background: transparent url(images/ddarrow-right.png) center right no-repeat;
	right: 2px;
	height: 2em;
}

/* Second Level and Beyond */

#mainMenu ul ul ul {
	top: auto;
	top: -1px;
}

#mainMenu ul li ul ul {
	left: 10em;
	margin: 0 0 0 14px;
}

/* Hide Drop Down Menu Items */

#mainMenu ul li:hover ul ul, #mainMenu ul li:hover ul ul ul, #mainMenu ul li:hover ul ul ul ul, #mainMenu ul li:hover ul ul ul ul ul, #mainMenu ul li:hover ul ul ul ul ul ul, #mainMenu ul li:hover ul ul ul ul ul ul ul, #mainMenu ul li:hover ul ul ul ul ul ul ul ul, #mainMenu ul li:hover ul ul ul ul ul ul ul ul ul {
	display: none;
}

/* Show on Hover */

#mainMenu ul li:hover ul, #mainMenu ul li li:hover ul, #mainMenu ul li li li:hover ul, #mainMenu ul li li li li:hover ul, #mainMenu ul li li li li li:hover ul, #mainMenu ul li li li li li li:hover ul, #mainMenu ul li li li li li li li:hover ul, #mainMenu ul li li li li li li li li:hover ul, #mainMenu ul li li li li li li li li li:hover ul {
	display: block;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 10px 15px;
	padding: 35px 20px 20px 20px;
	background: #e4e4e4 url(images/blockquotes.png) top left no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.standout {
	margin: 10px 15px;
	padding: 20px;
	background-color: #e4e4e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

.imageStyle {
	
}

/* Main content area unordered list styles */

#contentContainer #content ul {
	margin: 5px 0 5px 20px;
}

#contentContainer #content li {
	margin-left: 10px;
}

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 {
	margin: 5px 0 5px 20px;
}

#sidebarContainer #sidebar li {
	margin-left: 10px;
}

/* Table Styles */

table {
	
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	background-position: -5000px 0;
	margin: 10px 0;
	padding: 0 0 10px 15px;
	position: relative;
	left: -19px;
}

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

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @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 {
	
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* @end */

.blog-entry-date, .blog-entry-tags, .blog-entry-category, .blog-entry-comments, #blog-categories a, .blog-tag-cloud, .blog-archive-link-enabled, .blog-rss-link, .blog-comments-rss-link {
	background: transparent url(images/blogicons.gif) no-repeat;
}

.blog-entry {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

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

h1.blog-entry-title a {
	
}

.blog-entry-date {
	background-position: -2000px 0;
	padding-left: 20px;
	line-height: 16px;
}

/*styles the category link in the main entry */

.blog-entry-category {
	background-position: -1000px 0;
	margin-left: 8px;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 16px;
}

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

.blog-read-more {
	
}

.blog-entry-body {
	margin: 0;
	padding: 10px 0;
}

.blog-entry-comments {
	background-position: -3000px 0;
	margin: 5px 0;
	padding-left: 18px;
	line-height: 16px;
}

p.blog-entry-tags {
	background-position: -5000px 0;
	margin-top: 10px;
	padding-left: 22px;
	line-height: 16px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	padding: 5px 0 10px;
}

.blog-archive-link-enabled {
	background-position: 0 0;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 16px;
}

.blog-archive-link-disabled {
	padding-left: 18px;
	line-height: 16px;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	padding: 15px 0 10px;
}

#blog-categories a {
	background-position: -1000px 0;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 16px;
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin: 5px 0;
}

.blog-rss-link {
	background-position: -4000px 0;
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.blog-comments-rss-link {
	background-position: -3000px 0;
	margin-left: 18px;
	padding-left: 18px;
	line-height: 16px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	margin: 10px auto 20px;
	padding: 5px 0;
	border-bottom: solid 2px #dadada;
}

.filesharing-item-title {
	padding-bottom: 5px;
}

.filesharing-item-title:before {
	content: "-";
}

.filesharing-item-title:after {
	content: "-";
}

.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	padding: 0 0 15px 20px;
}

/* @end */

/* @group Photo Album */

#flashcontent {
	text-align: center;
}

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

.album-title {
	padding-bottom: 10px;
	font-size: 1.8em;
}

.album-description {
	font-size: 1.2em;
}

.album-wrapper {
	margin: 0 auto;
	display: block;
	float: none;
	clear: right;
}

.thumbnail-wrap {
	padding: 5px 35px 80px;
	display: inline;
	float: left;
	margin: 0;
}

.thumbnail-frame {
	padding: 10px;
	display: inline;
	float: left;
	border-top: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	border-right: solid 1px #b8b8b8;
	background: transparent url(images/bottomshadow.jpg) bottom center repeat-x;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	
}

.thumbnail-caption {
	margin: 5px auto 10px;
	text-align: center;
	color: gray;
	font-size: 0.8em;
}

/* @end */

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

.photo-background {
	margin: 10px auto 10px auto;
	background: transparent url(images/) top center repeat-x;
	text-align: center;
}

.photo-navigation {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	font-size: 1.2em;
}

.photo-links {
	padding: 3px 0 10px 0;
}

.photo-navigation a:link, .photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	
}

.photo-frame {
	margin: 0 auto;
	text-align: center;
	border: solid 5px #

dadada;
/*-moz-border-radius: 3px;-webkit-border-radius: 3px;*/
}

.photo-title {
	padding: 3px;
	font-size: 2.0em;
}

.photo-caption {
	padding: 5px;
	font-size: 1.2em;
	color: gray;
}

/* @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 {
	padding-bottom: 10px;
	font-size: 1.8em;
}

.movie-page-description {
	font-size: 1em;
	padding-bottom: 10px;
}

.movie-thumbnail-frame {
	margin: 5px auto;
	padding: 5px 15px 70px;
	display: inline;
	float: left;
	margin: 0;
}

.movie-thumbnail-frame img {
	border: solid 3px #7ba5df;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-caption {
	margin: 5px auto 10px;
	text-align: center;
	color: gray;
	font-size: 0.8em;
}

/* @end */

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

.movie-background {
	margin: 20px;
	text-align: center;
}

.movie-title {
	margin: 0 auto;
	padding: 3px;
	font-size: 1.6em;
	text-align: center;
}

.movie-frame {
	margin: 0 auto;
	text-align: center;
	border: solid 5px #dadada;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	
}

.required-text {
	
}

.form-input-field {
	
}

.form-input-button {
	
}

/* @end */

/* @group Systemnavigation */#systemnavi {	height: 20px;	text-align: right;	color: #fffee6;	font-size: 12px;}#systemlinks {	display: inline-block;	float: right;	margin-bottom: 0;	margin-left: 4px;	margin-right: 35px;}#systemlinks a {	color: #fffee6;	text-indent: 2000px;}#systemlinks a:link, #systemlinks a:visited {	text-indent: 2000px;}#systemlinks a:hover, #systemlinks a:active {	text-indent: 2000px;}.flages {	display: block;	width: 31px;	height: 19px;	background: url(/flag02/bu_es.gif) no-repeat;	float: left;	margin-right: 10px;}.flagen {	width: 31px;	height: 19px;	background: url(/flag02/bu_en.gif) no-repeat;	display: block;	float: left;	margin-right: 10px;}.flagde {	display: block;	width: 31px;	height: 19px;	background: url(/flag02/bu_de.gif) no-repeat;	float: left;
	margin-right: 10px;}

.flagfr {	display: block;	width: 31px;	height: 19px;	background: url(/flag02/bu_fr.gif) no-repeat;	float: left;
/* @end */
