/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.ihk-nordwestfalen.de
| past | 2009-04-16
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==logo */
  
#pagetitle {
	display: none;
}

#logo {
	float: left;
	width: 300px;
	height: 57px;
	margin-top: 20px;
}

#logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

#logo_print {
	display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==claim */
  
#claim {
	display: block;
	float: right;
	width: 600px;
	height: 130px;
}


#slogan {
	display: block;
	clear: both;
	text-align: right;
	color: #155092;
	padding-right: 140px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==date */

#date {
	text-align: right;
    height: 30px;
}

#date p {
	color: #646466;
	font-size: 11px;
    height: 30px;
    line-height: 30px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==other */
  
.pagetype-content a {
    color: #2E2D2F;
    font-weight: bold;
}

#content dl.news-single-files a {
    background-repeat: no-repeat;
    line-height: 24px;
    padding: 2px 0 2px 22px;
    text-decoration: none;
}

#content dl.news-single-files a:hover {
    text-decoration: underline;
}

#content a.pdf {
    background-image: url(../images/files/pdf.png) !important;
    padding-left: 25px !important;
}

#content a.jpg {
    background-image: url(../images/files/jpg.png) !important;
    padding-left: 25px !important;
}

