/* @group General Styles */

body {
	background: url(images/body_bg.png) repeat;
	margin: 0px 15px 25px 15px;
	text-align: center;
	color: #333333;
	letter-spacing: 0.5px;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0;
}

p {
}

b, strong {
	font-weight: bold;
	letter-spacing: 1px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

img {
	border: 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 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

#top_grad {
	position: absolute;
	top: 0;
	left: 0;
	background: repeat-x url(images/top_grad.png);
	height: 238px;
	display: block;
	width: 102%;
	z-index: 0;
}

html > body #top_grad {
	width: 100%;
}

#container { 
/*	width: 780px; */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	position: relative;
}

#clearer {
}

#pageHeader {
	height: 116px;
}

#pageHeader img {
	position: absolute;
	top: 20px;
	right: 40px;
}

#pageHeader h1 {
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 20px 100px 0px 100px;
	letter-spacing: 2px;
	font-size: 2.2em;
	text-align: center;
}

#pageHeader h2 {
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px 100px 0px 100px;
	letter-spacing: 1px;
	font-size: 2.2em;
	text-align: center;
}

#contentContainer {
	margin-top: -7px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
	position: relative;
	z-index: 4;
	background-color: #f6f7f6;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#contentContainer #content {
	padding-right: 25px;
	padding-left: 25px;
}

#sidebarContainer {
	width: 170px;
	float: right;
	font-size: 1em;
	position: relative;
	z-index: 3;
}

#sidebarContainerR {
	width: 170px;
	height: 100%;
	float: right;
	font-size: 1em;
	position: relative;
	z-index: 3;
}

#sidebarContainer #sidebar {
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarContainerR #sidebarR {
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#sidebarContainerR .sideHeaderR {
	padding: 20px 10px 0px 10px;
	font-weight: bold;
}

#footer {
	display: block;
	clear: both;
	text-align: center;
	background: #ebebeb;
	border-top: 1px solid #ffffff;
	font-size: 0.75em;
}

#footer p {
	margin: 0;
	padding: 5px 0px 3px 0px;
}

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

}

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

/* @group Eigene */

#sideOverlay {
	position: absolute;
	width: 145px;
	height: 220px;
	right: 15px;
	background: no-repeat url(images/sidebarOverlay.png) left bottom;
	z-index: -1;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	display: block;
	width: 80px;
	height: 50px;
	text-decoration: none;
}
	
#copyright {
	display: block;
	background: url(images/copyright.gif) no-repeat;
	position: absolute;
	width: 80px;
	height: 50px;
	bottom: 35px;
	right: 41px;
}
	
#wetterdetails {
	display: "none";
}

#container {text-align: justify;} 

input.searchfield {
    color: #666666;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    padding-bottom: 1px;
    padding-left: 3px;
    border-top: 2px groove #cccccc;
    border-left: 1px solid #666666;
    border-right: 1px solid #e5e5e5;
}

/* @group Kalender */

.tabelle {
	background-color: silver;
	font: 11px Verdana, Arial, sans-serif;
	color: #000;
	border: 1px #A1A5A9 solid;
}

.monat {
	text-align: center;
	background-image: url(images/side_bg.gif);
	height: 20px;
	margin-top: 0;
	font-weight: 900;
	border-bottom: 1px solid gray;
}

.kopf {
	background-color: #eee;
	font-size: 9px;
	font-weight: 900;
	text-align: center;
	height: 10px;
	width: 20px;
}

.kopfw {
	background-color: #eee;
	font-size: 9px;
	font-weight: 900;
	text-align: center;
	height: 10px;
	width: 20px;
	color: maroon;
}

.tag {
	background-color: #ffffff;
	height: 20px;
	width: 20px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
}

.tagheute {
	background-color: #ced7e5;
	height: 20px;
	width: 20px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	color: #296cd8;
}

.tagsonst {
	background-color: #F2F2F2;
	height: 20px;
	width: 20px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	color: #a1a5a9;
}

/* @end */

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	clear: both;

}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	border-top: 1px solid #ffffff;
	margin-bottom: 20px;
	position: relative;
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #ffffff;
}

/* Parent - Level 0 */

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

#navcontainer li {
	background: #f7f6f7;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #ffffff;
	height: 23px;
}

#navcontainer a:hover {
	color: #ffffff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	text-indent: 20px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul .currentAncestor {
	color: #ffffff;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	text-indent: 40px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul a:hover {

}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	text-indent: 60px;
}

#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 ul {
	text-indent: 80px;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
}

#navcontainer ul ul ul ul ul a:hover {
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
}

h1 {
}

h2 {
}

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 {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	letter-spacing: 6px;
	font-size: 2.2em;
}

.blog-archive-link {
	margin-bottom: 20px;
}

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

.blog-archive-link a:hover, .blog-archive-link a:active {
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 1.5em;
}

.blog-entry-date {
	margin-top: 2px;
	letter-spacing: 5px;
	color: #bfbfbf;
	margin-bottom: 10px;
}

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

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

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

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

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

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	margin-top: 10px;
	border-top: 1px dotted #bfbfbf;
}

/* 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 {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	margin-bottom: 15px;
}

.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 {
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 1.5em;
}

.album-description {
	margin-bottom: 65px;
	margin-top: 2px;
	letter-spacing: 5px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
	color: #bfbfbf;
}

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

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


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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

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

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

.photo-background {
	background: url(images/body_bg.png) repeat;
	margin: 0;
}

.photo-navigation {
	height: 116px;
	margin-bottom: 80px;
}

.photo-links {
	background: #ffffff;
	padding: 5px;
	position: relative;
/*	top: 7px; Original */
	top: -76px;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	background: #ffffff;
	padding: 10px;
}

.photo-title {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
/*	padding: 20px 20px 0px 40px; Original */
	padding-top: 37px;
	letter-spacing: 6px;
/*	font-size: 1.8em; Original */
	font-size: 2em;
}

.photo-caption {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
/* 	padding: 0px 20px 0px 40px ; Original */
	padding-top: 100px;
	letter-spacing: 4px;
/*	font-size: 0.9em; Original */
	font-size: 1em;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-size: 1.5em;
}

.movie-page-description {
	margin-bottom: 5px;
	margin-top: 2px;
	letter-spacing: 10px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 5px;
	color: #bfbfbf;
}

.movie-thumbnail-frame {
	width: 131px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
	margin: 10px 0;
}

.movie-title {
	background: #f7f5f6;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 1.5em;
	letter-spacing: 10px;
	padding: 8px;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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



