/*

	filename:	/css/screen-core.css
	version:	1.0 - 2009-09-13 - fz

	author:		frank (dot) zoeller (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org
	
*/


/* =core
-------------------------------------------------------------------------*/

html {
	font-size: 100%; /* for IE*/
}

html > body {
	font-size: 16px; /* for everyone else*/
}

/* reset margin, padding */ 
* { 
	margin:0; 
	padding:0; 
} 
	
body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #FFF;
	line-height: 1.0025em;
}

/* that's it. default: 1em = 16px */
/* elements keeping their parents font size */
input, select, th, td, li li, li p, td p, q p {
	font-size: 1em;
	color: #002C52;
}

table {
	border-spacing: 0px;
	border-collapse:collapse;
}
table td {
	vertical-align: top;
}

a {
	color: #002C52;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 4px;
}
img {
	border: none;
}

#stage {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

/* Header / Metanav */
#headLayer {
	position: relative;
	height: 122px;
}
#topLogo {
	position: absolute;
	top: 0;
	left: 0;
}

#contentWrapper {
	margin-left: 0;
	width: 888px;
	position: relative;
	/* top: -250px; */
	background-color: #fff;
	clear: both;
}

.content {
	font-size: .75em;
	font-family : "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #444;
}

.content h1 {
	font-family : Garamond, Georgia, "Times New Roman", Times, Serif;
	font-size: 2.167em;
	line-height: 1.154em;
	vertical-align: top;
	margin-bottom: .615em;
	margin-top: 1.2938em;
	font-weight: lighter;
}
.content h1.pageTitle {
	margin-top: 0;
}
.content h2 {
	margin-bottom: .5em;
	margin-top: .722em;
	font-family : Arial, Verdana, Helvetica, Sans-Serif;
	color : #666;
}
#mainLayer .content h3 {
	font-family : Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #708cb1;
	margin-top: .85em;
	font-weight: bold;
}
.content .csc-header  {
	position: relative;
	top: -5px;
}
.content  .csc-header h1  {
	margin-bottom: 10px !important;
}


.content h1.csc-firstHeader,
.content h2.csc-firstHeader,
.content h3.csc-firstHeader{
	margin-top: 0 !important;
}

.content p{
	margin-bottom: .8em;
}

/* Boxen Home */
.boxRowLayer {
	margin-left: 0;
	margin-right: 165px;
	width: 886px;
	color: #002C52;
}
.box {
	float: left;
	width: 250px;
	height: 160px;
	padding-right: 26px;
	margin-right: 26px;
	border-right: 1px solid #D2D5D6;
}
.boxLast {
	padding-right: 0 !important;
	margin-right: 0 !important;
	border-right: none !important;
}
.box h2{
	font-size: .75em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.box strong{
	font-weight: bolder;
}
.boxContent {
	font-family: 'Trebuchet MS','Verdana','Helvetica','Arial',sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #444;
}
.boxContent a {
	color: #444;
}

/* Content Spalte */
#contentLayerWrap {
	padding-top: 36px;
	float: left;
}
#contentLayer {
	padding-left: 0;
	padding-right: 33px;
	width: 370px;
	border-left: none;
}

/* Rechte Spalte */
#contentRightLayer {
	width: 213px;
	padding-top: 36px;
	float: left;
}
#contentRight {
	border-left: 1px solid #D2D5D6;
	padding-left: 33px;
	overflow: hidden;
}
#contentRight {
	/* margin-bottom: 1.5em;*/
	font-size: 0.6875em;
	font-family:  'Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;
	line-height: 1.5em;
	color: #444;
}
#contentRight h1,
#contentRight h2{
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1.2725em;
	margin-top: 1.6412em;
	color: #003E74;
}
#contentRight h1.first,
#contentRight h2.first,
#contentRight h1.csc-firstHeader,
#contentRight h2.csc-firstHeader {
	margin-top: 0px;
}

.content ul,
#contentRight ul {
	list-style-type: square;
	/* list-style-image:url(/img/bullet_blueline.gif); */
	line-height:1.25em;
	margin-bottom: .5em;
}
.content ul li,
#contentRight ul li{
	/*padding-left: 15px;
	background: url(/img/bullet_blueline.gif) no-repeat left top;
	*/
	margin-bottom: 6px;
}


/* -- Footer -- */
#body2 #footerLayer {
	margin-top: 50px;
	position: static;
}
#footerLayer {
	margin-top: 0;
}
#footerMetanav {
	height: 14px;
	margin-left: 0;
	font-size: .6875em;
	color: #002C52;
}
.copyright {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}


.clearAll {
	clear: both;
}

/* Formulare */
select.select {
	border: 1px solid #CCC;
}
.standorteWrap {
	width: 250px;
	height: 150px;
	background: url(/img/worldmap.gif) no-repeat;
}
select.selectStandorte {
	padding: 1px;
	width: 230px;
	position: relative;
	top: 40px;
	left: 10px;
}

/* Tabellen */
.tableOddCol {
	width: 100%;
	margin: 1em 0;
}
.tableOddCol td,
.tableOddCol th {
	padding: 5px 8px;
	vertical-align: middle;
}
.tableOddCol td {
	border-top: 1px solid #DAE1E7;
}
.tableOddCol th {
	text-align: left;
	font-weight: normal;
	background-color: #E5E8ED;
}
.tableOddCol th.thOdd {
	background-color: #DADFE5;
}
.tableOddCol td.tdOdd {
	background-color: #F3F4F8;
}

/* Download-Links (Icon) */
.content p.pdfLink a,
#contentRight p.pdfLink a,
a.pdfLink {
	background: transparent url(/img/icon_pdf.gif) no-repeat 0 0px;
	padding-top: 3px;
	padding-left: 22px;
	display: block;
}
.content p a.pdfLink {
	padding-top: 1px;
}

.content p.wordLink a,
#contentRight p.wordLink a,
a.wordLink {
	background: transparent url(/img/icon_word.gif) no-repeat 0 0px;
	padding-top: 3px;
	padding-left: 22px;
	display: block;
}
.content p a.wordLink {
	padding-top: 1px;
}

.content p.jpgLink a,
#contentRight p.jpgLink a,
a.jpgLink {
	background: transparent url(/img/icon_jpg.gif) no-repeat 0 0px;
	padding-top: 3px;
	padding-left: 22px;
	display: block;
}
.content p a.jpgLink {
	padding-top: 1px;
}

/* Bilder-Klassen */
.imgFloatRight {
	border: 1px solid #BBBBBD;
	margin-top: 6px;
	margin-left: 15px;
	margin-bottom: 12px;
	display: block;
	float: right;
}
.imgFloatRightBox {
	border: none;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 12px;
	display: block;
	float: right;
}

.imgFloatLeft {
	border: 1px solid #BBBBBD;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 12px;
	display: block;
	float: left;
}
.imgFloatLeftBox {
	border: none;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 12px;
	display: block;
	float: left;
}
.csc-textpic .csc-textpic-imagewrap img {
	margin-top: 3px !important;
}


#metanavLayer,
#mainnavLayer,
#moodImg,
#subnavLayer,
#footerMetanav ul 
{
	display: none;
}
