﻿/* reset.css - hier werden die Browserdefaults überschrieben, und neudefiniert.  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
ul, ol, dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

a > h1, a > h2, a > h3, a > h4, a > h6
{
	cursor: pointer;
}

em {font-style:  italic}

li
{
	list-style-type: none;
}

body 
{
	color: #000000;
	background: #ffffff;
	display: block;
	font-family:arial,helvetica,tahoma,sans-serif;
	font-size:13px;
}

.skipNav
{
	position:absolute;
	text-indent:-999em;
}

/* definition of the replaced-class used for image-replacement. */
.replaced
{
	text-indent:-1000em;
}

a.replaced
{
	display:block;
}


/* Imporatnt for PNG Fix! */
h1, h2 { font-size:10px; }

.normal { cursor: pointer; }

@import url(gal.css);
@import url(news.css);



.imgTeaser li {display: none;}
.imgTeaser li.cur {display: block;}

div.FlashImageTeaser
{
	padding-bottom:20px;
}