/******************************************************************************/
/*                                    Lubag                                   */
/******************************************************************************/

div.worker_screen {
	 display : none;
	}


html {
	 padding: 0;
 	 margin: 0;
 	 height : 101%;
	}

body	{
	margin: 0;
	padding: 0;
	font : normal 11px/15px helvetica, arial, sans-serif;
	background-color: #fff;
	color: #000;
	text-align: center;
	}



/*******************************************************  General pagelayout */

div.wrapper	{
	position : absolute;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 100%;
	}

div.site {
    position : relative;
	width : 695px;
	margin : 0;
	padding : 0;
	text-align : left;
	}

img 	{
	border : 0;
	}  



/***************************************************************** Hyperlinks */

a:link	{
	color : #000;
	text-decoration : underline;
	}
	
a:visited	{
	color : #999;
	text-decoration : underline;
	}
	
a:hover	{
	color : #F04C37;
	text-decoration : none;
	}


	

/******************************************************************* Concrete */


table.concrete    {
    margin : 0;
    padding : 0;
    height : 100%;
    width : 695px;
    }

td.colspacer  {  
    height : 70px;
    width : 460px;
    }

td.logo     {
    margin : 0;
    padding : 0;
    height : 97px;
    width : 220px;
    vertical-align : top;
    }


/***************************************************************** Mainrubric */	

td.mainrubric  {
    width : 150px;
    height : 18px;
    margin : 0;
    }

td.mainrubric a:link,
td.mainrubric a:visited  	{
    display : block;
    background-color : #000;
    color : #fff;
    margin : 0;
    padding : 3px 5px 0 5px;
	height : 18px;
	font-weight : bold;
	text-decoration : none;
	}

td.mainrubric a:hover  	{
    background-color : #ccc;
    color : #fff;
	font-weight : normal;
	text-decoration : none;
	}

td.mainrubric_selected a:link,
td.mainrubric_selected a:visited {
    display : block;
	font-weight : bold;
	text-decoration : none;
	background-color : #F04C37;
	color : #fff;
    width : 150px;
    height : 18px;
    margin : 0;
    padding : 3px 5px 0 5px;
   	}

td.mainrubric_shown {
    display : block;
	font-weight : bold;
	text-decoration : none;
	background-color : #F04C37;
	color : #fff;
    width : 150px;
    height : 18px;
    margin : 0;
    padding : 3px 5px 0 5px;
   	}
   	

/* Spacer between Header and Content */
td.spacer   {
    height : 10px;
    }


tr.content   {      }



/************************************************************* Subnavigation */	
	
td.subnavigation  {
    vertical-align : top;
    }

/* Level 1 */

p.subnavigation_l1,
p.subnavigation_l1_selected,
p.subnavigation_l1_shown	{
	margin : 0;
	padding : 10px 0 0 5px;
	font-weight : bold;
	}

p.subnavigation_l1 a:link,
p.subnavigation_l1 a:visited  	{
	font-weight : normal;
	text-decoration : none;
	}

p.subnavigation_l1_selected a:link,
p.subnavigation_l1_selected a:visited  	{
	text-decoration : none;
	font-weight : bold;
	color : black;
	}
	
p.subnavigation_l1_shown	{
    font-weight : bold;
    color : #F04C37;
    }

/* Level 2 */

p.subnavigation_l2,
p.subnavigation_l2_selected,
p.subnavigation_l2_shown	{
	margin : 0;
	padding : 0 0 0 20px;
	font-weight : normal;
	font-size : 11px;
	}

p.subnavigation_l2 a:link,
p.subnavigation_l2 a:visited  	{
	font-weight : normal;
	text-decoration : none;
	}

p.subnavigation_l2_selected a:link,
p.subnavigation_l2_selected a:visited  	{
	text-decoration : none;
	font-weight : bold;
	color : black;
	}

p.subnavigation_l2_shown	{
    font-weight : bold;
    color : #F04C37;
    }

/* Level 3 */


p.subnavigation_l3,
p.subnavigation_l3_selected,
p.subnavigation_l3_shown	{
	margin : 0;
	padding : 0 0 0 40px;
	font-weight : normal;
	font-size : 11px;
	}

p.subnavigation_l3 a:link,
p.subnavigation_l3 a:visited  	{
	font-weight : normal;
	text-decoration : none;
	}

p.subnavigation_l3_selected a:link,
p.subnavigation_l3_selected a:visited  	{
	font-weight : bold;
	text-decoration : none;
	color : black;
	}

p.subnavigation_l3_shown	{
    font-weight : bold;
    color : #F04C37;
    }


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


td.content_2col {
    margin : 0;
    padding : 0 0 0 5px;
    vertical-align : top;
    }
    
td.content_4col {
    margin : 0;
    height : 100%;
    padding : 0 0 0 5px;
    vertical-align : bottom;
    }    
    
td.content_4col h1   {
    font : normal 32px/39px helvetica, arial, sans-serif;
    }   
     
td.content_4col h2   {
    font : normal 16px/24px helvetica, arial, sans-serif;
    }    
    

/* Unordered List */
    
ul.bb-list-unordered  {
    margin : 0;
    padding : 0 0 0 20px;
    list-style-type : square;
    }
    


/********************************************************************* Worker */

table.worker    {
    margin : 10px 0 0 0;
    padding : 0;
    width : 100%;
    }

th.job    {
    padding : 0;
    color : #F04C37;
    text-align : left;
    }

td.worker_col1,
td.worker_col2  {
    padding : 1px 0;
    }

td.worker_col1  {
    width : 50%;
    vertical-align : top;
    }

td.worker_col2  {
    width : 50%;
    }


/********************************************************************* Search */

table.search    {
    margin : 10px 0 0 0;
    padding : 0;
    width : 100%;
    }

td.search_title    {
    margin : 0;
    padding : 0 0 10px 0;
    color : black;
    text-align : left;
    }

td.search_title b   {
    color : #F04C37;
    }

td.search_col1,
td.search_col2  {
    padding : 1px 0;
    width : 50%;
    }

td.search_col1  {
    width : 60%;
    }

td.search_col2  {
    width : 40%;
    }


td.search_spacer    {
    margin : 0;
    padding : 0;
    }

h3  {
    margin : 0;
    padding : 8px 0 15px 0;
    font : bold 14px/18px helvetica, arial, sans-serif;
    }

/*************************************************************** Service Col */

td.service {
    width : 180px;
    padding : 10px 0 0 0px;
    vertical-align : top;
    }


td.service_img {
    padding : 0;
    vertical-align : top;
    text-align : left;
    }

td.workernavi {
    padding : 10px 0 10px 40px;
    vertical-align : bottom;
    font-size : 11px;
    font-weight : normal;
    }

td.workernavi b {
    color : #F04C37;
    }
    
td.service_img p.service_image  {
    margin : 0;
    padding : 12px 0 0 0;
    }
    
td.service_img p.service_image_navigation  {
    margin : 0;
    padding : 5px 0 0 20px;
    color : #000;
    text-align : left;
    }


/* Address */

td.service p.address {    
    margin : 0;
    padding : 13px 0 0 0px;
    font-size : 11px;
    line-height : 15px;
    }

td.service p.address_print   {
    padding : 13px 0 0 0px;
    font-size : 11px;
    line-height : 15px;
    color : #F04C37;
    }



/* Searched Workers */

td.service ul.worker {    
    list-style-type : square;
    margin : 0 0 0 0;
    padding : 0 0 10px 14px;
    background-color : transparent;
    color : red;
    border : 1px solid #000;
    border-width : 0 0 1px 0;
    }

    
	
/******************************************************************* Sign in */

select 	{
	width : 180px;
	padding : 2px;
	font : bold 12px/12px helvetica, arial, sans-serif;
	}


option	{
	font : normal 12px/17px helvetica, arial, sans-serif;
	}

input.input,
input.input_error,
textarea.input,
textarea.input_error,
input.button {
	width : 160px;
	border : 1px solid #000;
	padding : 4px 4px 2px 4px;
	font : bold 12px/14px helvetica, arial, sans-serif;
	}


input.input_file    {
	border : 0px solid #fff;
    font : normal 10px/10px helvetica, arial, sans-serif;
    }

input.input_plz,
input.input_plz_error	{
	width : 42px;
	border : 1px solid #000;
	padding : 4px;
	font : bold 12px/12px helvetica, arial, sans-serif;
	}

input.input_ort,
input.input_ort_error	{
	width : 160px;
	border : 1px solid #000;
	padding : 4px;
	font : bold 12px/12px helvetica, arial, sans-serif;
	}


input.input_error,
input.input_plz_error,
input.input_ort_error,
textarea.input_error	{
    background-color : #f99;
    color : #fff;
    }

a.button:link,
a.button:visited {
    display : block;
    margin : 0;
    padding : 5px 5px 2px 5px;
    background-color : #fcc;
    color : #000;
    font : normal 11px/11px helvetica, arial, sans-serif;
    text-align : center;
    text-decoration : none;
    border : 1px solid #000;
    }

a.button:hover  {
    background-color : #ccc;
    color : #000;
    text-decoration : none;
    }
    
/****************************************************************** Signatur */

div.signatur	{
	background-color : transparent;
	color : #fff;
	text-align : left;
	margin-top : -25px;
	margin-left : 50%;
	padding : 0 0 0 376px;
	-moz-opacity : 1.0;
	filter : alpha(opacity=100);
	}    
	



