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

/* Allgemeine Angaben */
	*
	{
		margin: 0px; padding: 0px;
	}
	
	html 
	{
		height: 100%;
	}
	
	body 
	{
		height: 100%;
		background-image: url('common_images/gradient_bg.jpg');
		background-position: bottom;
		background-repeat: repeat-x;
		background-color: #A3A3A3;
		background-attachment: fixed;
	}
	
	*html body
	{
		text-align: center;
	}
	
	#spacer {
  width: 1px; height: 50%;
  margin-bottom: -300px;
  float: left;
  }
	
	#container_master
	{
		width: 760px; height: 600px; /* height: 540 */
		background-color: #ffffff;
		margin: 0px auto 0px auto !important; margin: 0px; padding: 0px;
  		position: relative;
  		clear: left;
		text-align: left;
	}
	
	h1
	{
		padding: 2px 0px 2px 0px;
		border-bottom: 1px #A9A8A8 solid;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #1D5241;
	}
	
	h2
	{
		padding: 5px 0px;
		border-bottom: 1px dashed #A9A8A8;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #6D6C6C;
	}
	
	#container_top
	{
		width: 740px; height: 80px;
		background-color: #1E5241;
		padding: 40px 0px 0px 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#container_left
	{
		width: 230px; height: 450px;
		float: left;
		position: absolute; top: 145px; left: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #6D6C6C;
	}
	
	#container_center
	{
		width: 230px; height: 450px;
		float: left;
		position: absolute; top: 145px; left: 265px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #6D6C6C;
	}
	
	#container_right
	{
		width: 230px; height: 450px;
		float: right;
		position: absolute; top: 145px; left: 510px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #6D6C6C;
	}
	
	#textlink
	{
		padding: 10px 0px;
	}
	
	#container_left img, #container_center img, #container_right img
	{
		padding: 1px 0px;
		border-top: 1px solid #A9A8A8;
		border-bottom: 1px solid #A9A8A8;
	}
	
	#container_master a 
	{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #6D6C6C;
	}
	
	#container_master a.portal
	{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #1D5241;
	}

	
	#container_master a:hover 
	{
		text-decoration: underline;
	}
	
	#container_master a img {
	padding: 1px 0px;
	border-left: none; border-right: none;
	}
