/*  Start of CMSMS style sheet 'style' */

/*
rot: #FF0000
text: #666
grau: #CCC
hellgrau: #F2F2F2
*/

html, body {
   margin:0;
   padding:0;
   height: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background: #FFF url(../images/patzschke/bg-topred.png) repeat-x 0px 0;
}

a { color: #FF0000;  text-decoration: none;} /* Rubrik */
a:visited { color: #FF0000;}
a:hover { color: #FF0000; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #666; 
	font-size: 26px;
	letter-spacing: -0.5px; 
	line-height: 31px;
	margin-bottom: 15px;
}

h2 { color: #666; font-size: 16px;}
h3 { color: #666; font-size: 13px;}


.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}


/* WRAPPER
----------------------------------------------------------------------------- */

#container {
	position: relative;   
	margin: 0 auto;
	width: 850px;
	min-height:100%;
	background: #FFF url(../images/patzschke/bg-body.png) no-repeat 0px 0;
}


/* HEADER
----------------------------------------------------------------------------- */

#header {
 	width: 850px;
	height: 180px;
}

#header a img {
	margin: 22px 0 0 0px; /* Logo Schalter */
}

#header h1 {
	float: left;
}

#header img { border: 0; }

#header em { /* Subtitle */
	display: none;
}

#flashcontent {
	float: left;
	width: 500px;
	height: 150px;
	margin-top: 22px;
}

#noflash {
	width: 500px;
	height: 150px;
	background: url(../images/patzschke/noflash.jpg) no-repeat 0px 0;
	/*margin-top: 22px;*/
}

/* CONTENT
----------------------------------------------------------------------------- */

#content {
   clear: both;
   position: relative;
   margin: 0px auto 0px 0;   /* some air above and under menu and content */
   min-height: 400px;
   padding-bottom: 40px;
}

#main {
    width: 580px;
    margin-left: 270px;
	_margin-left: 260px; /*IE*/
    margin-right: 0px; 
    padding: 20px 0px 10px 0px;
    line-height: 18px;
}

#main img {
	padding: 0px;
	border: 0px solid #DDD;
	margin: 0px 7px 7px 0px;
}

#main a:hover img { border: 0px solid #FF0000; }



/* --- List --- */

#main ul {
	padding-left: 20px;
	list-style: none;
}

#main ul li {
        background: url(../images/patzschke/bullet-grey.gif) no-repeat 0px 7px;
        padding-left: 12px;
}

/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* rot */
	padding: 10px;
	color: #FFF;
	background: #FF0000;
	margin: 0 0 10px 0;
}

.box_1 a { 
	color: #FFF;
        text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px;
	background: #F2F2F2;
	margin: 0 0 10px 0;
}

.red { color: #FF0000; }

.trennstrich-oben { /* p */
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


/* Angebote Übersicht */

.tbl_rot, .tbl_grau {
margin: 0 0 5px 0;
}

#main .tbl_leftcol {
vertical-align: top;
}

#main .tbl_rightcol {
vertical-align: top;
}

#main .tbl_rot img, #main .tbl_grau img {
padding: 8px;
margin: 0;
}

.tbl_rot h3 {
margin: 0px;
padding: 10px 0;
color: #FFF;
}

.tbl_grau h3 {
margin: 0px;
padding: 10px 0;
}

.tbl_rot {
background: #FE2D33 url(../images/patzschke/bg-redbox.png) repeat-x 0px bottom;
color: #FFF;
}

.tbl_grau {
background: #F2F2F2 url(../images/patzschke/bg-greybox.png) repeat-x 0px bottom;
}

.tbl_rot td, .tbl_grau td {
border: 0px solid blue;
}

.tbl_verkaufspreis {
vertical-align: top;
height: 30px;
}

.tbl_sonderpreis {
width: 200px;
font-size: 20px;
font-weight: bold;
vertical-align: top;
padding: 3px 0 20px 0;
}

.tbl_grau .tbl_sonderpreis {
color: #FF0000;
}

#main .tbl_btn img { /* Button */
padding: 0;
margin: 0 10px 20px 0;
}

/* Angebot Detail */

.tbl_angebot-detail, .tbl_angebot-detail_rot {
background: #FE2D33 url(../images/patzschke/bg-redbox.png) repeat-x 0px bottom;
color: #FFF;
}

.tbl_angebot-detail_grau {
background: #F2F2F2 url(../images/patzschke/bg-greybox.png) repeat-x 0px bottom;
color: #333;
}

#main .tbl_angebot-detail img, #main .tbl_angebot-detail_rot img, #main .tbl_angebot-detail_grau img {
padding: 0;
margin: 0;
}

.tbl_angebot-detail h2, .tbl_angebot-detail_rot h2 {
font-size: 23px;
padding: 0 0 0 20px;
color: #FFF;
}

.tbl_angebot-detail_grau h2 {
font-size: 23px;
padding: 0 0 0 20px;
color: #333;
}


.tbl_angebot-detail .tbl_leftcol, 
.tbl_angebot-detail_rot .tbl_leftcol, 
.tbl_angebot-detail_grau .tbl_leftcol {
background: RED;
padding: 0 0 0 20px;
background: url(../images/patzschke/whiteline_v.gif) repeat-y right top;
}

.tbl_angebot-detail .tbl_rightcol {
}

.tbl_angebot-detail .tbl_sonderpreis,
.tbl_angebot-detail_rot .tbl_sonderpreis, 
.tbl_angebot-detail_grau .tbl_sonderpreis {
width: 200px;
font-size: 20px;
font-weight: bold;
vertical-align: top;
padding: 3px 0 3px 0;
}

.tbl_angebot-detail table, .tbl_angebot-detail_rot table {
background: #FE2D33 url(../images/patzschke/bg-redbox.png) repeat-x 0px bottom;
padding-bottom: 20px;
}

.tbl_angebot-detail_grau table {
background: #F2F2F2 url(../images/patzschke/bg-greybox.png) repeat-x 0px bottom;
padding-bottom: 20px;
}

.tbl_btns {
background: #FFF;
padding-top: 10px;
}

/* SIDEBAR
----------------------------------------------------------------------------- */


#sidebar {
	float: left; 
	width: 207px;     
	display: inline;  /* FIX IE double margin bug */
	margin: 0;
	overflow: hidden;
	padding: 25px 0 0 0;
	text-align:left;
	background: #F2F2F2;
}

#oeffnungszeiten {
    margin: 70px 0 0 0;
    width: 240px;
    padding: 15px 25px;
    color: #FFF;
    font-weight: bold;
    background: #8B8B8B url(../images/patzschke/bg-oeffnungszeiten.png) no-repeat 0px bottom;
}

#oeffnungszeiten h3 {
color: #FFF;
font-size: 15px;
padding: 0px; margin: 0 0 8px 0;
}

#navfooter { 
padding: 8px 20px;
}

#navfooter a {
color: #999;
font-weight: bold;
font-size: 11px;
}



/* ACCESSIBILITY
----------------------------------------------------------------------------- */

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */


/* End of 'patzschkestyle' */


