html,body {
	font-family: verdana;
	font-size: 12px;
}

#page {
	width: 980px;
	position: relative;
	height: auto;
	margin: 0px auto;
}

#head {
	width: 980px;
	height: 282px;
	background: transparent url(../img/backLogo.jpg);
	float: left;
}

#topNavigation {
	padding-top: 234px;
	padding-left: 725px;
	float: left;
}

#topNavigation a {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

#topNavigation a:hover {
	color: #c11b2f;
	text-decoration: underline;
}



#topNavigation2 {
	padding-top: 219px;
	padding-left: 875px;
}

#topNavigation2 a {
	color: #c11b2f;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#topNavigation2 a:hover {
	color: #c11b2f;
	text-decoration: underline;
}


#content {
	width: 980px;
	background: transparent url(../img/backPage.png);
background-repeat:repeat-y;

	float: left;
	text-align: left;
}

#hpContent {
	margin-left: 14px;
	margin-right: 10px;
}

#breadcrump {
	height: 25px;
	margin-left: 255px;
	margin-top: 5px;
}

#breadcrump a {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

#breadcrump a:hover {
	color: #c11b2f;
	text-decoration: underline;
}

#navigation {
	padding-left: 22px;
	float: left;
	width: 220px;
}

#hpContent {
	float: left;
	font-family: verdana;
	font-size: 12px;
}

#teaser {
	float: left;
}

#teaser img {

}

#teaser h2 {
	font-size: 14px;
	padding-left: 30px;
	padding-top: 23px;
}

#teaser p {

}

.teaserPic {
	border: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;

}

.teaserContent {
	height: 150px;
	line-height: 20px;
	color: #666666;
}

.teaserBox {
	background: transparent url(../img/backTeaserBox.png);
	width: 700px;
	height: 170px;
	margin-bottom: 25px;
}

.teaserLink {
	background: transparent url(../img/backTeaserLink.png);
	width: 700px;
	height: 26px;
}





.productFooter {
	background: transparent url(../img/backProductFooter.png);
	width: 700px;
	height: 26px;
}


.productHeader {
	background: transparent url(../img/backProductTitle.png);
	width: 700px;
	height: 30px;
}

.productBack {
	background: transparent url(../img/backProduct.png);
	width: 700px;
	color: #666666;
}


#searchField {
	/* background: transparent url(../img/backSearch.png); */
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	height: 25px;
	padding-top: 5px;
	background: #999999;
}

.search {
	border: 0px;
	padding: 2px;
	margin-left: 5px;
	width: 188px;
	float: left;
}

.form {
	margin: 0px;
	padding: 0px;
}




.teaserImage {
	text-align: center;
	width: 120px;
	min-height: 120px;
	margin: 30px 20px 10px 10px;
	float: left;
}

.teaserHeadline {
	font-size: 14px;
	padding: 30px 20px 10px 10px;
	margin: 0px;
}

.productHeadline {
	font-size: 16px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


#homepage {
	width: 695px;
	line-height: 15px;
	color: #666666;
}

#homepage a {
	color: #c11b2f;
	text-decoration: none;
}

#homepage a:hover {
	text-decoration: underline;
}


#homepage h1 {
	font-size: 16px;
	margin: 0px;
}

#homepage h2 {
	font-size: 14px;
}


.textFeld {
	border: 1px solid #999999;
	padding: 3px;
}

#fehlermeldung {
	border: 1px soild #ff0000;
	margin-bottom: 20px;
}

.button {
	background: #bf0828;
	color: #ffffff;
	padding: 3px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 12px Verdana;
width: 220px; /* Main Menu Item widths */

}

.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
/* color: white; */
color: #666666;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
/* background-color: #c11b2f; */ /*background of tabs (default state)*/
background-color: #ffffff;
/* background: transparent url(../img/backNavi.png); */
}

.sidebarmenu ul li a:visited{
color: #666666;
}

.sidebarmenu ul li a:hover{
background-color: #c11b2f;
color: #ffffff;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 210px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
}

.sidebarmenu a.subfolderstyle{
background: url(../img/right.gif) no-repeat 97% 50%;
}


/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
