/*
Name:		Typograpy.css
Zweck:		Schriftstyles
Ersteller:	PH
=============================
*/

/* Generelle Styles
===================================== */

html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size:1em;
	line-height: 1.1em;
}
div#left, div#right, div#footer, div#header {
	font-size:0.8em;
	line-height: 1.3em;
}
h2 {
	font-size:1.4em;
	line-height: 1em;
	color:#004489;
}
h3 {
	font-size:0.90em;
	line-height: 1em;
}

/*
Content Styles
=================================================== */	

.content { 
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #333;
}
/* Content Headers */
.content h2 {
	font-size:1.5em;
	color:#004489;
}
.content h3 {
	font-size:1.2em;
	text-transform:uppercase;
}
.content h4 {
	font-size:1.2em;
}
.content h5 {
	font-size:1em;
	text-transform:uppercase;
}
.content h6 {
	font-size:1em;
	color:#004489;
}
.content pre {
	font-size:1.3em;
}
.content a {
	color:#004489;
}
.content { 
	float:left;
	width:413px;
}
.content p {
	margin-bottom:10px;
}
dd p {
	margin:0 0 10px 0;
}
div.home div#content div#primary {
	float:left;
	width:431px;
}

.twoColSL #middleContainer div#content div#primary {
    float: left;
    width: 656px;
}

.content div {
	margin-bottom:5px;
}
/* Content Headers */
.content h2 {
	padding-bottom:20px;
}
.content h3, .content h4 {
	padding-bottom:15px;
}
.content h5, .content h6 {
	padding-bottom:10px;
}
/* List-Styles */
.content ul {
	list-style:none;
	margin-left:15px;
}
.content ul li {
	background:url(../images/layout/list-style.gif) left top no-repeat;
	padding-left:15px;
}
.content ol {
	margin-left:34px;
}
.content ol li {
	padding-left:0px;
}
.content .more {
	background:url(../images/layout/link.gif) left center no-repeat;
	padding-left:20px;
}
.content .pdf {
	background:url(../images/layout/pdf.gif) left center no-repeat;
	padding-left:27px;
}
.content .imageBorder {
	padding: 5px;
	border:1px solid #f1f1f1;
	margin:0 10px 10px 0;
}
.content .imageBorderLeft {
	float:left;
	padding: 5px;
	border:1px solid #f1f1f1;
	margin:0 10px 10px 0;
}
.content .imageBorderRight {
	float:right;
	padding: 5px;
	border:1px solid #f1f1f1;
	margin:0  0 10px 10px;
}
/*
Header Styles
=================================================== */	

ul#quicknav, ul#quicknav a {
	color:#dedede;
}
ul#quicknav strong {
	color:#fff;
}

/*
Breadcrumb Styles
=================================================== */
ul#crumbList li a {
	color:#444;
	font-size:0.8em;
	text-decoration:underline;
}
ul#crumbList li.last a {
	text-decoration:none;
}

div#breadCrumb span#here {
	color:#444444;
	font-size:0.8em;
	font-weight:bold;
}
/*
Primary Navigation
=================================================== */

ul#navPrimary li a {
	color:#fff;
	text-decoration:none;
}
ul#navPrimary li a {
	font-weight:bold;
}
ul#navPrimary li#closeHeader a, ul#navPrimary li#openHeader a  {
	font-weight:normal;
}
ul#navPrimary li.current a {
	color:#004489;
}
ul#navPrimary li#closeHeader a, ul#navPrimary li#openHeader a {
	color:#666;
}


/*
Secondary Navigation
=================================================== */

ul#navSecondary li a {
	color:#004489;
	font-weight:bold;
	text-decoration:none;
	font-size:0.95em;
}
ul#navSecondary li ul li a {
	font-weight:normal;
	color:#666;
	font-size:0.85em;
}
ul#navSecondary li ul li.current a {
	font-weight:bold;
	color:#004489;
}

/*
Footer Styles
=================================================== */	

div#footer dl dt {
	font-size:0.9em;
}
div#footer dl dd ul li a {
	text-decoration:none;
	color:#666;
	font-size:0.85em;
}

div#adressCopy {
	color:#999;
	font-size:0.9em;
}

div#adressCopy a {
	color:#999;
	text-decoration:none;
}

/*
Boxen
=================================================== */

/* Testaccount (home) */	
div#testaccount {
	color:#fff;
}
div#testaccount h3 {
	color:#dedede;
}
div#testaccount h2 {
	font-size:1.6em;
	color:#fff;
}
a#createTestaccount {
	color:#fff;
	font-weight:bold;
}

/* News (home) */
div#newshome h3, div#newsnormal h3 {
	text-transform:uppercase;
}
div#newshome h2, div#newsnormal h2 {
	font-size:1.6em;
	line-height:1.1em;
	color:#004489;
}
div#newshome a, div#newsnormal a {
	color:#004489;
}
div#newshome div.date, div#newsnormal div.date {
	color:#fff;
	font-size:0.85em;
}

/* offers (home) */
div#offershome, div#offersnormal {
	color:#fff;
}
div#offershome h3, div#offersnormal h3 {
	color:#dedede;
}
div#offershome div.counter, div#offersnormal div.counter {
	color:#e2001a;
	font-weight:bold;
}

/*
Formulare
=================================================== */
input.submit {
	color:#fff;
}
div#search form input#txtKeywords {
	color:#999;
}

/*
	Baugate24 spezifisches Portal
---------------------------------------------------
*/
#svPortal.baugategallery ul li.imageContent div.title a {
	text-decoration:none;
	font-weight:bold;
}

