/* CSS Document */
/* TYPO */
	a
	{
	outline: none;
	}
	a:link
	{ 
		color: #003873;
		text-decoration: underline;
	}
	a:visited
	{
		color: #003873;
		text-decoration: underline;
	}
	a:hover 
	{
		color: #6E8EAF;
		text-decoration: underline;
	}
	a:active
	{
		color: #003873;
		text-decoration: underline;
	}
	img
	{
	border: none;
	}
	
	h1, h2
	{
		color: #003873;
		font-family: Helvetica, Arial;
		font-weight: bold;
	}
	
	h1
	{
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	h2
	{
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	p
	{
		margin: 14px 0 0 0;
		font-weight: normal;
		font-size: 12px;
		font-family: Helvetica, Arial;
		color: #003873;
		line-height: 22px;
		letter-spacing: 1px;
	}
	
	p:ul
	{
		margin: 30;	
	}
	
	ul
	{
		font-size: 12px;
		color: #003873;
		margin: 0;
		padding: 0;
		line-height: 22px;
		letter-spacing: 1px;
	}
	li
	{
		list-style-position: inside;
	}
	span
	{
		display: none;	
	}
	.clear
	{
		clear: both;
		font-size: 0;
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
	}
	
/* LAYOUT */
	body
	{
		padding: 0;
		margin: 0;
		font-family: Helvetica, Arial;
		text-align: center;
		background: #ededee; 
	}
	
	#container
	{
		margin: 0px auto;
		text-align: left;
		width: 974px;
		/*1000px;*/
		height: auto;
		/*padding-bottom: 12px;*/
		/*background: #ffffff url(../css/img/bg.jpg);*/
		background: #FFFFFF;
		border: solid 1px #003e7f;
	}
	
	#inner
	{
		width: 974px;
		display:inline;
		height: auto;
		background: #ffffff;
		float:left;
		margin-left:0px;
		padding-bottom: 12px;
	}
	
	
	#top 
	{
		width: 974px;
		height:117px;
		clear:both;
		border-bottom: 1px solid #FFFFFF;		
		background: #003e7f;
		/* background:url(../css/img/top.jpg); */
	}
	
	
	#bottom 
	{
		width: 974px;
		height:38px;
		clear:both;
		background: #ffffff;
		/*background:url(../css/img/bottom.jpg);*/

		
	}
	
	#header
	{
		height: 80px;
		width: 974px;
		/* background: #fef6e7; */
	

	}
	
	#header img
	{
		margin: 60px 0 0 52px;
	}
	
	#header_visual
	{
		width: 974px;
		background: #33608F;
		padding: 0px 0px 0px 0px;
		
		
	}
	#header_visual img
	{
		float: left;
		border-bottom: 1px solid #003e7f;
	}

	#navigation 
	{
		background: #6688AB;
		float: left;
		display: inline;
		margin: 70px 0 0 38px;
		padding: 0;
		width: 200px;
		border-right: solid 1px #a9a9a9;
		border-bottom: solid 0px #a9a9a9;	
	}

	#navigation ul
	{
	}

	#navigation ul li
	{
		line-height: normal;
		letter-spacing: normal;
		list-style: none;
		list-style-position: outside;
		font-weight: normal;
	}

	#navigation ul li a
	{
		display:block;
		padding: 6px 0 0 30px;
		margin: 0;
		height: 22px;
		font-size: 12px;
		font-family: Helvetica, Arial;
		text-decoration: none;
		color: #003873;
		background: #ededee;
		border-top: 1px solid #E5EBF1;
		border-bottom: 1px solid #a9a9a9;

	}
	
	#navigation ul li a:hover
	{
		display:block;
		padding: 6px 0 0 30px;
		color: #898989;
	}
	
	#navigation ul li a.submenu
	{
		display:block;
		padding: 6px 0 0 40px;
		height: 22px;
		text-decoration: none;
		color: #003873;
		background: #dedede;
		border-top: 1px solid #E5EBF1;
		border-bottom: 1px solid #a9a9a9;
	}
	
	#navigation ul li a.submenu:hover
	{
		display:block;
		padding: 6px 0 0 40px;
		color: #898989;
	}
	
	#navigation ul li a.sub
	{
		background-image:url(../css/img/pointer.gif);
		background-position:9px 9px;
		background-repeat:no-repeat;
	}
	
	#navigation ul li a.sub:hover
	{
		background-image:url(../css/img/pointer_hover.gif);
		background-position:9px 9px;
		background-repeat:no-repeat;
	}	
	#navigation ul li a.home
	{
		background-image:url(../css/img/home_icon.gif);
		background-position:9px 9px;
		background-repeat:no-repeat;
	}
	
	#navigation ul li a.home:hover
	{
		background-image:url(../css/img/home_icon.gif);
		background-position:9px 9px;
		background-repeat:no-repeat;
	}
	
	#center_pane
	{
		float: left;
		margin: 70px 0 0 40px;
		padding-right: 40px;
		width: 415px;
		border-right: solid 1px #003873;

	}
	#right_pane 
	{  
		float:left;
		margin: 70px 0 0 40px;
		padding-left: 10px;
		width: 178px;
		height: auto;				
		/* border-left: solid 1px #003873; */
	}
	
	#footer
	{
		clear: both;
		font-size: 0px;
		heght: 0px;
		width: 0px;
		margin: 0;
		padding: 0;
		visibility: hidden;
	}
	

	.content_pic
       {
        float: right;
        margin: 0px 0px 0px 20px;
	vertical-align: top;        
	border: #003873 1px solid;	
        }
	
	
	
/* TABELLEN */

	.Referenzen
	{
		min-width:419px;
		width: 419px;

		border: #003873 0px solid;
		padding: 0px;
/*		border-spacing: 15px; */
/*		border-collapse: true */

		font-weight: normal;
		font-size: 12px;
		font-family: Helvetica, Arial;
		color: #003873;
		line-height: 22px;
		letter-spacing: 1px;

	}

	
	.table_top
	{
		width: 419px;
		height:15px;
		max-height:15px;
		background:url(../css/img/top_table.jpg);
		background-repeat: no-repeat;
	}


	.table_bg
	{
		width: 419px;
		background:url(../css/img/bg_table.jpg);
	}
	
	.table_bottom
	{
		width: 419px;
		height:12px;
		background:url(../css/img/bottom_table.jpg);
		background-repeat: no-repeat;		
	}