/*  
	
	01.04.2007 - started the print section -MAW
	28.03.2007 - more standard-styles - MAW
	27.03.2007 - setup standard-Styles - MAW
	
*/
@media screen {
	
	body {
		background:		#EEEEEE url('./bld/Background_Body.jpg') repeat-x;
		border:			0px;
		margin:			0px;
		font-family:	"Verdana", "Arial", "helvetica", Sans-serif;
		font-size:		12px;
		line-height:	2em;
	}

	a {
		color:			#2D4F83;
		font-weight:	bolder;
	}
	a:hover {
		color:			black;
	}
	#Container {
		position:		absolute;
		left:			50%;
		margin-left:	-390px;
		width:			780px;
	}
	#Header {
		width:		780px;
		height:		120px;
		background:	url('./bld/Background_Header.jpg') no-repeat;
	}
		#Header #Logo {
			position:		absolute;
			left:			50%;
			margin-left:	113px;
			top:			7px;
		}
		#Header #Wischer {
			position:		absolute;
			left:			50%;
			margin-left:	-396px;
			top:			26px;
		}
		#Header img {
			border:			none;
		}
	#Menue {
		height:		64px;
		text-align:	center;
/* 		border:		1px dotted red; */
	}
		#Menue img {
			margin-top:		19px;
			margin-right:	7px;
			margin-left:	7px;
		}
	#ContentArea {
		width:			780px;
		background:		url('./bld/Background_Content_Complete.jpg') repeat-y;
	}
	#ContentAreaTop {
		width:			780px;
		min-height:		389px;
		_height:		389px; /* IE hack */
		background:		url('./bld/Background_Content_Top.jpg') no-repeat;
	}
	#ContentAreaBottom {
		width:			780px;
		height:			27px;
		background:		url('./bld/Background_Content_Bottom.jpg') bottom no-repeat;
	}
	#Content {
		padding:		10px 30px 10px 30px;
	}
	#Footer {
		font-size:		0.75em;
		text-align:		center;
		line-height:	1em;
		height:			2em;
		vertical-align:	bottom;
	}
	

/*  BEGIN 27.03.2007 */
	h1 {
		color:			#355384;
		font-family:	"Georgia", serif;
		font-size:		1.5em;
		margin:			1em 0px 0px 0px;
		font-weight:	bolder;
	}
		h1.csc-firstHeader {
			margin-top:		0em;
		}
	h2 {
		color:			#355384;
		font-family:	"Georgia", serif;
		font-size:		1.2em;
		margin:			3em 0px 0px 0px;
	}
	p.bodytext {
		font-size:		1em;
	}
	td {
		font-family:	"Verdana", "Arial", "helvetica", Sans-serif;
		font-size:		12px;
		line-height:	2em;	
		vertical-align:	top;
	}
	dd.csc-textpic-caption {
		font-size:		0.75em;
		font-weight:	bolder;
		line-height:	1.1em;
	}
	#Content fieldset.csc-mailform {
		border:				none;
	}
	#Content .csc-mailform-field label {
		display:			block;
		width:				160px;
		vertical-align:		top;
		float:				left;
	}
	#Content .csc-mailform-field input,
	#Content .csc-mailform-field textarea {
		width:				320px;
		background:			#EFEFEF;
		border:				1px solid black;
		margin:				3px;
		padding:			2px;
	}
/*  END 27.03.2007 */

/*  BEGIN 28.03.2007*/
	table.contenttable-0 td{
		width:		50%;
	}
	table.contenttable-1 {
		width:			680px;
	}
	ul.csc-bulletlist-0 {
		list-style-image: url('./bld/List_Image.jpg');
	}
	ul.csc-bulletlist-1 {
		list-style-type:	decimal;
	}
/*  END 28.03.2007*/

}

/*  BEGIN 01.04.2007 */
@media print {
	
	body {
		background:		white;
		font-family:	"Georgia", serif;
		font-size:		10pt;
		line-height:	2em;
	}

	a {
		font-weight:	bolder;
		color:			black;
	}
	a:hover {
		color:			black;
	}
	#Header {
		display:		none;
	}
		#Header #Logo {
			position:		absolute;
			left:			50%;
			margin-left:	113px;
			top:			7px;
		}
		#Header #Wischer {
			position:		absolute;
			left:			50%;
			margin-left:	-396px;
			top:			26px;
		}
		#Header img {
			border:			none;
		}
	#Menue {
		display:		none;
	}
		#Menue img {
			margin-top:		19px;
			margin-right:	7px;
			margin-left:	7px;
		}
	#Footer {
		font-size:		0.75em;
		text-align:		center;
		line-height:	1em;
		height:			2em;
		vertical-align:	bottom;
	}
	
	h1 {
		color:			black;
		font-family:	"Verdana", sans-serif;
		font-size:		1.5em;
		margin:			1em 0px 0px 0px;
		font-weight:	bolder;
	}
		h1.csc-firstHeader {
			margin-top:		0em;
		}
	h2 {
		color:			#355384;
		font-family:	"Georgia", serif;
		font-size:		1.2em;
		margin:			3em 0px 0px 0px;
	}
	p.bodytext {
		font-size:		1em;
	}
	td {
		font-size:		1em;
		line-height:	2em;	
		vertical-align:	top;
	}
	dd.csc-textpic-caption {
		font-size:		0.75em;
		font-weight:	bolder;
		line-height:	1.1em;
	}
	#Content fieldset.csc-mailform {
		border:				none;
	}
	#Content .csc-mailform-field label {
		display:			block;
		width:				160px;
		vertical-align:		top;
		float:				left;
	}
	#Content .csc-mailform-field input,
	#Content .csc-mailform-field textarea {
		width:				320px;
		background:			#EFEFEF;
		border:				1px solid black;
		margin:				3px;
		padding:			2px;
	}
	table.contenttable-0 td{
		width:		50%;
	}
	table.contenttable-1 {
		width:			680px;
	}
	ul.csc-bulletlist-0 {
		list-style-image: url('./bld/List_Image.jpg');
	}
	ul.csc-bulletlist-1 {
		list-style-type:	decimal;
	}
/*  END 01.04.2007*/

}
