/* reset styles a la meyer */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	background: transparent;
}
/* overwriting reset */
html, body{
padding:0px 25px 0px 25px;
height:100%;
}
body{
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
}
#inhalt_bg{
height:125px;
width:685px;
background-image:url(../img/alevtinadoering.png);
background-repeat:no-repeat;
}
#inhalt_txt{
padding:20px 0px 80px 0px;
width:685px;
}
.text{
font:11px verdana, sans-serif;
color:#505050;
line-height:18px;
}
.text_fwd{
font:11px verdana, sans-serif;
text-decoration:none;
}
a.text_fwd:link{
color:#505050;
}
a.text_fwd:visited{
color:#505050;
}
a.text_fwd:hover{
color:#505050;
text-decoration:underline;
}
a.text_fwd:focus{
outline:none;