
/* ### CSS für plaxtika.de CMS 2008/2009 ### */

/* Farben:
	
	Links: #BAD431
	Hover: #3f3f3f
	Text:  #e1e1e1
	
	
	Schriftgrößen:
	
	Menü: 12px
	Text: 12px
	
*/

/* Rücksetzen der Standard Werte -------------------------------------------------------------*/

html, body, div, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background-repeat: no-repeat;
}


img {
	border: 0px;
}

ul, li {	list-style: none;	}

.clearfix {
	clear: both;
}

/*-------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222222;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	text-shadow:0 0 1px rgba(0, 0, 0, 0.01);
	background-image: url('../gfx/top_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: #BAD431;
	text-decoration: none;
}

a:hover {
	color: #222222;
}

a:visited { }

.back, .hide {
	cursor: pointer; 
}

.back {
	font-size: 9px;
	letter-spacing: 1px;
	color: #666666;
}

h1 {
	font-size: 15px;
	color: #222222;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../gfx/headline_bg.png');
	background-repeat: no-repeat;
	background-position: 0px -10px;
	height: 35px;
}

h2 {
	font-size: 15px;
	color: #222222;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../gfx/headline_bg.png');
	background-repeat: no-repeat;
	background-position: 0px -10px;
	height: 35px;
}

.txt p {
	margin-top: 0px;
}

#black {
	height: 15px;	
}

#wrapper {
	width: 580px;
	margin: 0 auto 0 auto;
}

#header {
	width: 580px;
}

#logo {
	width: 154px;
	float: left;
	padding: 50px 0px 20px 0px;
	display: block;
}

/* ### EASY TOOLTIP ### */

#easyTooltip {
	margin: 0px;
	padding:5px 10px 5px 10px;
	background: url(../gfx/tooltip_bgsw.png) repeat-x;
	/*background-repeat: repeat-x;*/
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-weight: lighter;
	text-transform: uppercase;
	z-index: 2000;
	}


/* ### NAVI ### */

#naviC {
	width: 406px;
	float: right;
	padding: 35px 0px 30px 0px;
	text-align: right;	
}

#naviC ul {
	margin: 0px;
	padding: 0px;
}

#naviC li {
	display: inline;
}

#naviC a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 1px;
	font-size: 15px;
	color: #222222;
}

#naviC a:hover {
	background-color: #222222;
	color: #FFFFFF;
}

#naviC a:visited { }

/* ### Main Container ### */

.trenner {
	width: 580px;
	clear: both;
}


#mainC {
	width: 580px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#partner {
	font-size: 11px;
	color: #888888;
}


/* ### exC ### */

.exC {
	width: 270px;
	height: 200px;
	float: left;
	margin: 0px 8px 30px 8px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}

.exC img.new {
	border: 0px;
	z-index: 1000;
	position: absolute;
	left: 240px;
	top: -20px;
}

.exC img.shop {
	border: 0px;
	z-index: 1000;
	position: absolute;
	left: 240px;
	top: -20px;
}

.exC img {
	border: 2px solid #f2f2f2;
	z-index: 900;
}

.exC h3 {
	font-size: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #222222;
	margin: 5px 0px 0px 0px;
}

.exTxt {
	font-size: 12px;
	color: #b1b1b1;
}


#txtFloat {
	float: left;
	width: 310px;
	padding: 5px 15px 5px 0px;
}

#txtFloat p {
	margin: 0px;
}

#liFloat {
	margin-left: 325px;
	padding: 5px 0px 5px 15px;
	border-left: 1px solid #e1e1e1;
}

#liFloat li {
	background: transparent url("../gfx/tick.png") no-repeat scroll 0 2px;
	padding-left: 25px;
}

/* ### FOOTER ### */

#footer {
	clear: both;
	width: 100%;
	height: 250px;
	line-height: 35px;
	background-color: #222222;
	background-image: url('../gfx/footer_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#footer h3 {
	font-size: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	color: #FFFFFF;
}

#footerInner {
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	width: 580px;
	padding: 20px 0px;
	margin: 0 auto;
	font-size: 12px;
}

#fleft {
	width: 340px;
	float:left;
	text-align: left;
	line-height: 20px;
	margin: 50px 0px 10px 0px;
	padding: 5px 0px 5px 20px;
	border-left: 1px solid #777777;
}

#fright {
	width: 180px;
	float: right;
	text-align: left;
	line-height: 20px;
	margin: 50px 0px 10px 0px;
	padding: 5px 0px 5px 20px;
	border-left: 1px solid #777777;
}

#footerInner a {
	color: #ffffff;
}

#footerInner a:hover {
	color: #777777;
}

#fbottom {
	width: 580px;
	clear: both;
	line-height: 55px;
	font-size: 10px;
	text-align: center;
}

#footer #telefon {
		background-image: url('../gfx/plx_telefon_grau.gif');
		background-repeat: no-repeat;
		padding-left: 22px;
	}
	
#footer #telefax {
	background-image: url('../gfx/plx_telefax_grau.png');
	background-repeat: no-repeat;
	padding-left: 22px;
}
	
#footer #email {
	background-image: url('../gfx/plx_email_grau.gif');
	background-repeat: no-repeat;
	padding-left: 22px;
}

#footer #name {
	padding-left: 22px;
}

/* ### für Modul: Abs&auml;tze ### */

hr {
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px 0 0;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.absatzKl {
	width: 100%;
	height: 20px;
}

.absatz {
	width: 100%;
   height: 50px;
}