/*  ----------------------------------------------------------------------------------------------------------  */
/*      Project Title
/*      Version: 1.0
/*      Author: name // name(at)id-on(dot)de
/*      Author URI: www.id-on.de // www.gorilla-concept.de
/*  ----------------------------------------------------------------------------------------------------------  */

/*  ----------  Contents  ----------    */
/*
        1. Resets
        2. Generic
        3. Structure
        4. Forms
        5. Tables

/*  --------------------------------    */

/*  -----------  Colors  -----------    */
/*
        color 1:    #fff
        color 2:    #000

/*  --------------------------------    */

/*  ----------------------------------------------------------------------------------------------------------  */
/*                                             1. Resets
/*  ----------------------------------------------------------------------------------------------------------  */

/*  meyer-reset with minor changes */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, 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-size:100%;
    vertical-align:baseline;
    font-weight:inherit;
    font-style:inherit;
    font-family:inherit;
}
textarea, input {
    font-size:100%;
    font-weight:inherit; /* IE will ignore inherits here */
    font-style:inherit;
    font-family:inherit;
}
:focus {outline:0;} /* remember to define focus styles! */

body {line-height:100%;}

ol, ul {list-style:none;}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";}

/* #########################################\\\ Edit from here ///############################################  */

strong{
    font-weight:bold;
}

/* if graphic buttons are used */
button {
    margin:3px 0;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
    overflow:visible; /* IE */
    white-space:nowrap; /* IE */
}

/*  ----------------------------------------------------------------------------------------------------------  */
/*                                             2. Generic
/*  ----------------------------------------------------------------------------------------------------------  */

body {
    color:#000;
    background:#dccab1 url(../img/bg_holz.jpg) repeat;
    font-family:arial, verdana, sans-serif;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {clear:both;}

a {
    color:#c8252c;
    text-decoration:none;
}
a:hover, a:focus {text-decoration:underline;}

.more {
    background:url(../img/arrow.png) no-repeat 0 4px;
    padding-left:13px;
    font-weight:bold;
    margin-bottom:5px;
    font-size:12px;
    border:none;
}

p {
    font-size:75%; /* 12px */
    margin:0 0 12px 5px;
    line-height:150%;
}

code {
    font-family:monospace;
    font-size:125%;
}
abbr {
    border-bottom:1px dotted #ccc;
    cursor:help;
}
    button div {
        background:url(../img/button-sprite.png) no-repeat;
        border:none;
        height:20px;
        padding-left:10px;
    }
    button p {
        background:url(../img/button-sprite.png) no-repeat right -20px;
        border:none;
        margin-top:0;
        font-size:100%;
        color:#fff;
        height:20px;
        line-height:20px;
        font-size:100%;
        padding-right:10px;
    }
    button:hover div, button:focus div {background:url(../img/button-sprite.png) no-repeat left -40px;}
    button:hover p, button:focus p {background:url(../img/button-sprite.png) no-repeat right bottom;}

/*  ----------------------------------------------------------------------------------------------------------  */
/*  Headlines */

h1 {
    font-size:125%;
    font-family:'trebuchet MS',verdana,sans-serif;
    font-weight:bold;
    margin:0 0 15px 5px;
    line-height:120%;
}
h2 {
    font-size:87.5%;
    font-family:'trebuchet MS',verdana,sans-serif;
    color:#434343;
    background:#f2f2f2;
    border-bottom:1px solid #d6d6d6;
    margin-bottom:8px;
}
h3 {
    font-size:87.5%;
    font-family:'trebuchet MS',verdana,sans-serif;
    color:#434343;
    margin-bottom:5px;
}
h4 {font-size:87.5%;}
h5 {font-size:75%;}
h6 {font-size:75%;}

/*  ----------------------------------------------------------------------------------------------------------  */
/*                                             3. Structure
/*  ----------------------------------------------------------------------------------------------------------  */

#wrapper {
    width:976px;
    margin:0 auto;
}
    #header {
        height:387px;
        width:960px;
        background:url(../img/bg_header.png) repeat-y left top;
        padding:0 8px;
    }
        #nav {
            background:url(../img/bg_nav.jpg) repeat-x;
            height:40px;
            padding:0 20px 0 5px;
        }
    #container {
        width:960px;
        margin:20px 8px 0;
    }
        #left {
            width:263px;
            float:left;
        }
        #main {
            width:662px;
            background:#fff;
            float:right;
            padding:17px 10px 30px;
            min-height:800px;
        }
        #secondary-content {
            width:214px;
            float:right;
        }
		#secondary-content .gallery{margin-top:0;}

/*  ----------------------------------------------------------------------------------------------------------  */
/*                                             4. Forms
/*  ----------------------------------------------------------------------------------------------------------  */

form {
    
}
    fieldset {
    
    }
        legend {
    
        }
        form ul {margin-bottom:7px;}
            form li {margin-bottom:7px;}
                label {
                    color:#626262;
                    font-size:75%;
                }
                input[type=text], textarea {
                    color:#959595;
                    font-size:68.75%;

                }
                textarea {width:98%;}
                input:focus, textarea:focus {
                    
                }
                select {
                    
                }

				.checkbox_container span {
				        display:block;
/*                      float:left;
						width:194px;*/
					}
						.kontakt_box_randspalte {
/*                          width:0;*/
						}
						.rueckruf_kontakt{
							width:310px;
							height:25px;
							float:left;
						}
						
    /*  ----------------------------------------------------------------------------------------------------------  */
    /*  6. Errors   */

    .error {
        color:#C8252C
    }
    .error-msg {
        border:2px solid #d00;
    /*    background:#fcc url(../img/error_icon.png) no-repeat 10px center;*/
        padding:10px 10px 10px 40px;
        margin:10px 0;
    }
    
    .error{
        margin:0;
    }

/*  ----------------------------------------------------------------------------------------------------------  */
/*                                             5. Tables
/*  ----------------------------------------------------------------------------------------------------------  */

table {
    
}
    caption {
        
    }
    td {
        
    }
    tbody tr:hover td {background:#;}

        thead th {
        
        }
        tfoot td {
        
        }

/*  ----------------------------------------------------------------------------------------------------------  */
/*                                             6. Whatever comes next, now it's on YOU!
/*  ----------------------------------------------------------------------------------------------------------  */
.header-top {
    height:77px;
    border-bottom:6px solid #c8252c;
}
    .header-top strong a {
        background:url(../img/logo_g+m.png) no-repeat;
        text-indent:-9999px;
        height:60px;
        width:180px;
        margin:8px 0 0 19px;
        float:left;
    }
    
.header-bottom {
    background:url(../img/bg_header_bottom.png) no-repeat;
    height:10px;
    width:960px;
    padding:0 8px;
/*    position:relative;*/
    margin-left:-8px;
}

    /* Meta Navigation */
    #meta-nav {
        float:right;
        margin:50px 10px 0 0;
    }
        #meta-nav li {float:left;}
            #meta-nav a {
                font-family:'trebuchet MS',verdana,sans-serif;
                color:#535353;
                font-size:75%;
                border-left:1px solid #535353;
                padding:0 7px;
            }
            #meta-nav li:first-child a, #meta-nav li.firstchild a , #meta-nav li:first-child span{border:none;}
            #meta-nav a:hover, #meta-nav a:focus {text-decoration:underline;}
            #meta-nav .flag {padding:0 7px;}
            #meta-nav .flag a {
                text-indent:-9999px;
                display:block;
                width:25px;
                border:none;
                padding:0;
            }
            #meta-nav .spain a      {background:url(../img/flag-spain.png) no-repeat;}
            #meta-nav .germany a    {background:url(../img/flag-germany.png) no-repeat;}
            #meta-nav .us a         {background:url(../img/flag-us.png) no-repeat;}
            #meta-nav .france a     {background:url(../img/flag-france.png) no-repeat;}
    #meta-nav span{
        font-family:'trebuchet MS',verdana,sans-serif;
                color:#C8252C;
                font-size:75%;
                border-left:1px solid #535353;
                padding:0 7px;
    }
   
/* Start Teaser */         
#start-teaser {
    background:url(../img/bg_teaser.jpg) no-repeat;
    height:258px;
    margin:3px 0;
    position:relative;
}
    #fader {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
    }

		.fade {
			height:258px;
			width:960px;
		}
            #start-teaser img {float:right;}

        #fader img {
            position:absolute;
            top:0;
            right:0;
        }
		
        #start-teaser strong {
            font-family:'trebuchet MS',verdana,sans-serif;
            font-size:112.5%;
            color:#323232;
            float:left;
            text-transform:uppercase;
            line-height:135%;
            margin:24px 0 0 20px;
			width:254px;
			font-weight: normal;
        }
        .teaser-info {
            height:auto;
            position:absolute;
            bottom:26px;
            left:20px;
        }
            #start-teaser p {margin:0;}
            #start-teaser span {
                color:#535353;
                font-family:'trebuchet MS',verdana,sans-serif;
                bottom:42px;
                text-transform:uppercase;
            }
            #start-teaser em {
                font-size:108.33%;
                color:#535353;
                font-family:'trebuchet MS',verdana,sans-serif;
                font-style:italic;
                bottom:26px;
            }
	

/* Navigation */
#nav li {
    float:left;
    background:url(../img/bg_nav_trenner.png) no-repeat;
    padding:0 3px 0 5px;
    position:relative;
}
#nav li:first-child, #nav li.firstchild {background:none;}
    #nav a, #nav li span {
        font-family:'trebuchet MS',verdana,sans-serif;
        color:#a0a0a0;
        text-transform:uppercase;
        line-height:40px;
        padding:0 10px;
        display:block;
    }
    
    #nav li span{
        font-size:80%;
    }
    
    #nav .active{
    font-size:100%    
    }
    
    #nav .active {color:#fff;}
    #nav a:hover, #nav a:focus {
        color:#fff;
        text-decoration:none;
        background:url(../img/bg_nav.jpg) repeat-x left bottom;
 
    }
    #nav li:hover ul, #nav li:focus ul, #nav .over ul {display:block;}
    
#nav li ul {
    background:#fff;
    border:3px solid #dcdcdc;
/*    height:290px;*/
    width:351px;
    position:absolute;
    padding:6px 7px 10px;
    display:none;
    left:2px;
    top:40px;
    z-index:1000;
}
    #nav li li {
        border-top:1px solid #e0e0e0;
        float:none;
        background:none;
        padding:0;
    }
    #nav li li:first-child, #nav li li.firstchild {border-bottom:1px solid #E0E0E0; border-width:0 0 1px;}
    #nav li li:first-child a, #nav li li.firstchild a {margin-top:0;}
    #nav .project {font-size:81.25%; border:none}
        #nav .project a{
            color:#000;
            height:22px;
            line-height:20px;
            font-size:100%;
        }
        
        #nav .project span {
            height:22px;
            line-height:20px;
            font-size:100%;
        }
        #nav .project a:hover, #nav .project a:focus {height:22px;}
        #nav li li a {
            font-family:'trebuchet MS',verdana,sans-serif;
            font-size:87.5%;
            color:#626262;
            line-height:22px;
            padding:0 7px 0;
            margin:4px 0;
            text-transform:inherit;
        }
        #nav li li a:hover, #nav li li a:focus {
            background:#f0f0f0;
            color:#000;
            margin:4px 0;
        }
        #nav li li:first-child a:hover, #nav li li:first-child a:focus, #nav li li.firstchild a:hover, #nav li li.firstchild a:focus {margin-top:0;}
/*------------------------------------------------------------- left ------------------------------------------------------------------*/
.secondary-nav {
    background:#fff;
    margin-bottom:60px;
}
    .secondary-nav p{
        color:#434343;
            padding:0 10px;
            line-height:35px;
            text-transform:uppercase;
            display:block;
            font-size:85%;
    }
    .secondary-nav li {border-top:1px solid #dcdcdc;}
        .secondary-nav span {
            color:#434343;
            padding:9px 10px;
            
            text-transform:uppercase;
            display:block;
            font-size:80%;
            font-weight:bold;
        }
        .secondary-nav a:hover {
            text-decoration:none;
            background:#f2f2f2;
        }
        .secondary-nav .active {background:#f2f2f2;}
        .secondary-nav li a {
            color:#000;
            font-size:81.25%;
            text-transform:inherit;
            padding:9px 10px;
            display:block;
        }

#gm-group {background:#fff;}
    #gm-group div {
        border-top:1px solid #dcdcdc;
        padding:10px 8px 10px 8px;
    }
    #gm-group .active {background:#f2f2f2;}
    #gm-group div:first-child, #gm-group div.firstchild {border:none;}
    #gm-group div:hover, #gm-group div:focus {background-color:#f2f2f2;}
        #gm-group strong {
            font-size:75%;
            color:#c8252c;
            font-weight:bold;
            display:block;
            margin-bottom:2px;
            }
        #gm-group li {
            list-style:disc;
            font-size:75%;
            color:#313131;
            margin-left:13px;
            margin-bottom:2px;
        }

/*------------------------------------------------------------- Content ------------------------------------------------------------------*/
p img {
    float:left;
    margin:0 15px 15px 0;
}

h2 span {
    height:23px;
    display:block;
    line-height:25px;
    border-bottom:1px solid #fff;
    padding:0 8px;
}

.accordeon {margin-bottom:5px;}
.themes li {margin-top:20px;}
.themes li:first-child, .themes li.firstchild {margin-top:0;}
    .themes ul li {margin-top:2px;}

/* Aufklappboxen */
.theme-header {
    background:#f2f2f2;
    height:20px;
	
}
    .theme-header a {
        padding:0 10px;
        color:#000;
        font-weight:bold;
        font-size:81.25%;
        line-height:20px;
        display:block;
    }
    .theme-header a:hover, .theme-header a:focus {
           text-decoration:none;
           background:#e8e8e8;
     }
        .theme-header span {
            display:block;
            background:url(../img/icon-sprite.png) no-repeat right -30px;
			cursor: pointer;
        }

.closed a span {background:url(../img/icon-sprite.png) no-repeat right 6px;}

    .theme-body strong {
        font-size:81.25%;
        font-weight:bold;
        color:#434343;
        text-transform:uppercase;
        display:block;
        margin-bottom:3px;
        padding:7px 0 0 10px;
    }
    .theme-body p {
        margin:0 0 20px 0;
        padding:7px 5px 8px 10px;
    }
    .theme-body .inner p {margin-bottom:0;}

/*--------------------------------*/

.theme-footer {
    background:#F2F2F2;
    border-bottom:1px solid #D6D6D6;
}
    .theme-footer p {
        border-bottom:1px solid #fff;
        margin:0;
        padding:4px 10px 2px;
    }
    .theme-footer span {
        text-transform:uppercase;
        display:block;
    }

.example {
    border-top:3px solid #EEEEEE;
    padding:12px 0;
}
.example img {
    margin-bottom:20px;
    float:left;
}
.example .right {float:right;}

.teaser-box {margin-top:20px;}
    .teaser-box li {
        width:204px;
        height:321px;
        background:#f1f1f1;
        padding:6px 5px 15px;
        float:left;
        margin-left:10px;
        position:relative;
    }
	 .teaser-box-big li {height: 360px;}
    .teaser-box li:first-child, .teaser-box li.firstchild {margin-left:0;}
        .teaser-box div {padding:2px 5px 0;width:203px;}
            .teaser-box img, .projekte img, .example img {
                border:1px solid #d6d6d6;
                padding:4px;
                background:#fff;
            }
            .teaser-box strong {
                font-family:'trebuchet MS',verdana,sans-serif;
                font-size:87.5%;
                color:#c8252c;
                text-transform:uppercase;
                display:block;
                margin-bottom:5px;
                line-height:122%;
            }
            .teaser-box p {
                color:#313131;
                margin-left:0;
				
            }
            .teaser-box span {
                margin-top:15px;
                display:block;
                position:absolute;
                bottom:5px;
				width:204px;
            }
                .teaser-box a {
                    display:block;
                    font-size:75%;
                }
			

.twocolumns .teaser-box {margin:0 0 20px;}
    .twocolumns .teaser-box li {height:192px;}
        .twocolumns .teaser-box a {#font-size:100%;}
                
.projekte li {
    border-top:3px solid #eee;
    padding:10px 0 10px 0;
    clear:both;
}
.projekte li div {
    width:219px;
    float:left;
    padding:0 5px 0 10px;
}
.projekte p {
    margin:0 0 8px 0;
    padding:0;
}

.content-teaser {
    background:#f2f2f2;
    border:1px solid #dcdcdc;
    border-width:1px 0;
}
    .content-teaser .inner-content {
        border:1px solid #fff;
        border-width:1px 0;
        padding:5px 15px;
    }
        .content-teaser img {
            float:right;
        }
        .content-teaser .inner-content div {
            float:left;
            width:260px;
        }
		.content-teaser .inner-content  div p {
			margin-left:0;
        }
            .content-teaser strong {
                font-family:'trebuchet MS',verdana,sans-serif;
                font-size:87.5%;
                color:#C8252C;
                margin:20px 0 15px;
                display:block;
            }
                

#main .twocolumns {
    width:438px;
    float:left;
}
	.gallery { 
		margin-top:20px;
		margin-bottom: 20px;
	}
/*  .gallery div{   float:left;}*/
.gallery .grey_box, .gallery .grey_box_right {float:left;}
.gallery .grey_box_right {margin-left:10px;}
	.ce_hyperlink {    
	    /*background-color: #F1F1F1;*/
		margin-bottom: 10px;
		margin-right: 19px;
	}
	.ce_hyperlink  .image_container{ background:none; border:none;}
	.ce_hyperlink  .image_container .hyperlink_img {border:none;}
	.ce_hyperlink h2 {     
		border-bottom: 1px solid #FFFFFF;
		display: block;
		height: 23px;
		line-height: 25px;
		padding: 0 8px;
	} 
		.ce_ce_lightbox4ward {
				background:none repeat scroll 0 0 #F1F1F1;
				margin-right:10px;
				padding:5px 5px 0 7px;
/*              position:relative;*/
				float:left;
				margin-bottom: 10px;
		}
		.grey_box .ce_ce_lightbox4ward, .grey_box_right .ce_ce_lightbox4ward, #secondary-content .box .ce_ce_lightbox4ward {float:none;}

			.image_container {
				padding:6px 6px 6px 11px; 
				background-color:#f1f1f1;
				#width:174px;
				
				
			}
					.hyperlink_img {
						padding:7px;
						background-color:#ffffff;
						border: 1px solid #d6d6d6;
						display:block;
						text-align:center;
					}
						.gallery .ce_text {
							background:none repeat scroll 0 0 #F1F1F1;
							margin-right:10px;
							padding:5px 5px 0px;
/*                          position:relative;*/
							width:204px;
							height: 70px;	
							margin-bottom: 15px;
							float:left;
						}
						/* idon_galery */
						.gallery .gal_description {
						background:none repeat scroll 0 0 #F1F1F1;
						float:left;
						height:70px;
						margin-right:10px;
						padding:5px 5px 0;
						width:182px;
						}
						.gallery .gal_description strong{ 
							color:#C8252C;
							display:block;
							font-family:'trebuchet MS',verdana,sans-serif;
							font-size: 14px;
							line-height:122%;
							margin-bottom:5px;
							text-transform:uppercase;
							font-weight: bold;
							margin-left:0;
						}
						
							.gallery .ce_text strong{ 
								color:#C8252C;
								display:block;
								font-family:'trebuchet MS',verdana,sans-serif;
								font-size: 14px;
								line-height:122%;
								margin-bottom:5px;
								text-transform:uppercase;
								font-weight: bold;
								margin-left:0;
							}
                            .grey_box, .grey_box_right  {
                                background:none repeat scroll 0 0 #F1F1F1;
                                padding:5px;
                                width:204px;
                                height:200px;
                                margin-bottom:10px;
                            }
									.grey_box div.ce_ce_lightbox4ward.more.block, .grey_box_right  div.ce_ce_lightbox4ward.more.block {
										background:url("../img/arrow.png") no-repeat scroll 0 4px transparent;
										border:medium none;
										font-size:12px;
										font-weight:bold;
										margin-bottom:5px;
										padding:0 0 0 13px;
									} 
										.grey_box a, .grey_box_right a {line-height: 12px;}
										
										.grey_box img.image_container, .grey_box_right img.image_container {
											padding:5px;
											background-color:#FFFFFF;
											border:1px solid #D6D6D6;
											display:block;
											text-align:center;
											}

								
	.gallery .border {margin: 0;}		
	
	
.layout_full {
	margin-bottom: 20px;
}
	/* Secondary Content */
.secondary-randspalte{
    margin-top:0px ! important;
}
#secondary-content {
    margin-top:39px;
}



#secondary-content .box {
    background:#f2f2f2;
    padding:3px;
    margin-bottom:10px;
}

	#secondary-content .box .ce_ce_lightbox4ward .hyperlink_txt {
		background:url("../img/arrow.png") no-repeat scroll 0 0 transparent;
		border:medium none;
		font-size:12px;
		font-weight:bold;
		line-height:50%;
		margin-bottom:5px;
		padding-left:13px;
	}

		#secondary-content h3 {
			color:#434343;
			font-family:'trebuchet MS',verdana,sans-serif;
			font-size:87.5%;
			line-height:20px;
			padding-left:5px;
			border-bottom:1px solid #fff;
			margin-bottom:0;
		}
			#secondary-content .box .contact {
				background:#fff;
				padding:7px;
				border-top:1px solid #d6d6d6;
			}
				#secondary-content .box p {margin:0;}
				#secondary-content .contact p {
					font-size:68.75%;
					padding-top:7px;
				}
				#secondary-content .contact .border {border-top:1px solid #F2F2F2;}
				#secondary-content .box span {
					margin-bottom:4px;
					display:block;
					color:#434343;
					font-size:12px;
				}
				#secondary-content .box em {
					color:#c8252c;
					display:block;
					margin-top:10px;
				}
				#secondary-content .box strong {
					color:#626262;
					font-size:91.66%;
					font-weight:bold;
					display:block;
					margin-bottom:2px;
				}

#secondary-content .grey {padding:10px;}
#secondary-content .grey h3 {
    border:none;
    color:#c8252c;
    padding:0;
    margin-bottom:5px;
}

#secondary-content .phone {background:#f2f2f2 url(../img/phone.jpg) no-repeat right 3px;}
    #secondary-content .phone p {width:110px;}

#secondary-content .image {
    padding:5px;
}
    #secondary-content .image img {
        border:1px solid #d6d6d6;
        padding:4px;
        background:#fff;
    }
    #secondary-content .image h3 {padding-left:10px;}
    #secondary-content .image a {
        display:block;
        margin-left:10px;
    }
    

/* Secondary-Content Formular */
.options li {margin-bottom:0;}

.seperate {
    border-top:1px solid #fff;
    margin-top:3px;
    padding-top:3px;
}
    .seperate label {
        font-size:68.75%;
        font-weight:bold;
    }

/* ######## 18.03.10 ########## */

.imagewrapper
{
    padding:6px 5px 15px;
    width:208px;
    height:190px;
    background-color:#f1f1f1;
    margin-bottom:20px;
    border-right:2px solid #fff;
}



.imagewrapper .description{
    font-size:75%;
    padding:5px;
}


#kontaktformular{
    background-color:#f1f1f1;
    width:400px;
    padding:15px;
}


#kontaktformular input{
width:287px;
	margin: 1px;

}

#kontaktformular .checkbox{
width:10px;
}

.formbody label{
display:none;
}

.formbody span label{
display:inline;
}




/* Override typolight.css */

.inside {
    position:static;
}

.row_4 p, .row_4  strong{
    margin: 10px 0 10px 0; 
   
}

/* Spamfilter Kontakfteld ausblenden */

.spmfltr{
    display:none;
}

/* Anhang fŸr News */

.enclosure p {	
    background-color:#ffffff;
}
