/* CSS Document */

/* ****************************************
	1. Allgemeines
**************************************** */

	* {
		margin: 0;
		padding: 0;
		}
	
	body, html {
		height: 100%;
		}
		
	body {
		background: url(../images/bg.jpg) 0 0 repeat-x #808080;
		height: 100%;
		}
		
	#wrapper {
		width: 780px;
		margin: 0 auto;
		min-height: 100%;
		background: url(../images/container.jpg) 10px 0 repeat-y;
		}
		
	* html #wrapper {
		height: 100%;
		}
		
	.cleaner {
		float: none;
		clear: both;
		}
		
	h1 {
		display: none;
		}
		
	h2 {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 1.2em;
		color: #515151;
		padding-bottom: 20px;
		}
		
	h3 {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 1.0em;
		color: #515151;
		padding-bottom: 20px;
		}
		
	p {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 0.8em;
		color: #515151;
		line-height: 18px;
		letter-spacing: 0.02em;
		padding-bottom: 20px;
		}
		
	table td {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 0.8em;
		color: #515151;
		line-height: 18px;
		letter-spacing: 0.02em;
		text-align: justify;
		padding: 0 5px 5px 0;
		}
		
/* ****************************************
	2. Head
**************************************** */

	#head {
		width: 755px;
		height: 157px;
		background: url(../images/head.jpg) 0 0 no-repeat;
		padding: 15px 0 0 25px;
		font-weight: bold;
		position: relative;
		}
		
	#head a:link,
	#head a:visited {
		text-decoration: none;
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 0.8em;
		color: #515151;
		font-weight: bold;
		}
		
	#head a:hover,
	#head a.Active {
		text-decoration: underline;
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 0.8em;
		color: #515151;
		font-weight: bold;
		}
		
/* ****************************************
	3. Navi
**************************************** */

	#navi {
		width: 625px;
		height: 34px;
		background: url(../images/navi.jpg) 0 0 no-repeat;
		padding: 9px 0 9px 155px;
		position: relative;
		}
		
	#navi ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: 0;
		}
		
	#navi ul li {
		padding: 0;
		margin: 0;
		border: 0;
		float: left;
		}
		
/* ****************************************
		3.1 Home
**************************************** */
		
		a.home {
			width: 96px;
			height: 29px;
			border-left: 1px #8F8F8F dashed;
			border-right: 1px #8F8F8F dashed;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.home:hover {
			width: 96px;
			height: 29px;
			border-left: 1px #8F8F8F dashed;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.homeActive {
			width: 96px;
			height: 29px;
			border-left: 1px #8F8F8F dashed;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: underline;
			text-align: center;
			padding-top: 5px;
			}
			
/* ****************************************
		3.2 Ihr Anwalt
**************************************** */
		
		a.anwalt {
			width: 119px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.anwalt:hover {
			width: 119px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.anwaltActive {
			width: 119px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: underline;
			text-align: center;
			padding-top: 5px;
			}
			
/* ****************************************
		3.3 Schwerpunkte
**************************************** */
		
		a.schwerpunkte {
			width: 149px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.schwerpunkte:hover {
			width: 149px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.schwerpunkteActive {
			width: 149px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: underline;
			text-align: center;
			padding-top: 5px;
			}
			
/* ****************************************
		3.4 Aktuelles
**************************************** */
		
		a.aktuelles {
			width: 117px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.aktuelles:hover {
			width: 117px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.aktuellesActive {
			width: 117px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: underline;
			text-align: center;
			padding-top: 5px;
			}
			
/* ****************************************
		3.5 Links
**************************************** */
		
		a.links {
			width: 92px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.links:hover {
			width: 92px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			padding-top: 5px;
			}
			
		a.linksActive {
			width: 92px;
			height: 29px;
			border-right: 1px #8F8F8F dashed;
			background: #703A1A;
			display: block;
			font-family: "trebuchet ms", verdana, arial, sans-serif;
			font-size: 1.0em;
			color: #fff;
			text-decoration: underline;
			text-align: center;
			padding-top: 5px;
			}
		
/* ****************************************
	4. Content
**************************************** */

	#content {
		width: 500px;
		padding: 25px 0px 55px 40px;
		float: left;
		}
	
	#content p {
		text-align: justify;
		}
		
	* html #content {
		width: 500px;
		}
		
	#content a:link,
	#content a:visited,
	#content a:active {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 1.0em;
		color: #703A1A;
		text-decoration: underline;
		}
		
	#content a:hover {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 1.0em;
		color: #703A1A;
		text-decoration: none;
		}
		
	#content .img {
		padding:5px 5px 30px 5px;
		background: #fff;
		border: 1px solid #515151;
		float: right;
		margin: 0 0 20px 20px;
		}
		
	#content ul.pfeil {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 0.8em;
		color: #515151;
		height: 100%;
		margin: 0 0 20px 20px;
		padding: 0 0 0 20px;
		}
		
	#content ul.pfeil li {
		height: 25px;
		background: url(../images/punkt.gif) 0 5px no-repeat;
		list-style-type: none;
		height: 100%;
		padding: 0 0 10px 25px;
		line-height: 18px;
		text-align: left;
		}
	
	* html #content ul.pfeil li {
		background: url(../images/punkt.gif) 0 5px no-repeat;
		}

	#paragraph {
		width: 155px;
		height: 312px;
		background: url(../images/paragraph.jpg) 0 0 no-repeat;
		margin-left: 11px;
		float: left;
		}
		
	* html #paragraph {
		margin-left: 6px;
		}
	
/* ****************************************
	5. Footer
**************************************** */

	#footer {
		width: 780px;
		height: 45px;
		margin: -45px auto 0 auto;
		position: relative;
		background: url(../images/footer.jpg) 10px 0 no-repeat;
		}
		
	#footer p {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 0.7em;
		color: #fff;
		margin:20px 0 0 205px;
		padding:0;
		position:absolute;
		}
		
	#justizia {
		width: 155px;
		height: 207px;
		background: url(../images/justizia.gif) 0 0 no-repeat;
		position: absolute;
		margin: -190px 0 0 0;
		z-index: 50!important;
		}
		
/* ****************************************
	Ende ;)
**************************************** */
