/* Stylesheet for argos-ag.com */
/* Copyright soft.works 2006 */
/* Base html Template is XHTML 1.0 Strict with DTD */
/* Tested Target UAs: IE 5.5+, NS 7, Mozilla 1.6, Op 7+, Safari for Mac and Windows*/
/* Hacks: uses the tantek box hack to enforce proper box model for older browsers */
/* a:link a:visited a:hover a:active a:focus */


/* general styles  - - - - - - - - - - - - - - */

body {
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 150%;
	text-align: center;
	background: #ffffff;
}

body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* td font size and line height hack for ie5 */
/* td, th font size and line height hack for ie5 */
td,th{
	line-height: 150%;
	font-size: 0.7em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: 100%;
}

/* GENERAL fonts */
p, ol, ul, div, span, h1, h2, h3, h4, h5, h6, td, th, table, input, textarea, button {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

a {
	color: #f08f23;
	text-decoration: none;
}
a:visited {
	color: #f08f23;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	text-decoration: none;
}
a:visited:hover {
	color: #cc3300;
	text-decoration: none;
}

/* to get different h1 styles per level: div.csc-header csc-header-n[1-n]*/
/* to get different h1 style for the first h1: h1.csc-firstHeader*/
h1.csc-firstHeader
{
	color: #000000;
	font-size: 160%;
	line-height: 120%;
	font-weight: 600;
}
h1
{
	color: #000000;
	font-size: 160%;
	line-height: 120%;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
}

h2
{
	color: #000000;
	font-size: 120%;
	line-height: 140%;
	font-weight: 600;
	margin: 0px 0px 4px 0px;
}

h3
{
	color: #000000;
	font-size: 115%;
	line-height: 120%;
	font-weight: 600;
	margin: 0px 0px 3px 0px;
}

h4
{
	color: #000000;
	font-size: 110%;
	line-height: 120%;
	font-weight: 600;
	margin: 0px 0px 2px 0px;
}

h5
{
	color: #000000;
	font-size: 105%;
	line-height: 120%;
	font-weight: 300;
	margin: 0px 0px 2px 0px;
}

p{margin: 0px 0px 0px 0px;}

form
{
	display: inline;
	margin-top: 0px;
	margin-bottom:0px;
}

input
{
	display: inline;
	margin-top: 0px;
	margin-bottom:0px;
	background: #white;
}

img
{
	display:block;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

ol{
	margin: 10px 0px 10px 25px;
	padding: 0px;
}

table,tr,th,td,tbody{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none #FFFFFF;
	border-collapse: collapse;
	empty-cells: show;
}

ul{
	margin: 8px 15px 8px 15px;
	padding: 0px;
}
ul li{
	list-style-type: square;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
ol li{
	margin: 0px;
	padding: 0px;
}

iframe{
	margin: 0px;
	padding: 0px;
	border: 0px none white;
}
map{
	display: none;
	visibility: hidden;
}

/* layout styles for the seo module - - - - - - - - - - - - - - */
div#seo{
	color: #ffbb26;
	font-size: 11px;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#seo h1, div#seo h2, div#seo h3, div#seo h4, div#seo h5, div#seo p, div#seo div, div#seo span, div#seo a:link, div#seo a:visited, div#seo a:hover, div#seo a:active, div#seo a:focus{
	color: #ffbb26;
	font-size: 11px;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
}

/* layout styles for t3_templ_layout_start.htm - - - - - - - - - - - - - - */

body.homePage {
	margin: 50px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
	color: #8C8E9B;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 110%;
	text-align: center;
	background: #191c37;
}

body.homePage a:link, body.homePage a:visited{
	color: #8C8E9B;
}

div#globalContainerStart{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px !important;
	border: 0px none white;
	width: 750px;
}

#contentStart{
	width: 750px;
	height: 475px;
}

#contentStart img{
	display: inline !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px none white;
}

#footerStart{
	padding: 5px 20px 5px 20px;
	text-align: center;
}

/* layout styles for t3_templ_layout_1.htm - - - - - - - - - - - - - - */

body.defaultPage{
}
body.customersPage{
}
body.bankersPage{
	background: #191c37;
}

div#menuPageLinksTop{
	z-index: 1000;
	position: relative;
	line-height: 20px;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align: right;
	margin: 0px auto 0px auto;
	padding: 0px 40px 10px 40px;
	border: 0px none white;
	width: 950px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 870px;
}
html>body div#menuPageLinksTop{
  width: 870px;
} 
div#menuPageLinksTop img{
	display: inline !important;
}


div#globalContainer{
	text-align: left;
	margin: -29px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px none white;
	width: 950px;
}
div#headerContainer{
	height: 400px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid white;
}
div#headerContainer img{
	display: inline;
}

div#logoContainer{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

div#menuTopContainer{
	margin: 0px !important;
	padding: 0px 0px 0px 30px !important;
	position: relative;
	left: 240px;
	top: 88px;
	height: 29px;
	overflow: hidden;
	z-index: 999;
	width: 670px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 640px;
}
html>body div#menuTopContainer{
  width: 640px;
}

div#menuNavtrail{
	height: 50px;
	padding: 0px 0px 0px 40px;
	color: #5292ce;
	text-align: left;
	line-height: 50px;
}
div#menuNavtrail a {
	color: #5292ce;	
}
div#menuNavtrail a:hover {
	color: #5292ce;
	text-decoration: underline;
}
div#menuNavtrail a:visited {
	color: #5292ce;
}
div#menuNavtrail a:visited:hover {
	color: #5292ce;
	text-decoration: underline;
}

div#menuVanity{
	margin-top: 20px;
}

/*#contentContainer table#contentContainerTable td#...  */

div#contentContainer{
	clear: both;
	width: 950px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 950px;
}
html>body div#contentContainer{
  width: 950px;
} 

table#contentContainerTable{
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none #FFFFFF;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}

col#leftColumnDefinition{
	width: 240px;
}

td.leftColumnContainer{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	width: 240px;
}

tbody td.leftColumnContainer{
	background-color: #c0cdd9;
}

col#contentColumnDefinition{
	width: 670px;
} 

td.contentColumnContainer{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	width: 670px;	
	background-color: #f1f4f7;
}

col#rightBorderDefinition{
	width: 40px;
}
td.rightBorderContainer{
	width: 40px;
}
tbody td.rightBorderContainer{
	background-color: #eef1f5;
}

div#footerContainer{
	width: 100%;
	background: #f05223;
}

div#bannerContainer{
	width: 100%;
	margin-top: 20px;
}

tfoot td.leftColumnContainer{
	background-image: url(argos_footer_left_trans.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
tfoot td.contentColumnContainer{
	background-color: #f1f4f7;
	background-image: url(argos_footer_mid.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
tfoot td.rightBorderContainer{
	background-image: url(argos_footer_right_trans.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* Box styling - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   left-right switching with column container 
*/
   
/* base class used for all boxes */   
.boxGeneric {
}

.boxGeneric a {
	color: #2474c2;	
}
.boxGeneric a:hover {
	color: #2474c2;
	text-decoration: underline;
}
.boxGeneric a:visited {
	color: #2474c2;
}
.boxGeneric a:visited:hover {
	color: #2474c2;
	text-decoration: underline;
}


/*use this for templates with only title*/
/*
	height: 20px;
	line-height: 20px;
*/
.boxTitle{
}

/*main box content container*/
.boxContent{
}

.boxContent ol, .boxContent ul{
}
.boxContent li{
}

/*box footer, hide, if not needed, no contents in it*/
.boxFooter{
	display: none;
	visibility: hidden;
}

/*within boxContent*/
.boxData{
	text-align: center;
}
.boxDataPrice{
	text-align: center;
}
.boxDataImage{
	text-align: center;
}
.boxDataImage img{
	display: inline;
}
.boxDataMore{
}

/*specific box selectors - see templates/your template/boxes */

/* Search - - - - - - - -  */
.boxSearch{
	margin: 0px;
	padding: 0px 40px 0px 40px;
    border-bottom: 1px solid white;
	height: 50px;	
	vertical-align: middle;
}
.boxSearchTable{
	width: 160px;
	margin: 0px;
	padding: 0px;
}
.boxSearchTable td{
	vertical-align: middle;
}
.boxSearch .boxContent{
	padding-top: 15px;
}
.boxSearch input.INPUTTEXT{
	border: 1px solid #1e1c26;
	width:100px !important;
	background: white;
}
.boxSearch .boxDataMore, .boxSearch .boxTitle{
	display: none;
	visibility: hidden;
}
.boxSearch .INPUTSUBMITIMAGE{
	margin-left: 5px !important;
}

/* Navigation, Menues  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* alternativ zu height in px und line-height in px kann auch lediglich line-height prozentual notiert werden um
   bei Schriftartskalierung entsprechende Vergrößerung zu erreichen
   height: 20px; line-height: 20px;
 */

/* horizontal navigation - - - - - - - - - - - - - -*/
#menuTopContainer{
	background-image: url(argos_menu_top_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px !important;
}
#menuTopContainer img{
	display: inline !important;
}


/* vertical navigation - - - - - - - - - - - - - - */
#menuVertical{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menuVertical ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menuVertical ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
}

#menuVertical a:link, #menuVertical a:visited {
	color: #333333;
	display: block;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

#menuVertical a:hover, #menuVertical a:active {
	color: #000000;
	display: block;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
}

/* navigation generic for all levels - - - - - - - - - - - - - - */

.mv-0-no{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 40px 0px 40px;
	background: #c0cdd9;
}
a:link.mv-0-no, a:visited.mv-0-no {
}
a:hover.mv-0-no, a:active.mv-0-no, a:focus.mv-0-no{
	background: #25232f !important;
	color: white !important;
}


.mv-0-act{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 40px 0px 40px;
	background: #c0cdd9;
	font-weight: bold;
}

a:link.mv-0-act, a:visited.mv-0-act {
}
a:hover.mv-0-act, a:active.mv-0-act, a:focus.mv-0-act{
	background: #25232f !important;
	color: white !important;
}


.mv-0-cur{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 40px 0px 40px;
	background: #f1f4f7;
	font-weight: bold;
	color: #2474c2 !important;
}
a:link.mv-0-cur, a:visited.mv-0-cur {
}
a:hover.mv-0-cur, a:active.mv-0-cur, a:focus.mv-0-cur{
}


.mv-1-no{
	padding: 0px 40px 0px 50px;
	margin: 0px 0px 0px 0px;
	background: #e6ebf0;
}
a:link.mv-1-no, a:visited.mv-1-no {
}
a:hover.mv-1-no, a:active.mv-1-no, a:focus.mv-1-no{
	background: #505361 !important;
	color: white !important;
}
.mv-1-act{
	padding: 0px 40px 0px 50px;
	margin: 0px 0px 0px 0px;
	background: #e6ebf0;
	font-weight: bold;
}
a:link.mv-1-act, a:visited.mv-1-act{
}
a:hover.mv-1-act, a:active.mv-1-act, a:focus.mv-1-act{
	background: #505361 !important;
	color: white !important;
}
.mv-1-cur{
	padding: 0px 40px 0px 50px;
	margin: 0px 0px 0px 0px;
	background: #f1f4f7;
	font-weight: bold;
	color: #2474c2 !important;
}
a:link.mv-1-cur, a:visited.mv-1-cur {
}
a:hover.mv-1-cur, a:active.mv-1-cur, a:focus.mv-1-cur{
}

.mv-2-no{
	padding: 0px 40px 0px 60px;
	margin: 0px 0px 0px 0px;
	background: #eef1f5;
}
a:link.mv-2-no, a:visited.mv-2-no {
}
a:hover.mv-2-no, a:active.mv-2-no, a:focus.mv-2-no{
	background: #686e7d !important;
	color: white !important;
}
.mv-2-act{
	padding: 0px 40px 0px 60px;
	margin: 0px 0px 0px 0px;
	background: #eef1f5;
	font-weight: bold;
}
a:link.mv-2-act, a:visited.mv-2-act{
}
a:hover.mv-2-act, a:active.mv-2-act, a:focus.mv-2-act{
	background: #686e7d !important;
	color: white !important;
}
.mv-2-cur{
	padding: 0px 40px 0px 60px;
	margin: 0px 0px 0px 0px;
	background: #f1f4f7;
	font-weight: bold;
	color: #2474c2 !important;
}
a:link.mv-2-cur, a:visited.mv-2-cur {
}
a:hover.mv-2-cur, a:active.mv-2-cur, a:focus.mv-2-cur{
}



.mv-last{
}
.mv-spacer{
}



/* Inner Content  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*within content  we have the following*/

#content-title-image{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* - - - - - - - content - - - - - - - - - - */

#content{
	padding: 0px 0px 20px 40px;		
	width: 670px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 630px;	
}

html>body #content {
  width: 630px;
} 

#content #content-page-one-column{
	clear: both;    
	padding: 0px;
	margin: 0px;
}

#content #content-page-one-column-border{
	clear: both;    
	padding: 0px;
	margin: 0px;
}

#content #content-page-two-column-left{
	float: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width:305px;
}

#content #content-page-two-column-right{
	float: right;
	vertical-align: top;
	padding: 0px;
	margin: 0px;	
	width:305px;
}


/* - - - - - -  content-single - - - - - - - - */

#content-single{
	padding: 10px 10px 10px 10px;		
	width: 675px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 655px;	
}

html>body #content-single {
  width: 655px;
} 

#content-single #content-title-image{
}

#content-single #content-page-two-column-left{
	float: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width:350px;
}

#content-single #content-page-two-column-right{
	float: right;
	vertical-align: top;
	padding: 0px;
	margin: 0px;	
	width:290px;
}

#content-single #content-page-two-column-right .csc-textpic-intext-left-nowrap .csc-textpic-text{
	margin-left: 10px !important;
	padding: 0px !important;
}

/* menu-page-func - - - - - - - - - - - - - - */

#menu-page-func{
	padding: 0px 0px 10px 20px;
	text-align: left;	
	font-weight: bold;
}
#menu-page-func a{
	font-weight: normal !important;
	color: #c4161c;
}

#content a{
	font-weight: bold;
}
#content a:link, #content a:visited{
	color: #c6161c;
}

#content a:hover, #content a:visited:hover{
	color: #565958;
}



/* horizontal sub nav - - - - - - - - - - - - - - */
#menu-horizontal-sub ul {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#menu-horizontal-sub li {
	display: inline !important;
	list-style-type: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#menu-horizontal-sub li div{
	display: inline !important;
}

#menu-horizontal-sub a:link, #menu-horizontal-sub a:visited {
	display: inline !important;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}

#menu-horizontal-sub a:hover, #menu-horizontal-sub a:visited:hover {
	display: inline !important;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

#mhs-1{
}

#mhs-2{
}

#mhs-3{
}


a:link.mhs-act, a:visited.mhs-act{
	color: #336633 !important;
}
a:hover.mhs-act, a:visited:hover.mhs-act {
	color: #CC0000 !important;
}

a:link.mhs-cur, a:visited.mhs-cur {
	color: #CC0000 !important;
}
a:hover.mhs-cur, a:visited:hover.mhs-cur {
	color: #CC0000 !important;
}

/* footer */
#footer{
	clear: both;
	padding: 20px 0px 0px 40px;
	text-align: left !important;
	color: #8f8f8f;
	font-size: 95%;
}
#footer a:link, #footer a:visited{
	color: #8f8f8f;
}
#footer a:hover, #footer a:active{
	color: #2474c2;
}

/* - - - - - - T3 Styles - - - - - - - - - - - - - */

/*overwrite a bug in css_styled content for typo 4.02 */
/*
div.csc-textpic-caption-c .csc-textpic-caption { display: block; }
div.csc-textpic-caption-r .csc-textpic-caption { display: block; }
div.csc-textpic-caption-l .csc-textpic-caption { display: block; }
*/
	
/*typo3 content element imgtext and img - - - - -*/
.csc-caption, .csc-textpic-caption{
	font-size: 10px;
	color:#999999;
}
/*typo3 img tables - - - - -*/
.imgtext-table table img{
	margin: 1px !important;
}
.imgtext-table P{
	padding-left: 0px;
	padding-right: 0px;	
}

.imgtext-table img{
	display: inline !important;
}

/*typo3 table element - - - - - - - - - - - - - */
.contenttable table, table.contenttable {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	width: 100% !important;
	border-collapse: collapse;
}
.contenttable td{
	padding: 0px !important;
}
.tr-0{
	font-weight: bold;
}
.tr-0 td{
	border-bottom: 1px solid black;
}
.tr-odd{
}
.tr-last{
}
.tr-last td{
	border-top: 1px solid black;
}
.tr-0 .td-0{
}
.tr-0 .td-last{
}
.tr-last .td-0{
}
.tr-last .td-last{
}
.td-0{
	font-weight: bold;
}


/* - - - - - - forms in tt_content: needs setup - - - - - - - - -*/
/* leave this for older extensions like tip a friend, they don't have their layout xhtml compatible yet */
.FORMGENERIC{
}
.FORMLABEL{
	padding-right: 5px;
}
.FORMINPUT{
	padding-right: 5px;
}
.FORMERROR{
	color:#ff0000;
	font-weight:bold;
}
.FORMSECTION{
	font-weight: bold;
	color: #000000;
}
.FORMHEAD{
	font-size: 14px;
	font-weight: bold;
	color: #f08f23; 
}
.FORMTIPS{
	font-size: 90%;
}
.INPUTTEXT{
	border: 1px solid #CCCCCC;
	width: 98%;
}
.INPUTSUBMIT{
	padding: 2px 5px 2px 5px;
	border: 1px solid #bdbec6;
	background-image: url(input_bg_40.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #5292ce;
	font-weight: bold;
}
.INPUTSUBMITIMAGE{
}
.INPUTSELECT{
	border: 1px solid #cccccc;
	width: 98%;
	margin: 0px;
}
.INPUTCHECKBOX{
}
.INPUTOPTION{
}
.INPUTTEXTAREA{
	border: 1px solid #cccccc;
	width: 98%;
}
.INPUTLABEL{
}
.INPUTHIDDEN{
	display: none !important;
	visibility: hidden !important;
}

/*mailforms in typo 4.0 - - - - - - - - - - - - - */
fieldset.csc-mailform{
	padding: 0px;
	margin: 0px;
	border: 0px none white;
}
div.csc-mailform-label{
	color: #000000;
	font-size: 125%;
	font-weight: 600;
	clear: both;
}
div.csc-mailform-field{
	clear: both;
}
/*use 	float: left; with correct field widths to display both label and field in a row */
div.csc-mailform-field label{
	width: 100%;
	display: block;
}
div.csc-mailform-field select.INPUTSELECT{
	width: 98%;
	padding: 0px;
	margin: 0px;
}
div.csc-mailform-field select.INPUTSELECT option{
}
div.csc-mailform-field input.INPUTTEXT{
	width: 98%;
}
div.csc-mailform-field input.INPUTCHECKBOX{
}
div.csc-mailform-field input.INPUTSUBMIT{
	padding: 2px 0px 2px 0px;
	border: 1px solid #bdbec6;
	background-image: url(input_bg_40.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #5292ce;
	font-weight: bold;	
	width: 49%;
	margin: 20px 0px 0px 0px;
}
div.csc-mailform-field input.INPUTSUBMITIMAGE{
}
div.csc-mailform-field textarea.INPUTTEXTAREA{
	width: 98%;
}
div.csc-mailform-field span.csc-mailform-radio{
}
div.csc-mailform-field span.csc-mailform-radio fieldset{
	width: 98%;
	padding: 0px;
	margin: 0px;
	border: 0px none white;
}
div.csc-mailform-field span.csc-mailform-radio fieldset legend{
	clear: both;
}
div.csc-mailform-field span.csc-mailform-radio fieldset label{
}
div.csc-mailform-field span.csc-mailform-radio fieldset input.INPUTOPTION{
	display: block;
	float: left;
	clear: both;
	margin-right: 10px;
}

/* mailforms in typo upto 3.8x leave for older extensions - - - - - - - - - - - - - - - - */
/* table.csc-mailform tr td.csc-form-labelcell p.csc-form-label/req*/
/* all controls are styled with the default form styles you may set styles here to override defaults */
table.csc-mailform{
}
td.csc-form-labelcell{
	padding: 1px 5px 1px 0px;
	vertical-align: middle;
}
td.csc-form-fieldcell{
	padding: 1px 0px 1px 0px;
	font-weight:bold;
	color:#000000;
	vertical-align: middle;
}
.csc-form-label{
	color: #000000;
}
.csc-form-label-req{
	font-weight: bold;
	color: #000000;
}
.csc-form-radio{
	font-weight:normal;
	color: #000000;
}
.csc-form-comment{
}
.csc-form-commentcell{
	padding-top: 15px;
}
.csc-form-commentcell .csc-form-label{
	color: #CC0000;
	font-weight: bold;
	font-size: 120%;
}

/* - - - - - - - sitemap styles - - - - - */
div.csc-menu-2 div{
	padding: 1px 0px 1px 0px;
}
div.csc-menu-2 div img{
	display: inline !important;
	margin-right: 3px;
}
div.csc-sitemap-level1{
	line-height: 16px;
	vertical-align: middle;
	font-size: 16px;
}
div.csc-sitemap-level2{
	margin-left: 17px;
	vertical-align: middle;
}
div.csc-sitemap-level3{
	margin-left: 31px;
	vertical-align: middle;
}
div.csc-sitemap-level4{
	margin-left: 45px;
	vertical-align: middle;
}

/*margin settings between elements - - - - - - - - */
#content p.bodytext{
	margin-bottom: 10px;
}

/*tip a friend - - - - - -*/
#TIPAFRIENDFORM tr{
	background: #f1f4f7 !important;
}

#TIPAFRIENDFORM .INPUTTEXT, #TIPAFRIENDFORM .INPUTTEXTAREA{
	background: white;
}
#TIPAFRIENDFORM{
	margin: 10px 0px 10px 0px;
	width: 100%;
}
#TIPAFRIENDFORM TABLE{
	border-collapse: collapse;
	border: 0px;
	width: 100% !important;
}
#TIPAFRIENDFORM TD{
	padding: 1px 4px 1px 0px;
	border-bottom: 0px none white;
}

/*slide show - - - - - - - - - -*/
.tx-slideshow-pi1{
	border:1px solid #336633;
}

/*macina searchbox*/
.tx-macinasearchbox-pi1{
	width: 240px;
	overflow: hidden;
}

/*macina banners - - - - - - - - */
.tx-macina-banners div img{
	margin-top: 5px;
}

/* indexed search - - - - - - - - - - - - - */
.tx-indexedsearch-searchbox { 
	border: 0px none #cccccc; 
	background-color: #e6ebf0;
	padding: 10px; 
	margin: 10px 0px 0px 0px;
}
.tx-indexedsearch-searchbox table{
}
.tx-indexedsearch-searchbox td{
	padding: 2px 5px 2px 0px !important;
}

.tx-indexedsearch-searchbox p{
	padding: 2px 5px 2px 0px !important;
}

/*
	margin: 0px;
	padding: 0px 25px 0px 10px;
	height: 22px;
*/
.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	padding: 2px 5px 2px 5px;
	width: 150px;
	border: 1px solid #BDBEC6;
	background-image: url(input_bg_40.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f0f0f0;
	color: #5292ce;
	font-weight: bold;
}

.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:200px; 
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #c0cdd9;
}

.tx-indexedsearch-rules {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 95%;
	line-height: 110%;
}

.tx-indexedsearch-whatis{
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.tx-indexedsearch-sw { 
	font-weight:bold;
}

.tx-indexedsearch-sectionlinks{
}


/*
.tx-indexedsearch table, .tx-indexedsearch td{
	border-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
*/

.tx-indexedsearch-browsebox p{
	border: 1px solid #BDBEC6;
	background-color: #efefef;
	padding: 5px 10px 5px 10px; 
	margin: 0px;
	text-align: left;
}
.tx-indexedsearch-browsebox-strong{
	font-weight: bold;
}

.tx-indexedsearch-noresults { 
	font-weight:bold; 
}
.tx-indexedsearch-res{
	margin: 10px 0px 10px 0px;
}

.tx-indexedsearch-res tr, .tx-indexedsearch-res td{
	vertical-align: middle;
}

.tx-indexedsearch-title {
	font-size: 120%;
}
.tx-indexedsearch-percent { 
	font-weight:normal; 
	color: #666666; 
}
.tx-indexedsearch-descr {
}
.tx-indexedsearch-redMarkup { 
	color: #CC0000;
}
.tx-indexedsearch-info {
}
.tx-indexedsearch-secHead { 
	margin-top:20px; 
	margin-bottom:5px; 
}
.tx-indexedsearch-secHead H2 { 
	margin-top:0px; 
	margin-bottom:0px; 
}
.tx-indexedsearch-secHead TD { 
	vertical-align:middle; 
}
.noResume { 
	color : #666666; 
}

/* - - - - - RTE user defined - - - - - - - - */
unimportant{
	font-size: 80%;
	color: #666666;
}
font-size-120-percent {
	font-size: 120%;
}
font-size-110-percent {
	font-size: 110%;
}
font-size-90-percent {
	font-size: 90%;
}
font-size-80-percent {
	font-size: 80%;
}
font-size-70-percent {
	font-size: 70%;
}

/* default RTE frames border: 1px solid #c0cdd9; #c0cdd9*/
div.csc-frame-frame1{
	margin-bottom: 10px;
	padding: 10px;
	background: #c0cdd9;
	text-align: left;
}

div.csc-frame-frame2{
	margin-bottom: 0px;
	padding: 10px;
	background: #e6ebf0;
	text-align: left;
}

#content #content-page-one-column-border div.csc-frame-frame1{
	margin-bottom: 10px;
	padding: 0px;
	background: transparent;
	text-align: left;
	color: #666;
}
#content #content-page-one-column-border div.csc-frame-frame1 h1.csc-firstHeader{
	color: #555 !important;
}
 
/* - - - - - fotobook - - - - - - - - */
div.tx-gooffotoboek-pi1 {
	text-align: left;
}

div.gfpb-combined-container-outer {
	zoom: 1;
	background: #e6ebf0;
}
div.gfpb-single {
	zoom: 1;
	padding: 10px;
}
div.gfpb-single img{
	border: 1px solid white;
}
div.gfpb-navigation{
	text-align: center;
	zoom: 1;
	padding: 0 10px 10px 10px;
}
div.gfpb-navigation img{
	border: 0px none white;
	margin: 0;
	padding: 0;
	display: inline;
}
div.gfpb-thumbnails-container-inner {
	clear: both;
	zoom: 1;
	background: #c0cdd9;
	padding: 10px 0 0 0;
}
div.gfpb-thumbnail-row {
	padding: 0 10px 10px 0;
	clear: both;
	zoom: 1;
}
span.gfpb-landscape {
	zoom: 1;
	display: inline;
	padding: 0 0 0 10px;
}
span.gfpb-portrait {
	zoom: 1;
	display: inline;
	padding: 0 0 0 10px;
}
div.gfpb-thumbnail-row img{
	display: inline;
	margin: 0;
	padding: 0;
	border: 1px solid white;
}