/******************************************************************************/
/*                              R&M Homewiring                                */
/******************************************************************************/



/*  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;
    }


table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }

:focus {
	outline: 0;
    }

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 : #d70e26;
    text-decoration : underline;
    }

a:visited   {
    color : #666;
    text-decoration : underline;
    }

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

.smaller,
span.smaller    {
    font-size : 10px;
    line-height : 12px;
    }

/******************************************************************** Gallery */

table.gallery_binder {
    width : 100%;
    height : 100%;
    }

table.gallery td    {
    width : 580px;
    }

div.gallery_wrapper   {
    position : absolute;
    top : 0;
    left : 0;
    z-index : 600;
    width : 100%;
    height : 100%;
    background-color : #000;
    filter : alpha(opacity=80);
    -moz-opacity : 0.80;
    opacity : 0.80;
    }

div.image_box   {
    position : absolute;
    top : 0;
    left : 0;
    z-index : 900;
    }


table.gallery {
    position : relative;
    top : 140px;
    left : 223px;
    z-index : 700;
    margin : 0;
    padding : 0;
    width : 580px;
    height : 495px;
    font-size : 11px;
    font-weight : bold;
    background-color : #fff;
    color : #000;
    }
    

table.gallery td    {
    margin : 0;
    padding : 0;
    background-color : #d70e26;
    }

table.gallery td.middle,
table.gallery td.back_forward   {
    background-color : #d70e26;
    height : 30px;
    vertical-align : middle;
    text-align : center;
    }

table.gallery table.title,
table.gallery table.title p.first   {
    width : 100%;
    font-size : 14px;
    font-weight : bold;
    color : #fff;
    }
    
table.gallery table.title td.title  {
    width : 540px;
    padding-left : 10px;
    }    
    

table.gallery table.title td.close    {
    height : 30px;
    width : 30px;
    }

table.gallery table.title a.close  {
    background-image : url(close.gif);
    background-repeat : no-repeat;
    background-position : top left;
    display : block;
    }

table.gallery table.title a.close:hover  {
    background-image : url(close_hover.gif);
    }

table.gallery td.middle {
    width : 400px;
    }

table.gallery td.back_forward   {
    width : 90px;
    }
    
table.gallery td.back_forward a   {
    display : block;
    background-color : #fff;   
    color : #d70e26;
    padding-top : 5px;
    width : 90px;
    height : 25px;
    }

table.gallery td.back_forward a:hover   {
    background-color : #000;
    color : #fff;
    }


table.gallery td.image  {
    background-color : #fff;
    filter : alpha(opacity=100);
    -moz-opacity : 1.00;
    opacity : 1.00;
    }



/********************************************************************** Site */

html {
 	height : 100%;
	}


body	{
    height : 100%;
    width : 100%;
    font-family : arial, helvetica, sans-serif;
    font-size : 15px;
    line-height : 20px;
    /* background-image : url(footer.png); */
    /* background-position : bottom center; */
    /* background-repeat : no-repeat; */
	}



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


div.site {
    width : 970px;
    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-position : top right;
    background-repeat : no-repeat;
    }








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

div.header {
    position : relative;
	margin : 0;
	padding : 0;
	height : 80px;
	background-color : #000;
	color : #fff;
    filter : alpha(opacity=90);
    -moz-opacity : .90;
    opacity : .90;
	}


div.header p.languages  {
    padding-top : 4px;
    width : 950px;
    height : 13px;
    text-align : right;
    font-size : 10px;
    line-height : 15px;
    }

div.header p.languages a {
    color : #fff;
    }
    
    
div.header p.logo   {
    margin-left : 20px;    
    }
        
div.header p.logo:hover {
    filter : alpha(opacity=30);
    -moz-opacity : .30;
    opacity : .30;
    }    
    
div.graybar {
    width : 100%;
    height : 20px;
    background-color : #000;
    filter : alpha(opacity=50);
    -moz-opacity : .50;
    opacity : .50;
    }    
    
    

/************************************************************ Content Wrapper */

div.content_wrapper     {
    width : 915px;
    height : 100%;
    margin : 240px 0 0 0;
    padding-left : 55px;
    }




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

div.navigation  {
    clear : left;
    float : left;
    width : 190px;
    margin : 30px 0 0 0;
    padding : 0 0 0 0;
    
    font-size : 14px;
    line-height : 18px;
    
	border : 1px solid #d70e26;
	border-width:  0 0 1px 0;
    color : #fff;
    }



div.navigation p {
	margin: 0;
	padding : 0;
	border : 1px solid #d70e26;
	border-width: 1px 0 0 0;
	}

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

div.navigation p.level_one a,
div.navigation p.level_one_selected a,
div.navigation p.level_one_shown,
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;
    color : #000;
	}

div.navigation p.level_one_selected a,
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 {
	background-color: #999;
	color: #fff;
	font-weight: normal;
    }

div.navigation p.level_one_selected,
div.navigation p.level_one_selected a  {
    font-weight : normal;
    background-color : #666;
    }

div.navigation p.level_one a,
div.navigation p.level_one_selected a,
div.navigation p.level_one_shown {
	width: 185px;
	padding-left : 5px;
    }

/* Level 2 */

div.navigation p.level_two a,
div.navigation p.level_two_selected a,
div.navigation p.level_two_shown {
	width: 150px;
	padding-left : 40px;
	background-color : #666;
	color : #fff;
    }


/* Level 3 */

div.navigation p.level_three a,
div.navigation p.level_three_selected a,
div.navigation p.level_three_shown {
	width: 130px;
	padding-left : 60px;
	color : #fff;
	background-color : #666;
    }



/* Level 4 */

div.navigation p.level_four a,
div.navigation p.level_four_selected a,
div.navigation p.level_four_shown {
	width: 110px;
	padding-left : 80px;
	color : #666;
   	}


/* 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 {
	color : #666;
	text-decoration: none;
	background-color : #000;
	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 : #d70e26;
    color : #fff;
    font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
	border : 1px solid #d70e26;
	border-width: 1px 0 0 0;
    }


/************************************************************** Start Address */

div.navigation p.address    {
    padding : 5px 0;
    font-size : 12px;
    line-height : 16px;
    font-weight : normal;
    }

div.navigation p.address a {
    color : #690;
    text-decoration : underline;
    font-style : italic;
    }


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


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

div.content,
div.content_start,
div.content_noservice {
    margin : 0;
    padding : 30px 25px 25px 62px;
    float : left;
    width : 430px;
    font-size : 15px;
    line-height : 20px;
    font-family : arial, helvetica, sans-serif;
    font-weight : normal;
    }

div.content_start   {
    margin-left : 180px;
    }



div.content_noservice {
    width : 520px;
    padding : 30px 10px 25px 30px;
    }


h2  {
    margin-bottom : 15px;
    }


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

h1.start    {
    font-size : 24px;
    line-height : 27px;
    }


h2  {
    font-size : 15px;
    line-height : 20px;
    font-weight : bold;
    }

div.content p,
div.content_noservice p  {
    margin-bottom : 10px;
    }



/* Start Page */

div.content_noservice ul.start    {
    list-style : disc;
    padding-left : 20px;
    margin : 15px 0 10px 0;
    font-size : 16px;
    line-height : 21px;
    }

div.content_noservice ul.start li {
    padding : 4px 0 3px 0;
    font-style : normal;
    }


/* Download */


div.content p.download_title    {
    text-indent : 0;
    margin : 20px 0 0 0;
    padding : 5px 0 0 6px;
    background-color : #eff5e5;
    font-style : normal;
    }

div.content ul.download {
    list-style : square;
    margin : 0 0 15px 0;
    padding : 5px 0  5px 23px;
    color : #70777c;
    background-color : #e5f0f6;
    }

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



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


/* Unorde#d70e26 */

div.content ul,
div.content ul.bb-list-unorde#d70e26,
div.content_noservice ul,
div.content_noservice ul.bb-list-unorde#d70e26    {
    list-style : disc;
    margin : 15px 0 0 5px;
    padding : 0;
    }

div.content ul li,
div.content ul.bb-list-unorde#d70e26 li.bb-listitem,
div.content_noservice ul li,
div.content_noservice ul.bb-list-unorde#d70e26 li.bb-listitem {
    margin : 0 0 0 13px;
    padding : 0 0 5px 5px;
    font-style : normal;
    }



/* Orde#d70e26 List */

ol,
ol.bb-list-orde#d70e26-d    {
    margin : 15px 0 0 5px;
    padding : 0;
    list-style-type : decimal;
    }

ol li,
ol.bb-list-orde#d70e26-d li.bb-listitem{
    margin : 0 0 0 18px;
    padding : 0 0 5px 0;
    }


/************************************************************** Image Gallery */

div.image_gallery   {
    margin-top : 25px;
    width : 510px;
    }

div.image_gallery p.image_gallery   {
    float : left;
    padding : 3px;
    width : 116px;
    height : 116px;
    margin : 1px;

    text-align : center;
    vertical-align : baseline;

    background-color : #f0f0f0;
    border : 1px solid #ccc;
    }

div.image_gallery p.image_gallery a:hover   {
    filter : alpha(opacity=50);
    -moz-opacity : .50;
    opacity : .50;
    }


/******************************************************** Bildlauf / Teamsite */

table.picture   {
    margin-top : 20px;
    width : 430px;
    }

table.picture td.image  {
    width : 210px;
    padding : 0 20px 20px 0;
    }

table.picture td.description {
    width : 190px;
    padding-bottom : 20px;
    }

table.picture td.description h2 {
    margin : 0;
    }


/******************************************************************** Service */

div.service {
    margin : 50px 0 0 0;
    padding : 0 5px 25px 5px;
    float : left;
    width : 180px;
    font-size : 11px;
    line-height : 15px;
    font-family : arial, helvetica, sans-serif;
    font-weight : normal;
    }

div.download,
div.image_gallery,
div.context {
    background-color : #eee;
    width : 170px;
    margin-bottom : 20px;
    padding : 5px;
    }

div.service h1  {
    font-size : 11px;
    font-weight : bold;
    line-height : 15px;
    margin-bottom : 5px;
    padding : 3px 0 2px 0;
    border : 1px solid #d70e26;
    border-width : 1px 0 0 0;
    }



/* Image Gallery */

p.gallery a:hover {
    filter : alpha(opacity=50);
    -moz-opacity : .50;
    opacity : .50;
    }



/* Download List Unorde#d70e26 */

div.service ul,
div.service ul.bb-list-unorde#d70e26 {
    list-style : disc;
    margin-left : 5px;
    padding : 0;
    }

div.service ul li,
div.service ul.bb-list-unorde#d70e26 li.bb-listitem {
    margin-left : 10px;
    padding-bottom : 5px;
    font-style : normal;
    }


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


table.contact   {
    margin : 20px 0 0 0;
    padding : 2px;
    width : 100%;
    }

table.contact td.col1   {
    width : 150px;
    padding : 4px 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.contact,
input.contact,
input.contact_error,
textarea.contact,
textarea.contact_error	{
	width : 250px;
	border : 1px solid #000;
	margin : 0;
	padding : 2px;
	background-color : #fff;
	color : #000;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	}

select.contact  {
    width : 80px;
    padding : 2px 0;
    }


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

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

td.button_send  {
    text-align : right;
    }

input.button    {
	padding : 4px;
	background-color : #97c143;
	color : #fff;
	border : 1px solid #333;
	font-family : arial, helvetica, sans-serif;
	}

input.button:hover  {
    background-color : #eff5e5;
    color : #666;
    }


img.captcha {
    padding-top : 5px;
    }

/********************************************************************* Footer */

div.footer,
div.push    {
    clear : both;
    margin : 0;
    padding : 0;
    width : 970px;
    height : 23px;
    color : #666;
    font : normal 10px/13px arial, helvetica, sans-serif;
    }

div.push    {
    height : 50px;
    width : 50%;
    }

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

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

div.footer p a:link,
div.footer p a:visited,
div.footer p a:hover    {
    color : #fff;
    font : normal 10px/13px arial, helvetica, sans-serif;
    }