@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
    <!-- 
	body
	{}

    body
	{
		font-family:	Geneva, Arial, Helvetica, sans-serif;
    	background-color: 	#707173;
    	margin: 		0; 
    	padding: 		0;
    	text-align: 	center;
    	color: 			#000000;
    	font-size:		1em;
    }
    .gus #container
	{ 
    	width: 			880px;
    	background: 	#bc0c1d;
    	margin: 		0 auto;
    	border: 		none;
    	text-align: 	left;
    }
    .gus #sidebar1
	{
    	float: 			left;
    	width: 			170px;
		padding-top:	225px;
    }

    .gus #sidebar1 p
	{
		margin:			150px 10px 0 20px;
		text-align:		left;
		color:			#FFFFFF;
	}
	
	.gus #sidebar1 img
	{
		text-align:		center;
		margin:			0 0 0 12px;
	}

    .gus #mainContent
	{ 
    	margin: 		0 0 0 200px;
		background:		#f4b3bb;	/*fff3d7*/
    }
	.gus #headpic
	{
		float:			right;
		background:		url(images/headimg.jpg) no-repeat;
		width:			677px;
		height:			275px;
	}

	.gus #headpic a 
	{
		text-decoration:	none;
	}

	.gus #headpic p a img
	{
		text-decoration:	none;
		border:				none;
		margin-left:		5px;
		margin-top:			230px;
	}
	
	.gus #headline
	{
		border-top:		#FFFFFF solid 5px;
		border-bottom:	#FFFFFF solid 5px;
		background-color:	#bc0c1d;
		height:			90px;
		float:			left;
		min-width:		660px;
		width:			600px;
		padding:		3px 10px 3px 10px;
		font-size:		1.5em;
		text-align:		center;
		color:			#FFFFFF;
		font-weight:	bold;
	}

	.gus #headline p
	{
		margin-top:	0px;
	}
	
	.gus #content
	{
    	padding: 		50px 75px 20px 20px;	
		color:			#bc0c1d;
	}

	.gus #content p
	{
		font:			1em Geneva, Arial, Helvetica, sans-serif;
		color:			#bc0c1d;
	}
	
	.gus #content p a
	{
		text-decoration:	none;
		color:				#444444;
	}
	
	.gus #link
	{
		text-decoration:	none;
		color:				#444444;
	}	
	
	.gus #content img
	{
		margin:			0 0 0 10px;
		border-color:	#bc0c1d;
	}	
	
	
	.gus #content h1
	{
		font-size:			1.25em;
	}

	.gus #content h1 a
	{
		text-decoration:	none;
		color:				#bc0c1d;
	}
	
	.gus #headpic h2
	{
		font-size:		1.5 em;
		color:			#bc0c1d;
		text-align:		center;
		border:			#bc0c1d 2px solid;
		text-decoration:	underline;
	}

	.gus #headpic h2
	{
		font-size:		1.3em;
		color:			#bc0c1d;
		text-align:		center;
	}


	.gus #footer
	{
		height:			150px;
		padding:		0 0 0 10px;
	}

	.gus #footer img
	{
		margin:			0 0 0 10px;
/*		border:			none;	*/
		border-color:	#bc0c1d;
	}	

	.gus #footer img a
	{
		border:			none;
	}

    .fltrt
	{
    	float: 			right;
    	margin-left: 	8px;
    }
    .fltlft
	{
    	float: 			left;
    	margin-right: 	8px;
    }
    .clearfloat
	{
    	clear:			both;
        height:			0;
        font-size: 		1px;
        line-height: 	0px;
    }
    --> 
    </style><!--[if IE 5]>
    <style type="text/css"> 
    /* CSS-Box-Modell-Korrekturen für IE 5* hier. */
    .gus #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css"> 
    /* CSS-Korrekturen für alle IE-Versionen hier. */
    .gus #sidebar1 { padding-top: 30px; }
    .gus #mainContent { zoom: 1; }
    /* Mit der obigen proprietären Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderulch ist. */
    </style>
    <![endif]-->
