/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	font-size:12px;

}
img{
text-align:left;
margin-bottom:15px;
margin-right:15px;

}
td{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	font-size:12px;
}
p{
	font-size:12px;
	}

p,h1, h2, h3, h4, h5, h6, ul, ul li
{
text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
}

h1{
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
 line-height:21px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol {
	list-style-position: inside;
	line-height:22px;
}
form {
	margin: 0px;
	padding: 0px;
	color:#000000;
	border:0;
}
hr {
color:#74C4F1;
height:1pt;}


/********************unsichtbares***************************/

#navBar, #globalNav, #homenav, #navBar, #wobinich, #druck{

	font-size:11px;
	text-align:left;
	

}
#navBar, #globalNav, #homenav, #navBar, #wobinich, #druck{
   z-index: 1000;
   display: inline;
   position: absolute;
   left: -3000px;
   top: -2000px;
   width: 0px;
   height: 0px;
	visibility: hidden;


}
#footer{
	margin-top:40px;
	padding-top:10px;
	font-size:11px;
	text-align:left;

}

