/*<group=General Styles.......Theme fŸr Tilmann von Wolfgang Rauschning    >*/

body {
	font-size: 0.85em;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 1px;
	background: #666666; /* hintergrund */
	text-align: center;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}

p {
}

b, strong {

}

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

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

img {
	border-style: none;
}

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

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

/* My Comment */

/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: #666666; /* background Container */
	color: #ffffff; /*Schriftfarbe */
	width: 955px; /* Container Breite */
	height: auto;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: auto;
	padding: 0px;
}

#pageHeader { 
	height: 80px;
	width: 200px;
	position: relative; /* Position header */
	padding: 0px 0px 0px 0px; /* Rand */
	background: #666666 url(images/header_bg.jpg); /*Page header background */
}

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

/* HauptŸberschrift */

#pageHeader h1 {
	text-align: center; /* Position Schrift h1 */
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 1.9em;
	padding-top: 13px;
	padding-right: auto;
	padding-left: auto;
}

#pageHeader h2 {
	text-align: center; /* Position Schrift h2 */
	color: #ffffff;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: auto;
	padding-left: auto;
}

#sidebarContainer {
	color: #222222; /* Schriftfarbe Sidebar-text */
	background: #666666;  /* background Sidebar Container */
	width: 190px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px; /* Rand oben Sidebar */
}

#contentContainer {
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: transparent;/* background content container*/
	width: 750px;
	height: auto;
	padding-bottom: 10px;
}

#contentContainer #content {
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 20px;
	background: #666666; /* background content */
}


#contentContainer, #breadcrumbcontainer {
	margin-right: 0px;
	margin-left: 200px;
}

#sidebarContainer #sidebar { /* Siedbar-Text optionen */
	font-size: 0.9em;
	border-top: 1px solid #444444;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #888888;
}

#footer {
	background: #777777;
	height: 31px;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
}

#footer p {
	padding-top: 8px;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	margin-bottom: 0px;
}

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

#breadcrumbcontainer li {
	float: left;
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}


/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	margin-top: -80px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: auto;
	width: 602px;
	position: relative;
	height: 80px; /* hšhe Navcontainer */
	background: #666666 no-repeat url(images/button_bg.jpg); /* hintergrund Navcontainer */
	font-size: 1.1em;
	
}

#navcontainer #current {
	text-shadow: none;
	text-align: center;
	color: #ffffff;
	padding-top: 25px;
}

#navcontainer .currentAncestor {
	text-shadow: none;
	font-size: 1.1em;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	position: relative;
	top: 0;
	width: 600px;
	height: 80px;
	padding-left: 0px;
	padding-right: auto;
	float: left;	
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 250px; /* Button Breite */
	height: 50px; /* Button Hšhe */
	display: block;
	background: transparent;
	text-decoration: none;
	padding-top: 25px;
	padding-left: 10px;
	color: #ffffff;
	text-align: center; /* text position */
}

#navcontainer a:hover {
	background: transparent;
	text-shadow: none;
	padding-top: 0px;
	font-size: 1.1em;
	padding-top: 25px;
	
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-top: 1px;
	width: 9em;
}

#navcontainer ul ul a:hover{
	background: none;
}

#navcontainer ul ul #current{
	background: none;
	text-shadow: none;
}

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

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul li a {
	color: #121212;
	text-shadow: none;
}

#navcontainer ul ul ul li a:hover {
	text-decoration: none;

	background: none;
}

#navcontainer ul ul ul #current {
	font-weight: normal;
	background: none;
	text-shadow: none;
}

#navcontainer ul ul ul ul {
	display: none;
}

/*</group>*/



/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles navcontainer 2 */

#navcontainer2 {
	background: #666666;
	width: 190px;
	line-height: 2em;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 0px; /* Abstand zum Header */
	font-size: 1.2em;
	position: relative;
}

#navcontainer2 #current {
	color: #ffffff;   /* farbe ausgewŠhlte Navigation */
	font-weight: bold;
}

#navcontainer2 #current:hover {
}

#navcontainer2 .currentAncestor {
	color: #ffffff;
	font-weight: bold;
}
/* Parent - Level 0 */

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

#navcontainer2 li {
	position: relative; 
	display:inline;
}

#navcontainer2 a { /* Schrift Navigation- Gršsse, Zeilenabstand*/
	line-height: 1.5;
	display: none;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	height: 25px;
}

#navcontainer2 a:hover {
	color: #111111;
}

#navcontainer2 a:active {
}

/* Child - Level 1 */

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

#navcontainer2 ul ul li {
	
}

#navcontainer2 ul ul a {
	line-height: 1.5;
	display: none;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	height: 25px;
	display: block; /* ab Child - Level 2 wird Navigation wieder angezeigt*/
}

#navcontainer2 ul ul a:hover{
	color: #111111;
}

#navcontainer2 ul ul a:active {
}

/* Child - Level 2 */

#navcontainer2 ul ul ul {
	margin: 0px 0px 0px 15px;
	font-size: 0.8em;
}

#navcontainer2 ul ul ul li { 
}

#navcontainer2 ul ul ul a{
}

#navcontainer2 ul ul ul a:hover{

}

#navcontainer2 ul ul #current{
	color: #999999;
}

#navcontainer2 ul ul .currentAncestor {
	color: #888888;
	font-weight: bold;
}

/* Child Level 3 */

#navcontainer2 ul ul ul {
	
}

#navcontainer2 ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul a{
}

#navcontainer2 ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer2 ul ul ul ul {

}

#navcontainer2 ul ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul ul a{
}

#navcontainer2 ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer2 ul ul ul ul ul {

}

#navcontainer2 ul ul ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul ul ul a{
}

#navcontainer2 ul ul ul ul ul ul a:hover{

}
/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
}

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

/*</group>*/

/*<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 {
	font-weight: bold;
	font-size: 1.9em;
	margin-bottom: 5px;
}

.blog-archive-link {
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

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

.blog-archive-link a:hover {
}

	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #066fd4;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 8px;
}

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

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


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

.blog-entry-comments {
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
/*</group>*/

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

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #000000;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.0em;
}

.album-description {
	margin-bottom: 80px;
	color: #ffffff;
	font-size: 0.8em;
}

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

.thumbnail-wrap {
	text-align: center;
	font-size: 0.9em;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	background: #666666;
}

.photo-navigation {
	background: #666666;
	height: 54px;
	margin-bottom: 40px;
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
}

.photo-links {
	background: transparent;

}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	margin-top: 20px;

}

.photo-title {
	color: #111111;
	margin: 0px;
	font-weight: normal;
	font-size: 1.2em;
	padding-top: 4px;
	padding-bottom: 0px;
}

.photo-caption {
	color: #000000;
	font-size: 1.6em;
	padding-top: 6px;
	font-weight: normal;
	margin: 0 0 11px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	color: #066fd4;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 3px;
}

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

.movie-thumbnail-frame {
	width: 132px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	z-index: 12;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

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

.movie-title {
	color: #066fd4;
	font-size: 1.9em;
	font-weight: normal;
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/*</group>*/
