/*
	(c) 2008 Online-Info Service GmbH <info@online-service.de>
	
	[ inhalt.css - Inhalt ]

*/
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
margin: 0;
padding: 0;
}

h1
{
text-align: center;
width: 100%;
color:#990000;
font-size: 14px;
font-weight: bold;
background-color: #F2F2F2;
border-bottom: 1px solid #990000;
}

h2
{
text-align: center;
color:#990000;
font-size: 12px;
font-weight: bold;
background-color: #F2F2F2;
border-bottom: 1px solid #990000;
}

h3
{
color:#990000;
font-size: 12px;
font-weight: bold;
}

img.border
{
	border: 1px solid #990000;
	padding: 2px;
}

input, textarea
{
	background-color: #F2F2F2;
	border: 1px solid #990000;
        font-size: 12px;
}
.hinweis
{
color: #990000;
font-size: 11px;
font-weight: normal;
}