/* CSS Document */

/*******************globales***************/
body  {
	margin:0px;
	padding:0px;
	color: #000000;
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	}
	
body,
td,
p {

	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height:16px;
	text-align:right;
	}

h1	{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#37947c;
	border-bottom:solid 1px #37947c;
	}
	
a:link,
a:visited {
	color: #120f25;
	border-bottom:dashed 0px #120f25;
	text-decoration:none;
		margin-left:7px;
	margin-right:7px;
	font-weight:normal;
}

a:hover {
	color: #990000;
	border-bottom:dashed 1px #990000;
	text-decoration:none;

}

img {
	vertical-align:middle;
	}
	
#none {
	visibility:hidden;
	}
/*******************Ebenen***************/


#mitte_unten {
	position: absolute;
	width:100%;
	height:50%;
	bottom:0px;
	left:0px;
	background-image: 
	background-position:center top;
	background-color:#e0dee4;
	}


#balken_links {
	width:50%;
	height:450px;
	background-image:url(images/startseite/balken_links.gif);
	background-position:top right;
	position:absolute;
	left:0px;
	margin-top:-200px ;
	top:50%;
	}
	
#balken_rechts {
	width:50%;
	height:450px;
	background-image: url(images/startseite/balken_rechts.gif);
	background-position:top left;
	position:absolute;
	right:0px;
	margin-top:-200px ;
	top:50%;
	}
	

#logo {
	width:713px;
	height:296px;
	background-image:url(images/startseite/logo3.jpg);
	background-position:top;
	background-repeat: no-repeat;
	position:absolute;
	margin-left: 50%;
	left:-300px;
	margin-top:-163px;
	top:50%;
	right: 1px;
	}
	
#logo2 {
	width:469px;
	height:77px;
	background-image:url(images/startseite/logo2.jpg);
	background-position:top;
	background-repeat: no-repeat;
	position:absolute;
	margin-left: 50%;
	left:-40px;
	margin-top:-254px;
	top:50%;
	right: 1px;
	}
	
#navi {
	height:37px;
	background-image: url(images/startseite/navi_hint.jpg);
	position:absolute;
	margin-left: 50%;
	left:-444px;
	margin-top:142px ;
	top:50%;
	}
	
	

#text {
	width:293px;
	height:296px;
	position:absolute;
	margin-left: 50%;
	left:-450px;
	margin-top:-153px ;
	top:50%;
	visibility:hidden;
	}


/***************navi********************/

#navigation	{
	height:44px;
	position:absolute;
	top:326px;
	margin-left: 50%;
	left:-355px;
	width:800px;
	}

	
.notariat {
	background-image:url(images/navi_links.jpg);
	background-position:right;
	padding:9px;
	padding-right:25px;
	padding-left:14px;
	position:relative;
	font-weight:bold;
	margin-top:2px;
	display:block; float:left;
	}

	
	
ul {
	list-style-image:url(images/pfeil.gif);
	list-style-position:outside;}
	
	
li.download {
	list-style-image: url(images/dokument.gif);
	list-style-position:outside;
	height:30px;}

	
hr {
	width:100%;
	background-color:#a4cdca;  /* Mozilla 1.4 */
	color:#a4cdca;  /* IE 6 */
	border: #a4cdca;  /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}
	


.kasten {
	border: 1px solid  #999999;	
	background-color: #EBEBEB;
	padding:3px;
	}
/************ formular ***********/

.button {
	border-right:2px  #CCCCCC solid;
	border-bottom:2px #000000 solid;
	border-top:1px  #CCCCCC solid;
	border-left:1px  #000000 solid;
	background-color: #666666;
	color:#FFFFFF;
	font-weight:bold;
	}

.inputbox {
	background-color: #F0F0F0;
	border: 1px #999999 solid;
	color: #009999;
	padding:3px;

	}
	
textarea,
input  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	}
	
