﻿/* CSS-Layout */
body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #1C2F4D;
}

#masthead {
	height: 129px;
	background-repeat: repeat-x;
	background-image: url('../images/rechtsanwalt.gif');
}
#logotop {
	width: 560px;
	height: 128px;
	background-image: url('../images/fulda.gif');
	background-repeat: no-repeat;
	float: right;
	z-index: -1;
}
#divlogotop {
	height: 302px;
	width: 514px;
	left: 1000px;
	top: 252px;
	font-family: "Times New Roman", Times, Serif;
	font-size: small;
	color: #003366;
	text-align: center;
}

#top_nav {
}
#page_content {
	font-family: "Times New Roman", Times, Serif;
	color: #0033CC;
	font-size: medium;
	height: 680px;

}	
#page_content a {
	color: #4D6C9F;
	text-decoration: underline;
}
#page_content a:hover {
	color: #FF9900;
	text-decoration: underline;

}
#footer {
	height: 48px;
	background-color: #000000;

}
#footer a {
	color: #4D6C9F;
	text-decoration: underline;
	font-size: small;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
a {
	color: #4D6C9F;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
a {
	color: #FF6600;
}
a:visited {
	color: #003366;
}

#divcopy {
	width: 481px; 
	height: 26px; 
	z-index: 2; 
	left: 0px; 
	top: 836px; 
	float: left; 
	font-family: 'Times New Roman', Times, Serif;
	 font-size: small; 
	 color: #1C2F4D; 
	 padding: 20px 10px 0px 10px;
	 
	}

#divpowered {
	width: 300px;
	height: 26px;
	z-index: 2;
	float: right;
	padding: 20px 10px 0px 10px;
	color: #1C2F4D;
	font-family: 'Times New Roman', Times, Serif;
	font-size: small;
}
.style1 {
	border-width: 0;
}
.style2 {
	text-align: center;
	font-family: "Times New Roman", Times, Serif;
	color: #4D6C9F;
	font-size: medium;
}
p {
	line-height: 140%;
	font-family: verdana;
	color: #4D6C9F;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
}
.style3 {
	text-align: center;
}
.style4 {
	border-width: 0;
	color: #1C2F4D;
}



