* {
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    font-family: Arial, Helvetica, Sans-Serif, Verdana;
    margin: 0px auto;
    padding: 0px;
    text-align: center;

    background-color: #ffffff;
    scrollbar-face-color: #eeeeee;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #ffffff;
    scrollbar-shadow-color: #eeeeee;
    scrollbar-highlight-color: #efefef;
    scrollbar-3dlight-color: #808080;
    scrollbar-darkshadow-Color: #202020;
}

#page {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 910px;
    height: 592px;
    margin: 10px 0px 10px -455px;
    border: 2px solid rgb(130,120,120);
    background-position: 600px 250px;
}

/******************************************
 * HEADER
 ******************************************/

#header {
    top: 0px;
    width: 100%;
}

#van_hees_logo {
    position: absolute;
    left: 420px;
    padding: 10px;
}

#language_selector {
    position: absolute;
    top: 55px;
    left: 700px;
    height: 50px;
    width: 200px;
}

#language_selector img {
    margin-right: 10px;
}



/******************************************
 * CHAPTER
 ******************************************/

#chapter_header {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 910px;
    //width: 906px;
}

#horizontal_line_top {
    top: 94px;
    background-color: rgb(3,78,162);
    width: 100%;
    height: 5px;
}

#chapter_image {
    background-color: rgb(3,78,162);
    width: 100%;
    height: 70px;
}

#chapter_headline {
    position: relative;
    text-align: right;
    top: 220px;
    //top: 233px;
}

#chapter_headline h1 {
    font-size: 20pt;
}

/******************************************
 * Searchbox
 ******************************************/
#searchbox {
    position: absolute;
    left: 30px;
    //left: 27px;
    top: 28px;
    z-index: 11;
}

/******************************************
 * Contact
 ******************************************/
#contact_link {
    position: absolute;
    left: 130px;
    top: 52px;
    //top: 54px;
}

#contact_link a {
    margin-right: 9pt;
    color: rgb(130, 120, 120);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}


/******************************************
 * Navigation
 ******************************************/

#left_navigation {
   position: absolute;
   width: 85px;
   height: 592px;
   //height: 588px;
   top: 0px;
   left: 20px;
   text-align: left;
   border-left: 2px solid rgb(130,120,120);
   border-right: 2px solid rgb(130,120,120);
   background-color: white;
   z-index: 10;
}

#left_navigation ul {
    position: absolute;
    list-style-type: none;
    padding-left: 0px;
    top: 134px;
    //top: 147px;
}

#left_navigation li {
    padding-top: 2px;

}

#left_navigation li img {
    border: 0px;
}

#sub_navigation {
    position: absolute;
    top: 79px;
    //position: relative;
    //top: 4px;
    width: 100%;
    height: 24px;
    background-color: rgb(3,78,162);
}

#sub_navigation ul {
    position: relative;
    left: 130px;
    -left: 110px;
}

#sub_navigation table {
    margin-left: 120px;
}

#sub_navigation a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica;
    font-size: 50px;
    text-transform: uppercase;
    margin-right: 10px;
}

#sub_navigation li.active {

}

#sub_navigation li.active a {
    background-color: #407dc1;
    color: white;
}

/* this class defines the look of the horizontal navigation */
#nav {
    list-style: none;
    position: relative;
    left: 120px;
    margin: 0px 30px 0px 0px !important;
    margin: 0px 0px 0px 20px;
}

#nav ul {
    list-style: none;
	border: none;
    display: none;
    top: 21px;
    //width: 150px;
    /* postion: absolute - is needed so that the dropdown menus go over the page content */
    position: absolute;
    overflow: visible;
}

#nav li {
    display: block;
    /* button width */
    position: relative;
    /* float: left - keeps the menu horizontal */
    float: left;
    padding: 0;
    margin-right: 10px;
	padding: 0px;
}

#nav li a {
    display: block;
    /* button background color is different than horizontal menu background */
    color: white;
	font-size: 11.4pt;
    text-decoration: none;
}

#nav li a:hover {
	background-color: #9ECEE7;
	color: #333333;
}

#footer_navigation {
    position: relative;
    top: 534px;
    float: right;
    //top: 532px;
}

#footer_navigation a {
    margin-right: 9pt;
    color: rgb(130, 120, 120);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

/******************/
/* Headers, plain */
/******************/
h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, H6 {
    margin: 0px 0px 0px 0px;
    margin-bottom: 2px;
}

h1.csc-firstHeader {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1.csc-firstHeader {
    margin-top: 0px;
}

.csc-header-n2 h1, .csc-header-n3 h1, .csc-header-n4 h1, .csc-header-n5 h1, .csc-header-n6 h1 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 12px;
}


/* RTE / Table styling */
table.contenttable {
    width: 100%;
    font-size: 11px;
}

table.contenttable tr td {
    padding: 0px 3px 0px 3px;
}

table.contenttable tr {

}

/******************************************
 * IMAGES
 ******************************************/
div.csc-textpic-clear {
    display: none;
}


/******************************************
 * Index Search
 ******************************************/
.tx-indexedsearch-res {
    font-size: 12px;
}

.tx-indexedsearch-whatis {
    font-size: 12px;
}

.tx-indexedsearch-browsebox {
    font-size: 12px;
    border: 1px solid black;
    padding: 2px;
    margin-bottom: 10px;
}

.tx-indexedsearch-sw {
    font-size: 12px;
}

/*******************/
/* Formularfelder  */
/*******************/
.csc-mailform label {
    clear: left;
    float: left;
    width: 150px;
    font-size: 12px;
}

.csc-mailform input, .csc-mailform textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #00164d;
    padding-left: 3px;
    background-color: #fff;
    border: 1px solid #bbb;
}

.csc-mailform textarea {

}

fieldset.csc-mailform {
    border: 1px outset #eee;
    width: 500px;
    padding: 5px;
}

.csc-mailform-field {
    clear: left;
    padding-top: 4px;
    //padding-top: 0px;
    margin-bottom: 1px;
}

.csc-mailform input[type=submit] {
    float: right;
}


/******************************************
 * CONTENT
 ******************************************/

#content {
    margin-top: 30px;
    position: absolute;
    width: 700px;
    height: 290px;
    top: 250px;
    left: 180px;
    overflow: auto;
    text-align: left;
}

#typo3_adminpanel {
      position: absolute;
      left: 0px;
      bottom: 10px;
}

.tx-vanheesproductgroup-pi1 {

}

.tx-vanheesproductgroup-pi1 table tr td {
    padding: 5px;
    padding-left: 0px;
}

.csc-uploads-icon img {
    border: 0px;
}

h1.csc-firstHeader {
    font-size: 16px;
}

#colRight h1.csc-firstHeader {
    font-size: 12px;
}

a img {
    border: 0px;
}

div.csc-textpic-clear {
      clear: none;
      display: none;
}

div.csc-textpic-imagewrap {

}

/*******************/
/* RTE / Bodytext: */
/*******************/

#content a {
    text-decoration: none;
    color: darkblue;
}

#content p.bodytext {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}

#content p.bodytext a {
    font-size: 12px;
	font-weight: bold;
}

/* RTE / Bulletlists */
#content ul {
    list-style-type: disc;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#content ul ul li {
	font-size: 12px;
}

#content ol {
	margin-top: 0px;
}

#content li {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 2px;
	font-size: 12px;
}

.ct_vanhess_colord_box {
    vertical-align: middle;
    padding-left: 10px;
    background-color: white;
}

.ct_vanhess_colord_box table.contenttable {
    text-align: center;
}

dd.csc-textpic-caption {
    padding-top: 5px;
    font-size: 15px;
    text-align: center;
    color: black;
}

/*    TEASER - MESSEN | by ft
-----------------------------------------------------*/

#intermeat, #sueffa {
		height: 130px;
		width: 90px;
		text-align: right !important;
		position: absolute;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 10px;
	}
	
	#intermeat a, #sueffa a {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #000;
		text-decoration: underline;
		display: block;
		margin-left: 20px;
	}
	
	
	#intermeat p, #sueffa p {
		margin-top: 85px;
		font-weight: bold;
		color: #000;
	}
	
	#intermeat {
		background:transparent url(../templates/main/images/intermeat.gif) top right no-repeat;
		top: 0;
		right: 90px;
	}
	
	#sueffa {
		background:transparent url(../templates/main/images/iffa.jpg) top right no-repeat;
		top: 0;
		right: 0px;
	}

	#page-932 #left_navigation {
	display: none;
  }

/* Print Layout */

@media print {
	body {
		text-align: left;
	}
	#header,
	#contact_link,
	#searchbox {
		display: none;
	}
	#chapter_header {
		display: none;
	}
	#chapter_headline {
		position: relative;
		top: 0 !important;
		left: 0 !important;
	}
	#left_navigation {
		display: none;
	}
	#footer_navigation {
		display: none;
	}
	#page {
		background: none !important;
		height: auto;
		width: auto;
		border: none;
		position: relative;
		margin: 0;
		left: 0;
	}
	#content {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
	}
}
