/* css Zen Garden submission - 'CSS Co., Ltd.', by Benjamin Klemm, http://www.re-bloom.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, Benjamin Klemm */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DADADA;
	background-image: url(/images/ACMarin_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}


#logo {
	width: 950px;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 222px;
	background-repeat: no-repeat;
	background-image: url(/images/imagery_bridge2.png);
	margin-bottom: 12px;
}

#padding {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}




#container {
	width: 950px;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}



/*		Formatierung des Intro Blocks
-----------------------------------------------------------------------*/

#intro {
	background: transparent url(/images/UI/BLUE/bg_intro.jpg) right top no-repeat;
	position: relative;
	padding: 1px;

}


#introSubpage {
	position: relative;
	padding: 1px;
}






#pageHeader {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

		#pageHeader h1{
			font: bold 154%/25px Arial, Helvetica, sans-serif;
		}
		
		#pageHeader h2{
			font: bold 90%/25px Arial, Helvetica, sans-serif;
		}


#quickSummary {
	color: #000;
	font: normal 75%/18px Arial, Helvetica, sans-serif;
	right: 60px;	
	position: absolute;
	top: 25px;
}

		#quickSummary .p1 {
			display: inline;
			height: 0;
			left: -1000px;
			overflow: hidden;
			position: absolute;
			top: -1000px;
			width: 0;
		}
		
		#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
			color: #F29E00;
			font-weight: bold;
		}
		
		#quickSummary a:hover, #quickSummary a:active, #quickSummary a:focus {
			text-decoration: none;
		}


#preamble {
	color: #fff;
	padding: 0px 30px 15px 15px;
	margin-left: 210px;
	margin-top: 192px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
}


	
			
		#preamble acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-weight: normal;
			font-size: 85%;
		}
		
		#preamble p {
			padding-left: 30px;
		}
		
		
#ContentSub {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	width: 753px;
	padding-left: 0px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	border-right-color: #CCC;
	background-color: #D1D3BE;
}

#ClosingCap {
	color: #333;
	position: relative;
	width: 735px;
	padding-left: 25px;
	float: right;
	padding-right: 20px;
	background-image: url(/images/bg_ClosingCap.png);
	background-repeat: no-repeat;
	height: 15px;
}

#OpeningCap {
	color: #333;
	position: relative;
	width: 735px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(/images/bg_OpeningCap.png);
	background-repeat: no-repeat;
	height: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: right;
}

#Footer {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	width: 753px;
	padding-left: 0px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}


			
		#preamblesub acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-weight: normal;
			font-size: 85%;
		}
		
		
		#preamblesub h2 {
	width: 100%;
	display: block;
	background-color: #333;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
		}
		
		#preamblesub p {
	padding-left: 30px;
	color: #E3E3E3;
		}
		
			#preamblesub li {
			margin-left: 60px;
		}
		
		
		
		

/*		Formatierung des Content Blocks (supportingText)
-----------------------------------------------------------------------*/

#supportingText {
	color: #fff;
	margin-left: 210px;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 15px 35px 15px 15px;
	position: relative;
	height: 100%;
}

		#supportingText acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-size: 85%;
			font-weight: normal;
		}

		#supportingText a, #supportingText a:link, #supportingText a:visited {
			color: #F29E00; 
			font-weight: bold;
			
		}
		
		#supportingText a:hover, #supportingText a:active, #supportingText a:focus {
			text-decoration: none
		}
		
		#supportingText p {
			padding-left: 30px;
		
		}


#explanation {
	width: 250px;
	float: left;
}

		#explanation h3 {
			background: transparent url(/images/hl_sowhat.gif) left top no-repeat;
			height: 37px;
			margin: 0 0 10px 1px;
			width: 260px;
		}
		
		#explanation .p1 {
			background: transparent url(/images/cont_img_01.jpg) 30px 0px no-repeat;
			padding-top: 130px;
		}
		
		
#participation {
	margin-left: 265px;
	margin-top: -23px;
	width: 240px;
}
		
		#participation h3 {
			background: transparent url(/images/hl_participation.gif) left top no-repeat;
			height: 37px;
			margin: 23px 0 10px 1px;
			width: 247px;
		}
		
		#participation .p1 {
			background: transparent url(/images/cont_img_02.jpg) 30px 0px no-repeat;
			padding-top: 130px;
		}
		

#benefits h3 {
	background: transparent transparent url(/images/hl_requirements.gif) left top no-repeatleft top no-repeat;
	height: 37px;
	margin: 23px 0 10px 1px;
	width: 508px;
}


#requirements {
	margin-bottom: 50px;
}
		
		#requirements h3 {
			background: transparent url(/images/hl_requirements.gif) left top no-repeat;
			height: 37px;
			margin: 23px 0 10px 1px;
			width: 508px;
		}


#preamble h3 span, #explanation h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}




/*		Nav
-----------------------------------------------------------------------*/
 
#Nav {
	color: #fff;
	font-weight: normal;
	position: relative;
	width: 185px;
	float: left;
	background-color: #87B32A;
}
		
		#Nav h3 {
	display: block;
	color: #000;
	font-size: 10pt;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
		}
		
			#Nav h3 a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
		}
		
		#Nav a, #linkList a:link, #Nav a:visited  {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
		}
		
		
	
		
		
		
		#Nav a:hover, #Nav a:active, #Nav a:focus  {
	text-decoration: none;
	background-color: #F3FED0;
	display: block;
		}
		
		#Nav ul li {
	font-size: 12px;
	list-style: square;			
		}



	



/*		Footer Formatierung
-----------------------------------------------------------------------*/


		
		#footer a, #footer a:link, #footer a:visited {
	color: #000;
	padding: 0 6px;
		}
		
		* html #footer {
			bottom: -28px;
		}
#Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#pageHeadersubpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 0px;
	padding-top: 0px;
	z-index: 100;
	position: absolute;
	left: 225px;
	top: 103px;
	width: 586px;
}
#container #introSubpage #preamblesub table tr td {
	padding-left: 0px;
}
.tablecell {
	padding-left: 0px;
	margin-left: 0px;
}
#container #introSubpage #preamblesub table tr td p {
	padding-left: 0px;
}
#container #intro #preamble h3 {
	background-color: #343434;
	display: block;
	padding: 10px;
	font-size: 16pt;
	margin-top: 15px;
	margin-bottom: 15px;
}
#logographic {
	float: left;
	width: 371px;
	height: 222px;
}


#container #Nav ul li {
	font-size: 9pt;
	line-height: 18pt;
	padding-left: 5px;
	list-style-type: none;
}
#container #ContentSub h1 {
	text-transform: uppercase;
	font-size: 18pt;
	color: 151822;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	padding-left: 20px;
	font-weight: normal;
	padding-right: 20px;
}
#container #ContentSub h2 {
	text-transform: uppercase;
	font-size: 11pt;
	color: 151822;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #ContentSub p {
	padding-right: 20px;
	padding-left: 20px;
}
#container #ContentSub ul li {
}
#container #ContentSub ul {
	list-style-position: inside;
	margin-right: 30px;
	margin-left: 30px;
}
#homepagegraphic {
	float: right;
}
#homepageimage {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#homepagecontent {
	float: left;
	width: 350px;
}
#container #ContentSub p {
}
.introtext {
	font-size: 16pt;
	line-height: 24pt;
}


.homepagesubtext {
	font-size: 12pt;
	line-height: 18pt;
}


	#ContentSub a, #ContentSub a:link, #ContentSub a:visited {
	color: #5B881E;
		}

