/************* html styles **************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 18px;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #e60005; /* 100% */
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	color: #000000; /* 100% */
	font-size: 11px;
	line-height: 18px;	
	font-weight: bold;
}

h2{
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

ul{
	/*list-style-image: url(../images/street-list-icon.gif);*/
	list-style: square;
}

/************* layout divs **************/

#mainContainer{
	width: 953px;
	margin: 0px auto;
	background-color: #E5E5E5; /* 10% schwarz */
}

#topContainer{
	margin: 0;
	padding: 0px;
	width: 953px;
}

#bottomContainer{
	clear: both;
	height: 80px;
	background-image: url(../images/footer-gradient.gif)
}

/************* header styles **************/

#subHeader{
	border-top: 1px solid #e60005; /* 100% */
	border-bottom: 1px solid #e60005; /* 100% */
	height: 25px;
	padding: 0px;
	white-space: nowrap;
	background-image: url(../images/street-gradient-head.gif);
}

#subHeader img{
 display: block;
}

#separatorGrey{
	height: 7px;
	white-space: nowrap;
	background-color: #E5E5E5; /* 10% schwarz */
}

/************* #infoBar styles *************/

#infoBar {
	padding: 0px;
	background-color: #FFFFFF;
	height: 25px;
	border-top: 1px solid #e60005; /* 100% */
	border-bottom: 1px solid #e60005; /* 100% */
}

#infoLeft {
	padding: 0px;
	margin-left: 8px;
	background-color: #FFFFFF;
	float: left;
	width: 600px;
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #e60005; /* 100% */
}

#infoRight {
	padding: 0px;
	margin-right: 8px;
	background-color: #FFFFFF;
	float: right;
	width: 320px;
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	color: #e60005; /* 100% */
}

/*********** menu styles ***********/

#leftMenu{
	border-bottom: 1px solid #e60005; /* 100% */
}

#sideBar{
	width: 215px;
	float: left;
}

#oeffnungszeiten{
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	z-index: auto;
	right: auto;
}

.oeffnungszeitenHead{
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background-image:url(../images/street-gradient-small-head.gif);
}

.borderBlack{
	clear: both;
	float: none;
	width: 200px;
	border: 1px solid #e60005;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.menuElement{
	cursor: pointer;
	border-top: 1px solid #e60005; /* 100% */
}

.menuElement, .menuElement a:link, .menuElement a:visited{
	display: block;
	width: 215px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	list-style: none;
	color: #FFFFFF;
	background-image:url(../images/blank.gif);
}

.menuElement a:hover{
	display: block;
	text-decoration: none;
	background-image:url(../images/street-nav-1.gif);
}

.subMenu{
	background-color: #FFFFFF;
	width: 215px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.subMenu img{
	margin-left: 5px;
}

.subMenuElement{
	width: 215px;
	text-align: right;
}

.subMenuElementActive{
	width: 215px;
	text-align: right;
	background-color: #fce5e6; /* 10% */
}

/*********** #content styles ***********/

#content{
	width: 730px;
	padding: 0;
	border-bottom: 1px solid #e60005; /* 100% */
	border-top: 1px solid #e60005; /* 100% */
	border-left: 1px solid #e60005; /* 100% */
	background-color: #FFFFFF;
	float: right;
}

#contentHeader{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #e60005; /* 100% */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image:url(../images/street-gradient-head.gif);
}

#arrowBar{
	border-bottom: 1px solid #e60005; /* 100% */
	margin: 8px 8px 0px 8px;
}

/************** article styles ***************/

#article{
	font-size: 11px;
	padding: 13px 8px;
}

#article img{
	margin: 5px 0px;
}

.border{
	border: 1px solid #bfbfbf; /* 25% schwarz */
}

#articleHeadline {
	font-weight: bold;
	line-height: 18px;
	vertical-align: middle;
	margin: 5px 0px;
}

#articleHeadline img{
	border: none;
	margin: 4px 5px 6px 0px;
	vertical-align: middle;
}

#articleText{
	margin: 5px 0px;
}

/************* form styles ***************/

#searchFormContainer {
	margin-top: 10px;
	padding: 20px 35px;
	vertical-align: top;
	border: 1px solid #bfbfbf; /* 25% schwarz */
}

input, select{
	font-size: 11px;
	line-height: 18px;
}

#land, #anrede{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #bfbfbf; /* 25% schwarz */
}

.smallField{
	width: 48px;
	height: 16px;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-form-small.gif);	
	border: 1px solid #bfbfbf; /* 25% schwarz */
}

.middleField{
	width: 198px;
	height: 16px;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-form-middle.gif);	
	border: 1px solid #bfbfbf; /* 25% schwarz */
}

.largeField{
	width: 258px;
	height: 16px;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-form-large.gif);	
	border: 1px solid #bfbfbf; /* 25% schwarz */
}

.areaField{
	width: 258px;
	height: 64px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-form-area.gif);	
	border: 1px solid #bfbfbf; /* 25% schwarz */
}

#abschicken{
	background-color: #FFFFFF;
	background-image: url(../images/street-submit-contact.gif);
	color: #e60005; /* 100% */
	border: none;
	height: 18px;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#suchen{
	background-color: #FFFFFF;
	background-image: url(../images/street-submit-search.gif);
	color: #e60005; /* 100% */
	border: none;
	height: 18px;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/************* storeSearch styles ***************/

#searchResultContainer{
	border-top: 1px solid #bfbfbf; /* 25% schwarz */
	border-bottom: 1px solid #bfbfbf; /* 25% schwarz */
	margin: 5px 0px;
}

#searchResultContainer img{
	border: none;
	margin: 0px 2px 0px 0px;
	vertical-align: middle;
}

#searchHeadline{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	padding-left: 5px;
	vertical-align: middle;
	background-image:url(../images/street-gradient-small-head.gif);
}

#searchHeadline img{
	border: none;
	margin: 4px 4px 6px 0px;
	vertical-align: middle;
}

.tableTitle{
	background-color: #f27f82; /* 50% */
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf; /* 25% schwarz */
	padding: 0px 4px 0px 4px;
}

.lightResult{
	background-color: #fce5e6; /* 10% */
	padding: 0px 4px 0px 4px;
	cursor:pointer;
}

.darkResult{
	background-color: #f9bfc0; /* 25% */
	padding: 0px 4px 0px 4px;
	cursor:pointer;
}

/************* jobs styles ***************/


#jobList{
	margin: 0px 0px 0px 0px;
}


#jobHeadline{
	font-weight: bold;
	line-height: 16px;
	vertical-align: middle;
	margin: 15px 0px 0px 0px;
}

#jobVendor{
	font-weight: bold;
	line-height: 16px;
}

#jobHeadline img{
	border: none;
	margin: 4px 5px 6px 0px;
	vertical-align: middle;
}

#buttonContainer{
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
	
#buttonContainer img{
	border: none;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

/************* contact styles ***************/

#contactIconList{
	margin-top: 20px;
}

#contactIconList img{
	margin: 0px;
}

/************* siteInfo styles ***************/

#siteInfo{
	margin-left: 223px;
	text-align: center;
	font-size: 11px;
	color: #f27f82; /* 50% */
	height: 40px;
	padding: 20px 10px;
}

/************* sitemap styles ***************/

#sitemap{
	padding: 13px 8px;
}

.sitemapHead{
	background-image: url(../images/street-tree-bg-head.gif);
}

.sitemapElementCenter{
	height: 20px;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/street-tree-bg-element.gif);
	vertical-align: middle;
}

.sitemapElement{
	height: 20px;
	font-size: 10px;
	text-indent: 2px;
	text-align: left;
	background-image: url(../images/street-tree-bg-element.gif);
}

/************* global styles ***************/

.boldRed{
	color: #e60005; /* 100% */
	font-weight: bold;
}

.textNormal{
	font-weight: normal;	
}

.boldBlack{
	color: #000000;
	font-weight: bold;
}