/* CSS Document für meine VingTsun-KungFu Seite*/

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	/*      background-color:white   */
	background: #fff url(http://www.fersenschmerz.biz/templates/bg_green_white.gif) repeat-y;
	}



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana; font-size:12pt; color:#000055}
     
h1 { 
	font-size:18pt; 
	background-color:transparent; 
	border-style:none; 
	border-width:thin; 
	text-align:center
	}

h2 {
	font-size:16pt; 
	background-color:transparent; 
	border-style:none; 
	border-width:thin; 
	text-align:center;
	color: darkblue;
	}
h3 {
	font-size:14pt; 
	background-color:transparent; 
	border-style:none; 
	border-width:thin; 
	text-align:center;
	color: cadetblue;
	}
	
#news h2 {
	color: orange;
	margin-top: 10px;
	}
     
#mitte p {
	font: 0.8em Verdana, sans-serif;
	}
#mitte p.testimonial   {
	padding: 5px;
	margin:0px;

	background: yellow;
	color: blue;
		}
	

#zitat p, #articlesponsor p {
	color: yellow;
	}
	
#fusszeile p {
	margin: 4px;
	text-align: center;
	}
/* ----------------Listen -------------------------------------*/	
ul {
	list-style-type: square;
	list-style-position: outside;
	}
ul ul {
	list-style-type: disc;
	list-style-position: outside;
	}
ul ul ul {
	list-style-type: circle;
	list-style-position: outside;
	}	
	
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
ol ol {
	list-style-type: lower-alpha;
	list-style-position: outside;
	}
ol ol ol {
	list-style-type: lower-roman;
	list-style-position: outside;
	}	
/* ---------------------Ende Listen -----------------------------*/
	
a:link { color:#FF0000; text-decoration:underline; }
a:visited { color:#00AA00; text-decoration:underline; }
a:active { color:#550000; text-decoration:none; }
a:hover {	color: blue;		}
	
/*
a {	color:red;			} */
	
hr {
	color: blue;
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}
/* ----------------------------Schatteneffekt---------------------- */

#logo {
	position: absolute;
	top: 15px;/* war 30px */
	left: 25%; /* war 105px */
	padding: 4px;
	}

.schattenschrift {
	position: relative
	
	}
.vorn {
	position: relative;
	color: red;
	background-color: transparent;
	z-index: 2;
	font-size: 2em;
	}
.hinten {
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	margin: 0px;
	font-size: 2em;
	color: #000055;
	background-color: transparent;
	}
/* ---------------------------Ende Schatten------------------------ */
	

div#kopf a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	background-color: transparent;
	}

div#kopf a:hover {
	background-color: blue;
	}
	
#kopf p {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 55%;
	font-size: 0.6em;
	color: #000055;

	}
/* ----------------Form-Attribute------------------------------- */
.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	}
	
	
/* ---------------Ende Form-Attribute---------------------------- */
/* ---------------Gestaltung der Notation von Autoren-------------*/
/* Jeder Beitrag enthält einen headshot, das Datum einen Link sowie den Namen des Autors. */
.beitrag {
	margin-bottom: 0px;
	}
	
.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}
.marker {
	color: blue;
	background-color: greenyellow;
	}	
p.beitrag a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

p.aufforderung {
	clear: right;
	font: bold small Verdana, sans-serif;
	color: blue;
	}
	
li.beitrag a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

li.beitrag {
	clear: right;
	font: bold small Verdana, sans-serif;
	}


.datum {
	display: block;
	text-align: right;
	color: blue;
	font: x-small Verdana, sans-serif;
	}

.author {
	display: block;
	color: blue;
	font: x-small /2 Verdana, sans-serif;
	}
.disclaimer {
	display: block;
	color: gray;
	font: x-small /2 Verdana, sans-serif;
	}
/* ---------------Ende Beiträge ----------------------------------- */
.blurb {
	margin: 0px 0px 1em 55px;
	}

p.roterfaden {				/* Linkleiste zurück zur Homepage, dient der Orientierung */
	margin: 10px 28% 0px;;
	font-size: x-small;
	}
/* 

------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Breite der linken Spalte:
 |  padding   |         width        |  padding   | 				
 --------------------------------------------------					
 |     0      |          25%         |      0     |	
 
Mittelspalte:
 |   margin   |         width        |   margin   | 
 --------------------------------------------------
 |     25%    |        (auto)        | (25%) 165px |

Breite der rechten Spalte:
 |  padding   |         width        |  padding   | 				
 --------------------------------------------------					
 |    1.5%    |          161px         |    1.5%    |				total width= 25%
 
Die Seite sieht wie folgt aus:
|--------------------------------------------------|
|                    kopf                          |
|--------------------------------------------------|
|   links     |     Featuredimage     |  news      |
|             |                       |            |
|             |-----------------------|            |
| |----------||   mitte/shop          |            |
| | anderes  ||                       |------------|
| | links    ||                       |  Zitat     |
| | opt-in   ||                       |            |
| |----------||                       |------------|
|             |                       |            |
|--------------------------------------------------|
|                  fussleiste                      |
|--------------------------------------------------|
|                                                  |



/*  ----------die wesentlichen Elemente der Seite ------------------ */
#kopf {
	padding: 4px;
	height: 94px;
	border-bottom: 1px solid blue;
	background-color: greenyellow;
	}
	
#mitte {
	margin: 0 165px 0 23%;    /* 23% bedingt durch "Rückenschmerzten"-Breite */
	padding: 2% 3%;
	background: transparent;     /* #fff url(images/bgcenter.gif) no-repeat center; */
	color: #000;
	z-index: 3;
	}

#recht {  /* wie mitte, aber andere Farbe */
	margin: 0 165px 0 23%;
	padding: 2% 3%;
	background-color: lightblue;     /*#fff url(images/bgcenter.gif) no-repeat center; */
	color: black;
 
	
	}



/* #shop ersetzt auf der shop-seite die #mitte */
/* ------------------------------------im linken Bereich drin --------------------------*/
#links {				/* --------Navigationsleiste links---------- */
	position: absolute;
	padding: 0px;
	left: 0px;
	top: 103px;
	width: 23%;
	background-color: greenyellow;
	color: #000;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	z-index: 1;
	}

#anderes_links { 			/* width: 88%;--------Opt-In-Bereich-----------*/
	
	padding: 10px 4px 40px 10px;
	border-right: 1px solid blue;
	border-top: 1px solid blue;
	background-color: greenyellow;
	}
/* width: 88%;--------Opt-In-Bereich-----------*/
/*   Das Wort "Fersenschmerz" sorgt für die minimale Spaltenbreite im Opt-In-Bereich. */
#opt-in { 			
	
	padding: 10px 4px 10px 10px;  
	border-right: 1px solid blue;
	border-top: 1px solid blue;
	background-color: greenyellow;
	}


#opt-in form p{
	clear: both; font-size:10px;   
	}
#opt-in form p label {
	float: left;
	}
#opt-in form p input {
	float:right;
	}

/* width: 88%;--------linkswerbung-Bereich-----------*/
#linkswerbung { 			
	
	padding: 10px 4px 0px 10px;
	border-right: 1px solid blue;
	border-top: 1px solid blue;
	
	background-color: greenyellow;
	}

/* ----------------------------- rechter Bereich --------------------------------------- */
#news {
	position: absolute;
	width: 161px;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	top: 101px;
	right: 0px;
	 /* height: 920px; */
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	
	background-color: #153976;
	border-top: 1px solid #A5B5C6;
	}
/* ---------------------Nachbau einer Tabelle im newsbereich------ */
div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}

div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
/* ---------------------- Ende Tabellen-Definitionen--------- */		
/* ----------- Bereiche unter dem News-Bereich ---------------*/

#rechterandwerbung { /*------------innerhalb von news */
	padding: 10px 2px 10px 2px;

	background-color: #153976;
	height: 600px;
	}





#zitat {
	position: absolute;
	top: 550px;
	right: 0px;
	width: 21.9%;
	/* height: 251px; */
	margin-left: 75%;
	padding: 10px 1.5%;
	text-align: center;
	background-color: #6495ed;
	}
	
#articlesponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 200px;
	text-align: center;
	}
/* ----------------------- Ende Bereich unter News ---------------------- */





/* ----------------------- Bereich Shop in der Mitte -------------------- */
/* Es wird eine Tabelle aufgebaut, in der jeweils ein Produkt vollständig untergebracht wird */
/* Format dieser Tabelle */
/* |Produkt                                | */
/* |---------------------------------------| */
/* |		|Produktbeschreibung             | */ 
/* |		|Produktbeschreibung             | */
/* |		|Preis                           | */
/* |		|Bestellnummer     Bestellbutton | */
/* |---------------------------------------| */
/* |---------------------------------------| */
/* |Produkt                                | etc...*/




/* #shop ersetzt auf der shop-seite die #mitte */
 
#shop {                  /* Definition von #mitte übernommen */
	margin: 0 25% 0 25%;
	padding: 1% 3%;
	background: transparent;      /* #fff url(images/bgcenter.gif) no-repeat center; */
	color: #000;
	}

.autor {
	color: #5C6F90;
	font: x-small /2 Verdana, sans-serif;
	}
.rechtlich {
	color: gray;
	font: x-small /2 Verdana, sans-serif;
	}


.bestnr {
	margin: 0px 0px 1em 55px;
	color: blue;
	}
	
.bestbutton {			/* der Bestellknopf */
	padding: 1px;
	border: 2px solid green;	
	}

div#shop form input {
	float: right;
	}

div#shop p.angebot {
	width: 100%;
	margin: 0px 0px 1em 0px;
	font-weight: bold;
	color: red;
	}

div#shop p.angebot span.leftcol {
	float: left;
	color: black;
	}

div#shop p.angebot span.produktbeschreibung {
	width: 90%;
	float: right;
	font-weight: normal;
	color: blue;	
	}

div#shop p.angebot span.bestellnr {
	width: 70%;
	float: right;
	color: purple;	
	}
	
div#shop p.angebot span.bestellhinweis {
	width: 70%;
	float: right;
	color: purple;	
	}
	
div#shop p.angebot span.preis {
	width: 40%;
	float: right;
	color: green;	
	}

div#shop p.angebot span.produktbeschreibung a {
	color: aqua;
	font-weight: bold;
	}

div#shop p.angebot span.produktbeschreibung a:hover {
	color: green;
	}

.shopspacer {
	display: block;
	height: 10px;
	/* font: 1px /1 sans-serif; */
	clear: both;
	}
/* -------------------------Ende Shop ----------------------------*/

#seitenendwerbung {
	clear: both;
	/*	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;	*/
	background-color: transparent;
	color: #000;
	align: center;
	}



#fusszeile {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: transparent;
	color: #000;
	}

#bio {
	float: right;
	width: 30%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: #5C6F90;
	font-size: 0.7em;
	}
/* --------------------- Feature Image and Transparency Trick --------------- */


#featureimg {
	margin: 0px 25% 0px 25%;
	height: 250px;
	background: transparent; /*#153976 url(images/pic_0013_25.jpg) no-repeat right top; */
	text-align: center;
	border-top: 1px solid blue;		/*	Without this 1px border, Mozilla/Netscape applies the 200px margin from the child element (div#mstrans) - I don't know why? In these crazy topsy turvey times it seems that nothing is certain  */  
	}
	
#mstrans {
	margin: 200px auto 0px auto;
	width: 140px;
	height: 30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/himmel.jpg');	/* Unfortunatly this hack will not validate :( */
	border: 0px solid red;
	}
	
#mstrans img {
	filter: Alpha(opacity=0);		/* Unfortunatly this hack will not validate :( */
	border: 0px solid fuchsia;
	}

/* -------------------------------- Navigation ------------------------------ 

	List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

-----------------------------------------------------------------------------------------*/


ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 5px;
	background-color: yellow;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background-color: green;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width: 100%				/* width: 88%;	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: teal;
	color: #eee;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid pink;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1px;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid black;
	}

ul#mainnav ul.subnav li a:hover {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
	}
/* ------------------------Kopfinhalt----------------------------- */
/* rechts oben kommt eine waagerechte Liste hin mit Impressum etc. */
/* ---------------------- Inhalte im Kopfbereich ------------------ */
div#kopfinhalt {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 80%;
	border: 2px solid schwarz;
	}
#kopfinhalt h2, #kopfinhalt p {
	display: inline;
	margin-right: 0.5em;
	}
div#kopfinhalt ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#kopfinhalt ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#kopfinhalt ul li.first {         /* kein Strich vor dem ersten Listenpunkt */
	border-left: 0px none;
	}
div#kopfinhalt ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

div#kopfinhalt form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
	white-space: nowrap; /* this line added due to recent builds of firefax wrapping the form content (Oct 15 2004) */
	}

/* -----Rechnung zum Ausdrucken ----------------------------------------------------------------*/
  
#Rechnung {			
	position: absolute;
	padding: 20mm;
	left: 0px;
	top: 0px;
	height: 240mm;
	width: 170mm;
	background-color: transparent;
	color: black;
	}

.re_top {
	color:black;
	padding-bottom:0mm;
	}

.Rechnung {
	color:black;
	padding-top:15mm;
	padding-bottom:15mm;
	}

.empfaenger {
	padding-top:25mm;
	left: 50px;
	color: black;
	font:  bold small Verdana, sans-serif;
	}

.re_datum {
	position:absolute;
	margin-right: 20mm;
	right:0px;
	display: block;
	width:35%;
	text-align: right;
	color:black;
	background-color:transparent;
	font: x-small Verdana, sans-serif;
	}

.re_rahmen{  /* Rechnung, Ihre Referenz, e-mail-empfänger, Rechnungsnr. */

	width: 120mm;
	color: black;
	background-color: transparent;
	}
table.rechnung {
	clear:right;
	width:100%;
	table-layout:variable;
	border-collapse:collapse;

	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color:transparent;
	}
table.rechnung thead tr th {
	color: black;
	background-color:transparent;
	border-bottom: 1px solid black;

	}

table.rechnung tbody tr td {
	color: black;
	background-color:transparent;
	border-bottom: 1px solid black;

	}


.re_th { /* Kopfzeile in Tabelle */
	border-bottom: 1px solid blue;
	color:red;
	}


.re_tdpreis {
	text-align:center;
	}
.re_tdzahl {
	text-align:center;
}

.re_inhalt {  /* Was Anzahl Stückpreis */
	position: relative;
	left: 50px;
	color: green;
	background-color: blue;
	font: Verdana, sans-serif;
	}

.eigenes  {

	left: 50px;
	color: black;
	font: x-small /2 Verdana, sans-serif;
	}


