/* CSS Document für meine VingTsun-KungFu Seite*/

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;

	background: #fff url(images/resourcen/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
	}
	

     


/* ----------------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 {				/* war #logo */
	position: absolute;
	top: 5px;
	left: 200px;
	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. */

#mitte p.aufforderung {
	clear: right;
	font: bold small Verdana sans-serif;
	color: blue;
	background-color:transparent;
	}
#mitte p.beitrag a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

#mitte .beitrag {
	margin-bottom: 0px;
	}


#mitte p.promo {
	text-indent:2em;
	}

#mitte p.testimonial   {
	padding: 5px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: yellow;
	color: blue;
	text-indent:2em;
		}

#mitte .author {
	display: block;
	color: blue;
	background-color:transparent;
	font: x-small /2 Verdana, sans-serif;
	}

#mitte p.behauptung {
	color:green;
	background-color:transparent;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	}






#mitte .datum {
	display: block;
	text-align: right;
	color: blue;
	background-color:transparent;
	font: x-small Verdana, sans-serif;
	}

#mitte p.frage {
	padding:2em;
	text-indent:-2em;
	font-style:italic;
	font-weight:bold;

	}

	
.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}

.bildlinks {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}

.gelb {
	background-color:yellow;
	background-color:transparent;
	}

.marker {
	color: blue;
	background-color: greenyellow;
	}

.nutzen {
	color:green;
	background-color:transparent;
	}

.claus 	{
	color: blue;
	background-color: aqua;
	}	
.stauner {
	color: lightblue;
	background-color: greenyellow;
	}

#mitte p.tuwas {
	color:blue;
	background-color:transparent;
	text-align:right;
	font-weight:bold;
	}

.vorteil {
	color:blue;
	background-color:transparent;
	text-align:right;
	font-weight:bold;
	}
	
li.beitrag a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

li.beitrag {
	clear: right;
	font: 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%    |

Breite der rechten Spalte:
 |  padding   |         width        |  padding   | 				
 --------------------------------------------------					
 |    1.5%    |          22%         |    1.5%    |				total width= 25%
 
Die Seite sieht wie folgt aus:
|--------------------------------------------------|
|                    kopf                          |
|--------------------------------------------------|
|   links     |     Featuredimage     |  news      |
|             |                       |            |
|             |-----------------------|            |
| |----------||   mitte/shop          |            |
| | anderes  ||                       |------------|
| | links    ||                       |  Zitat     |
| |          ||                       |            |
| |----------||                       |------------|
|             |                       |            |
|--------------------------------------------------|
|                  fussleiste                      |
|--------------------------------------------------|
|                                                  |



*/
/* ----------die wesentlichen Elemente der Seite ------------------ */
#kopf {
	padding: 4px;
	height: 94px;
	border-bottom: 1px solid blue;
	background-color: greenyellow;
	}
	
#mitte {
	margin: 0 165px 0 20%;
	padding: 2% 3%;
	background: transparent;     /*#fff url(images/bgcenter.gif) no-repeat center; */
	color: #000;
	}



#mitte p {
	font: 0.8em Verdana, sans-serif;
	}
	
#breit {   /* breit wird unter den beiden Randspalten angewendet, um das Lesen zu erleichtern */
	margin: 2%;
	padding: 2%;
	background: transparent;
	color: #000;
	}
#recht {  /* wie mitte, aber andere Farbe */
	margin: 0 165px 0 20%;
	padding: 2% 3%;
	background-color: lightblue;     /*#fff url(images/bgcenter.gif) no-repeat center; */
	color: black;
 	}
#technisches p {		/* für technische Voraussetzungen */
	color: gray;    /* silver */
	background-color:transparent;
	margin: 0 25% 0 25%;
	padding: 2% 3%;
	font: 0.6em Verdana, sans-serif;
	}
.technik {		/* für technische Voraussetzungen */
	color: gray;    /* silver */
	background-color:transparent;

	padding: 0% 2%;
	font: 0.6em Verdana, sans-serif;
	}

/* Elemente für die Squeeze-Pages ---------------------------- */

#mittesqp {				/* Squeeze Page */
	margin: 0 281px 0 20%;
	padding: 2% 3%;
	background: transparent;     /*#fff url(images/bgcenter.gif) no-repeat center; */
	color: #000;
	}

#sqp {                                  /* Sqeeze-Page, entspricht "news" */
	position: absolute;
	width: 281px;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	top: 250px;
	right: 0px;
	/* height: 450px;   */
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	
	background-color: #ffffff; /* #153976 */
	/* border-top: 1px solid #A5B5C6; */
	}





/* Ende Squeeze-pages ---------------------------------------- */

/* #shop ersetzt auf der shop-seite die #mitte */

#links {				/* --------Navigationsleiste links---------- */
	position: absolute;
	padding: 0px;
	left: 0px;
	top: 103px;
	width: 20%;
	background-color: transparent;
	color: #000;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	}

#anderes_links { 			/* width: 88%;--------Opt-In-Bereich-----------*/
	
	padding: 10px 4px 40px 0px;
	border-right: 1px solid blue;
	border-top: 1px solid blue;
	background-color: greenyellow;
	}
#opt-in { 			/* width: 88%;--------Opt-In-Bereich-----------*/
	
	padding: 10px 4px 40px 0px;     /* oben-rechts-unten-links */
	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 10px 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: 201px;
	right: 0px;
	/* height: 450px;   */
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	
	background-color: #153976;
	border-top: 1px solid #A5B5C6;
	}




#news h2 {
	color: red;
	margin-top: 10px;
	}

/* ---------------------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: lightblue;
	}
	
div#news p.row span.rightcol {
	width: 98%;
	float: right;
	color: white;
	}
	
div#news p.row span.rightcol a {
	color: yellow;
	/*   font-weight: bold; */
	}
	
div#news p.row span.rightcol a:hover {
	color: green;
	}
	
.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;
	position:absolute;
	top:600px;
	background-color: #153976;
	height: 600px;
	}


/* ------------------------- zitat -------------------------------- */


#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;
	}
#zitat p {
	color: yellow;
	}

/* ----------------------- articlesponsor ---------------------- */
#articlesponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 200px;
	text-align: center;
	}
#articlesponsor p {
	color: yellow;
	}
/* ----------------------- 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 {                  /* Definition von #mitte übernommen */
	margin: 0 165px 0 20%;
	padding: 1% 3%;
	background: transparent;      /* #fff url(images/bgcenter.gif) no-repeat center; */
	color: #000;
	}
.rechtlich {
	color: gray;
	font: x-small /2 Verdana, sans-serif;
	}

.autor {
	color: #5C6F90;
	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.werbung {
	width:100%;
	margin: 0px 0px 1em 0px;
	color: blue;
	}
li.werbung {
	clear: right;
	font: small Verdana, sans-serif;
	}


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;	
	}
.bestellnr {
	width: 70%;
	float: right;
	color: purple;	
	}
	
.bestellhinweis {
	width: 70%;
	float: right;
	color: purple;	
	}
	
.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 ------------------ */

#fusszeile {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: transparent;
	color: #000;
	}
#fusszeile p {
	margin: 4px;
	text-align: center;
	}
/* -------------------bio ---------------------------- */	

#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) */
	}
/* ---------------------------------------------------------------------*/
  /* --------Tabellen ---------------*/
.th1 {		/* Überschriftszeilen */
	color: red; /* geht aus irgendeinem Grund nicht */
	background-color: magenta;
	font-weight: 2.5em;
	text-align:center;
	font-size: 24pt;
	}
.th2 {
	color: red;
	background-color: yellow;
	font-weight: 1.5em;
	text-align:center;
	font-size: 18pt;
	}
.th3 {
	color: red;
	background-color: orange;
	font-weight: 1.3;
	text-align:center;
	font-size: 16pt;
	}





