@import url(layout.css);
@import url(nav.css);
@import url(typography.css);
@import url(content.css);


img
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	clear: right;
}

img.pict
{
	border-color: #D1DFEC;
	border-width: 1px;
	border-style: solid;
}

hr
{
	height: 3px;
	clear: both;
	color: white;
	border-bottom: #FF9900;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

ul
{
    margin-left: 0;
	padding-left: 20px;
}

ul li
{
	list-style-type: square;
	list-style-position: outside;
	text-transform: inherit;
	display: list-item;
}

ul.last {
    padding: 0;
}


/* Verschiedenes */

.clearer
{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

.hide { display: none; }


.clear { clear: both; }

.alt
{
    visibility: hidden;
	display: none;
}

.left
{
	float: left;
	margin: 0;
	padding: 0;
}

.right
{
	float: right;
	margin: 0;
	padding: 0;
}

.centered
{
	text-align: center;
	text-transform: inherit;
	margin: 0 auto 0 auto;
}
#eset_textlayer{
	text-align:center;
	position:absolute;
	bottom:100px;
	background:#fff;
	width:160px;
	left:10px;
	padding:10px;
	opacity:0.8;
}