* {
	font-size: 100.01%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	/*Box Sizing Anweisungen für alle Rendering Engines / Browser Derivate*/
	-moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
	padding:0px;
	margin:0px;
}	

ul {
	padding-left:30px;
}

iframe {
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
}


h1,h2,h3,h4,h5,h6 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	color:rgb(0,0,0);
}

h1 {
	line-height:20px;
	text-decoration:underline;
	text-transform:uppercase;
}

h2,h3,h4,h5,h6 {
	line-height:15px;
	text-decoration:none;
	text-transform:none;
}

h3,h4,h5,h6 {
	font-style:italic;
	font-weight:normal;
}


object {
	z-index:1;
}

embed {
	z-index:1;
}

span.current {
	color:rgb(0,0,0);
	text-decoration:underline;
}

a {
	color:rgb(120,120,120);
	text-decoration:none;
	border-width:0px;
}

a:hover{
	color:rgb(0,0,0);
	border-bottom:1px dotted rgb(120,120,120);
}

a:active {
	border-bottom:1px solid rgb(0,0,0);
}

ul.simpleList,
ol.simpleList {
	list-style-type:none;
}
