/* CSS Document for standard site*/
/* Standards */

* {
	margin: 0;
	border: 0;
}

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */

/* This is a default reset css */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* End of default reset */

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 82%;
	text-align: left;
	line-height: 1.4;
}


.hide {
	display: none !important;
}

#hidden-menu {
	position: absolute;
	left: -1000px;
	width: 400px;
	display: block !important;
}

#container {
	width: 1000px;
	background: #ffffff;
	margin: 0 0 0 0;
	text-align: left;
}

/* CSS for standard tags - sitewide */

p {
	font-size: 1em;
	margin: 7px 0 6px 0;
	line-height: 1.4;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote {
	margin-left: 15px;
	width: 97%;
}

a, a:link, a:active {
	color: #003e74;
	background: none;
	text-decoration: underline;
}

a:visited {
	color: #5694c5;
}
a:hover {
	color: #003e74;
	background: #none;
	text-decoration: underline;
}

.main-column-left a:hover {
	color: #003e74;
	background: #E3ECF7;
	text-decoration: underline;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4, h5, h6 {
	font-size: 0.95em;
}


h1, h2, h3 {
	font-weight: bold;
	color: #5694c5;	
	margin: 3px 0 4px 0;
}


h4, h5, h6 {
	font-weight: bold;
	/*font-style: italic;*/
	color: #111111;	
	margin: 3px 0 4px 0;
}


h1 a, h2 a, h3 a, h1 a:link, h2 a:link, h3 a:link {
	text-decoration: underline;
}

input, select, textarea {
	font-size: 1em;
	border: 1px solid #5694c5;
}


th, td {
	font-size: 1em;
	line-height: 1.2;
}

ol {
	font-size: 1em;
	margin: 6px 0 6px 0;
	padding: 0 0 0 21px;
	list-style-type: decimal;
}

ol li {
}


ul {
	font-size: 1em;
	margin: 6px 0 6px 0;
	padding: 0 0 0 18px;
	list-style-type: square;
}

ul li {
}


/* Logo, header and toolsmenu (about us etc) ------- */

#header{
	background: url('../images/hode.png') no-repeat right 20px;
	text-align: left;
	height: 142px;
	width: 1000px;
	border-bottom: 3px solid #5694c5;
}

#header a:hover {
	background: none;
}

.text-logo {
	margin: -1000px 0 0 -1000px;
	z-index: -1;
}

#logo {
	width: 427px;
	height: 58px;
	float: left;
	margin: 40px 0 0 30px;
	display: inline; /*Hack to avoid double-margin bug in IE6*/
}

#logo img {
	margin: 0;
}

#services{
	font-size: 0.75em;
	line-height: 17px;
	position: absolute;
	top: 0px;
	left: 388px;
	color: #5694c5;
	width: 612px;	
	margin: 1px 0 0 0;
	float: right;
	text-align: right;
}

#services a, #services a:link, #services a:visited {
	color: #5694c5;
	text-decoration: none;
}

#services a:hover {
	text-decoration: underline;
}

#services span {
	float: right;
	margin: 1px 0 0 24px;
	font-weight: bold;
	display: block;
}

#header-text {
	float: right;
	padding-top: 123px;
	text-align: right;
	font-size: 12px;
	color: #5694C5;
}

#header-text h1 {
	color: #5694c5;
	font-size: 13pt;
	font-weight: bold;
	text-align: right;
}

#navigation form {
	float: right;
}

#search {
	padding-top: 2px;
}

#search input {
	border: 1px solid #5694c5;
	vertical-align: middle;
	font-size: 0.85em;
}

#search input#sword {
	width: 113px;
	background: #fff;
	margin-right: 4px;
	padding: 2px;
}

#search input.go-button {
	width: 36px;
	height: 19px;
	background: #5694c5;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1px;
}

/* Main navigation */
#navigation {
	font-size: .97em !important;
	color: #003388;	
	width: 1000px;
	background: url(../images/contentwrapper-bkg2.png) repeat-y left top;	
	clear: both;
	text-align: left;
	height: 26px;
	padding-top: 0px;
	float: left;
	display: block;
}

#navigation ul {
	list-style-type: none;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
}
#navigation ul li {
	float: left;
	padding: 2px 23px 2px 23px;
}

#navigation ul li.act, #navigation ul li.second-act {
	background: #5694c5;
}

#navigation ul li.first {
	padding: 2px 10px 2px 20px !important;
	width: 182px;
	display: block;
	color: #fff;
	font-weight: bold;
}

#navigation ul li.first-act {
	padding: 2px 10px 2px 19px !important;
	width: 183px;
	display: block;
	color: #fff;
	font-weight: bold;
} 

#navigation li a {
	color: #5694c5;
	text-decoration: none;
	float: left;
	background: none;
}

#navigation li.first a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation li.first-act a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a.act, #navigation li a.second-act  {
	color: #fff;
	background: none;
	text-decoration: underline;
}

#navigation li a:hover {
	text-decoration: underline;
}

/* ----- submenu and content ----- */

#contentwrapper {
	width: 1000px;
	text-align: left;
	padding: 0;
	background: url(../images/contentwrapper-bkg2.png) left top repeat-y;
}

/* ---- left column - subnav --- */

div#left-column {
	float: left;
	width: 212px;
	text-align: left;
	padding: 0 0 15px 0;
}

#sub-nav {
	width: 212px;
	color: #fff;
}

#sub-nav a, #sub-nav a:link, #sub-nav a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#sub-nav li a.act, #sub-nav li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#sub-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub-nav ul li {
	padding: 2px 5px 2px 0px;
	line-height: 1.2;
	font-size: 0.94em;
}

#sub-nav ul li.section-first,
#sub-nav ul li.section {
	padding: 0 !important;
	/*padding: 8px 10px 5px 5px !important;*/
	font-size: 1.05em;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#sub-nav ul li.section {
	margin-top: 30px;
	/*border-top: 10px solid #ffffff;*/
}

#sub-nav .menuSection {
	display: block;
	padding: 4px 5px 4px 19px;
	background: #e3ecf7;
	color: #5694c5;
}

#sub-nav .menuSection a,
#sub-nav .menuSection a:hover,
#sub-nav .menuSection a:visited {
        color: #5694c5;
        text-decoration: none;
        font-weight: bold;
}

#sub-nav ul li ul {
	padding-top: 4px;
	margin-left: 19px;
}

#sub-nav ul li ul li {
	background: url(../images/white-point.png) no-repeat 0px 7px;
	padding-left: 12px;
        min-height: 1px;
}

#sub-nav ul li ul li ul {
	margin-left: 4px;
}

#sub-nav ul li ul li a {
	font-size: 1em;
}

#sub-nav ul li ul li a.act {
}

#sub-nav ul li ul li a:hover {
}

#sub-nav ul li ul li ul li {
	padding-left: 0px;
	line-height: 1.2;
	padding-left: 10px;
}

#sub-nav ul li ul li ul li ul li {
	padding-left: 10px !important;
}

#sub-nav ul li ul li ul li a, #sub-nav ul li ul li ul li a:link, #sub-nav ul li ul li ul li a:visited {
	font-size: 0.95em !important ;
	font-weight: normal;
	color: #fff;
}

#sub-nav ul li ul li ul li a.act {
	text-decoration: underline;
} 

div#sub-nav ul li ul li ul li a:hover {
	text-decoration: underline;
}


	
/*------ Center column, and breadcrumb --------*/

div#centerwrap {
	float: left;
	padding: 0 0px 0 20px;
	width: 768px;
	text-align: left;
	font-size: 1em;
}

div#bread {
	font-size: 0.9em;
	padding: 10px 170px 15px 6px;
	color: #5694c5;
	width: 592px;
	float: left;
    line-height: 0.9;
}

div#bread a {
	color: #5694c5;
}

div#print-tips {
	float: left;
	width: 592px;
	padding: 10px 6px 15px 6px;
	margin: 10px auto 0 auto;
	font-size: 0.9em;
	/*background: #ffffff url(../images/dotted-line.png) repeat-x top;*/
	border-top: 1px solid #5694c5;
	border-bottom: 1px solid #5694c5;
}

div#print-tips span {
	float: left;
}

div#print-tips span.last-update {
	font-style: italic;
}

div#print-tips span.tip-a-friend {
	padding-left: 25px;
	float: right;
}

div#print-tips span.print {
	float: right;
	white-space: nowrap;
}


div#main-column {
	clear: both;
}

.csc-frame-margin {
	padding: 5px 170px 10px 6px;
	clear: both;
}

.main-column-left {
        position: relative;
}

.main-column-left .csc-frame-margin {
	padding: 5px 6px 10px 6px;
}

.csc-frame-box {
	margin: 0 6px 10px 6px;
	clear: both;
	text-align: center;
}

.csc-frame-box h3 {
	margin: 0;
}

.csc-frame-box h3 a {
        display: block;
	padding: 6px;
	border: 1px solid #00529b;
	background: #5694C5;
	color: white !important;
	text-align: center;
	font-size: 1.3em;
}

.csc-frame-box h3 a:hover {
	background: #00529b;
	color: white !important;
}

.main-column-left .csc-frame-margin-topline {
	padding: 10px;
}

.csc-frame-margin-left {
	padding: 5px 5px 10px 10px;
	float: left;
	width: 550px;
}

.csc-frame-margin-right {
	float: left;
	padding: 5px 5px 10px 5px;
	width: 300px;
	margin: -260px 0 0 250px;

}

.mapmenu-left {
	float: left;
	width: 135px;
}

.mapmenu-right {
	float: left;
	width: 135px;
}

.section-map {
	font-size: 1.1em !important;
	color: #5599ee !important;
	padding: 9px 0 3px 0;
	font-weight: bold;
}

.csc-frame-margin-right ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.csc-frame-margin-right a {
	color: #5599ee;
	font-size: 0.9em !important;
	font-weight: normal !important;
}

.csc-frame-margin-right a:hover {
	color: #003388 !important;
}

.csc-frame {
	padding: 5px 0 10px 0;
	clear: both;
}

/*.csc-header {
	padding: 10px 15px 0px 10px;
	background: url(../images/dotted-line.png) repeat-x top;
	clear: both;
}

.csc-header-n1 {
	background: none;
} */

.csc-firstHeader a {
	text-decoration: none !important;
	color: #003388 !important;
}

.csc-firstHeader a:hover {
	color: #5599EE !important;
}	


.author, .article-date {
	font-size: 0.9em;
	font-style: italic;
	margin: 2px 0:
}

.clearer {
	clear: both;
}

.contenttable p {
	margin: 3px 0;
	line-height: 1.2;
}

/* ---- footer ---- */

#footer {
	font-size: 0.75em;
	text-align: left;	
	width: 788px;
	height: 100%;
	padding: 0 0 0 212px;
	clear: both;
	color: #5694c5;
	background: url(../images/contentwrapper-bkg2.png) left top repeat-y;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: #5694c5;
}

#footer-copyright {
	float: none;
	width: 	762px;
	padding: 3px 0 2px 26px;
	/*background: url(../images/dotted-line.png) repeat-x top;*/
}

#footer-copyright a {
	color: #5694c5;
}

#footer-address {
	float: none;
	padding: 0 0 0 22px;
}

#footer-address img {
	margin-right: 40px;
}

/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; margin-bottom: 10px; margin-top: 7px;}

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }


div.phoneBannerAll {
   margin-top: 17px;
   margin-left: -7px;
}

.csc-frame-image-front {
	padding: 5px 5px 10px 10px;
	float: left;
	width: 500px;
        left: -50px;
        top: 20px;
        position: absolute;
}

.csc-frame-content-front {
	padding: 5px 10px 10px 6px;
        position: absolute;
        top: 200px;
	clear: both;
        left: 250px;
}

.csc-frame-news h2 {
	font-size: 1.2em;
}