/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(img/img_bg.gif);
	background-repeat:repeat-x;
	background-position:center top;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:"Trebuchet MS", Verdana, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:13px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:bold;
	font-size:25px;
	line-height:35px;
	color:#7a6641;
	letter-spacing:2px;
	text-transform:uppercase;
}

h2
{
	margin:20px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
	color:#7a6641;
}

#left h2
{
	margin:20px 0px 6px 0px;
	padding:3px 0 2px 0;
	font-weight:bold;
	font-size:17px;
	color:#004188;;
	background-image:url(img/img_left_h2_bg.gif);
	background-repeat:repeat;
}

h3
{
	margin:20px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
}

h4 /*für Teasingtitel in den Produkten */
{
	margin:0;
	padding:3px 0 2px 10px;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	background-color:#071525;
	text-transform:uppercase;
	margin-bottom:5px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#004188;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/* PSW CSS  */

html {
	overflow: scroll;
}

.mod_imagerotator {
	position:absolute;
	top:186px;
	}

#logo {
	/*background-image:url(img/img_logo_ABKeramik.gif);*/
	background-image:url(img/img_logo_ABKeramik_20_jahre.png);
	position:absolute;
	left:25px;
	/*top:50px;
	width:146px;
	height:77px;*/
	top:30px;
	width:160px;
	height:96px;
	}

#main {
	/*background-image:url(img/img_main_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:25px;*/
}

	
#left .inside{
	padding:5px 20px 0 25px;
	/*background-color:#FF0000;*/
	}
	
#left /*.mod_article*/ {
	/*background-image:url(img/img_bg_gepunktet_gold_lang.gif);
	background-repeat:no-repeat;
	background-position:top left;*/
	margin-top:27px;
	margin-bottom:50px;

}

#teaserbereich {
	width:950px;
	padding:0 0 25px 0;
	margin:25px auto 25px;
	/*background-image:url(img/img_bg_gepunktet_gold.gif);
	background-repeat:repeat-x;
	background-position:top left;*/
}

#footer .inside {
	text-align:center;
	background-image:url(img/img_footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	}

#footer {
	margin:0;
	padding:0;
	background-color:#071525;
}


#top .custom {
	height:175px;
}


/*  Plattenrubrik  */

#plattenrubrik {
	width:303px;
	float:left;
	margin:0 5px 40px 0;
	padding:0;
	}
	
#plattenrubrik .image_container {
	width:300px;
	height:183px;
	padding:0;
	margin:0;
	border:#CCCCCC 1px solid;
	}

#plattenrubrik img {
	border:#ffffff 10px solid;
	padding:0;
	margin:0;
	}

#plattenbereich_text {
	color:#7a6641;
	background-color:#fefefe;
	border:#cccccc 1px dotted;
	padding:10px;
	margin-top:5px;
	line-height:17px;
	font-size:12px;
}

#plattenbereich_text a {
	color:#FFFFFF;
}

