body{
	color:black;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:  14px;
	background-color:#000 ;
	text-align: center;
	border-color: #b61b47;
	zoom:1;
}

#inhalt{
	margin-left:auto;
    margin-right:auto;
	background-color:#e4dbde;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: auto;
	border: 2px #b61b47 solid;
}

#header{
	width: 700px;
	height: 75px;
	border-color: #b61b47;
	background: transparent;
	border-bottom: 1px solid #eda147;
}

#links{
	text-align: right;
	margin-top: 75px;
	width: 700px;
	height: 25px;
	font-size: 15px;
	padding-top: 4px;
	padding-right: 10px;
	background: transparent;
}


#text{
	width: 700px;
	margin-top: 175px;
	height: auto;
	padding-left: 2px;
	padding-right:2px; 
	background: transparent;
	left:0px;
}
#footer{
	bottom:0px;
	left:0px;
	width: 700px;
	height: 25px;
	text-align: left;
	padding-top:0px;
	background: transparent;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #b61b47;
}


table.b {
	background: transparent;
	border:none;
	text-align: justify;
	width: 700px;
	height: 100%;
	vertical-align: top;
	font-size: 14px;
	vertical-align: top;
	color:black;

}

table.c {
	border:0px black solid;
	
	text-align: justify;
	width: 700px;
	height: 100%;
	vertical-align: top;
	vertical-align: top;
	color:black;

}

td.c{
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

td.d{
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

tr.c{

}

td{
	width: 50%;
	height: 100%;
	padding: 2px;
	vertical-align: top;
}

h1{
	font-size:22px;
	text-align: center;
	color:#b61b47;
	font-weight: bold;
}
h2{
	font-size:18px;
	text-align: left;
	color:#b61b47;
	font-weight: bold;

}

img{
	border:none;
}
img.im{
	border: 2px #b61b47 solid;
	width: 300px;
	margin: 5px;
}

p.paragraph_style_2{
	font-style:  italic;
	font-color: black;
	
}

td{
	padding: 5px;
}


a.b:link, a.b:visited, a.b:hover, a.b:active
{ 
 text-decoration: none;
 background-color:transparent;
 border:none;
 border-width: 0px;
 width:100px;
 height:15px;
 padding:0px;
}
a.b:link, a.b:visited
{
 text-decoration: none;
 color: black;

}
a.b:hover, a.b:active
{
 text-decoration: none;
 color:#b61b47;
 cursor:pointer;
}