body {
    background:#ff0000 repeat-x;
    text-align:left;
    padding:0;
    margin:0;
}

body, td, input, textarea, select
{
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:1.5;
}

img{ border:2px solid; border-color:#000000; }

a:link { color:#000;  text-decoration:none; }
a:visited { color:#000;  text-decoration:none; }
a:focus { color:#000;  text-decoration:none; }
a:hover { color:#000;  text-decoration:none; }
a:active { Color:#000; text-decoration:none; }

#text a:link { color:#f00;  text-decoration:underline; }
#text a:visited { color:#f00;  text-decoration:underline; }
#text a:focus { color:#fff; background-color:#000; text-decoration:none; }
#text a:hover { color:#fff; background-color:#000; text-decoration:none; }
#text a:active { color:#f00;  text-decoration:underline; }


hr {
	height:2px;
	margin:0;
	padding:0;
	background: #000;
	border:none;
	color: #000;
}

h2 {
	font-size:16px;
	background-color:#000000;
	color:#FFFFFF;
	display:inline;
	padding: 2px 5px;
}

p {
	padding-left:30px;
	padding-right:30px;
}

table {
        margin-left: 20px;
}

td {
        font-weight: bold;
        color: #f00;
        padding: 2px 10px;
}

#main {
	margin:auto;
	width:773px;
}

#content_wrapper {
	background:transparent url(images/bg.jpg) repeat scroll 0 0;
	float:left;
	padding-left:53px;
	width:720px;
}

#header {
	width:627px;
	background:#FFFFFF;
	float:left;
}

#fhs {
	width:655px;
	float:left;
	padding-left:20px;
}

#dbna {
	width:655px;
	float:left;
	padding-left:20px;
}



#content {
	width:589px;
	background:#FFFFFF;
	float:left;
	padding:40px;
}

#text {
	width:587px;
	float:left;
	padding-top:30px;
	text-align:justify;
}

#footer {
	width:587px;
	background:#FFFFFF;
	float:left;
	padding-top:30px;
	font-size:10px;
	text-align:right;
}

.style1 {color: #FF0000}

.style2 {color: #FF0000; font-weight:bold;}

.grau {
        background:#eee;
        padding: 15px;
}

blockquote {
	margin:5px 0 20px 0;
	border-left: 5px solid #eee;
	padding: 12px;
	font-style:italic;
}


