/**********
body
**********/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
}

/********** 
headers, 
**********/
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18pt;
	color: #9e0b0e;
}
h2 {
	font-size: 16px;
	color: #ffffff;
}
h3 {
	font-size: 14pt;
	color: #333333;
}
h4 {
	font-size: 13px;
	color: #333333;
}



/***************************************************************************
styles
**********/



/**********
table
**********/
table th, table td {
	margin: 0;
	padding: 0;
	font-size: small;
    text-align: left;
}
table .mail {
	font-size: 10px;
}

table .txt_oben {
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}



/***************************************************************************
page styles 
**********/
.rahmen {
	border: #FF9999 1px solid; 
}

.rahmen_blau {
	border: #000066 1px solid; 
}



/************************************************************************************************************************ 
		
		                          ALLE NICHT BENÖTIGTEN CSS LÖSCHEN !!!! 
		
****/

/**********
body, line-heigt ja/nein,
**********
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
}

/********** 
headers, 
**********
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight: lighter;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 13px;
	color: #333333;
}
h1.pagename {
 color: #666666;
 font-family: Arial;
 font-size: 24px;
 font-weight: lighter;
 text-decoration: none;
 margin: 0px;
 padding: 0px;
 text-transform: lowercase;
}

/********** 
einfacher link, 
**********
a {
	color: #e60003;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/********** 
bildlink, 
**********
#bildlink a {
	padding: 0px;
	background : transparent url(pics/link-pfeil.gif) no-repeat left;
}
#bildlink a:hover {
	background : transparent url(pics/link-pfeil02.gif) no-repeat left;
}

/********** 
linkliste, lineheight,
**********
#linklist {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 100%; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px;
	list-style-type: none; 
}
#linklist a {
	padding-left: 15px;
	font-size: 11px;
	color: #5C2721;
	text-decoration: underline;
	background : transparent url(pics/link-pfeil.gif) no-repeat left;
	line-height: 2.1em;
}
#linklist a:hover {
	background : transparent url(pics/link-pfeil02.gif) no-repeat left;
	color: #FFFF66;	
	text-decoration: none;
}

/********** 
navigation, menu1
**********
.menu {
	background-color: transparent;
}
.menu a, .menu a:visited {
	color: black;
	text-decoration: none;
	display: block;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}
.menu a:hover, .menu a:active {
   color: black;
   text-decoration: none;
   display: block;
   background-color: #b0d466;
   border-right: 1px solid #ffffff;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 10pt;
   font-weight: normal;
   text-align: center;  
}

/**********
styles
**********
#content { 
	padding-left: 20px;
	font-size: 80%;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}
.txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mail {
	font-size: 10px;
	color: #666666;
}
.rahmen {
	border: #68390d 1px solid; 
}
.box {
	border-top: #68390d 1px solid; 
	border-right: #68390d 1px solid; 
	border-bottom: #68390d 1px solid; 
	border-left: #68390d 1px solid; 
}
p:first-letter { 
         font-size: 16px;
         font-weight: bold;
         color: green
}
.einrucken { 
	text-indent: 40px 
}


/********************************************************************************
all styles ende
*/
/**********
menus
**********
#neumenu a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	width: 180px;
	padding-left: 4px;
	padding-bottom: 3px; 
	padding-top: 3px;
	margin: 0px auto;
	border-left: solid 10px #dfdfdf;
	background-color: #f9f9f9;
}
#neumenu a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	width: 180px;
	padding-left: 4px;
	padding-bottom: 3px; 
	padding-top: 3px;
	margin: 0px auto;
	border-left: solid 10px #dfdfdf;
	background-color: #f9f9f9;
}
#neumenu a:active {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	width: 180px;
	padding-left: 4px;
	padding-bottom: 3px; 
	padding-top: 3px;
	margin: 0px auto;
	border-left: solid 10px #dfdfdf;
	background-color: #f9f9f9;
}
#neumenu a:hover {
	color: #808080;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	width: 180px;
	padding-left: 4px;
	padding-bottom: 3px; 
	padding-top: 3px;
	margin: 0px auto;
	background-color: #efefef;
	border-left: solid 10px #6495ed;
}


/**********
form elemente 
**********
input {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #f8fded; 
	border: #75A023 solid; 
	color: #666666; 
	border-width: 0px 1px 1px
}
textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #f8fded; 
	border: #75A023 solid; 
	color: #666666; 
	border-width: 0px 1px 1px
}
select { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	background-color: #f8fded; 
	color: #666666; 
	border: 1px #75A023 solid
}

/**********
rahmentext
**********
#boxtxt {
	margin: 20px 0 0 0;
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 10px;
	line-height: 130%;
}
#boxtxt h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	border-bottom: 1px dotted #cccccc;
}
#boxtxt p {
	color: #666666;
	margin-bottom: 2em;
}

/**********
table
**********
table th, table td {
	margin: 0;
	padding: 0;
	font-size: x-small;
}
table .mail {
	font-size: 10px;
}

/**********
borders
**********
.border {
	border-right: #e4c85d 1px solid; 
	padding-right: 6px; 
	border-top: #e4c85d 1px solid; 
	padding-left: 6px; 
	font-weight: bold; 
	font-size: 10px; 
	padding-bottom: 2px; 
	border-left: #e4c85d 1px solid; 
	COLOR: #e4c85d; 
	padding-top: 2px; 
	border-bottom: #e4c85d 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #10205f
}
.border01 { border: 2px #DDDCDC solid }
.border02 { border: 1px #3B7E00 solid }
.border03 { border: #003366 solid; border-width: 3px 3px 1px 1px }
.border04 { border: #003366 solid; border-width: 0px 0px 0px 2px }
.border05 { border: #003366 solid; border-width: 0px 1px }
.border06 { border: 1px #003366 dotted }
.border07 { border: #003366 dotted; border-width: 3px 1px }
.border08 { border: #003366 dotted; border-width: 1px 0px }
.border09 { border: #003366 dotted; border-width: 2px 2px 0px 0px }
.border10 { border: #003366 dotted; border-width: 0px 0px 1px } 

/**********
styles
**********
#bild {
	background-image: url(pics/logoHG_vitalcafe01.gif);
	background-repeat: no-repeat;
	background-position : center;
}
.impress {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
}
.txtb {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
}
a.nav {
	color: #1144aa;	
	font-size: 10px;
	font-weight: bold; 
	text-decoration: none;
}
a.nav:hover {
	color: #1144aa;	
	font-weight: bold; 
	text-decoration: underline;
}
.selected {
	font-size: 10px;
	color: #ff1188; 
	text-decoration: none;
}
.hgschatten {
	display: inline; 
	font-weight: normal; 
	font-size: 8.5pt; 
	background-color: #efefef
}

**********************************************************************/