/*<group=General Styles>*/

body {
	text-align: center; /* To Make Content Centered */
	background: #f0f0f0;
	color: #666666;
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
	margin: 8px;
}

p {
}

b, strong {

}

a:link {
	text-decoration: underline;
	/*text-shadow: 4px 4px 4px #6688bb*/
}

a:visited {
    color: #0A2543;
	/*text-decoration: underline;*/
	/*text-shadow: 2px 2px 2px #999999;*/
}

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

img {
	border: none;
}

.image-left {
	float: left;
	margin: 5px 5px 0 5px; /* GeŠndert von 3px 0 3px 3px auf 5px 0 5px 5px (Textabstand zum Bild) */
	padding: 5px 5px 5px 5px; /* GeŠndert von 3px 0 3px 3px auf 5px 5px 5px 5px (Rand zwischen Bild und Rahmen) */
	border: solid 1px #cccccc; /* GeŠndert: hinzugefźgt (Umrandung Bilder) */
}

.image-right {
	float: right;
	margin: 5px 0 5px 5px; /* GeŠndert von 3px 0 3px 3px auf 5px 0 5px 5px (Textabstand zum Bild) */
	padding: 5px 5px 5px 5px; /* GeŠndert von 3px 0 3px 3px auf 5px 5px 5px 5px (Rand zwischen Bild und Rahmen) */
	border: solid 1px #cccccc; /* GeŠndert: hinzugefźgt (Umrandung Bilder) */
}
	
/*</group>*/

/*<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 {
    margin-top: 4px;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 0;
    float: right
} /* GeŠndert: Alles ausser ăfloat: rightŇ hinzugefźgt (Logo) */

#pageHeader h1 {
	padding-left: 15px; /* GeŠndert von 10px auf 15px (linker Abstand Header h1) */
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
	text-shadow: 3px 3px 3px #003f7d
}

#pageHeader h2 {
	font-size: 1.3em;
	color: #ffffff;
	margin: 0;
	padding-left: 15px; /* GeŠndert von 10px auf 15px (linker Abstand Header h2)  */
	font-weight: normal;
	text-shadow: 0px 0px 6px #E3EFFF
}

#contentContainer {
	margin-left: 200px;
}

#contentContainer #content {
	padding: 10px 15px 10px 55px;
	/* GeŠndert von 10px 10px 10px 15px auf 10px 15px 10px 55px */
}

#sidebarContainer {
	width: 240px; /* GeŠndert von 200px auf 240px (Breite des Menźs) */
	float: left;
}

#sidebarContainer #sidebar {
	padding: 5px; /* GeŠndert von 5px auf 15px (Rand fźr Sachen unter dem Menź)*/
}

/* AbstŠnde fźr Teile unter dem Menź */
#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 5px 5px 0px;
}

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

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

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

}

#footer a:hover, #footer a:active {
	
}
	
/*</group>*/

/*<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;
	padding-right: 10px; /* GeŠndert: Hinzugefźgt (Abstand rechts des Seitenanzeigers) */
	color: #d4d4d4;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<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: 15px; /* GeŠndert von 5px auf 15px (Linker Menźrand)*/
	color: #333333;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	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: 10px; /* GeŠndert von 20px auf 10px (Einrźcken den 1. Untermenźs) */
	background: #eeeeee;
}

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

#navcontainer ul ul #current{
	text-shadow: 2px 2px 0px #666666;
	color: #ffffff;
	background: #aaaaaa;
}

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

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
	text-indent: 20px; /* GeŠndert von 40px auf 20px (Einrźcken den 2. Untermenźs) */
	background: #dddddd;
}

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

#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: 30px; /* GeŠndert von 60px auf 30px (Einrźcken den 3. Untermenźs) */
	background: #cccccc;
}

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

#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: 40px; /* GeŠndert von 100px auf 40px (Einrźcken den 4. Untermenźs) */
	background: #bbbbbb;
}

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

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

/*</group>*/

/*<group=Global Classes>*/

/* GeŠndert: "code" kompletten Eintrag "code" hinzugefźgt */
.code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.0em;
    line-height: 1.2em;
    margin-top: 3px;
    margin-bottom: 3px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
    background-color: #ececec;
	border: 1px solid #aeaeae;
	color: #0080ff;
}

code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.2em;
    margin-top: 3px;
    margin-bottom: 3px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
    background-color: #ececec;
	border: 1px solid #aeaeae;
	color: #0080ff;
}

blockquote {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	color: #999999;
}

/* GeŠndert: h1 bis h4 komplette Difinition */
h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	margin: 0px;}h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	margin: 0px;}h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	margin: 0px;}h4 { color: #000000; font-size: xx-small; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 0 0 5px }.imageStyle {	border: 0px solid #dcdcdc; /*GeŠndert: 1px auf 0px (Border) */	padding: 0px; /*GeŠndert: 5px auf 0px (Abstand) */	margin: 5px;}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<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;
	margin-bottom: 10px;
}

.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;
}
	
/*</group>*/

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

.blog-entry-title {
	font-size: 1.2em;
	font-weight: bold;
}

.blog-entry-date {
	color: #999999; /* GeŠndert: #cccccc auf #999999 (Farbe des Datums) */
	margin-bottom: 10px;
}

.blog-entry-body {

}

.blog-entry-comments {

}

.blog-entry-category {
}

.blog-category-link-enabled {
}

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

/*<group=File Sharing>*/

.filesharing-description {

}

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

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-description {	padding-bottom: 10px;	margin-bottom: 10px;	padding-bottom: 10px;}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	font-size: 1.8em; /* GeŠndert: 1.2em auf 1.8em (Grš§e des Titels) */
	font-weight: bold;
}

.album-description {
	color: #999999; /* GeŠndert: #cccccc auf #999999 (Farbe der Albumbeschreibung) */
	margin-bottom: 10px;
}

.thumbnail-table {
	width: 99%;
}

/* Rahmen um die Bilder in der Fotogalerie */
.thumbnail-frame {
    background-color: #ebebeb; /* GeŠndert: hinzugefźgt (Inhaltsfarbe) */
	padding: 5px; /* GeŠndert: von 1px zu 5px (Rahmenabstand) */
	border: Solid 2px #d4d4d4; /* GeŠndert: von 1px zu 2px (RahmenstŠrke) */
	 /* GeŠndert: von #cccccc zu #d4d4d4 (Rahmenfarbe) */
	text-align: center;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {

}
	
/*</group>*/

/*<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: #ffffff;
}

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

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

/*<group=Quicktime Page>*/

.movie-description {	text-align: center; /* GeŠndert: komplette Definition */	margin: 5px;}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font-size: 1.2em;
	font-weight: bold;
	color: #0080ff; /* GeŠndert: hinzugefźgt */
}.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-frame  { background-color: #ebebeb; text-align: center; display: inline; margin-right: 10px; margin-bottom: 10px; padding: 5px; width: 186px; height: 180px; float: left; border: solid 2px #d4d4d4 }

/* GeŠndert: komplette Definition */
.movie-thumbnail-caption  { color: #666666; font: 12px Verdana, Arial, Helvetica, sans-serif; text-align: center; margin-top: 12px; margin-bottom: 3px }
	
/*</group>*/

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

/* GeŠndert: ganze Gruppe */

.movie-background {	background: #ffffff;	margin-top: 5px;}.movie-title {	font: bold 14px Verdana, Arial, Helvetica, sans-serif;	color: #0080ff;	text-align: center;}.movie-frame {	text-align: center;	margin-bottom: 10px;}
	
/*</group>*/

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

.required-text {	color: #0080ff; /* GeŠndert: komplette Definition */} 

.form-input-field {	background: #f9f9f9; /* GeŠndert: komplette Definition */} 

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


/*</group>*/


