/* DATEI: wm1-braun.css*/
body  {	
		color : #C6B01D;
		font-family : "Times New Roman",serif;
		font-size : 12pt;
		scrollbar-base-color : #C6B01D;
		scrollbar-highlight-color : #330000;
		background-color : #330000;
		scrollbar-arrow-color : #330000;
		scrollbar-shadow-color : #330000;
		}
input.h { 
				background-color:#C6B01D;
				color:#330000;
				}
th{
	color:#C6B01D;
}
td{
	color:#C6B01D;
}
hr{
	 background-color: transparent;
	 color:#C6B01D;
	}
textarea.h { background-color:#C6B01D }

/* Gästebuch-Styles */
td.gbook1 {
		color : #330000;
		background-color:#C6B01D;
		font-weight : bold;
		font-size : 12pt;
	    }	
td.gbook2 { 
		color : #330000;
		background-color:#C6B01D;
		font-weight : bold;
		font-size : 12pt;
	    }	
 a.gbooklink1:link  	{
 		font-family : Courier,serif;
		color : #C6B01D;
		font-weight:bold;
		background-color : transparent;
		}

 a.gbooklink1:visited  {
		font-family : Courier,serif;
		color : #C6B01D;
		font-weight:bold;
		background-color : transparent;
		}

a.gbooklink1:active  {
						font-family : Courier,serif;
						background-color : transparent;
						text-decoration : underline overline;
						font-weight:bolder;
						}
 a.gbooklink2:link  {
	color : #330000;
		background-color:#C6B01D;
}

 a.gbooklink2:visited  {
	color : #330000;
		background-color:#C6B01D;
}

a.gbooklink2:active  {
	color : red;
	text-decoration : none;
	background-color:#C6B01D;
}



/* Normale Links*/

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a:link  {
	color : #C6B01D;
	text-decoration : underline;
	background-color : transparent;
}

a:visited  {
	color : #C6B01D;
	/*text-decoration : none;*/
	background-color : transparent;
}

a:active  {
	color : #C6B01D;
	background-color : transparent;
}
a:hover  {
	color : red;
	background-color : transparent;
}


h1  {
	font-size : 22pt;
}

/* 18pt = 18 Punkt, Wert aenderbar*/
h2  {
	font-size : 18pt;
}

/* 16pt = 16 Punkt, Wert aenderbar*/
h3 {
	font-size : 14pt;
}

/* 11pt = 11 Punkt, Wert aenderbar*/
h4  {
	font-size : 10pt;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
pre  {
	font-family : Courier New,Courier,serif;
	font-size : 10pt;
	color : red;
	background-color : transparent;
}

p.small  { 	font-size : 8pt;
}

.courier {
			font-family : Courier,serif; 
			font-size : 14pt;
			font-weight: bold;
			/*width:100%;*/
			background-color : transparent;
			}
			  
