/* @group General Styles */

body {
	text-align: center; /* To Make Content Centered */
	background: #ffffff;
	color: #333333;
	font: 0.78em "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

p {
	color: #333333;
}

b, strong {

}

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #3366ff;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #3366ff;
}

a:hover, a:active {
	text-decoration: none;
	color: #cc0033;
}

img {
	border: solid #cccccc 1px;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
.fett { font-weight: bold }
.rot  { color: #bd0f0f }
.trennlinie { font-size: 1px; line-height: 1px; margin: 0; padding: 0; height: 3px; border-bottom: 1px dotted #666 }
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#container { 
	width: 680px;
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: #ffffff repeat-y left  url(images/sidebar_bg.png);
}

#pageHeader {
	height: 71px;
	border-bottom: solid #aeaeae 1px;
}

#pageHeader img {
	float: right;
}

#pageHeader h1 {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
	visibility: hidden;
}

#pageHeader h2 {
	font-size: 1.3em;
	color: #ffffff;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	visibility: hidden;
}

#contentContainer {
	margin-left: 200px;
}

#contentContainer #content {
	padding: 10px 10px 10px 15px;
}

#sidebarContainer {
	width: 200px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 85px 5px 0;
}

#footer {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	background: #ffffff;
	border: 1px solid #aeaeae;
}

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 10px;
	color: #666666;
}

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

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: url(images/breadcrumb_bg.png) repeat-x;
	text-align: right;
	height: 25px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
	font-size: 10px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #66666;
	text-decoration: none;
	font-size: 10px;
	border-bottom-style: none;
}

#breadcrumbcontainer a:hover {
	color: #cc0033;
	border-bottom-style: none;
	text-decoration: none;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #aeaeae;
}

#navcontainer li {

}

#navcontainer a {
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 1px solid #aeaeae;
	background: repeat-x url(images/button_normal.png);
}

#navcontainer a:hover {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	border-top-style: none;
}

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-indent: 20px;
	background: #ebebeb;
}

#navcontainer ul ul a:hover {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	background: #cccccc;
}

#navcontainer ul ul #current{
	text-shadow: 0px 1px 0px #ffffff;
	color: #333333;
	background: #cccccc;
}

#navcontainer ul ul .currentAncestor {
	background: #ebebeb;
	text-shadow: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

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

#navcontainer ul ul ul a:hover{
}

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

#navcontainer ul ul ul ul li {
}

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

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */
#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
	text-indent: 100px;
}

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

/* @end */

/* @group Global Classes */

/* code war nicht definiert und sah viel zu klein aus */

code {
	color: #3366ff;
	font-size: 12px;
}

blockquote {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	/* padding-left: 0px;
	padding-right: 0px; */
	color: #000000;
	font: italic 1em Georgia, Times New Roman, Times, serif;
	background: #9cf; margin-bottom: 5px; padding: 5px 16px 16px;
	padding-left: 16px;
	margin-left: 0;
}

h1 {
	color: #0080ff;  text-shadow: #cccccc 0.2em 0.2em 0.2em;
	font-size: 2em;
	line-height: 10px;
	margin-top: 10px;

}

h2 {
	color: #cc0033;  text-shadow: #cccccc 0.2em 0.2em 0.2em;
	font-size: 1.7em;
	line-height: 1em;
	margin-top: 0;
 
}

h3 {
	color: #0080ff;  text-shadow: #cccccc 0.2em 0.2em 0.2em   ; font-size: 1.2em;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 0;
}

h4 { color: #cc0033;  font-size: 1.1em;
	line-height: 0em;
	margin-top: 5px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
.imageStyle {

}
	
/* @end */

/* @group Blog */
/* Neu in 3.5 */
.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}
.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 {
}
/* Ende neu Blog 3.5 */
/* @group Archive Page */

.blog-archive-background {
}.blog-archive-headings-wrapper {
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	height: 71px;
	border: solid #aeaeae 1px;
}

.blog-archive-entries-wrapper {
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: #ffffff;
}

.blog-archive-entries-wrapper .blog-entry {
	padding: 10px;
}
.blog-archive-month {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
}.blog-archive-link {
	color: #ffffff;
	margin: 0;
	padding-left: 10px;
		font-size: 1.3em;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #ffffff;
}
	
/* @end */

.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
}

.blog-entry-title {
	font-size: 1.4em;
	font-weight: bold;
	 text-shadow: #cccccc 0.2em 0.2em 0.2em   
}

.blog-entry-date; {
	color: #666666;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 15px;
}

.blog-entry-body {

}

.blog-entry-comments {

}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {

}

.filesharing-item {
}

.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-size: 1.4em;
	font-weight: bold;
	color: #0080ff;  text-shadow: #cccccc 0.2em 0.2em 0.2em   
}

.album-description {
	color: #666666;
	margin-bottom: 50px;
}
/* neu 3.5 */

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

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

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	



/*
.thumbnail-table {
	width: 99%;
}

.thumbnail-frame {
	padding: 1px;
	border: Solid 1px #cccccc;
	text-align: center;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {

}
*/	
/* @end */

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

.photo-background {
}

.photo-navigation {
	height: 71px;
	margin-bottom: 35px;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 4px;
	background: #ffffff;
	border: 1px solid #aeaeae;
}

.photo-links {
	background: repeat-x url(images/breadcrumb_bg.png);
	height: 25px;
	margin: 0;
	padding: 6px 0 0;
}

.photo-links a:link {
	color: #000000;
}

.photo-title {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
}

.photo-caption {
	font-size: 1.3em;
	color: #ffffff;
	padding-left: 10px;
	font-weight: normal;
	margin: 0 0 15px;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.2em;
	font-weight: bold;
}.movie-page-description {
	color: #cccccc;
	margin-bottom: 10px;
}.movie-thumbnail-frame {
	padding: 1px;
	border: Solid 1px #aeaeae;
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-caption {

}
	
/* @end */

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

.movie-background {

}

.movie-title {

}

.movie-frame {
	text-align: center;
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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

/* <group=Grundsatzkram fuer Tabellen> 
table { line-height: 120%; border: 0 }
/* th { color: #000; font-weight: bold; background: #ccc; text-align: left } */
/* fuer den MS Mistkaefer */
/* th, td { font-size: 0.7em } */
/* html>body th, html>body td { font-size: 0.8em } */
/* @end */

table   { font-family: Verdana, sans-serif; background-color: #9cf; padding: 10px; border: solid 4px #335599; border-collapse: separate; border-spacing: 0px 5px; empty-cells: show   }caption  { font-size: 12px; font-family: sans-serif; font-weight: bold; line-height: 17px; text-align: left; margin-bottom: 5px; padding: 3px; caption-side: top  }thead  { font-size: 12px; text-align: center }tfoot  { font-size: 11px; background-color: #69c; text-align: center }tbody { font-size: 12px; background-color: #ffffff; text-align: left; vertical-align: middle }th  { background-color: #69f; padding: 4px; border: solid 1px #335599 }td { background-color: #f8f8f8; padding: 4px; border: solid 1px #335599 }.name  { width: 180px }.wert  { width: 180px }.diff  { width: 180px }.tblfoot  { background-color: #69c }
