@charset "UTF-8";
/* CSS Document */

/* TEXTDEFINITIONEN */

/* reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body { 
		font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
		font-size:11px;
		color:#666666;
	 	background-color: #D5EDFF; 
		line-height: 18px;

		}





a, a:link, a:visited { font-size: 1em; font-weight: normal; text-decoration: none; font-style: normal; color:#000000; 
		




}

a:hover { font-size: 1em; text-decoration: underline; font-style: normal; color:#000000; } 




strong, b { font-weight:bold; }
em, i { font-style:italic; }


h1 {
	font-size:14px;
	font-weight:bold;
	}


h2 {
	font-size:12px;
	font-weight:bold;
	}

h5 {
	font-size:9px;
	font-weight:bold;
	}

h6 {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	}
	
ul { list-style-type:disc;
	list-style-position:inside;
	
	}
	



ul#info	{
	list-style-type:none;
	margin: 0;
    padding: 0;

		}
		
ul#info	li	{
		display:block;
		width:235px;
		background-color:#FFF000;
		padding: 0 0 0 5px;
		margin: 5px 0 0 0;
		font-size:10px;
		font-style:normal;
		font-weight: normal;
		color:#000111;

		}
