/* @group General Styles */

body {
	background: #1a1f6d;
	margin: 20px;
	text-align: center;
	color: #fff;
	padding: 0px;
	font: 0.75em helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 2.0em;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #9bc0f1;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 15px 40px;
	padding: 10px 0 3px 5px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

#banner {
	display: none;
}

#linie {
	width: 655px;
	position: relative;
	border-top: 1px solid white;
}

#container {
	margin: 0 auto 0; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	width: 810px;
	position: absolute;
	left: 30px;
}

.clearer {
	clear: both;
}

#contentContainer {
	padding: 0px;
	float: right;
	position: relative;
	width: 655px;
	min-height: 550px;
	margin: 0px 0px 55px 0px;
}

#contentContainer #content {
	padding: 10px 0 0 15px;
	width: 625px;
}

#sidebarContainer {
	width: 150px;
	position: relative;
	float: left;
	top: 189px;
	text-align: right;	
}

#sidebarContainer #sidebar {
	padding: 0px 10px 10px;
	line-height: 1.6em;
	display: inline;
}

#sidebarContainer .sideHeader {
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #0074d8;
}

#footer a {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5175ad;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #e5e465;
	text-decoration: underline;
}

#footer {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5175ad;
	text-transform: uppercase;
	text-align: center;
	width: 98%;
	clear: both;
	position: relative;
	left: 90px;
	display: block;
}
	
#startlogo {
	display: none;
	visibility: hidden;
}

#logo {
	text-align: center;
	margin: 30px 0 40px 0;
	height: 55px;
	background: url(../../images/logo.gif) no-repeat center;
}

#startseitenbild {
	display: none;
}
	
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: left;
	margin-bottom: 15px;
}

#breadcrumbcontainer ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0;
}

#breadcrumbcontainer li {
	display: inline;
	padding-left: 1px;
	margin: 0;
}

#breadcrumbcontainer li {
	display: inline;
	padding-left: 1px;
	margin: 0;
}

#breadcrumbcontainer a {
	padding: 0px 0px 0px 0px;
	margin: 0;
	
	color: #9bc0f1;
	text-transform: uppercase;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#breadcrumbcontainer a:hover {
	color: #fff;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: 1.5em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
}

#navcontainer #current {
	color: #333333;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #333333;
	font-weight: bold;
	background: #f1f1f1;
}

#navcontainer a {
	display:none
	}
	
#navcontainer ul ul a {
	display:block
	}
	
/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

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

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	font-size: 11px;
	display: block;
	color: #efefef;
	text-decoration: none;
	padding: 2px 5px 0 10px;
	height: 20px;
	letter-spacing: 1px;
}

#navcontainer ul ul a:hover{
	background-color: #180e5c;
	color: #fff;
}

#navcontainer ul ul #current{
	font-weight: bold;
	color: #fff;
}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
	background: #f9f9f9;
}
/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	color: #c3c3c3;
	padding: 0px 0px 0px 30px;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	font-weight: bold;
	background: #fdfdfd;
}

#navcontainer ul ul ul .currentAncestor {
	font-weight: bold;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul a {
	color: #c3c3c3;
	padding: 0px 0px 0px 30px;
	}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	color: #666666;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
}

h4 {
}

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

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 40px;
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #cccccc;
	letter-spacing: 2px
}
	
/* @end */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}

.blog-entry-date {
	color: #cccccc;
	letter-spacing: 2px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-comments {
}

/*styles the category link in the main entry */
.blog-entry-category {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #333333;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
}

.album-description {
	color: #cccccc;
	letter-spacing: 2px;
	margin-bottom: 70px;
}

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 12px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: auto;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 10px;
}

.photo-navigation {
	background: #333333;
	margin-bottom: 10px;
	padding: 5px;

}

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

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

}

.photo-navigation a:hover {
	color: #ffffff;
}

.photo-frame{
	background: #333333;
	padding: 5px;
}

.photo-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.photo-caption {
	color: #cccccc;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

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

.required-text {
} 

.form-input-field {
} 

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

