/*#######################################
	Walter Karger
	www.walterkarger.com
	30.11.2010
#######################################*/

/********************************************************************
* Style section														*
********************************************************************/

html
	{
		background-color: #FFFFFF;
	}

body
	{
		margin: 0px;
		padding: 0px;
		font-family: Arial, serif;
		font-size: 12px;
		color: #01547B;
	}





.clearence
    {
        clear: both;
    }

/* Include external fonts	*/

@font-face
    {
		font-family: 'Tex';
		src: url('../fonts/tex-regular.eot');
    }


@font-face
    {
		font-family: 'Tex';
		src: local('☺'), url('../fonts/tex-regular.woff') format('woff'), url('../fonts/tex-regular.ttf') format('truetype'), url('../fonts/tex-regular.svg#webfont') format('svg');
    }


/* Def END *********************************************************/



/********************************************************************
* Layout section													*
********************************************************************/

#contentOuterLimitBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 765px;
		height: auto;
		margin: 45px auto 190px;
	}

#logoBox
	{
		position: relative;
		top: 0px;
		right: 0px;
		width: 765px;
		height: 84px;
		margin-bottom: 25px;
		text-align: right;
	}

/********************************************************************
* Navigationbox														*
********************************************************************/

/* Style */

#navigationsBox
	{
		padding: 0px 25px;
		line-height: 27px;
	}

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

#navigationsBox ul li
	{
		list-style: none;
		display: inline;
	}

#navigationsBox ul li a
	{
		padding: 4px 6px;
		color: #FFFFFF;
		font-size: 14px;
		text-decoration: none;
		font-variant: small-caps;
	}

#navigationsBox ul li a:hover,
.active
	{
		background-color: #029DE0;
	}

/* Layout */

#navigationsBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 715px;
		height: 28px;
		background-color: #006E9F;
		z-index: 10;
	}

/* Def END *********************************************************/


/********************************************************************
* Subnavigationbox													*
********************************************************************/

/* Style */

#subnavigationsBox
	{
		padding: 0px 25px;
		line-height: 20px;
	}

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

#subnavigationsBox ul li
	{
		list-style: none;
		display: inline;
	}

#subnavigationsBox ul li a
	{
		padding: 2px 6px;
		color: #FFFFFF;
		font-size: 12px;
		text-decoration: none;
		font-variant: small-caps;
	}

#subnavigationsBox ul li a:hover,
.subactive
	{
		background-color: #006E9F;
	}

/* Layout */

#subnavigationsBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 715px;
		height: 22px;
		background-color: #009CDF;
		z-index: 5;
	}

/* Def END *********************************************************/


/********************************************************************
* Contentbox														*
********************************************************************/

/* Style */

#contentBox
	{
		line-height: 140%;
	}

#contentBox h1
	{
		font-family: Tex, Georgia, sans-serif;
		font-size: 24px;
		font-weight: normal;
		line-height: 110%;
	}

#contentBox h2
	{
		margin: 25px 0px 15px;
		font-size: 18px;
		font-weight: normal;
	}

#contentBox ul,
#contentBox ul ul
	{
		margin: 10px 0px;
	}

#contentBox li
	{
		padding: 0px;
		margin: 3px 0px 3px -40px;
	}

#contentBox ul ul li
	{
		padding: 0px;
		margin: 3px 0px 3px -65px;
	}


#contentBox a,
#footerBox a
	{
		color: #006E9F;
	}

#contentBox a:hover,
#footerBox a:hover
	{
		color: #029DE0;
	}


/* Layout */

#contentBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 515px;
		height: auto;
		padding: 10px 25px 40px;
		float: left;
	}

#contentSideBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 180px;
		min-height: 300px;
		margin: 30px 0px;
		float: right;
/*		background-color: #DDF5FB;*/
	}

/* Def END *********************************************************/


/********************************************************************
* Link section														*
********************************************************************/

/* Style */

.linkbox
	{
		margin: 15px 0px;
		border-bottom: 1px dotted #006E9F;
	}

.linkbox .title
	{
		height: 15px;
		padding: 0px 5px 0px 0px;
		border-bottom: 1px solid #FFFFFF;
	}

.linkbox .link
	{
		height: 15px;
		padding: 0px 0px 0px 5px;
		border-bottom: 1px solid #FFFFFF;
	}

/* Layout */

.linkbox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 500px;
		height: 15px;
	}

.linkbox .title
	{
		float: left;
	}

.linkbox .link
	{
		float: right;
	}


/* Def END *********************************************************/


/********************************************************************
* Footerbox															*
********************************************************************/

/* Style */

#footerBox
	{
		padding: 4px 0px;
		font-size: 11px;
		text-align: center;
		font-variant: small-caps;
		border-top: 1px solid #006E9F;
	}

/* Layout */

#footerBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 765px;
		height: auto;
	}

/* Def END *********************************************************/


/********************************************************************
* Blockquote														*
********************************************************************/

/* Style */

blockquote
	{
		position: relative;
		top: 0px;
		left: -22px;
		width: 140px;
		padding-right: 18px;
		font-family: Tex, "Times New Roman", serif;
		font-size: 14px;
		font-style: italic;
		background: url("../gfx/close-quote.gif") no-repeat right bottom;
		text-indent: -18px;
	}

blockquote:first-letter
	{
		background: url("../gfx/open-quote.gif") no-repeat left top;
		padding-left: 15px;
	}

blockquote span
	{
		width: auto;
		height: 5px;
		padding-top: 5px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #969696;
		text-align: right;
		display: block;
	}


/* Layout */



/* Def END *********************************************************/


/********************************************************************
* BottomholeBox														*
********************************************************************/

/* Style */



/* Layout */

#bottomHoleBox
	{
		position: fixed;
		bottom: 0px;
		width: 250px;
		height: 180px;
		margin-left: 600px;
		background-color: #FFFFFF;
	}

#bottomHoleBox .frame
	{
		position: absolute;
		bottom: 0px;
		width: 250px;
		height: 180px;
		z-index: 10;
	}

#bottomHoleBox .image
	{
		position: absolute;
		bottom: 0px;
		width: 250px;
		height: 180px;
		z-index: 5;
	}


/* Def END *********************************************************/





/********************************************************************
* Email form style													*
********************************************************************/

#contactForm
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 400px;
		height: auto;
		margin: 10px 0px 0px 0px;
	}

fieldset
	{

		border: 0px;
		margin: 0px;
		padding: 0px;
	}

label
	{
		width: 80px;
		display: block;
		float: left;
	}

input.text
	{
		margin: 0px 0px 20px 0px;
		border: none;
		border-bottom: 1px solid #006E9F;
		background: transparent;
		float: left;
	}

textarea
	{
		font-family: Tahoma, sans-serif;
		font-size: 12px;
		color: #333333;
		background-color: transparent;
		border: 1px solid #006E9F;
	}

input.submit
	{
		margin: 20px 0px 0px 80px;
		height: 30px;
		font-weight: bold;
		color: #333333;
		border: 1px solid #006E9F;
	}

input.checkbox
	{
		margin: 10px 0px 20px;
	}

.reqtext
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height:  auto;
		margin: 5px 0px 0px 80px;
		font-size: 10px;
		color: #C0C0C0;
	}

span.req
	{
		font-size: 12px;
		font-weight: bold;
		color: #FF0000;
	}

span.field
	{
		margin-left: 3px;
		float: left;
	}


/* Def END *********************************************************/


/********************************************************************
* Pagination Style													*
********************************************************************/

#pagination
	{
		margin: 20px 0px ;
		text-align: center;
	}

#pagination a
	{
		padding: 2px 5px;
		margin: 0px 2px;
		text-decoration: none;
		color: #41464D;
		border-bottom: 1px solid #C0E0E2;
	}

#pagination a:hover, #pagination a:active
	{
		color: #FFFFFF;
		background-color: #017FBA;
		border: 0px solid #85BD1E;
	}

#pagination .prev
	{
		background-color: #23A4DB;
	}

#pagination .next
	{
		background-color: #23A4DB;
	}

#pagination span.dots
	{
		margin: 0px 2px;
	}

#pagination span.currentnav
	{
		padding: 2px 5px 2px 5px;
		margin: 0px 2px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #EC0016;
		border: 0px solid #B2E05D;
	}

#pagination span.disabled
	{
		padding: 2px 5px 2px 5px;
		margin: 0px 2px;
		color: #CCCCCC;
		border: 1px solid #F3F3F3;
	}

#pagination .pagination_data
	{
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		color: #CCCCCC;
	}


/* Def END *********************************************************/


/********************************************************************
* Browser warning													*
********************************************************************/

#warningBar
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 17px;
		padding-top: 3px;
		font-family: Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		background-color: #FF0000;
		border-bottom: 1px solid #B00000;
		z-index: 500;
		}

#warningBar a
	{
		color: #FFFFFF;
	}

#warningBar a:hover
	{
		color: #993300;
	}

/* Def END *********************************************************/


/********************************************************************
* Index page														*
********************************************************************/


/* Style */

#startSolutionBox a
	{
		font-size: 16px;
	}

#startSolutionBox,
#startAddressBox
	{
		font-family: Arial, serif;
		font-size: 12px;
		font-variant: small-caps;
		color: #01547B;
		text-align: center;
	}

#startSolutionBox a,
#startAddressBox a
	{
		color: #006E9F;
	}

#startSolutionBox a:hover,
#startAddressBox a:hover
	{
		color: #029DE0;
	}


/* Layout */

#startOuterlimitBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 1100px;
		height: 600px;
		margin: 0px auto 0px;
	}

#startLogoBox
	{
		position: absolute;
		top: 200px;
		right: 385px;
		width: 329px;
		height: 150px;
		z-index: 5;
	}

#startSolutionBox
	{
		position: absolute;
		top: 420px;
		right: 0px;
		width: 100%;
		height: 20px;
		z-index: 6;
	}

#startAddressBox
	{
		position: absolute;
		top: 520px;
		right: 0px;
		width: 100%;
		height: 20px;
		z-index: 6;
	}

#startSujetBox
	{
		position: absolute;
		top: 0px;
		left: -350px;
		width: 694px;
		height: 390px;
		z-index: 1;
	}

/* Def END *********************************************************/


/* Def END *********************************************************/