/*=====================================
	Farben
	
	Link:Hover	#0074e8
	LINK:Bodytext	#18468a
	LINK:Active	#0074e8
	Font:Standard	#666666
	BANNER:HG1	#0074E8
	LMEMU:HGhell	#D4EEF4
	LMENU:HGdunkel	#00519E

=====================================*/


/*===========================
	IMPORTS
=============================*/
@import url("htmltags.css");
@import url("menues.css");
@import url("formulare.css");

/*===========================
	Floats
=============================*/
.clearfloat { clear: both; }
p.align-right { float: right; margin: 0px; }
/*===========================
	BODY
=============================*/
body
	{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	background-color: #DBDBDB;
	color: #666666;
	margin: 0px;
	}

.total
	{
	position: absolute;
	width: 900px;
	left: 50%;
	display: inline-block;
	margin-left: -450px;
	padding: 20px 0px;
	background-color: white;
	}

/*===========================
	I N H A L T
=============================*/

.ptagbodytext .bodytext
	{
	margin: 0px;
	}
	.ptagbodytext h5
		{
		font-size: 9px;
		}

.logoimages .csc-textpic-image
	{
	margin: 0px;
	}
	
.filelinks .filecount
	{
	display: none;
	margin: 0px;
	}
/*===========================
	K O P F
=============================*/
.head_total
	{
	width: 900px;
	/* height: 263px; */
	display: block;
	/* border: 1px solid black; */
	}
	.head_top
		{
		width: 880px;
		display: inline-block;
		margin-bottom: 10px;
		padding: 0px 10px;
		/* border: 1px solid red; */
		}
		.head_top .sprachwahl
			{
			margin-top: 05px;
			float: left;
			display: block;
			}
		.head_top .logo_top
			{
			float: right;
			display: block;
			}
	.head_body
		{
		display: block;
		width: 900px;
		height: 190px;
		color: white;
		}
		.head_body .banner_image
			{
			width: 900px;
			height: 190px;
			display: block;
			background-color: #0074E8;
			z-index: auto;
			}
			.head_body .banner_image .csc-header,
			.head_body .banner_image H1
				{
				visibility: hidden;
				margin: 0px;
				padding: 0px;
				}
			.banner_image div.csc-textpic-left div.csc-textpic-imagewrap,
			.banner_image div.csc-textpic div.csc-textpic-imagecolumn,
			.banner_image div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image
				{
				float: none;
				}
				
		.head_body .banner_FARBE1
			{
			position: relative !Important; 
			width: 900px;
			height: 190px;
			display: block;
			margin-top: -190px;
			background-image: url("../../fileadmin/bilder/style/head/banner_farbe1_2.png");
			background-repeat: no-repeat;
			z-index: auto;
			}
		.head_body .banner_FARBE2
			{
			position: relative !Important; 
			width: 900px;
			height: 190px;
			display: block;
			margin-top: -190px;
			background-image: url("../../fileadmin/bilder/style/head/banner_farbe2_2.png");
			background-repeat: no-repeat;
			z-index: auto;
			}
		.head_body .menu_top
			{
			position: relative !Important; 
			width: 900px;
			/* height: 190px; */
			display: block;
			margin-top: -190px;
			text-align: left;
			z-index: auto;
			}
		.head_body .slogan
			{
			position: relative !Important;
			width: 900px;
			height: 190px;
			display: block;
			margin-top: -190px;
			text-align: right;
			z-index: auto;
			}
			.slogan_top
				{
				display: block;
				font-family: arial, helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				margin-right: 10px;
				margin-top: 65px;
				float: right;
				z-index: auto;
				}
				.slogan_top .firm_label
					{
					margin-bottom: 5px;
					}
				.slogan_top .firm_form
					{
					width: auto;
					text-align: center;
					font-size: 17px;
					z-index: auto;
					}

/*===========================
	C O N T E N T
=============================*/
.content_total
	{
	width: 900px;
	display: inline-block;
	margin-top: 10px;
	/* border: 1px solid red; */
	z-index: 99;
	}
	.content_left
		{
		width: 180px;
		float: left;
		}
	.content_middle
		{
		width: 520px;
		float: left;
		padding: 0px 10px;
		}
		.content_middle a
			{
			font-weight: bold;
			}
	.content_right
		{
		width: 180px;
		float: right;
		}
		
	#content_right_bottom
		{
		margin: 10px 0;
		}

.footer_total
	{
	width: 900px;
	height: 20px;
	margin-top: 10px;
	# background-image: url("../../fileadmin/bilder/style/footer/hg_streifen.jpg");
	# background-repeat: repeat-x;
	background-color: #00519E;
	border-top: 2px solid black;
	color: white;
	text-align: right;
	}
