/* Stylesheet fuer anwalt-rnk.de */
/* copyright: agentur zweimaleins, W. Manz, 2016 */
/* ============================================== */

* 	{
	margin: 0px;
	padding: 0px;
	}

body td, p{
	font-family:Calibri,Arial,Verdana;
/*	color:#34383f; */
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03em;
	}
	
#menu {
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	width: 996px;
	margin-top: 10px;
}

#menu ul {
	float: left;
	width: 166px;
	list-style-type: none;
} 

#menu li {
	position: relative;
} 

#menu a {
	width: 165px;
	display: block;
	background-color: rgba(0,0,0,0);
	text-align: center;
	text-decoration: none;
	font-family: Calibri,Arial,Verdana;
	color: #34383f;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
} 

#menu a:hover , #menu a#aktiv{
	color: #990033;
	background-color: #fbf6e9;
} 

#menu ul ul {
	background-color: #fbf6e9;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-style: solid;
	border-color: #990033;
	position: absolute;
	z-index: 2;
	display: none;
} 

#menu ul li:hover ul {
	display: block;
}
	
.portfolio1 {
	margin-top:8px;
	margin-bottom:12px; /* war 20 px */
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	}
	
.portfolio2 {
	margin-top:0;
	margin-bottom:12px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	}
	
.boxtext {
	text-align:center;
	font-size:13px;
	line-height:16px;
	margin-bottom:6px;
	margin-left:1ex; 
	margin-right:1ex;
	}
	
.weiter {
	text-align:center;
	font-size:13px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:6px;
	}
	
.article {
	margin-top:0;
	margin-bottom:0;
	font-size:15px;
	line-height:19px;
	}

.gebiet {
	margin-top:0;
	margin-bottom:0;
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	color: #990033;
	text-transform:uppercase;
	letter-spacing: 0.04em;
	margin-bottom:19px;
	}
	
.impressum {
	margin-top:15px;
	text-align:center;
	font-size:13px;
	line-height:16px;
	}
	
.keys {
	margin-top:12px;
	text-align:center;
	font-size:12px;
	color:#999999;
	line-height:14px;
	}
	
/*--p mit autom. Silbentrennung--*/
	p{
		/* [disabled]text-align:justify; */  /*Blocksatz*/
		-ms-word-break: normal;
     	word-break: normal;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}

	strong{
		font-weight: bold;
		color: #34383f;
		/* [disabled]letter-spacing:0.02em;
		word-spacing:0.1em; */
	}
/* Links global */
	a:link {color: #660066;}
	a:visited {color: #990033;} /* dunkelrot, war #660066 (blau) */
	a:hover {color: #003399;}
/*	
	.navigation a:link 
	color: #34383f;
	text-decoration: none;
	}
	
	.navigation a:visited {
	color: #34383f;
	text-decoration: none;
	}

	.navigation a:hover {
	color: #990033;
	text-decoration: underline;
	}
*/
	IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    }
    
    IMG.hidden {
    width:0px;
	height:0px;
	visibility:hidden;
    }
    
 	IMG.pic {
    display: block;
    width: 96px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; 
    }
    