/******************************************************************************/
/*                      Bernardini + Schnyder GmbH                            */
/******************************************************************************/


/*  Reset CSS -> Thanks to Eric A. Meyer */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }

/*
:focus {
	outline: 0;
	background-color : #cce1ee;
	color : #000;
    }
*/

body {
	line-height: 1;
	color: #000;
	background: #fff;
    }

ol, ul {
	list-style: none;
    }

table {
	border-collapse: separate;
	border-spacing: 0;
    }
    
caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }
    
blockquote, q {
	quotes: "" "";
    }


/******************************************************************************/
/********************************************************************** Start */
/******************************************************************************/



/* General */

a:link  {
    color : #006bab;
    text-decoration : underline;
    font-style : italic;
    }
        
a:visited   {
    color : #666;
    text-decoration : underline;   
    font-style : italic; 
    }

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


span.smaller    {
    font-size : smaller;
    }



/* Site */

html {
 	height : 100%;
	}


body	{
    height : 100%;
    width : 100%;
    font-family : georgia, palatino, serif;
    font-size : 15px;
    line-height : 21px;
	}

div.site {
    width : 760px;
    min-height : 100%;
    height : auto !important;
    height : 100%;
    margin : 0 auto -25px;
    padding : 0;
    border-width : 0 1px;
    border-color : #e3e3e3;
    border-style : solid;
    background-image : url(bg.gif);
    background-position : top right;
    background-repeat : repeat-y;
    }


/********************************************************************* Header */


div.header {
    position : relative;
	margin : 0;
	padding : 0 0 0 30px;
	height: 230px;
	background-color : #006bab;
	background-image : url(bottom_round.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
	color : #fff;
	}

p.logo  {
    width : 730px;
    text-align: right;
    }



h1  {
    padding-top : 10px;
    font-size : 140px; /* 160px */
    line-height : 180px;
    font-family : georgia, palatino, serif;
    font-weight : normal;
    }



/******************************************************************** Content */

div.content {
    margin : 0;
    padding : 30px 0 25px 40px;
    float : left;
    width : 480px;
    font-size : 15px;
    line-height : 22px;
    font-family : georgia, palatino, serif;
    font-weight : normal;
    }



h2, h3  {
    margin-bottom : 15px;
    /* line-height : 150px; */
    }

    
h2  {
    font-size : 24px;
    line-height : 32px;
    font-weight : bold;
    margin-bottom : 15px;
    } 

h3  {
    font-size : 16px;
    line-height : 22px;
    font-weight : bold;
    font-style : italic;
    }

h4  {
    font-size : 15px;
    line-height : 21px;
    font-weight : bold;
    font-style : italic;
    margin: 30px 0 5px 0;
    text-indent : 0;
    }



div.content p   {
    text-indent : 40px;
    margin-bottom : 10px;
    }

div.content p.first {
    text-indent : 0;
    }



/* Quote */

h5  {
    font-style : italic;
    font-weight : bold;
    font-size : 12px;
    line-height : 16px;
    }

div.content p.quote     {
    font-style : italic;
    font-size : 12px;
    line-height : 16px;
    text-indent : 0;
    }


/* Lists */

div.content ul,
div.content ul.bb-list-unordered    {
    list-style : square;
    padding-left : 19px; /* 38px */
    margin-bottom : 10px;
    }

div.content ul li,
div.content ul.bb-list-unordered li.bb-listitem {
    padding : 2px 0;
    font-style : normal;
    }


/* Emotive */

div.content p.emotive_top   {
    text-indent : 0;
    margin : 0;
    padding : 0 0 20px 0;
    }


/* Emotive Bottom */
div.content p.emotive   {
    text-indent : 0;
    margin : 0;
    padding : 10px 0 10px 0;
    }


/* Emotive Camera */

div.content div.emotive_camera   {
    text-indent : 0;
    margin : 0;
    padding : 0 0 20px 0;
    overflow : hidden;
    height : 270px;
    width : 480px;
    }

/* Download */

div.content p.download_title    {
    text-indent : 0px; /* 35px */
    margin : 40px 0 0 0;
    padding : 5px 0 5px 6px;
    background-color : #cce1ee;
    font-size : 15px;
    line-height : 21px;
    font-style : italic;
    font-weight : bold;
    }

div.content ul.download {
    list-style : square;
    margin : 0 0 15px 0;
    padding : 5px 0  5px 35px; /* left 55px */
    color : #000;
    background-color : #e5f0f6;
    }

div.content ul.download li {
    padding : 0 0;
    }
    
    
/* Media */

    div.media   {
    margin : 0 0 25px 0;
    padding : 0;
    width : 480px;
    }        
    
    
/* Client List */
    
table.clientlist    {
    margin : -15px 0 0 0;
    width : 100%;
    }

table.clientlist th {
    font-weight : bold;
    font-style : italic;
    padding : 20px 0 0 0;
    }

table.clientlist td {
    border : 1px solid #ccc;
    border-width : 0 0 1px 0;
    }

td a:link,
td a:visited   {
    text-decoration : none;
    }


/* Contact */

div.content h3.contact  {
    margin : 0;
    padding : 0;
    }

div.content ul.contact  {
    padding-bottom : 20px;    
    }



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


div.navigation  {
    float : right;
    width : 200px;
    min-height : 100%;
    margin : 30px 0 170px 0;
	border : 1px dotted #006bab;
	border-width:  0 0 1px 0;
    }

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


div.navigation p {
	margin: 0;
	padding : 0;
	border : 1px dotted #006bab;
	border-width: 1px 0 0 0;
	}

div.navigation p,
div.navigation p a {
	color: #000;
	text-decoration: none;
	}

div.navigation p.level_one_empty,
div.navigation p.level_one a,
div.navigation p.level_one_selected a,
div.navigation p.level_one_shown,
div.navigation p.level_two_empty,
div.navigation p.level_two a,
div.navigation p.level_two_selected a,
div.navigation p.level_two_shown,
div.navigation p.level_three a,
div.navigation p.level_three_selected a,
div.navigation p.level_three_shown,
div.navigation p.level_four a,
div.navigation p.level_four_selected a,
div.navigation p.level_four_shown {
	display: block;
	text-decoration : none;
    padding : 5px 0;
	}

div.navigation p.level_one_empty,
div.navigation p.level_one_selected a,
div.navigation p.level_two_empty,
div.navigation p.level_two_selected a,
div.navigation p.level_three_selected a,
div.navigation p.level_four_selected a,
div.navigation p.level_one_shown,
div.navigation p.level_two_shown,
div.navigation p.level_three_shown,
div.navigation p.level_four_shown {
	color: #fff;
	background-color: #006bab;
	font-weight: normal;
    }

div.navigation p.level_one_empty,
div.navigation p.level_one_selected a  {
    font-weight : bold;
	background-color: #006bab;
	font-style : italic;
    }

div.navigation p.level_one_empty,
div.navigation p.level_one a,
div.navigation p.level_one_selected a,
div.navigation p.level_one_shown {
	width: 180px;
	padding-left : 20px;
    }

/* Level 2 */

div.navigation p.level_two_empty,
div.navigation p.level_two a,
div.navigation p.level_two_selected a,
div.navigation p.level_two_shown {
	width: 165px;
	padding-left : 35px;
	color : #fff;
	background-color : #66a6cd;
    }


/* Level 3 */

div.navigation p.level_three a,
div.navigation p.level_three_selected a,
div.navigation p.level_three_shown {
	width: 150px;
	padding-left : 50px;
	color : #000;
	background-color : #cce1ee;
    }

div.navigation p.level_four a,
div.navigation p.level_four_selected a,
div.navigation p.level_four_shown {
	width: 120px;
	padding-left : 60px;
	color : #000;
   	}

/* Hover */

div.navigation p.level_one a:hover,
div.navigation p.level_one_selected a:hover,
div.navigation p.level_two a:hover,
div.navigation p.level_two_selected a:hover,
div.navigation p.level_three a:hover,
div.navigation p.level_three_selected a:hover,
div.navigation p.level_four a:hover {
	text-decoration: none;
	background-color : #70777c;
	color : #fff;
	}


/* Shown */
div.navigation p.level_one_shown,
div.navigation p.level_two_shown,
div.navigation p.level_three_shown,
div.navigation p.level_four_shown  {
    background-color : #fff;
    color : #006bab;
    font-weight : bold;
    font-style : italic;
	padding-top : 5px;
	padding-bottom : 5px;
	border : 1px dotted #006bab;
	border-width: 1px 0 0 0;
    }


/******************************************************************** BB-List */

ul.bb-list-unordered    {
    margin : 15px 0 0 18px;
    padding : 0;
    list-style : square;
    }


ul.bb-list-unordered li.bb-listitem    {
    margin : 0 0 0 0;
    padding : 0 0 5px 0;
    list-style : square;
    }


/* Ordered List */

ol.bb-list-ordered-d    {
    margin : 15px 0 0 5px;
    padding : 0;
    }


ol.bb-list-ordered-d li.bb-listitem{
    margin : 0 0 0 18px;
    padding : 0 0 5px 0;
    }



/************************************************************** Contact Form */

	
table.contact   {
    margin : 0 0 0 0;
    padding : 0 0 0 0;
    width : 100%;
    background-color : transparent;
    }	
	
table.contact td.col1   {
    width : 50%;
    padding : 12px 0;
    }	

table.contact td.col2   {
    text-align : left;
    }
    
table.contact td.spam_description {
    font-size : 11px;
    line-height : 15px;
    vertical-align : top;
    padding-right : 12px;
    }
    
select,
input.contact,
input.contact_zip,
input.contact_city,
input.contact_zip_error,
input.contact_city_error,
input.contact_error,
textarea.contact,
textarea.contact_error	{
	width : 240px;
	border : 1px solid #000;
	margin : 0;
	padding : 4px;
	background-color : #fff;
	color : #000;
	border : 1px solid #333;
	font-family : georgia, palatino, serif;
	font-weight : bold;
	font-style : italic;
	}

input.contact_zip,
input.contact_zip_error {
    width : 50px;
    }
    
input.contact_city,
input.contact_city_error    {
    width : 175px;
    }    
    

select  {
    width : 80px;
    padding : 4px 0;
    }


textarea    {
    margin : 4px 0 0 0;
    height : 80px;
    }

input.contact_error,
textarea.contact_error   {
    background-color : #fcc;
    color : #000;
    }

td.button_send  {
    text-align : right;
    }

input.button    {
	padding : 4px;
	background-color : #006bab;
	color : #fff;
	border : 1px solid #333;
	font-family : georgia, palatino, serif;
	}
	
input.button:hover  {
    background-color : #cce1ee;
    color : #000;
    }
      
    
/********************************************************************* Footer */
    
div.footer,
div.push    {
    clear : both;
    margin : 0;
    padding : 0;
    width : 760px;
    height : 23px;
    color : #000;
    font : normal 10px/13px georgia, palatino, serif;
    }    

div.footer  {
    position : relative;
    margin : 0 auto;
    /* background-image : url(footer_round.gif);    */
    /* background-position : bottom left;           */
    /* background-repeat : no-repeat;               */
    background-color : #006bab;
    }

div.footer p   {
	float: left;
    margin : 0;
    padding : 4px 7px 2px 37px;
    color : #fff;
    }    

div.footer p.right  {
    float:left;
    width:495px
    }
    
div.footer p.left   {
    float : right;
    }

div.footer p a:link,
div.footer p a:visited,
div.footer p a:hover    {
    color : #fff;
    font : normal 12px/13px georgia, palatino, serif;
    }


/* Sender */

div.sender  {
    position : absolute;
    top : -140px;
    left : 575px;
    }
    
    
div.sender p    {
    color : #000;
    font-size : 11px;
    line-height : 15px;
    margin : 0;
    padding : 0 0 3px 0;
    }    
    
    
    
div.sender p a:link,
div.sender p a:visited    {
    color : #006bab;
    font-size : 11px;
    line-height : 15px;
    }    
    
div.sender p a:hover  {
    color : #000;
    text-decoration : none;
    font-size : 11px;
    line-height : 15px;
    }    
