/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}/*sup,sub{vertical-align:text-top;} sub{vertical-align:text-bottom;}*/input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


#flashWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden
}




/*
body {
/*background: url(/graphics/bg.jpg) no-repeat top left;
height: 100%;
}

html {
	height: 100%;
}

#header {
	height: 295px;
	background: url(/graphics/header.jpg) no-repeat top left;
}

#logo{
	height: 94px;
	background: url(/graphics/logo.gif) no-repeat top left;	
	margin-left: 103px;
}

#footer{
	clear: both;
	height: 94px;
	margin-top: -94px;
	background: url(/graphics/footer/bg.jpg) no-repeat left;	
}

#footerAddress{
	height: 94px;
	background: url(/graphics/footer/address.gif) no-repeat left;
}

#siteWrapper{
	min-height: 100%;
}

#content{
	margin: 35px 0 50px 0;
	width: 600px;
	padding: 0 0 100px 0;

}

#starBox{
	margin: 102px 0 0 0;
	width: 580px;
	height: 215px;
}

#outerContent{
	float: left;

}

#sidebar{
	margin: 0 0 0 26px;
	float: left;
	width: 172px;
}

#flashWrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

#contentWrapper{
	overflow: hidden;
	margin: 0 0 0 111px;
}
 */






/** -- Allgemeine Definitionen
/** -- stehen ganz am Ende, damit sie von nichts kaskadiert werden
*/
strong, b { font-weight: bold; }
u { text-decoration: underline; }
em { font-style: italic; }
blockquote{ padding: 0 20px; }
.invisible { display: none; }
.clear { clear: both; line-height: 1px !important; height: 1px; margin: 0 !important; padding: 0 !important; }
