/*<group=General Styles>*/

body {
	
	background: repeat-x  url(images/verlauf.jpg);
	background-color: #9B9B9B; /* This Is The Main BG Color */
	text-align: center; /* To Make Content Centered */
	font-size: 100%;
	font-family: Georgia, serif;
}

p { 
	font-size: 86%;
	font-family: Georgia, serif;
	color: #000000;
	padding: 0.3em 0em 0.3em 0em;
	margin:0px;
}

b, strong { 
	font-weight: bold;
}

a:link { 
	text-decoration: none; 
	color: #c96;
}

a:visited { 
	text-decoration: underline; 
	color: #000000;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #990000;
}

img {
	border-style: none;
}

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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	
	width: 700px;
	
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: no-repeat url(images/Menu_background.jpg)   left bottom;
	background-color: #FFCB66;
	

}

#pageHeader {
	background: repeat-x  url(images/big_logo.jpg);
	border-bottom: 0px solid #aeaeae;
	height: 113px;
	/*background-color: #000000;*/ 
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h1 { 
	color: #ffffff;
	text-shadow: 0px 1px 2px #004400;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader h2 { 
	color: #ffffff;
	text-shadow: 0px 1px 2px #004400;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	margin: 0px;
	
}

#mainContent #sidebar {
	float: left;
 	width: 170px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	
}

#mainContent #content {
	float: left;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	padding: 10px 10px 10px 15px;
	width: 502px;
	border-right: 3px solid #990000;
}

#footer { /* This Is The BG Color Of The Main Div */
	width: 700px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	border: 0px solid #aeaeae;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	padding-bottom: 2px;
	text-align: center;
	background: #990000;
	color:#ffffff;
}

#sidecontainer
{
	margin: 5px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: url(images/sub_header.png) repeat-x;
	height: 26px;
	padding-left: 10px;
	text-align: left;
}

#headertext {
	background-color: #990000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #d4d4d4;
	padding-top: 5px;
	padding-left: 5px;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

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

#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: #67ce3d;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
	padding-top: 0px;
}

#navcontainer #current {
	color: #000000;
	text-decoration: none;
	border-right: 10px solid #990000;
	background: #ABA986;
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #000000;
	
	text-decoration: none;
	text-indent: 0px;
	background: #C96;
	border-bottom: 1px solid #000000;
	height: 15px;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

#navcontainer a:hover
{
	color: #000000;
	
	text-decoration: none;
	background: #ABA986;
}

/* Child - Level 1 */

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

#navcontainer ul ul a
{
	display: block;
	color: #000000;
	text-decoration: none;
	text-indent: 15px;
	background: #DFAD7B;
}

#navcontainer ul ul a:hover
{
	color: #000000;
	text-decoration: none;
	background: #ABA986;
}

/* Child - Level 2 */

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

#navcontainer ul ul ul a
{
	display: block;
	color: #000000;
	text-decoration: none;
	text-indent: 30px;
	background: #EAC299;
}

#navcontainer ul ul ul a:hover
{
	color: #000000;
	text-decoration: none;
	background: #ABA986;
}

/* Child Level 3 */

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

#navcontainer ul ul ul ul a
{
	display: block;
	color: #333333;
	text-decoration: none;
	text-indent: 60px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul a:hover
{
	color: #333333;
	text-decoration: none;
	background: #ABA986;
}

/* Child Level 4 */

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

#navcontainer ul ul ul ul ul a
{
	display: block;
	color: #333333;
	text-decoration: none;
	text-indent: 100px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul ul a:hover
{
	color: #333333;
	text-decoration: none;
	background: #ABA986;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #bfffb9;
	color: #005600;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0em;
	margin-top: 0em;
	background-repeat: no-repeat;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*border-bottom: 1px solid #000000;*/
	color: #990000;
	padding-top: 0.5em;
	padding-bottom: 0em;
	font-size: 120%;
	
}

h2 {
	border-bottom-color: maroon;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 1em; margin-bottom: 0.5em;
	font-size: 100%;




}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 86%;
	color: #000000;
	font-weight: bold;
	margin-top: 0.7em; margin-bottom: 0.0em;
}

ul {font-size: 86%;}

.box {border: 1px 0px 1px 0px solid #000000;
	color: black;
	background-color: #eeeeee;
	font-size: 86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1em;
	margin: 0.3em;
	text-align: center;
}

.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
}

.blog-archive-link { 
}
	
/*</group>*/

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

.blog-entry-title {
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

.blog-entry-date {
		
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	padding-bottom: 5px;
}

.blog-entry-body {
	
	text-align: justify;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
	}

.blog-entry-comments {
	padding-top: 5px;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

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

.filesharing-item-title {
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-transform: uppercase;
}

.filesharing-item-description {
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*border-bottom: 1px solid #000000;*/
	color: #990000;
	padding-top: 0.5em;
	padding-bottom: 0em;
	font-size: 120%;
	margin: 0em;
}

.album-description {
	padding-top: 1em;
}

.thumbnail-wrap {
	float: left;
	padding: 0.5em;
	padding-bottom: 3em;
	margin: 0.5em;
	
	
}

.thumbnail-frame {
	padding: 0.5em;
	/*border: 1px solid #d4d4d4;*/
}

.thumbnail-frame a {
	float: left;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: 1px solid #000000;
}

.thumbnail-caption {
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3em;
}
/*</group>*/

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

.photo-background {
	background: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation {
	border: 1px solid #555555;
	margin: 6px; 
	background: #eeeeee;
	color: #5b5b5b;
	text-align: left;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation a {
	text-decoration: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
}

.photo-caption {
	padding: 0px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	text-align: center;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 131px;
}

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

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

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
	
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

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

.required-text {
	color: #6dc61d;
} 

.form-input-field {
	background: #f9f9f9;
} 

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


