html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, 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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 14px;
	color: black;
	font-size: 12px;
	background: white;
	background-image:url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

#container
{
	width: 990px;
	padding-left: 7px;
	padding-right: 7px;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -495px;
	height: 100%;	
}

#logo
{
	width: 272px;
	height: 72px;
	background-image:url(images/logo.png);
	margin-left: 720px;
	margin-bottom: 10px;
}


#navi
{
	padding-left: 16px;
}

#navi div.home
{
	position:absolute;
	float: none;
	width: 52px;
	height: 54px;
	margin-top: -7px;
	margin-left: -28px;
}

#navi div.home a
{
	display: block;
	width: 52px;
	height: 54px;
	background-image: url(images/home.png);
}

#navi div.home a:hover
{
	width: 52px;
	height: 54px;
	background-image: url(images/home_hover.png);
}

#navi ul li
{
	float:left;
	width: 117px;
	height: 39px;
	background-image: url(images/li_bg_norm.jpg);
	background-repeat: no-repeat;
}


#navi ul li.act
{
	background-image: url(images/li_bg_act.jpg);
}

#navi ul li.last
{
	background-image: url(images/li_bg_last.jpg);
}

#navi ul li:hover
{
	background-image: url(images/li_bg_hov.jpg);
}

#navi img
{
	float:left;
}

#footer h2
{
	font-weight: bold;
	margin-bottom: 8px;
}

#footer a
{
	color: #445E8C;
}

#footer p
{
	margin-bottom: 8px;
}

#footer
{
	width: 980px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-y;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-left: 1px;
}

#footer .block
{
	width: 219px;
	float:left;
	padding-left: 21px;
}

#footer .skype
{
	margin-bottom: 10px;
	line-height: 8px;
}

#footer .skype .name
{
	float: left;
	width: 185px;
}

#footer .skype a
{
	margin-right: 10px;
}

#footer .skype a img
{
	margin-left: 0;
}

.spalte_links
{
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.spalte_rechts
{

}

.move_map img
{
	display:none;
	max-width:250px;
	padding:5px 0px 10px 0px;
}

ul.fbgplus 	{ display:block; list-style:none; margin:10px 0px; padding:4px; width:220px; }
ul.fbgplus > li	{ padding:4px; }
