/* Html */
	html {
		height: 100.05%;
		margin: 0;
		padding: 0;
	}
	
/* Body */
	body {
		background-image: url(images/site_bkg.gif);
		background-repeat: repeat-x;
		background-position: left top;
		background-attachment: fixed;
		margin: 0;
		padding: 10px 0 0 0;
	}

	
/* Text-headers, paragraphs */
	h1 {
		font-family: Georgia, Tahoma, Verdana;
		font-size: 30px;
		font-weight: normal;
		text-align: right;
		margin: 0 0 10px 0;
		padding: 0;
		color: #ff0000;
		border-bottom: 1px solid red;
	}
	h2 {
		font-family: Georgia, Tahoma, Verdana;
		font-size: 20px;
		font-weight: normal;
		margin: 15px 0 10px 0;
		padding: 0;
		border-top: 1px solid black;
		color: #000000;
	}
	h3 {
		font-family: Georgia, Tahoma, Verdana;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 5px 0;
		text-align: center;
		color: #2c831b;
		border-top: 1px dotted #33991f;
		border-bottom: 3px double #33991f;
	}
	p {
		font-family: Georgia, Tahoma, Verdana;
		font-weight: normal;
		font-size: 12px;
		text-align: justify;
		margin: 5px 0;
		padding: 0;
		color: #000000;
	}
	p a {
		color: #cc0000;
		text-decoration: none;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	p a:hover {
		color: #ff0000;
		text-decoration: underline;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	#more {
		position: relative;
		bottom: 5px;
		right: 5px;
		font-family: Georgia, Tahoma, Verdana;
		font-weight: normal;
		font-size: 11px;
		text-align: right;
		margin: 3px;
		margin-bottom: 0;
		padding: 0;
	}
	#more a {
		color: #cc0000;
		text-decoration: none;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	#more a:hover {
		color: #ff0000;
		text-decoration: none;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
	#text-box-more {
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-family: Georgia, Tahoma, Verdana;
		font-weight: normal;
		font-size: 11px;
		text-align: right;
		margin: 3px;
		margin-bottom: 3px;
		padding: 0;
	}
	#text-box-more a {
		color: #cc0000;
		text-decoration: none;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	#text-box-more a:hover {
		color: #ff0000;
		text-decoration: none;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
/* Wrapper */
	#wrapper {
		position: relative;
		margin: 0 auto;
		padding: 0;
		height: auto;
		width: 754px;
		height: auto;
		overflow: auto;
		background-color: #ffffff;
	}
	
/* Top container */
	#top-container {
		position: relative;
		width: auto;
		height: 224px;
		padding:  1px 1px 0 1px;
		margin: 0;
	}
	
/* Logo */
	#logo {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 218px;
		height: 224px;
		background-image: url(images/aktivcalls_logo.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
/* Header image container */
	#header-container {
		position: relative;
		float: right;
		margin: 0;
		padding: 0;
		width: 533px;
		height: 224px;
	}
	#header-container img {
		position: absolute;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
/* Middle container */
	#middle-container {
		position: relative;
		width: 752px;
		height: auto;
		overflow: auto;
		padding:  1px 1px 0 1px;
	}
	
/* Menu container */
	#menu-container {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 218px;
		height: auto;
		overflow: auto;
	}
	
/* Menu */
	#menu-container ul {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
		cursor: pointer;
		width: 218px;
	}
	#menu-container li {
		position: relative;
		float: left;
		margin: 0 0 1px 0;
		padding: 0;
		cursor: pointer;
		width: 217px;
		height: 29px;
		background-image: url(images/button_gray_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	#menu-container ul li a {
		display: list-item;
		color: #676767;
		font-family: Georgia, Tahoma, Verdana;
		font-size: 18px;
		font-weight: normal;
		text-decoration: none;
		margin: 0;
		padding: 4px 0 4px 15px;
		background-image: url(images/button_gray_img.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	#menu-container ul li:hover {
		background-image: url(images/button_gray_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	#menu-container ul li a:hover {
		text-decoration: none;
		color: #ff6a36;
		background-image: url(images/button_red_img.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	* html #menu-container ul li a:hover {
		text-decoration: none;
		color: #ff6a36;
		background-image: url(images/button_red_img.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	* html #menu-container ul li a {
		height: 1%;
	}
	
/* Main text containers */
	#main-text-top-bkg {
		position: relative;
		float: right;
		margin: 0;
		padding: 0;
		width: 531px;
		height: 28px;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 0;
		border-left: 1px solid #cccccc;
		background-image: url(images/main_text_top_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	#main-text-container {
		position: relative;
		float: right;
		margin: 0;
		padding: 0 5px;
		width: 521px;
		height: auto;
		border-top: 0;
		border-right: 1px solid #cccccc;
		border-bottom: 0;
		border-left: 1px solid #cccccc;
	}
	#index-main-text-container {
		position: relative;
		float: right;
		margin: 0;
		padding: 0;
		width: 533px;
		height: auto;
		border: 0;
	}
	#main-text-bottom-bkg {
		position: relative;
		float: right;
		margin: 0;
		margin-bottom: 1px;
		padding: 0;
		width: 531px;
		height: 28px;
		border-top: 0;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		background-image: url(images/main_text_bottom_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	
/* Bottom container */
	#bottom-container {
		position: relative;
		width: 752px;
		height: auto;
		overflow: auto;
		padding:  0 1px 0 1px;
	}
	div.bottom-box {
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	padding: 0;
	margin-right: 1px;
	}
	.bottom-box #title {
		position: relative;
		width: auto;
		padding: 5px 0 3px 10px;
		margin: 0 0 1px 0;
		font-family: Georgia, Tahoma, Verdana;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		background-image:url(images/bottom_box_title_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	.bottom-box #text  {
		position: relative;
		width: auto;
		height: 138px;
		padding: 5px;
		margin: 0 0 1px 0;
		background-image:url(images/bottom_box_text_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	div.index-box {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	}
	.index-box #index-title {
		position: relative;
		width: auto;
		padding: 5px 0 3px 10px;
		margin: 0 0 1px 0;
		font-family: Georgia, Tahoma, Verdana;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		background-image:url(images/bottom_box_title_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}
	.index-box #index-text  {
		position: relative;
		width: auto;
		height: auto;
		overflow: auto;
		padding: 5px;
		padding-bottom: 0;
		margin: 0 0 1px 0;
		background-image:url(images/bottom_box_text_bkg.gif);
		background-repeat: repeat-x;
		background-position: top left;
		background-color: #E5E5E5;
	}
	
/* Copyright */
	.copyright {
		position: relative; 
		height: auto;
		width: 754px;
		background-color: transparent;
		font-family: Georgia, Tahoma, Verdana;
		font-size: 12px;
		font-style: normal;
		text-align: center;
		color: #ffffff;
		padding: 3px 0 0 0;
		margin: 0 auto;
	}  	
