@import url(formular.css);

html, body  {
	margin: 0;
   	padding: 0;
   	font: 9pt Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 13pt;
	text-align: center;
	height: 100%;
	background-color: #ffffff;
}

hr {
    background-color:#000000;
    color:#000000;
    border:#000000;
    height: 1px;
}

h1 {
	text-align: left;
	margin-top: 15px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 2px solid #000000;
}

h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
        font: bold 14px Arial, Helvetica, sans-serif;
        color: #000000;
}

/*---- LINKS ----*/

a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #8b0000;
}

img {border: 0;}

.blogContent a img {filter:alpha(opacity=50);
 -moz-opacity:.50;
 opacity:.50;}

.blogContent a:hover img, a.active img{filter:alpha(opacity=100); -moz-opacity:.10; opacity:1;}

/*---- CONTAINER ----*/

#container {
	margin: 0 auto;
	width: 800px;
	padding: 0;
}

#inhalt {
	float: left;
	width: 800px;
}

#top {
	float: center;
	width: 800px;
	height: 350px;
}

/*---- Navigation ----*/

#navigation {
	float: left;
	width: 820px;
	padding: 6px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

/*---- LOGO ----*/

#logo {
	float: right;
	width: 800px;
	height: 300px;
}

#logo p{
	font-size: 20pt;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0px 0px 12px;
	text-align: left;
}


/*---- CONTENT ----*/

#content {
/*	float: left;*/
	width: 730px;
	text-align: left;
	margin: 0px 10px 165px 10px;
}

* html #content {
	margin: 10px 10px 20px 5px;
}



/*---- FOOTER ----*/

#footer {
	float: left;
	width: 800px;
	height: 50px;
	background: url("images/footer-back.png") repeat-x;
	padding: 20px 0px 0px 0px;
}

#footertext {
	float: left;
	position: relative;
	top: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	color: #fff;
	text-align: left;
}

#footertext a {
	color: #fff;
	text-decoration:none;
}

#footertext a:hover {
	color:#4E4E4E;
}

