/* -------------------------- ABSOLUTE GLOBAL STUFF */
body {
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: Helvetica, Arial, "Sans-Serif";
	font-size: 12px;
	color: white;
	line-height:16px;
}
#bg_image {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	overflow: hidden;
}
#bg_transparent {
	position: fixed;
	top: 0px;
	left: 280px;
	width: 520px;
	height: 100%;	
	background-image: url("../img/global/75.png");
}
	h1  {
	font-size: 24px;
	line-height: 48px;
	color: white;
	width: 100%;
	height: 48px;
	margin: 0px;
	border-bottom: 1px solid white;
	}
	h2  {
	font-size: 18px;
	line-height: 24px;
	color: red;
	width: 100%;
	height: 24px;
	margin: 0px;
	}
	h3  {
	font-size: 18px;
	line-height: 18px;
	color: white;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	p {
	font-size: 12px;
	color: white;
	line-height: 18px;
	}
	.t_input {
		background: transparent;
		color: white;
		border: 1px solid #4c4c4c;
		height: 24px;
		width: 99%;
	}
	textarea {
		background: transparent;
		color: white;
		border: 1px solid #4c4c4c;
	}
	.m {
		text-decoration: none;
		font-size: 12px;
		line-height: 25px;
	}
	.m a:link, .m a:visited  {
		background-image: url("../img/global/m_def.png");
		display: block;
		color: white;
	}
	.m a:hover, .m a:active  {
		background-image: url("../img/global/m_roll.png");
	}
	.sm {
		text-decoration: none;
		font-size: 11px;
		line-height: 25px;
		color: #999;
	}
	.sm_aktive {
		background-image: url("../img/global/sm_roll.png");
		line-height: 25px;
		font-size: 11px;
		color: #999;
		padding-left: 6px;
	}
	.m_aktive {
		background-image: url("../img/global/m_roll.png");
		line-height: 25px;
		color: white;
	}
	.sm a:link, .sm a:visited  {
		background-image: url("../img/global/sm_def.png");
		display: block;
		color: #999;
		padding-left: 6px;
	}
	.sm a:hover, .sm a:active  {
		background-image: url("../img/global/sm_roll.png");
	}
	#navigation{
		position: fixed;
		top: 203px;
		left: 50px;
		width: 191px;
		height: auto;
		z-index: 2;
		padding-left: 0px;
		height:431px;
		border-top: 1px solid white;

	}
	#images {
		position: absolute;
		top: 155px;
		right: 0px;
		width: 160px;
		height: auto;
		z-index: 99;
		background-image: url("../img/global/75.png");
		border-bottom: 1px solid white;
	}
	#images img {
		padding: 0px 0 4px 0;
	}
	#imgScala {
		position: absolute;
		top: 229px;
		right: 0px;
		width: 160px;
		z-index: 99;
		line-height:24px;
		border-bottom: 1px solid white;
		background-image: url("../img/global/75.png");
		overflow:hidden;
	}
	.imgScala a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.imgScala a:hover {
		background-color: white;
		display: block;
	}
	#showMenu{
		position: absolute;
		top: 254px;
		right: 0px;
		width: 160px;
		height: auto;
		z-index: 99;
		line-height:24px;
		border-bottom: 1px solid white;
		background-image: url("../img/global/75.png");
	}
	#paText {
		position: absolute;
		top: 155px;
		left: 230px;
		width: 520px;
		height: auto;	
	}
	a:link, a:active, a:visited {
		text-decoration: none;
		color: white;	
		height: 25px;	
	}
	a:active, a:hover {
		text-decoration: none;
		color: red;		
		height: 25px;
	}
	/* -------------------------- Logo */
	#PA_logo {
	  position: fixed;
	  top: 40px;
	  left: 50px;
	  width: 191px;
	  height: 28px;
	  z-index: 100;
	background-image: url("../img/global/pa_logo.png");
	  }

/* -------------------------- THIS IS JUST A DUMMY PICTURE OF THE SITE */
#PA_content {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 800px;
    height:100%;   
}
.cellCont {
	float: left;
	border-bottom: 1px dotted #4c4c4c;
	width: 150px;
	margin-right: 20px;
	line-height:24px;
	height: 24px;
}
.cellCont1 {
	float: left;
	border-bottom: 1px dotted #4c4c4c;
	width: 150px;
	margin-right: 20px;
	line-height:24px;
	height: 24px;
}
.cellCont4 {
	float: left;
	border-bottom: 1px dotted #4c4c4c;
	width: 70px;
	margin-right: 20px;
	line-height:24px;
	height: 24px;
}
.cellCont2 {
	float: left;
	border-bottom: 1px dotted #4c4c4c;
	width: 24px;
	margin-right: 20px;
	line-height:24px;
	height: 24px;
}
.cellContO {
	float: left;
	width: 70px;
	margin-right: 20px;
	line-height:24px;
	height: 24px;
}
.cellContO1 {
	float: left;
	width: 150px;
	margin-right: 20px;
	line-height:24px;
	height: 24px;
}
.cellContO2 {
	float: left;
	width: 24px;
	margin-right: 20px;
	line-height:24px;
	height: 24px;
}


