* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	line-height: 16px;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
    
}
/*************************************
	Inhalt:

	1. Seitenaufbau
	2. Navigation
	3. Typographie
	4. Links
	5. Formulare
	6. Sonstiges / Inhalte
	7. Produktfilter
*************************************/

/*************************************
	1. Seitenaufbau
*************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

#header
{
    height: 90px;
    width: 1000px;
    margin: 0 auto;
}

    #header #logo
    {
        margin: 25px 0 0 0;
        float: left;
        width: 159px;
        height: 47px;
    }
    
    #header #main_navi
    {
        margin: 30px 0 0 40px;
        float: left;
    }
    
    #header #meta_navi
    {
        margin: 10px 0 0 0;
        float: right;
    }
	
	#header .sub_navi
    {
		z-index: 100;
	    background: #fff;
	    overflow: hidden;
		position: absolute;
		padding: 40px 15px 15px 15px;
		display: none;
		margin-left:-15px;
    }
    
    #header #breadcrumb
    {
        margin: 5px 0 5px 200px;
        float: left;
		font-size: 11px;
    }

#content
{
    width: 1000px;
    margin: 0 auto 50px auto;
	position: relative;
}

    #content #flash
    {
		height: 360px;
		float: left;
		width: 1000px;
		position: relative;
		/*margin-top:10px;
        background: url(../_images/platzhalter_startseite.jpg); width:1000px; height: 560px;*/
    }
    
    #content #inhalt{
		float: left;
        margin: 10px 0 0px 200px;
		position: relative;
		width: 800px;
    }
	
	#content #inhalt_setting{
		float: left;
        margin: 10px 0 0px 200px;
		position: relative;
		width: 800px;
    }

#filter
{
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: #e7e7e7;
	z-index: 200;
}

#filter .options
{
	float: left;
}

#filter_opt .options
{
	cursor: pointer;
}

#choices
{
    position: fixed;
    bottom: 43px;
	padding: 00px;
    background: #E7E7E7;
	opacity: 0;
	height: 0px;
	color: #000;
	z-index: 120;
	overflow: hidden;
}

#choices div
{
	cursor: pointer;
}

#choices_inner
{
	width: 900px;
	margin: 15px auto;
}

#closeIt
{
	width: 10px;
	float: right;
	margin-top: 0px;
	cursor: pointer;
	font-size: 20px;
	color: red;
}



/*************************************
	2. Navigation
*************************************/

/* Main Navigation */
ul.main_navigation
{
    display: inline;
    list-style: none;
}

    ul.main_navigation li
    {
        float:left;
        margin: 0 45px 0 0;
    }
    
        ul.main_navigation li a
        {
            text-decoration: none;
            color: #000;
            font-size: 18px;
        }
        
        ul.main_navigation li a:hover
        {
            text-decoration: none;
            color: #e1001a;
        }
		
		ul.main_navigation li.aktiv a
        {
            text-decoration: none;
            color: #e1001a;
        }
        
/* Meta Navigation */
ul.meta_navigation
{
    display: block;
    list-style: none;
	font-size: 11px;
}

    ul.meta_navigation li
    {
        float:left;
        margin: 0 0 0 15px;
    }
    
        ul.meta_navigation li a
        {
            text-decoration: none;
            color: #7f7f7f;
        }
        
        ul.meta_navigation li a:hover
        {
            text-decoration: none;
            color: #000;
        }
		
		ul.meta_navigation li.aktiv a
        {
            text-decoration: none;
            color: #000;
        }
		
/* Sub Navigation */
ul.sub_navigation
{
    display: block;
    list-style: none;
	max-width: 150px;
}

    ul.sub_navigation li
    {
        float:left;
		margin: 3px;
		color: #000;
		width: 100%;
    }
    
        ul.sub_navigation li.inaktiv_sub a
        {
            text-decoration: none;
            color: #000;
			font-size: 14px;
			display: block;
        }
        
        ul.sub_navigation li.inaktiv_sub a:hover
        {
            text-decoration: none;
            color: #e1001a;
        }
		
		ul.sub_navigation li.aktiv_sub a
        {
            text-decoration: none;
			font-size: 14px;
            color: #e1001a;
        }

/*************************************
	3. Typographie
*************************************/

strong, b
{
	font-weight: bold;
}

h1
{
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 5px 0;
}

h2
{
	font-size: 14px;
	margin-bottom: 4px;
}

h3
{
	font-size: 12px;
}

sup{
	font-size: smaller;
	position: absolute;
	margin: -3px 0 0 1px;
}

#filter .options
{
    margin: 10px 0px 10px 1px;
    font-size: 13px;
    font-weight: bold;
}

#filter .trenner
{
	height: 40px;
	width: 2px;
	background: #FFFFFF;
	float: left;
	margin: 0 6px;
}

#filter .trenner_first
{
	height: 40px;
	width: 1px;
	float: left;
	margin: 0 6px;
}

ol
{
	margin: 5px 0 3px 0;
	list-style-position: inside;
}

/*************************************
	4. Links
*************************************/

a
{
	color: #E1001A;
	text-decoration: none;
}

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


#header #breadcrumb a
{
    color: #7f7f7f;
    text-decoration: none;
}

    #header #breadcrumb a:hover
    {
        color: #000;
    }
	
	
a.prodnavi:hover,a.prodnavi.aktiv
{
	border: 1px solid #666;
	opacity: 0.7;
	margin: 2px 0 2px 0;
	padding: 1px 1px 1px 1px;
}

.produkt_menu a {
	display: block;
	margin: 2px 0 2px 0;
	padding: 2px 2px 2px 2px;
	width: 190px;
}

a.menu_sichtschutz
{
	opacity: 1;
	color: #000;
}

a.menu_sichtschutz:hover
{
	opacity: 0.7;
	color: #444;
}


/*************************************
	Formulare
**************************************/

input[type=text], select, textarea
{
	border: 1px solid #949494;
}

input[type=checkbox]
{
	float: left;
	margin-top: 2px;
}

label
{
	float: left;
	margin: 0 0 0px 3px;
}


.csc-mailform-field
{
	width: 100%;
	clear: both;
	float: left;
}

.csc-mailform-field label
{
	width: 150px;
	margin: 2px 0;
}

.csc-mailform-field span
{
	top: 10px;
	position: relative;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea
{
	width: 350px;
	margin: 2px 0;
}

.csc-mailform-field input[type=submit]
{
	position: relative;
	top: 20px;
	width: 115px;
	height:55px;
	cursor: pointer;
	background: url(/fileadmin/templates/_images/content/kontakt/absenden.jpg) no-repeat top left;
}

.csc-mailform
{
	float: left;
	width: 550px;
}
/*************************************
	6. Sonstiges / Inhalte
**************************************/

/* PHP Snippets*/

/* Produktseiten oben */
#links
{
	float: left;
	width: 200px;
	height: 360px;
}

#rechts
{
	float: left;
	width: 800px;
	height: 353px;
}

/* Home Ani */
#parkett, #laminat, #sichtschutzelemente, #outdoordielen,#paneele
{
	width:27px;
	height:560px;
	float: left;
}

.bild
{
	float: left;
	width: 1px;
	height: 560px;
}



#home_laminat_1
{
	background: url(../_images/content/home/laminat_1.jpg) no-repeat;
}

#home_laminat_2
{
	background: url(../_images/content/home/laminat_2.jpg) no-repeat;
}

#home_parkett_1
{
	background: url(../_images/content/home/parkett_1.jpg) no-repeat;
}

#home_parkett_2
{
	background: url(../_images/content/home/parkett_2.jpg) no-repeat;
}

#home_paneele_1
{
	background: url(../_images/content/home/paneele_1.jpg) no-repeat;
}

#home_paneele_2
{
	background: url(../_images/content/home/paneele_2.jpg) no-repeat;
}

#home_paneele_3
{
	background: url(../_images/content/home/paneele_2.jpg) no-repeat;
}

#home_sichtschutzelemente_1
{
	background: url(../_images/content/home/sichtschutzelemente_1.jpg) no-repeat;
}

#home_sichtschutzelemente_2
{
	background: url(../_images/content/home/sichtschutzelemente_2.jpg) no-repeat;
}

#home_outdoordielen_1
{
	background: url(../_images/content/home/outdoordielen_1.jpg) no-repeat;
}

#home_outdoordielen_2
{
	background: url(../_images/content/home/outdoordielen_2.jpg) no-repeat;
}

#laminat .text
{
	float: left;
	width: 24px;
	height: 560px;
	background: url(../_images/content/home/laminat.gif) no-repeat;
	border: 0px solid #fff;
	cursor: pointer;
}

#parkett .text
{
	float: left;
	width: 24px;
	height: 560px;
	background: url(../_images/content/home/parkett.gif) no-repeat;
	border: 0px solid #fff;
	cursor: pointer;
}

#paneele .text
{
	float: left;
	width: 24px;
	height: 560px;
	background: url(../_images/content/home/paneele.gif) no-repeat;
	border: 0px solid #fff;
	cursor: pointer;
}

#sichtschutzelemente .text
{
	float: left;
	width: 24px;
	height: 560px;
	background: url(../_images/content/home/sichtschutzelemente.gif) no-repeat center center;
	border: 0px solid #fff;
	cursor: pointer;
}

#outdoordielen .text
{
	float: left;
	width: 24px;
	height: 560px;
	background: url(../_images/content/home/outdoordielen.gif) no-repeat center center;
	border: 0px solid #fff;
	cursor: pointer;
}


/* Verticales Scroll Menü */
div.menu_wrapper {
	float: left;

	height: 363px;
	width: 200px;
	overflow: auto;
	overflow-x: hidden !important;
}


.produkt_menu img {
	display: block;
	border: none;
}

.menu_wrapper .loading {
	margin-top: 150px;
	overflow: hidden;
	margin: 0 auto;

	width: 200px;	
	
	text-align: center;
	color: #000;
}



/* Tabellen */
td
{
    vertical-align: middle;
}

table.tabelle_zentriert
{
    text-align: center;
    margin: 0 auto 0 auto;
}

td.td_oben
{
    vertical-align: top;
}

td.td_mitte
{
    vertical-align: middle;
}

td.td_unten
{
    vertical-align: bottom;
}

/* Settings */
.setting_oben
{
	width: 800px;
	float: left;
}

.setting_oben img
{
	clear: both;
}

.setting_unten
{
	width: 800px;
	float: left;
}

a.thumb_aktiv img, a.thumb_inaktiv:hover img
{
	height: 55px;
	width: 120px;
	margin: 17px 10px 0 0;
	border: 1px solid #9e9e9e;
	padding: 2px;
}

a.thumb_inaktiv img
{
	height: 55px;
	width: 120px;
	margin: 17px 10px 0 0;
	padding: 3px;
}

a.thumb_inaktiv.first img
{
	padding-left: 0px;
}

a.thumb_aktiv.first img, a.thumb_inaktiv.first:hover img
{
	margin-left: -3px;
	padding-left: 2px;
}

a.thumb_inaktiv.last img
{
	margin: 17px 0px 0 0;
	padding-right: 0px;
}

a.thumb_aktiv.last img, a.thumb_inaktiv.last:hover img
{
	margin: 17px -3px 0 0;
	padding-right: 2px;
}

a#go_left
{
	background: url(../_images/content/settings/go_left.png) no-repeat;
	position: absolute;
	left: 200px;
	top: 150px;
	width:23px;
	height: 42px;
	z-index: 20;
}

a#go_right
{
	background: url(../_images/content/settings/go_right.png) no-repeat;
	position: absolute;
	right: 0;
	top: 150px;
	width:23px;
	height: 42px;
	z-index: 20;
}

.sockelbild
{
	margin: 20px 0 60px 0;
	width: 200px;
	height: 120px;
	background: gray;
	float: left;
	clear: both;
}

.sockeltext
{
	width: 590px;
	margin: 20px 0 0 10px;
	float: left;
}



/* Sichtschutzelemente*/

#tab_wrap
{
width: 800px;
margin: 0 0 20px 0;
}

.tab_ueb
{
text-align: center;
display: block;
height: 40px;
border: solid #9e9e9e;
border-width: 1px 0 0 0;
float: left;
cursor: pointer;
margin-bottom: -1px;
}

.tab_body
{
width: 798px;
border: solid #9e9e9e;
border-width: 0 1px 1px 1px;
float: left;
display: none;
}

.tab_body .inhalt
{
margin: 20px;
display: none;
}


#settingtext_overlay
{
	position: absolute;
	z-index: 99;
	left: 200px;
	top: 0;
	height: 363px;
	width: 290px;
	overflow: hidden;
}

#settingtext_text
{
	position: relative;
	background: #ffffff;
	height: 363px;
	padding: 11px;
	float:left;
	left: 0;
	width: 200px;
}
#settingtext_ausblenden
{
	position: relative;
	float:left;
	top: 150px;
	height: 363px;
	width: 40px;
}

#settingtext_ausblenden img
{
	cursor: pointer;
}



/*************************************
	7. Produktfilter
**************************************/
#prod_gruppe, #collection, #holzart, #verlegeoptik, #struktur, #format
{
	display: none;
	padding-left: 20px;
	font-weight: normal;
}

#prod_gruppe_view, #collection_view, #holzart_view, #verlegeoptik_view, #struktur_view, #format_view
{
	padding-left: 20px;
	font-weight: normal;
}


#prod_gruppe_view, #prod_gruppe
{
	background: transparent url(fileadmin/templates/_images/content/produkte/filter_a.gif) no-repeat scroll left center; 
}

#collection_view,#collection
{
	background: transparent url(fileadmin/templates/_images/content/produkte/filter.gif) no-repeat scroll left center;
}

#holzart_view, #holzart
{
	background: transparent url(fileadmin/templates/_images/content/produkte/filter.gif) no-repeat scroll left center;
}

#verlegeoptik_view, #verlegeoptik
{
	background: transparent url(fileadmin/templates/_images/content/produkte/filter.gif) no-repeat scroll left center;
}

#struktur_view, #struktur
{
	background: transparent url(fileadmin/templates/_images/content/produkte/filter.gif) no-repeat scroll left center;
}

#format_view, #format
{
	background: transparent url(fileadmin/templates/_images/content/produkte/filter.gif) no-repeat scroll left center;
}

#choices
{
	width: 100%;
	height: 0px;
	opacity: 0;
}

#prod_gruppe_choices, #collection_choices, #holzart_choices, #verlegeoptik_choices, #struktur_choices, #format_choices
{
	display: none;
}

.cross
{
	float: left;
	margin: 2px 5px 5px 5px;
	width: 11px;
	height: 12px;
	cursor: pointer;
}

.cross_label
{
	float: left;
	height: 15px;
}

.filter_submit, #closeIt
{
	margin-top: -5px;
}

i
{
	font-style: italic;
	margin-bottom: 3px;
}
