/*<group=General Styles>*/

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

p {
}

b, strong {

}

a:link {
	color: #0080ff;
	text-decoration: underline;
}

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

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

img {
	border: none;
}

.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;
}
	
/*</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_left_bg.png);
}

#pageHeader {
/*	margin-left: 201px;*/
	height: 140px;
	background: #fff repeat-x url(images/phb.png);
/*	background: #fff repeat-y url(images/phb.jpg);*/
/*	background-color: #f00;*/
/*	border-left: solid 201px #2a3;*/
/*	border-right: solid 30px #2a3;*/
/*	border-bottom: solid #aeaeae 1px;*/

	text-align: center;
	position: relative;
}
#pageLang {
	width: 200px;
	margin-bottom: 10px;
	position:absolute;
	left:0;
	bottom:0;
}
#pageLang a {
	color: #cfd;
	text-decoration: none;
}
#pageLogo {
	height: 140px;
	margin-left: 200px;
/*	padding-left: 50px;*/
	background: #fff repeat-x url(images/logoxb.jpg);
}
#brcLogo {
	bottom: 0;
	position: absolute;
/*	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
*/	width: 200px;
}
#brcLogo img {
	height: 70px;
}

#pageHeader img {
/*	float: right;*/
/*	padding: 10px;*/
}

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

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

#pageHeaderInfo {
/*	width: 160px;*/
	height: 140px;
	float: right;
	background-color: #ebebeb;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #aeaeae;
/*	border-bottom: solid 1px #aeaeae;	*/
	
	text-align: left;
}

#contentContainer {
	margin-left: 200px;
	border-top: solid #aeaeae 1px;
}

#contentContainer #content {
/*	height:400px;*/
/*	background:url(images/b.jpg) no-repeat 50% 50%;*/
}
#innerContent {
	margin: 10px 10px 10px 15px;
/*	position: relative;*/
	float:left;
	width:675px;
}

#sidebarContainer {
	width: 200px;
	float: left;
	height: 500px;
	position: relative;
}
#sideinfo {
	bottom: 75px;
	position: absolute;
/*	border-top: solid 1px #aeaeae;*/
	width: 100%;
	overflow: hidden;
	
	font-size: 11px;
}
#innerSideinfo {
	padding: 0 6px;
}
#sidebarContainer #sidebar {
	padding: 5px;
}

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

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

#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;
	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 {
	padding: 0;
	list-style: none;
	margin: 0px;
	border-top: 1px solid #aeaeae;
}

#navcontainer li {
	position: relative;
}

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

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 20px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
/*	position: absolute;
	top: -1px;
	left: 200px;
	display: none;
	z-index: 100;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
*/}

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

#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 3 */

#navcontainer ul ul ul {
	position: absolute;
	top: -1px;
	left: 205px;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}



/*#navcontainer ul ul {
	display: none;
}
*/
div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
	display:none;
}

/*div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
	display:block;
}
*/

div#navcontainer li.currentLi ul,
div#navcontainer li.currentAncestorLi ul {
	display: block;
}

/*</group>*/

/*<group=Global Classes>*/

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

h1, h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
}
h1 {
	padding: 0;
	margin: 0 0 8px;
	font-size: 18px;
}

h2 {
	padding: 0;
	margin: 8px 0 4px;
	font-size: 15px;
}

h3 {

}

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

.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: #cccccc;
	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 {
}

.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 {
	font-size: 1.2em;
	font-weight: bold;
}

.album-description {
	color: #cccccc;
	margin-bottom: 10px;
}

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

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

}
	
/*</group>*/

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

}
	
/*</group>*/

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

.movie-background {

}

.movie-title {

}

.movie-frame {

}	
/*</group>*/

/*</group>*/

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

.required-text {
} 

.form-input-field {
} 

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




.kontaktcell {
	width:45%;
	vertical-align: top;
}
.kontaktcell td {
	vertical-align: top;
	padding: 0;
}
.kontaktcell label {
	line-height: 2em;
	padding: 0 4px 0 0;
}
.error_text {
	color: red;
	font-size: smaller;
}


.prodf {
	float:left;
	padding-right:4px;
	font-size:9px;
	text-align:center;
}

.pbox {
	float: left;
	padding-right: 20px;
	font-size: 90%;
}
