/*
-----------------------------------------------
Layout, colors and backgrounds styles ift
Version:  01 September 2006
----------------------------------------------- */
@import url(content.css);
@import url(tables.css);
@import url(forms.css);


/* Layout */
html { margin: 0px;	padding: 0px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal; 
	text-decoration: none;
	text-align: left;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#layout { width: 600px; }


/* Header */
#header	{
	width: 560px;
	text-align: right;
	border-bottom: 1px solid #ccddec;
	margin: 79px 20px 16px 20px;
	padding: 0px 0px 15px 0px;
}

#header img { display: none !important; }

#logo {
	position: absolute;
	top: 9px;
	left: 13px;
	width: 81px;
	height: 86px;
	z-index: 3;
}


/* Top-Navigation */
#topNavi { display: none; }


/* Main-Navigation */
#navi { display: none; }


/* Content */
#content {
	float: left;
	width: 560px;
	margin: 0px 20px 35px 0px;
	padding: 0px 0px 0px 20px;
}

#pagetopLink { display: none; }


/* Footer */
#footer	{
	border-top: 1px solid #ccddec;
	margin: 0px 20px 30px 20px;
	padding: 15px 0px 0px 0px;
}

#footer span { display: block; }
#footer img { display: none; }


/* Standard-Formate */
img	{
	border: none;
	margin: 0px;
	padding: 0px;
}
.floatleft	{ float: left; }
.floatright	{ float: right; }
.clear		{ clear: both; }
.hide 		{ display: none; }


/* fuer Print Standard-Masse ueberschreiben */
.contentHeader h1, .contentHeader h2 {
	width: 560px !important;
}

.keyvisual { display: none; }

.stdColumn { width: 560px !important; }

.contentHeader { border-style: none !important; }

.fragenTable, .datenTable { width: 560px !important; }
.fragenTable .frage, .fragenTable .frageFade {
	width: 237px !important;
}
.fragenTable .antwort, .fragenTable .antwortFade {
	width: 201px !important;
}
.datenTable td.label { width: 244px !important; }
.datenTable td.field { width: 284px !important; }

.fragenTable .input, .fragenTable select {
	width: 195px !important;
}

.datenTable .input, .datenTable select {
	width: 260px !important;
}