@charset "utf-8";

/*/////////////////////////////////////////////////////////////////
    BASIC ELEMENTS
/////////////////////////////////////////////////////////////////*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a:focus{ outline:none; }

body {
    font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    line-height: 18px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    background: #FFF url("images/bodybg.gif") repeat-y 50% 0;
    color: #666666;
}

#wrapper {
    margin: 0 auto;
    width: 780px;
    text-align: left;
}

/* // HEADER /////////////////////*/

#header {
   position:absolute; 
   top:0px; 
   width: 780px; 
   z-index:0; 
}

/* // NAVI /////////////////////*/

#navibg {
    position:absolute; 
	top:90px; 
	width: 780px; 
	z-index:0;
}

#naviwrapper {
    position:absolute; 
	top:92px; 
	width: 780px; 
	z-index:2;
	margin: 0 0 0 60px;
}

/* // NAVILAYER /////////////////////*/

#navilayer {
	visibility:hidden;
	position:absolute; 
	top:170px;
	z-index=1;
}

/* // CONTENT /////////////////////*/

#contentwrapper {
 	float: left;
	width: 710px;
	margin: 180px -70px 0 0;
	padding-left:70px;
}

#content{
	float: left;
	width: 640px;
}

/* // STARTSEITE /////////////////////*/

#startimg {
	float: left;
	width: 780px;
	margin:250px 0 150px 0;
}


#start p  {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font: 10px;
    text-decoration: none;
    color: #666666;
	text-align: center;
}

/* // AKTUELL /////////////////////*/

#aktuelloverline {
	width: 400px;
	float: left;
	margin: 0 0 30px 120px;
}

#aktuellimg {
	width: 100px;
	float: left;
	margin: 0 0 15px 0;
}

#aktuelltext {
	width: 520px;
	float: left;
	margin: -5px 0 15px 20px;
}
.aktuellzitat {
	display:block;
	margin-left: 30px;
	font-style: italic;
}

/* // SOZIETAET /////////////////////*/

#listejahr {
	float: left;
	width: 30px;
	margin: 0 20px 10px 0;
}

#listetext {
	float: left;
	width:590px;
	margin: 0 0 10px 0;
}

/* // RECHTSANWAELTE /////////////////////*/

#raliste {
 	width: 370px;
	float: left;
}

#rabilder {
	width: 270px;
	float: left;
	margin: -24px 0 0 0;
}

#rabilder a{
	border-style: none;
	border-width: 0px;
	text-decoration: none!important;
	
}

#bildaussen {
	margin: 0  0 15px 0;
}

#bildmitte {
	margin: 0 15px 15px 15px;
}

#raliste a:link, #raliste a:active, #raliste a:visited {
    text-decoration: none;
    color: #666666;
}

#raliste a:hover {
    text-decoration: none;
    color: #065B92;
}

#racopy {
	width: 645px;
	float: left;
	margin: 0 70px 0 0;
}

#racopy p {
	 margin-bottom: 10px;
}

#racopy h2 {
	line-height: 18px;
	font-size: 12px;
	font: Cambria, Georgia, "Times New Roman", Times, serif;
	color: #065B92;
	font-weight: bold;
	margin-top: 20px;
}

#racopy h3 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #065B92;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px
}

#razitat {
	width: 600px;
	float: left;
	margin: 0 0 0 35px;
}

/* // RECHTSGEBIETE /////////////////////*/

#columnleft {
	width: 290px;
	float: left;
	margin: 0 20px 0 0;
}

#columnright {
	width: 330px;
	float: left;
	margin: 0 0 0 0;
}

#columnleft p, #columnright p {
	 margin-top: 20px;
}

/* // VORTRAEGE /////////////////////*/

#vtliste {
	width: 100px;
	float: left;
	margin: 0 20px 10px 0;
}

#vtcopy {
	width:530px;
	float: left;
	margin: 0 0 10px 0;
}


/* // KONTAKT /////////////////////////////////////////////////////////////////*/

#formtext {
	width:70px;
	float: left;
	margin: 0 0 10px 0;
}
#formfeld {
	width:260px;
	float: left;
	margin: 0 0 10px 0;
}

.nachricht { 
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif; 
	line-height: 18px; 
	font-size: 12px; 
	padding:2px; 
	width: 330px; 
	border: 1px solid #999999;
	color: #666666;
}

.textfeld { 
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif; 
	line-height: 18px; 
	font-size: 12px; 
	padding:2px; 
	width: 260px; 
	border: 1px solid #999999;
	color: #666666;
}


/* // FOOTER /////////////////////////////////////////////////////////////////*/

#footer {
    height: 40px;
    position: absolute;
    padding: 0px;
    float: left;
    width: 640;
	margin: 15px 0 30px 70px;
	text-align: left;
}

/* // MISC /////////////////////////////////////////////////////////////////*/

#oldbrowsermessage {
    display: none;
}


/*/////////////////////////////////////////////////////////////////
    NAVIGATION MENU
/////////////////////////////////////////////////////////////////*/

#navimessage {
     display: none;
}

#navi, #navi ul {
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navi a {
	min-height: 22px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 0px;
	line-height: 13px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #666666;
}

#navi li {
	background-image: url(images/spacer.gif);
	display: block;
	float: left;
	width: 10em;
}

#navi li ul, #navi ul li  {
	background-image: url(images/spacer.gif);
	width: 30em;
}

#navi ul li a  {
	padding: 5px 0 0 10px;
	color: #666666;
}

#navi li ul {
	position: absolute;
	display: none;
}

#navi li:hover a, #navi a:focus, #navi a:active, #navi li.navihvr a {
	color: #065B92;
	background-color: transparent;
}

#navi a:active#current {
	color: #065B92;
}

#navi li:hover ul, #navi li.navihvr ul {
	display: block;
}

#navi li:hover ul a, #navi li.navihvr ul a {
	color: #666666;
	background-color: transparent;
}

#navi ul a:hover {
	background-color: #FFFFFF!important;
	color: #065B92!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#navi li {width: auto;}


/*/////////////////////////////////////////////////////////////////
    TYPO FOR ALL
/////////////////////////////////////////////////////////////////*/

h1 {
	line-height: 16px;
	font-size: 12px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    color: #065B92;
	margin-bottom: 10px;
}


p {
    margin-bottom: 10px;
}

.copybold {
	font-weight: bold;
}

.copyblau {
	color: #065B92;
}

.copyboldblau {
	font-weight: bold;
	color: #065B92;
}

.copyitalic {
	font-style: italic;
}

#liste, #liste ul {
	margin-top: 0; 
	margin-left: 0.35em; 
	padding-left: 0.35em;
	list-style-image: url(images/bullet.gif);
}


/* // LINKS /////////////////////*/

a:link, a:visited {
    text-decoration: underline;
    color: #666666;
}

a:focus, a:hover, a:active  {
    text-decoration: underline;
    color: #065B92;
}

.current {
	font-weight: bold;
}

#footer a:link , #footer a:visited  {
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
	font: 11px/12px;
    text-decoration: none;
    color: #666666;
}

#footer a:hover, #footer a:active {
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
	font: 11px/12px;
    text-decoration: none;
    color: #065B92;
}


/*/////////////////////////////////////////////////////////////////
    MISC
/////////////////////////////////////////////////////////////////*/

.clear {
    clear: both;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}




/* Ergänzung Adress-Footer ----------------------------------------------------*/

#adressfooter {
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: white;
	border-top-color: #a5a5a5;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 70px;
	text-align: left;
	line-height: 21px;
	font-size: 11px;
	height: 22px;
	margin-left: -390px;
	z-index: 1000;
	left: 50%;
	width: 710px;
	position: fixed;
	bottom: 0px;
}

/* Anpassung alter Footer (Abstand nach unten) */
#footer p {
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-bottom: 60px;
}
                                       
#adressfooter {
	background-color: white;
	border-top-color: #a5a5a5;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 70px;
	text-align: left;
	line-height: 21px;
	font-size: 11px;
	height: 22px;
	margin-left: -390px;
	z-index: 1000;
	right: 50%;
	left: 50%;
	width: 710px;
	position: fixed;
	bottom: 0px;
}
/* Adress-Footer Ende ----------------------------------------------------------*/


/* Übersicht Seite Rechtsgebiete */

a.rgint {
	text-decoration: underline;
}
 
a.rgint:hover {
	text-decoration: underline!important;
	color: #065B92;
	background-color: transparent;
}


/* links bei seminaren */
a.topic-link,
a.ralink {
	text-decoration: underline!important;
}
                                  

a.topic-link:hover,
a.ralink:hover {
	text-decoration: underline!important;
	color: #065B92;
	background-color: transparent;
}


