/*	colors
	dunkelblaugrau	|   #4A535A		|	bg workspace, lmtop 
	mittelgrau		|	#88939C		|	bg content, bg lmmiddle
	orange			|	#FCA20C		|	bg lmbottom, links etc. FF9900
	blau			|	#687EAA		|	bg title, lbox
*/

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#mypath, .rc_header {
	/*background-image:url(../Bilder/bg-dunkelblaugrau.jpg);
	background-repeat:repeat;
	border-bottom-width: 2px;
	border-bottom-color:#222222;
	border-bottom-style: solid;*/
	}
	
#content h2{color:#FCA20C; font-size: 18px; margin:10px 0px;}



#content-top {
width:716px;
height:10px;
background-image: url(/fileadmin/deno-law/Bilder/Hintergrundbilder/content-top.jpg);
margin-top:0;
}

#content-tile {
padding:0;
padding-top:3px;
width:716px;
height:auto;
min-height:450px;
background-image: url(/fileadmin/deno-law/Bilder/Hintergrundbilder/content-tile.jpg);
background-repeat:repeat-y;
background-position:center;
margin-top:0px;
}

#content-left {
 margin:0;
 float:left;
 width:210px; 
 min-height:450px;
 height:auto;
 background-image: url(/fileadmin/deno-law/Bilder/Hintergrundbilder/content-left.jpg);
 background-repeat:no-repeat;
 background-position:10px;
}

#content-bottom {
padding:0;
width:716px;
height:60px;
background-image: url(/fileadmin/deno-law/Bilder/Hintergrundbilder/content-bottom.jpg);
background-repeat:no-repeat;
background-position:left;
margin-top:2px;
clear:left;
}

#content-right {
 float:left;
 margin:0 0 0 5px;
 width:470px; 
 height:auto;
}


