/*---------------------------------------------------------------
LAYOUT STYLES
-----------------------------------------------------------------*/

html, body{ 
 margin:0; 
 padding:0; 
 text-align:left;
 font-family: Arial, sans-serif;
} 
 
#pagewidth{ 
 width:860px;  
 margin-left:auto; 
 margin-right:auto;
 padding: 0;
 height: 600px;
} 
 
#header{
 background-color:#FFFFFF; 
 width:100%;
 padding: 20px 0 0 0;
 margin: 0 0 0 0;
} 
 
#maincol{  
 width: 100%;
 }

#maincol .height{  
 height: 280px;
 }

 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*---------------------------------------------------------------
COMMON STYLES
-----------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

h1 {
	text-align: left;
	font-size: 11px;
	padding: 10px 0 30px 0;
	margin: -10px 0 -20px 0;
}

h2 {
	font-size: 20px;
	display: inline;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 40px;
}

.suggestieknop { behavior: url(/site-layout/iepngfix.htc) }

img {
	border: none;
	}

.clear {
 clear: both;
}


/*---------------------------------------------------------------
NAVIGATION STYLES
-----------------------------------------------------------------*/

#navcontainer {
float: left;
clear: right;
padding: 0;
margin: 0 0 0 50px;
font-size: 15px;
width: 770px;
}

#navlist {
  float: left;
}

#navlist2 {
  float: right;
}

#navcontainer ul {
margin: 0;
padding: 0;	
}

#navcontainer ul li {
display: inline;
list-style-type: none;
padding: 0 0 0 5px;
}

#navcontainer ul li a:link {
text-decoration: none;
color: #6d6d6d;
}

#navcontainer ul li a:visited {
text-decoration: none;
color: #6d6d6d;
}

#navcontainer ul li a:hover {
text-decoration: none;
color: #8b8b8b;
}

#navcontainer ul li a:active {
text-decoration: none;
color: #b6b6b6;
}

#active {
text-decoration: none;
color: #b6b6b6;
}

#current {
text-decoration: none;
color: #b6b6b6;
}

/*---------------------------------------------------------------
CORNER STYLES
-----------------------------------------------------------------*/

.header ul {
	background: url(/site-layout/gfx/corners.png) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.header ul li {
	float: right;
	background: url(/site-layout/gfx/corners.png) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}
.footer ul {
	background: url(/site-layout/gfx/corners.png) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.footer ul li {
	float: right;
	background: url(/site-layout/gfx/corners.png) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
}

.headerNews ul {
	background: url(/site-layout/gfx/corners.png) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.headerNews ul li {
	float: right;
	background: url(/site-layout/gfx/corners.png) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}
.footerNews ul {
	background: url(/site-layout/gfx/corners.png) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.footerNews ul li {
	float: right;
	background: url(/site-layout/gfx/corners.png) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
}

.boxes {
 width: 820px;
 margin: 0 auto;	
}

.boxleft {
	float: left;
	width: 546px;
	background: #2362aa;
	color: #FFF;
	margin: 0 10px 0 0;
	padding: 0;
}

.boxright {
	float: left;
	width: 264px;
	background: #2362aa;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.boxrightDouble {
  background-color: #fff;
}

.boxright h1 {
	text-align: left;
	font-size: 24px;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
}


.boxleftNews {
	float: left;
	width: 546px;
	background: #2362aa;
	color: #FFF;
	margin: 0 10px 0 0;
	padding: 0;
}

.boxrightNews {
	float: left;
	width: 260px;
	background: #2362aa;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.content {
	padding: 0 25px 10px 35px;
	display: block;
	line-height: 16px;
	font-size: 13px;
	height: 220px;
        min-height: 220px;
        font-family: Arial, sans-serif;
}

.contentDouble {
  height: 470px;
  min-height: 470px;
  max-height: 470px;
  overflow: hidden;
}

.content img {
	margin: 0;
        padding: 0;
}

.contentTips a {
	text-decoration: none;
        color: white;
}

.contentTips a:visited {
	text-decoration: none;
        color: white;
}

.contentTips a:hover {
	text-decoration: none;
        color: #c4dffe;
}

.contentTips a:active {
	text-decoration: none;
        color: white;
}

.contentCreateers {
	padding: 0 25px 10px 35px;
	display: block;
	line-height: 16px;
	font-size: 13px;
	height: 340px;
        min-height: 340px;
        font-family: Arial, sans-serif;
}


.contentCreateers a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.contentCreateers a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.contentCreateers a:hover {
	text-decoration: none;
	color: #c4dffe;
	font-weight: bold;
}

.contentCreateers a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


.contentDisclaimer {
	padding: 0 25px 10px 35px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	height: 210px;
        min-height: 210px;
        font-family: Arial, sans-serif;
}

.contentDisclaimer a {
	text-decoration: none;
        color: white;
}

.contentDisclaimer a:visited {
	text-decoration: none;
        color: white;
}

.contentDisclaimer a:hover {
	text-decoration: none;
        color: #c4dffe;
}

.contentDisclaimer a:active {
	text-decoration: none;
        color: white;
}



.contentTipsDetail a {
	text-decoration: none;
        color: white;
}

.contentTipsDetail a:visited {
	text-decoration: none;
        color: white;
}

.contentTipsDetail a:hover {
	text-decoration: none;
        color: #c4dffe;
}

.contentTipsDetail a:active {
	text-decoration: none;
        color: white;
}

.contentRight {
	padding: 0 0 0 10px;
	display: block;
	height: 220px;
        min-height: 220px;
        font-size: 21px;
        font-weight: bold;
        font-family: Arial, sans-serif;
        text-align: center;
}

.contentRightTips {
	padding: 0 20px 0 20px;
	display: block;
	height: 220px;
        min-height: 220px;
        font-size: 22px;
        font-family: Arial, sans-serif;
}

.contentRightTips ul {
	font-size: 14px;
        font-weight: normal;
        list-style-type: none;
        line-height: 14px;
        margin: 0;
        padding: 0;
}

.contentTips {
	padding: 0 25px 0 35px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	height: 230px;
        min-height: 230px;
}

.contentTipsDetail {
	padding: 0 25px 0 35px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	height: 220px;
        min-height: 220px;
}

.contentRightContact {
	padding: 0 40px 0 40px;
	display: block;
	height: 230px;
        font-size: 14px;
        min-height: 250px;
}

.contentNews {
	padding: 0 35px 10px 35px;
	display: block;
	line-height: 16px;
	font-size: 13px;
	height: 230px;
}

.contentContact {
	padding: 55px 25px 0 35px;
	display: block;
	line-height: 20px;
	font-size: 12px;
	height: 175px;
}

.contentNews p {
	margin: 0;
	padding: 0;
}

.content-inschrijven {
	padding: 0 0 0 35px;
	display: block;
	line-height: 16px;
	font-size: 13px;
        width: 750px;
        min-height: 420px;
        font-family: Arial, sans-serif;
}
.content-inschrijven a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.content-inschrijven a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.content-inschrijven a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.content-inschrijven a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.bgInschrijven {
        width: 820px;
        clear: both;
        float: right;
        margin: 15px 4px 0 0;
        padding: 0 0 0 0;
        color: #FFF;
	background: url(/site-layout/gfx/inschrijven/inschrijvenBg.gif) repeat-y;
}

.bgInschrijven form {
   margin: 0;
   padding: 0;
}

.bgInschrijven .info_fieldset {
   border: none;
   padding: 0;
}

.bgInschrijven .info_fieldset legend {
   border: none; 
   color: #fff; 
   font-size: 16px;
   padding: 5px;
   text-transform: uppercase;
   font-weight: bold;
}
span.specialborder {
   background-color: #ea006c;
   color: #FFF;
   border:#ea006c 1px solid;
}

span.specialborder input {
   background:none;
   border:0;
}  

/* Label */

.bgInschrijven label {
   width: 160px;
   padding: 0;
   margin: 5px 0 5px 0;
   float: left;
   text-align: left;
}

/* Input, Textarea */

.bgInschrijven .textbox {
   margin: 5px 0;
   padding: 5px; 
   float: left;
   border: 1px solid #fff; 
   background-color: #fff;
   color: #333333; 
   font-size: 11px;
   width: 200px;
   font-family: Arial, sans-serif;
}

.bgInschrijven .textbox select {
   border: 1px solid #fff; 
   background-color: #fff;
   width: 200px;
   color: #333333; 
   font-size: 11px;
}


.bgInschrijven .right {
   padding: 13px 0 0 0;
}

.bgInschrijven textarea {
   margin: 5px 0;
   padding: 5px; 
   float: left;
   border: 1px solid #fff; 
   color: #333333; 
   font-size: 11px;
   width: 200px;
   height: 30px;
}


.bgInschrijven ul{
   margin: 5px 0 0 15px;
   padding: 0; 
}


.textboxleft {
	margin: 0;
	padding: 0;
}

.pageImage {
   margin: 0 0 10px 0;
   padding: 10px 0 0 0;
}

.voorbeeld {
padding: 0 0 0 0; 
font-weight: bold;
font-size: 14px;
float: right;
}

.voorbeeldBlock {
font-weight: bold;
position: relative;
top: 0px;
left: 430px;
z-index: 3000;
}

.content a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.content a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.content a:hover {
	text-decoration: none;
	color: #c4dffe;
	font-weight: bold;
}

.content a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.contentRight ul {
	font-size: 13px;
        font-weight: normal;
        list-style-type: none;
        line-height: 14px;
        margin: 0;
        padding: 0;
}

.contentRight ul li {
	margin: 0;
        padding: 0;
}

.contentRight a:link {
	text-decoration: none;
	color: #fff;
}

.contentRight a:visited {
	text-decoration: none;
	color: #fff;
}

.contentRight a:hover {
	text-decoration: none;
	color: #c4dffe;
}

.contentRight a:active {
	text-decoration: none;
	color: #fff;
}

.contentRightContact a:link {
	text-decoration: none;
	color: #fff;
}

.contentRightContact a:visited {
	text-decoration: none;
	color: #fff;
}

.contentRightContact a:hover {
	text-decoration: none;
	color: #c4dffe;
}

.contentRightContact a:active {
	text-decoration: none;
	color: #fff;
}


/*
.dock{
 width: 865px;
	
}

.dock img{
	border: none;
}
*/


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

#user_status {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
        width: 46px;
	height: 46px;
}

.suggestie {
	float: right;
	margin: 0 25px 0 0;
	padding: 0;
    width: 46px;
	height: 46px;
}

#user_status a:link {
	text-decoration: none;
	color: white;
}

#user_status a:visited {
	text-decoration: none;
	color: white;
}

#user_status a:hover {
	text-decoration: none;
	color: white;
}

#user_status a:active {
	text-decoration: none;
	color: white;
}

.logo {
	float: right;
	clear: left;
	padding: 0 25px 0 0;
	margin: 0;
}

.ondertitel {
float: right;
clear: both;
color: #7c7c7c;
font-size: 15px;
margin: 0;
padding: 10px 20px 0 0;	
}

.poppetje {
position: relative;
top: 93px;
left: 0px;
z-index: 3000;
}


/* **** lightbox *** */

form {
margin: 0;
padding: 0;	
}

.submit {
color:#fff;
font-weight: bold;
background-color: #2362aa;
border: 2px solid #2362aa;
margin: 0 23px 0 0;
float: right;
}


.labelSliderbox{
 color: white;
 font-size: 12px;
 margin: 0 10px 10px 0;
}

#sliderBox {
 font-family: Arial, sans-serif;
 text-align: left;
}

#overlay_suggestie { 
	background-image: url(../../site-layout/gfx/overlay.png); 
	}

* html #overlay_suggestie {
	background-color: #fff;
	background-color: transparent;
	background-image: url(../../site-layout/gfx/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../site-layout/gfx/overlay.png", sizingMethod="scale");
	}
	

#dual_box{
	width:300px;
	background:#2362aa;
	padding:10px;
	position: absolute;
	color: white;
	font-size: 0.9em;
}

#dual_box p {
line-height: 1.4em;
}

.virtualpage{
display: none;
}

.paginationstyle{ 
width: 860px;
text-align: center;
padding: 2px 0;
margin: 20px 0 0 0;
font-size: 14px;
}

.paginationstyle a{
padding: 0 5px;
text-decoration: none;
color: #2362aa;
}

.paginationstyle a:hover{
color: #ccc;
}

.paginationstyle a.selected{
color: #2362aa;
font-size: 17px;
}

.disclaimer {
   color: #b2b2b2;
   text-decoration: none;
   font-size: 13px;
   text-align: right;
   clear: both;
   padding: 5px 25px 20px 55px;
}

.disclaimer .padding {
   padding: 0px 0 20px 55px;
}

.disclaimer a:link {
   color: #b2b2b2;
   text-decoration: none;
}

.disclaimer a:visited {
   color: #b2b2b2;
   text-decoration: none;
}

.disclaimer a:hover {
   color: #838383;
   text-decoration: none;
}

.disclaimer a:active {
   color: #b2b2b2;
   text-decoration: none;
}	

.error {
font-size: 10px;
height: 15px;
color: #fff;
display:none;
margin: 0 0 5px 0;
}

.suggestieknop {
	
	}

.tooltip{
	width: 200px;
	color:#fff;
	font:bold 12px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center
	}

.tooltip span.top{
	padding: 30px 8px 0;
    background: url(/site-layout/gfx/bt.png) no-repeat top
    }

.tooltip b.bottom{
	padding:3px 8px 15px;
	color: #79a9d8;
    background: url(/site-layout/gfx/bt.png) no-repeat bottom
    }
    
.dockTitle {
    color: #2362aa;
    margin: -3px 0 5px 0;
    text-align: center;
}

    div#iFishEye_example_1 {
         text-align: center;
         margin: 0;
         padding: 0;
        }
    
    div#iFishEye_example_2 {
         text-align: center;
         margin: 0;
         padding: 0;
        }
    
    div#iFishEye_example_3 {
         text-align: center;
         margin: 0;
         padding: 0;
        }

      a {
        text-decoration: none;
        }

      img {
	border: none;
      }
	      
      .iFishEyeImg {
	margin: 0;
	padding: 0;
      }
 
      div#iFishEye_example_1 table {
	margin: 0 auto;
      }

      div#iFishEye_example table td.center {
        text-align: center;
      }

      div#iFishEye_example_1 table td {
	vertical-align:top;
	margin: 0;
	padding: 0;
      }
      
       div#iFishEye_example_2 table {
	margin: 0 auto;
      }

      div#iFishEye_example_2 table td {
	vertical-align:top;
	margin: 0;
	padding: 0;
      }
      
       div#iFishEye_example_3 table {
	margin: 0 auto;
      }

      div#iFishEye_example_3 table td {
	vertical-align:top;
	margin: 0;
	padding: 0;
      }

      .iFishEyeCaption {
	color: #2362aa;	
	text-decoration: none;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11.5px;
      }

      body {
        margin: 0;
        padding: 0;
        }

      #lightbox {
	background-color:#7f7f7f;
	padding: 5px;
	}

      #lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
        font-family: Arial, sans-serif;
        color: #fff;
	}
	
      #lightboxCaption {
        float: left;
        }
#keyboardMsg{ float: right; padding: 0 5px 5px 0; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/site-layout/gfx/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/site-layout/gfx/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/site-layout/gfx/overlay.png", sizingMethod="scale");
	}
	
.createer {
	font-size: 13px;
	margin: -20px 0 0 0;
	color: #fff;
	}
	
.opdrachtgever {
	font-size: 14px;
	margin: 0;
	color: #fff;
	float: left;
	}

.opdrachtgever a {
	color: #fff;
	font-weight: bold;
	}
	
.opdrachtgever a:visited {
	color: #fff;
	}
	
.opdrachtgever a:hover {
	color: #c4dffe;
	}	
	
.opdrachtgever a:active {
	color: #fff;
	}
	
.download {
	font-size: 14px;
	color: #fff;
	margin: 0;
	float: right;
	}

.download a {
	color: #fff;
	font-weight: bold;
	}
	
.download a:visited {
	color: #fff;
	}
	
.download a:hover {
	color: #c4dffe;
	}	
	
.download a:active {
	color: #fff;
	}
	
.website {
	font-size: 11px;
	margin: 15px 0 0 0;
	color: #fff;
	float: left;
	}
	
.website a {
	color: #fff;
	}

.website a:hover {
	color: #ccc;
	}
	
.portfolionav {
	color: #2362aa;
	clear: both;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	width: 800px;
	margin: 0 0 0 38px;
	text-align: center;
	}
	
.portfolionav a{
	color: #2362aa;
	padding: 0 5px;
	}

.portfolionav a:hover{
	color: #ccc;
	}	
	
.portfolioTekst {
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	margin: -15px 0 0 0;
	}
	
.workshopTekst {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	margin: -15px 0 0 0;
	}
	
.selected {
	color: red;
	}

* html object.mov {
    display: none;
}	
	
* html object.mov {
    display/**/: none;
}

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}

.players {
	float: left;
	width: 340px;
	margin: 15px 10px 0 25px;
}

contentHalf {
margin: 0 0 5px 0;
padding: 0 0 0 0;
}

.contentBox {
margin: 0;
padding: 0 0 5px 0px;
color: #ffffff;
}

.inputfield {
background-color: white;
border: 1px solid white;
width: 120px;
margin: 0 0 10px 0;	
}

.inputfield2 {
background-color: white;
border: 1px solid white;
width: 285px;
margin: 0 10px 10px 0;	
float: left;
}

.labelBar {
width: 130px;
height: 18px;
float: left;
margin: 0 0 10px 0;	
}


.portfolioTekst a:link {
	text-decoration: none;
	color: #fff;
        font-weight: bold;
}

.portfolioTekst a:visited {
	text-decoration: none;
	color: #fff;
	  font-weight: bold;
}

.portfolioTekst a:hover {
	text-decoration: none;
	color: #c4dffe;
	 font-weight: bold;
}

.portfolioTekst a:active {
	text-decoration: none;
	color: #fff;
	 font-weight: bold;
}


.height {
   clear: both;
   height: 16px;
}

.footerLogos {height: 50px; width: 850px; overflow: hidden; margin: 5px 0 20px 0; }
.footerLogos table {height: 50px; width: 850px; border: none; margin: 0; padding: 0; border-collapse: collapse; }
.footerLogos td {height: 50px; width: 170px; border: none; margin: 0; padding: 0; text-align: center; vertical-align: middle; }
.footerLogos img {  border: none; margin: 0; }  

.werkwijzeGrid { width: 820px; }
.werkwijzeGridTitle { width: 316px; vertical-align: middle; text-align: center; } 
.werkwijzeGridItem { width: 100px; vertical-align: middle; text-align: center; padding: 2px 0 4px 0; }
.werkwijzeGridItemImg img,
.werkwijzeGridItemImg { width: 86px; height: 60px; overflow: hidden; }
.werkwijzeGridItemHover { width: 86px; height: 60px; background: url(/site-layout/gfx/werkwijze_item.png) 0 0 no-repeat; position: absolute; }
.werkwijzeGridItemHover.c1:hover { background-position: 0 -60px; }
.werkwijzeGridItemHover.c2:hover { background-position: 0 -120px; }
.werkwijzeGridItemHover.c3:hover { background-position: 0 -180px; }
.werkwijzeGridItemHover.c4:hover { background-position: 0 -240px; }
.werkwijzeGridItemHover.c5:hover { background-position: 0 -300px; }
.werkwijzeGridBox { position: absolute; width: 380px; z-index: 100; }
.werkwijzeGridBox .boxleft { width: 350px; overflow: hidden; margin: 0; }
.werkwijzeGridBox .boxleft .content { height: auto; min-height: 111px; text-align: left; }
.werkwijzeGridBox .arrowleft { width: 21px; overflow: hidden; height: 14px; background: url(/site-layout/gfx/werkwijze_tooltip_corner.png); float: left; }
.werkwijzeGridBox .arrowright { width: 21px; overflow: hidden; height: 14px; background: url(/site-layout/gfx/werkwijze_tooltip_corner_right.png); float: left; }

.werkwijzeGridBox .boxleft { background: none; }
.werkwijzeGridBox .boxleft .content { margin: 0; background-color: #2362AA; }
.werkwijzeGridBox .boxleft p { margin: 0; }


.werkwijzeGridBox .footer, 
.werkwijzeGridBox .header { overflow: hidden; line-height: 0; font-size: 0;}


.werkwijzeGridBox .header .cl,
.werkwijzeGridBox .header .cr,
.werkwijzeGridBox .footer .cl,
.werkwijzeGridBox .footer .cr
 { background: transparent url(/site-layout/gfx/corners2.png) no-repeat -15px -15px; height:15px; width:15px; margin:0; float: left; overflow: hidden; }

.werkwijzeGridBox .header .cl { background-position: -15px -15px; }
.werkwijzeGridBox .footer .m,
.werkwijzeGridBox .header .m { height: 15px; width: 320px; background-color: #2362AA; float: left; overflow: hidden; }
.werkwijzeGridBox .header .cr { background-position: 0 -15px; }
.werkwijzeGridBox .footer .cl { background-position: -15px 0; }
.werkwijzeGridBox .footer .cr { background-position: 0 0; }

.cornertip { width: 300px; float: left;}
.cornertip .header, .cornertip .footer { height: 16px; width: 300px; font-size: 0; line-height: 0; background: url(/site-layout/gfx/cornertip.png) 0 0 no-repeat; overflow: hidden; }
.cornertip .footer { background-position: 0 -284px; }
.cornertip .content { padding: 0; height: 86px; max-height: 86px; min-height: 86px; width: 300px; background: url(/site-layout/gfx/cornertip.png) 0 -16px no-repeat; overflow: hidden; font-size: 12px;color: #2362aa;
	line-height: 14px;
}
.cornertip .content .padding { padding: 0 10px 0 16px; }
.cornertip .content .padding p.title { font-weight: bold; padding: 0; margin: 0 0 0.3em 0; }

.headerItem { overflow: hidden; float: left; width: 100px; height: 80px; }
.headerItem div { margin: 0; }
.headerItem div:hover { margin: -80px 0 0 0; }

.groupTitle { height: 120px; overflow: hidden; }
.groupTitle div { margin: 0; }
.groupTitle div:hover { margin: -120px 0 0 0; }

.frisbox { width: 500px; float: right; }
.frisbox .content { height: 80px; min-height: 80px; max-height: 80px; padding: 0; margin: 0; }

.fullDouble { margin: 0 0 10px 0; }