/* standard elements */
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #535353;
	background-color: #FFF;
}

a
{
	color: #00438C;
	text-decoration: none;
	font-size: 100%;
}

form, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}

td
{
	vertical-align: top;
}

input
{
	font-size:80%;
}

ol
{
	margin: 0px;
	padding-left: 20px;
}

ol li
{
	padding-bottom: 5px;
}

ol li a
{
	font-weight: bold;
	text-decoration: underline;
}

/* meta navigation */
#metaNavigation
{
	display: none;
}

/* header */
#header
{
	display: none;
}

/* body */
#body
{
	width: 100%;
	padding: 5px;
	background-color: #FFF;
	border: 0;
}

#bodyLeftCol
{
	display: none;
}

#bodyCenterCol, #bodyCenterColHome
{
	float: left;
	margin-right: 0;
	width: 100%;
}

#bodyRightCol, #bodyRightColHome
{
	display: none;
}

/* content */
.content
{
	padding: 0px;
	font-size: 120%;
	width: 100%;
}

.content h1
{
	color: #00438C;
	font-size: 140%;
	margin-bottom: 7px;
}

.content h2
{
	color: #535353;
	font-size: 120%;
}

/* shadows */
.shadow
{
	margin-bottom: 20px;
	width: 100%;
}

.shadow .borderRight
{
	background-image: url(../images/bg_border_right.gif);
	width: 5px;
}

.shadow .borderBottom
{
	background-image: url(../images/bg_border_bottom.gif);
}

/* infobroschüre */
.infoBroschuere .header
{
	background-color: #00438C;
	padding: 10px;
	height: 50px;
	color: #FFF;
}

.infoBroschuere .header h2
{
	color: #FFF;
}

.infoBroschuere .header h2, .infoBroschuere .form h3
{
	font-size: 100%;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

.infoBroschuere .header a
{
	color: #FFF;
}

.infoBroschuere .form
{
	padding: 10px;
}

.infoBroschuere .form div
{
	padding: 5px 0px 2px 0px;
}

.infoBroschuere .form label
{
	width: 100px;
	float: left;
}

/* datum liste */
.datumList
{
	width: 100%;
}

.datumList th
{
	background-color: #00438C;
	color: #FFF;
	text-align: left;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #FFF;
}

.datumList th.lastItem
{
	border-right: 0;
}

.datumList td
{
	padding: 10px;
	border-right: 1px solid #00438C;
	border-top: 1px solid #00438C;
}

.datumList td.mostRight
{
	border-right: 0px;
}

.datumList td.date
{
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
	width: 60px;
	color: #00438C !important;
}

.datumList td.text
{
	padding: 10px;
	vertical-align: top;
	border-top: 1px solid #00438C;
}

.datumList td.gray
{
	background-color: #F2F2F2;
	color: #535353;
}

.datumList td.blue
{
	background-color: #d9e3ee;
	color: #535353;
}

.datumList td.text a
{
	text-decoration: underline;
}

/* linkSammlung */
.linkSammlung div
{
	padding-bottom: 10px;
}

/* sitemap */
.siteMap
{
	padding-top: 20px;
}

.siteMapItemHeader
{
	font-weight: bold;
	background-color: #F2F2F2;
	margin-bottom: 20px;
}

.siteMapItemHeader div.header
{
	padding: 5px;
	background-color: #00438C;
}

.siteMapItemHeader div.header a
{
	display: block;
	width: 400px;
	color: #FFF;
}

.siteMapItem
{
	padding: 3px 0px 0px 15px;
}

.siteMapItem.sub a
{
	font-weight: normal;
}

.siteMapItem a
{
	color: #535353;
}

/* download list */
.downloadList
{
	padding-top: 10px;
}

.downloadList td, .downloadList div
{
	padding: 5px;
}

.downloadList .alternating
{
	background-color: #F2F2F2;
}

/* kraftwerk logo */
#kraftwerkLogo
{
	display: none;
}

/* big headline */
#bigHeadline *
{
	display: none;
}

/* intern stuff */
.headlineLink a
{
	font-size: 105%;
	font-weight: bold;
}

#copyright
{
	font-size: 70%;
	color: #535353;
	padding-top: 3px;
}

.printHide { display: none !important; }
