/* General Layout */

/* Remove headlines not set by RTE */
#content-wrap .csc-header {
	display:none;
}

#content-wrap {
	font: normal 12px Arial, Tahoma, Verdana, Sans-serif;
}
#content-wrap h1, 
#content-wrap h1 a, 
#content-wrap h1 a:hover,
#content-wrap h1 a:active,
#content-wrap h1 a:visited {
	font: bold 17px Times, serif;
	color: #0b337b;
	margin-bottom: 8px;
	text-decoration:none;
	background:transparent;
}
#content-wrap h2, 
#content-wrap h2 a, 
#content-wrap h2 a:hover,
#content-wrap h2 a:active,
#content-wrap h2 a:visited {
	font: bold 17px Times, serif;
	color: #0b337b;
	margin-bottom: 8px;
	text-decoration:none;
	background:transparent;
}
#content-wrap h3, 
#content-wrap h3 a, 
#content-wrap h3 a:hover,
#content-wrap h3 a:active,
#content-wrap h3 a:visited {
	font-weight: bold;
	font-size:12px;
	color: #0b337b;
	margin-top:10px;
	text-decoration:none;
	background:transparent;
}

#content-wrap p {
	margin-bottom:5px;
}

#content-wrap li {
	padding:0 0 0 5px;
	margin:0 0 0 15px;
}


/* Forms */

input.inputText, input.powermail_text, input.powermail_captcha, textarea, select {
	margin:0;
	padding:0;
	border:1px solid #bdc7c9;
	background:#fff;
}
input.button, input.tx-indexedsearch-searchbox-button, input.powermail_submit, input.tx-powermail-pi1_confirmation,
input.tx-powermail-pi1_mandatory_submit {
	border:none;
	background-color:#e4e8e9;
	padding:5px 20px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:3px;
}
input.button:hover, input.tx-indexedsearch-searchbox-button:hover, input.powermail_submit:hover, input.tx-powermail-pi1_confirmation:hover,
input.tx-powermail-pi1_mandatory_submit:hover {
	background-color:#798e91;
	color:#fff;
}

.tx-srfreecap-pi2-cant-read {
	display:block;
	color:#798e91;
	text-align:right;
}
.tx-srfreecap-pi2-cant-read a:link {
	font-weight:normal;
	color:#798e91;
}
.tx-srfreecap-pi2-cant-read a:hover {
	text-decoration:underline;
}


/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFFFFF;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #555; 
	padding: 0;
	margin: 0;
}

/* links */
a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #0b337b;
	background: inherit;
}
a:hover {
	text-decoration: underline;
}

/* images */
img {	
	border: none;
	padding: 0px;
}

/* contact box */
#contactBox {
	position: absolute;
	top: 15px;
	left:-1px;
	/*width: 200px;*/
	background-color: #C6DDEE;
	z-index: 1001;
	display: none;
	color: black;
	padding:3px 2px 9px 2px;
}
#contactBoxIEFix {
	position: absolute;
	top: 15px;
	left:-1px;
	width: 200px;
	height:90px;
	border:none;
	background-color:#FFF;
	z-index: 1000;
	display: none;
}
/* search form */
.searchform {
	position:absolute;
	top: 31px;
	right: 195px;	
	border: none;	
	margin: 0;	
}
.searchform input.textbox { 
	background-image:url(search-bar.png);
	background-repeat: repeat-x;
	position:absolute;
	left: 19px;
	width:138px;
	height:17px;
	font-size:10px;
	border:none;
	color:#40b8d1;
	/*font-style:italic;*/
	margin: 0;
}
.searchform img.glass { 
	position:absolute;
	left: 0px;
	height:17px;
	border:none;
	padding: 0;
	margin: 0;
}
.searchform img.submit { 
	position:absolute;
	left: 157px;
	height:17px;
	border:none;
	padding: 0;
	margin: 0;
	cursor:pointer;
}


/* login form */
#user_portal_login {
	position:absolute;
	top: 57px;
	right: 358px;	
	border: none;	
	margin: 0; 
}
#user_portal_login .user-portal-label {
	position:absolute;
	top: 0;
	width:150px;
	left: 12px;
	color:#ccc;
}
#user_portal_login input.userBox { 
	position:absolute;
	background-image:url(login-bgr.png);
	background-repeat: repeat-x;
	font-size:10px;
	top: 15px;
	left: 12px;
	width: 153px;
	height: 20px;
	margin: 0;
	border: none;
	padding-top:4px;
	color:#ccc;
	font-style:italic;
}
#user_portal_login input.passwordBox { 
	position:absolute;
	background-image:url(login-bgr.png);
	background-repeat: repeat-x;
	font-size:10px;
	top: 15px;
	left: 166px;
	width: 153px;
	height: 20px;
	margin: 0;
	border: none;
	padding-top:4px;
}
#user_portal_login input.passwordBoxTemp { 
	color:#ccc;
	font-style:italic;
}
#user_portal_login img.leftImage { 
	position:absolute;
	top: 15px;
	left: 10px;
	height:20px;
	border:none;
	padding: 0;
	margin: 0;
}
#user_portal_login img.middleImage { 
	position:absolute;
	top: 15px;
	left: 165px;
	height:20px;
	border:none;
	padding: 0;
	margin: 0;
}
#user_portal_login img.submit { 
	position:absolute;
	top: 15px;
	left: 319px;
	height:20px;
	border:none;
	padding: 0;
	margin: 0;
	cursor:pointer;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1026px;
	margin: 0 auto;
	padding: 0;
	background-image: url(main-frame-bgr.PNG);
}
#content-wrap {
	width: 1012px;
	padding: 0; 
	margin: 0 auto;
}

#browserOptimizedInfoBox {
	display: none;
	position: absolute;
	top: 60px;
	left: 670px;
	width: 300px;
	height: 30px;
	border: 1px;
	font: bold 12px Arial, Tahoma, Verdana, Sans-serif; /*'Trebuchet MS'*/
	color: #ff0000;		
}

#header {
	width: 1026px;
	position: relative;
	height: 121px;
	padding: 0;	
	margin-top: 0;
	color: #000000;	
}
#header h1#logo-image a {
	position: absolute;
	margin: 0;
	padding: 0;
	background: transparent;
	top: 27px;
	left: 44px;
	width: 199px;
	height: 55px;
}
#header p#slogan1 {
	position: absolute;
	margin: 0;
	padding: 0;	
	font: bold 24px Times, serif; /*'Trebuchet MS'*/
	top: 35px; 
	left: 293px;		
}

#header p#slogan2 {
	position: absolute;
	margin: 0;
	padding: 0;	
	font: normal 16px Arial, Tahoma, Verdana, Sans-serif; /*'Trebuchet MS'*/
	top: 60px; 
	left: 293px;		
}

/* header links */
#header #header-links1 {
	position: absolute;
	top: 5px;
	left: 385px; /*old: 485*/
	/*display: none;*/
}
#header #header-links1 img {
	margin: 0;
	padding: 0;
}
#header #header-links1 div {
	display:inline;
}


/* header links */
#header #header-links2 {
	position: absolute;
	top: 5px;
	right: 25px;
	color: #000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
#header #header-links2 a,
#header #header-links2 a:hover, 
#header #header-links2 a:active,
#header #header-links2 a:visited {	
	text-decoration: none;	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
#header #header-links2 table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}
#header #header-links2 tr td {
	padding: 0px 5px;
	border-left: 1px solid #C6DDEE;
	border-right: 1px solid #C6DDEE;
}
#header #header-links2 tr td#current  {	
	background-color: #C6DDEE;	
}
#header #header-links2 tr td#current a {	
	color: #FFFFFF;
}
#header #header-links2 tr td.topMenu:hover {
	background-color: #C6DDEE;
}
#header #header-links2 tr td.topMenu a:hover {
	color: #FFFFFF;	
	background-color: #C6DDEE;	
}

/* header links */
#header #header-links3 {
	position: absolute;
	top: 36px;
	right: 30px;
	font-size: 10px;
	left: 560px;
	width: 250px;
	height: 71px;
}

/* header links */
#header #header-links4 {
	position: absolute;
	top: 33px;
	left: 800px;
}

/* Menu */
#menu {
	clear: both;	
	background: url(menu-bgr.png) repeat-x top;	
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
	height: 37px;
	width: 1026px;	
}
/*AH EDIT 295*/
#menu table {
	margin: 0 auto 0 175px;
	height: 37px;
	border-collapse: collapse;
	border: none;
}
#menu tr {
	border-collapse: collapse;
	border: none;
}
#menu td {
	height: 37px;
	border: none;
}
#menu td.topMenu {
	height: 37px;
	width: 120px;
	text-align: center;
	border-collapse: collapse;
	vertical-align: top;
	padding-top: 5px;
	border: none;
	color: #000000;	
	background-image:url(menu-td-bgr.png);
	background-position:0 top;
	background-repeat:no-repeat;
}
#menu tr td.topMenu a,
#menu tr td.topMenu a:active,
#menu tr td.topMenu a:visited,
#menu tr td.topMenu a:hover {
	color:#000;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:transparent;
}
#menu tr td.topMenu:hover a,
#menu tr td.topMenu:hover a:active,
#menu tr td.topMenu:hover a:visited,
#menu tr td.topMenu:hover a:hover {
	color:#FFF;
}
#menu tr td.topMenu:hover {
	background-image: url(nav-hover-bgr-std.png);
	background-repeat: no-repeat;
	color:#FFF;
}
#menu tr td#current  {	
	background-image: url(nav-current-bgr-std.png);
	background-repeat: no-repeat;
}
#menu tr td#current a {	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#breadcrumb {
	margin:0 0 10px 0;
	padding:0;
	color:#ccc;
}
#breadcrumb ul {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}
#breadcrumb li {
	display:inline;
	margin:0;
	padding:0;
}
#breadcrumb a,
#breadcrumb a:hover
#breadcrumb a:active,
#breadcrumb a:visited {
	color:#ccc;
	text-decoration:underline;
}

/* Main Column */
#main {
	position:relative;
	width: 100%;
	margin: 0 auto;
}

/* Top area */
#main #top {
	clear: both;
	width:100%;
	padding-top: 15px;
}

#main #top #topLeft {
	float: left;
	width: 210px;
	padding: 0; 
	margin: 0px 0 0 8px;
}

#main #top #topLeft h1,
#main #top #topLeft h1 a,
#main #top #topLeft h1 a:hover,
#main #top #topLeft h1 a:active,
#main #top #topLeft h1 a:visited {
	display: block;
	height: 22px;	
	background-color: #0b337b;
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration:none;
	padding: 8px 0 0 13px;	
}

#main #top #topLeft h2 a {
	display: block;
	height: 25px;		
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
	margin-top: 12px;
	padding: 8px 0 0 13px;	
	color: black;
	border-bottom: 1px solid #e0e0e0;
}

#main #top #topLeft #currentLeft a {
	color: #384b88;
	font-size:13px;
	text-decoration:underline;
}

#main #top #topLeft h3 a {
	display: block;
	height: 25px;		
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
	border-bottom: 1px solid #e0e0e0;
	color: black;
	padding: 8px 0 0 23px;	
}

#main #top #topMiddle {
	width: 520px;
	padding: 0; 
	margin: 0 0 0 252px;
}
#main #top #topMiddle img {
	max-width:520px;
}

#main #top #topRight {
	float: right;
	width: 210px;
	padding: 8px 0 0 0; 
	margin: 0px 8px 0 5px;
	border-top-width:7px;
	border-top-style:solid;
	border-color:#0b337b;
}
#main #top #topRight div.sidebar-content {
	padding:0 10px;
}

/* Middle area */
#main #middle {
	clear: both;
	width:100%;
	padding-top: 10px;
	background-image: url(line-normal.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#main #middle #middleLeft {
	float: left;
	width: 326px;
	height: 232px;
	padding: 15px 0 0 0; 
	margin: 0px 0 0 8px;
	background-image: url(middle-left-bgr.png);
	background-repeat: repeat-x;
	background-position: 0 5px;
}

#main #middle #middleMiddle {
	width: 326px;
	height: 232px;
	padding: 15px 0 0 0; 
	margin: 0px 0 0 342px;
	background-image: url(middle-middle-bgr.png);
	background-repeat: repeat-x;
	background-position: 0 5px;
}

#main #middle #middleRight {
	float: right;
	width: 326px;
	height: 232px;
	padding: 15px 0 0 0; 
	margin: 0px 8px 0 5px;
	background-image: url(middle-right-bgr.png);
	background-repeat: repeat-x;
	background-position: 0 5px;
}

/* Bottom area */
#main #bottom {
	clear: both;
	width:100%;
	min-height: 387px;
	padding-top: 15px;
	margin-bottom:23px;
	background-image: url(bottom-bgr.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}

#main #bottom #bottomLeft {
	float: left;
	width: 326px;
	/*height: 355px;*/
	padding: 0 0 0 0; 
	margin: 0 0 0 8px;
}

#main #bottom #bottomMiddle {
	width: 326px;
	min-height: 355px;
	padding: 5px 0 0 0; 
	margin: 0 0 0 342px;
	background-color: #FFF;
}

#main #bottom #bottomRight {
	float: right;
	width: 326px;
	/*height: 355px;*/
	padding: 5px 0 0 0;  
	margin: 0 8px 0 5px;
	border-top:2px solid #798e91;
}

#main #bottom #bottomClearer {
	clear:both;
	width:100%;
	border-top:1px solid #c1c1c1;
}

/* Footer */	
#footer {
	clear: both;
	color: #aab8b9;
	background: url(footer-bottom.png) no-repeat bottom;
	clear: both;
	width: 1026px;
	min-height: 56px;
	font-size: 92%;	
	padding-bottom: 30px;
}
#footer #footerLine {
	width: 1012px;
	height: 10px;
	margin: 10px auto;		
	background-image: url(line-normal.png);
	background-repeat: repeat-x;
}
#footer a { 
	color: #aab8b9;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
#footer table {
	margin: 0 auto;
	width:900px;
	border: none;
	border-collapse:collapse;
}
#footer table td {
	min-width:110px;
	vertical-align: top;
	text-align: left;
	padding: 0 5px;
}
#footer h1, #footer h1 a {
	color: #aab8b9;
	margin: 0;
	padding: 0;
	font-size:11px;
	font-weight:bold;
}
#footer #sitemap_headline {
	color: #aab8b9;
	font-size: 18px;
}
#footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#footer li {
	padding:0;
	margin:0;
}

/* Tagcloud */
#content-wrap .tx-vgetagcloud-pi1 {
	background:#ededed;
}
#content-wrap .tx-vgetagcloud-pi1 ul {
	padding:0;
	margin:0;
}
#content-wrap .tx-vgetagcloud-pi1 li {
	margin:0;
}
