/* @override http://www.scheiderbauer-fliesen.de/assets/site/css/screen.css */

/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div.clear_float 
{
	clear: both;
	height: 0;
	overflow: hidden;
}

div.hr 
{
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	
	height: 1px;	
	overflow: hidden;
	
	text-indent: -100em;
	border-bottom: 1px solid grey;
}

/* @end */

/* @group Links */

a
{
	color: #d9261c;
	outline: none;
}

a.read_more
{
	white-space: nowrap;
}

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

* html .ie6_png_img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/image.png', sizingMethod='crop');
	background-image: none;
}

.transparenz
{
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

}

/* @end */

/* @group Listen */

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
}

* html table
{
	border-collapse: collapse;
}

*+html table
{
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

table tr th.align_right,
table tr td.align_right
{
	text-align: right;
}

table tr th.align_bottom,
table tr td.align_bottom
{
	vertical-align: bottom;
}

table tr th.align_bottom,
table tr td.align_bottom
{
	vertical-align: bottom;
}

table tr th.align_middle,
table tr td.align_middle
{
	vertical-align: middle;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @end */

/* @group Seite */

body
{	
	background: white;
}

div.site
{
	position: relative;
	width: 951px;
	
	margin: 0 auto;
	
	color: #615c5c;
	background: white url(/assets/site/images/site_background.gif) repeat-y right;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	width: 771px;
	height: 377px;
	border-bottom: 2px solid white;
}

/* @group Logos */

div.head h1#logo_fliesenhandel
{
	position: absolute;
	left: 0;
	top: 28px;
	
	width: 267px;
	height: 92px;
	
	padding-top: 76px;
	border-top: 30px solid #dbdbdb;
}

div.head h1#logo_fliesenhandel a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	overflow: hidden;
	background: url(/assets/site/images/head_logo_anja_scheiderbauer.gif) no-repeat;
}

div.head h1#logo_fliesenleger
{
	position: absolute;
	left: 0;
	top: 258px;
	
	width: 267px;
	height: 92px;
}

div.head h1#logo_fliesenleger a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	overflow: hidden;

	background: url(/assets/site/images/head_logo_arno_scheiderbauer.gif) no-repeat;
}

/* @end */

/* @group Slogan */

div.head h2.slogan 
{
	position: absolute;
	left: 269px;
	top: 60px;
	
	width: 500px;
	height: 317px;
	
	background-repeat: no-repeat;
}

div.head h2.slogan img
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 500px;
	height: 317px;
}

/* @end */

/* @group Meta-Navigation */

div.head div.meta_navigation
{
	position: absolute;
	right: -8px;
	top: 24px;
}

div.head div.meta_navigation ul
{
	list-style-type: none;
}

div.head div.meta_navigation ul li
{
	float: left;
	margin-right: 10px;
}

div.head div.meta_navigation ul li a
{
	font-size: 10px;
	color: #a09d9d;
	text-decoration: none;
}

div.head div.meta_navigation ul li a:hover,
div.head div.meta_navigation ul li.active a
{
	color: #d9261c;
}

/* @end */

/* @group Sprachauswahl */

div.head div.language_selection
{
	left: auto;
	right: 0;
}

div.head div.language_selection ul li.active
{
	display: none;
}

/* @end */

/* @group Suche */

div.head div.search
{
	position: absolute;
	right: 10px;
	bottom: 20px;
}

/* @end */



/* @end */

/* @group Navigation */

div.navigation 
{
	float: left;
	width: 267px;
	border-top: 15px solid #aba8a8;
	margin: 0 2px 30px 0;
}

div.navigation img.signet-20-jahre
{
	display: block;
	margin: 40px 0 0 30px;
}

/* @group Ebene 1 */

div.navigation ul
{
	margin: 21px 0 0 20px;
	list-style-type: none;
	width: 217px;
}

div.navigation ul li
{
	
}

div.navigation ul li a
{
	display: block;
	width: 100%;
	height: 28px;
	
	color: #615c5c;
	text-decoration: none;
	line-height: 27px;
	padding-left: 5px;
	
	border-bottom: 1px solid #615c5c;
}

div.navigation ul li a:hover
{
	color: #d9261c;
}

div.navigation ul li.active a
{
	color: #d9261c;
	font-weight: bold;
}

div.navigation ul li#navi_33 a,
div.navigation ul li#navi_34 a
{
	font-weight: bold;
}

/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	
}

div.navigation ul li ul li
{
	
}

div.navigation ul li ul li a
{	
	
}

/* @end */



/* @end */

/* @group Inhalt */

div.content 
{
	float: left;
	width: 465px;
	
	padding: 30px 25px 20px 10px;
	
	border-top: 15px solid #dbdbdb;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3 
{
	font-size: 24px;
	line-height: 120%;
	font-weight: normal;
	margin-bottom: 14px;
}

div.content h4
{
	font-size: 16px;
	font-weight: normal;
	
	margin-bottom: 7px;
	margin-top: 20px;
}

div.content h5
{
	font-size: 12px;
}

div.content p
{
	margin-bottom: 12px;
}

div.content sup,
div.content sub
{
	font-size: 9px;
	line-height: 0;
}

/* @end */

/* @group Listen */

div.content ul 
{
	margin-bottom: 11px;
	margin-left: 20px;
	
	list-style-type: disc;
}

div.content ol 
{
	margin-bottom: 11px;
	margin-left: 25px;
}

/* @group PDF-Listen */

div.content ul.pdf
{
	list-style-type: none;
	margin: 0;
}

div.content ul.pdf li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

/* @end */

/* @group Sitemap */

div.content div.sitemap
{
	margin-bottom: 11px;
}

div.content div.sitemap ul
{
	margin-bottom: 0;
}

div.content div.sitemap ul li
{
	margin: 4px 0 0 0;
}


/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	width: 40%;
	margin-right: 5%;
}

* html div.content .float_left
{
	display: inline;
}

div.content .float_right
{
	float: right;
	width: 40%;
	margin-left: 5%;
}

* html div.content .float_right
{
	display: inline;
}

/* @end */

/* TinyMCE Inhalt Ende */

/* @group Bilder */

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content a.image
{
	border: 2px solid #dbdbdb;
}

div.content a.image:hover
{
	border: 2px solid #615c5c;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 10px 10px;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 10px 10px 0;
}

div.content .img_wide
{
	display: block;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
}

/* @group Fußnote */

div.content .image p
{	
	font-style: italic;
}



/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Formulare */

/* @group Allgemein */

div.content form p.form_input
{
	position: relative;
	clear: both;
	height: 20px;
}

div.content form p.form_input label.left,
div.content form p.form_input span.label
{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 150px;
}

div.content form p.form_input span.input label
{
	margin-right: 10px;
}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
{
	float: left;
	display: inline;
	
	margin-right: 10px;
}



/* @end */

/* @group Breiten */

div.content form p.form_input span.input .width_10
{
	width: 20px;
}

div.content form p.form_input span.input .width_20
{
	width: 40px;
}

div.content form p.form_input span.input .width_30
{
	width: 60px;
}

div.content form p.form_input span.input .width_40
{
	width: 80px;
}

div.content form p.form_input span.input .width_50
{
	width: 100px;
}

div.content form p.form_input span.input .width_60
{
	width: 120px;
}

div.content form p.form_input span.input .width_70
{
	width: 140px;
}

div.content form p.form_input span.input .width_80
{
	width: 160px;
}

div.content form p.form_input span.input .width_90
{
	width: 180px;
}

div.content form p.form_input span.input .width_100
{
	width: 215px;
}

/* @end */

/* @group Select-Boxen */

div.content form p.form_input span.input select.width_100
{
	width: 218px;
}

/* @end */

/* @group Radio-Buttons */

div.content form p.radio label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: 0;
	top: 2px;
}

* html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

div.content form p.checkbox label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: 0;
	top: 1px;
}

* html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Textarea */

div.content form p.textarea
{
	height: 160px;
}

div.content form p.form_input span.input textarea
{
	height: 150px;
}

/* @end */

/* @group Fehlermedlungen */

div.content form p.form_error
{
	padding: 2px 4px;
	
	color: white;
	background: #d9261c;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: #d9261c;
	font-weight: bold;
}


/* @end */

/* @group Felder */

div.content form p.error input.text,
div.content form p.error textarea
{
	
}

div.content form p.error label.error
{
	
}

/* @end */

/* @end */

/* @group Buttons */

div.content form p.button
{
	height: 1%;
}

* html div.content form p.form_input span.input input.button
{
	margin-left: -3px;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
}

/* @end */

/* @group Aktuelles */

div.content div.news_entry
{
	clear: both;
	padding-top: 20px;
}

/* @end */

/* @group Referenzen */

div.content div.referenz_liste
{
	margin-top: 25px;
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: right;
	margin-top: -379px;
	border-top: 60px solid white;
	width: 180px;
}

/* @group Box */

div.sidebar div.box
{
	width: 150px;
	padding: 17px 15px 15px 15px;
	border-top: 2px solid white;
	
	color: white;
	background: #615c5c;
}

div.sidebar div.box h4
{
	font-size: 14px;
	margin-bottom: 8px;
}

div.sidebar div.box p
{
	margin-bottom: 12px;
}

div.sidebar div.box a
{
	color: white;
}



/* @end */

/* @group Box Aktuelles */

div.sidebar div.aktuelles
{
	border: none;
	width: 150px;
	height: 300px;
	padding: 17px 15px 0 15px;
	margin: 0;
	background-color: #dbdbdb;
	color: #615c5c;
}

div.sidebar div.aktuelles h4
{

}

div.sidebar div.aktuelles p
{
	margin-bottom: 18px;
}

div.sidebar div.aktuelles a
{
	color: #615c5c;
}

div.sidebar div.aktuelles img
{
	display: block;
	margin-bottom: 4px;
}



/* @end */

/* @group Box Bild */

div.sidebar div.bild
{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 133px;
	overflow: hidden;
	
	background-repeat: no-repeat;
}

div.sidebar div.bild h4
{
	display: none;
}



/* @end */
/* @end */

/* @group Fußzeile */

div.footer 
{
	text-indent: -1000px;
	background: white url(/assets/site/images/footer_background.gif) no-repeat;
}

/* @end */
