/* ------------------------------------	*/
/* Welcome to spanisches-handelsrecht.de	*/
/* cms website featuring full css 2.0	*/
/* compliant, xhtml 4.x valid superduper*/
/* coding. (c) jansass.com | Jan 2008	*/
html, body {
	margin: 15px;
	padding: 0px;
	
	background: #F3F3F3;
	color: #222222;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif ;
	font-size: 12px;	
}


.head {
	position: relative; 
	width: 870px; 
	height: 120px;
	margin-bottom: 15px;
}

h1 { font-size: 25px;
	font-weight:normal;
	}
h2 { font-size: 14px; 
	}
input, textarea {
	border: 1px solid #777777;
	color: #666666;
}
hr {
	height: 1px;
}
.content p, .content h2 {
	text-align: justify;
}


/*-------- MENU -----------------*/
.menu {
 position: relative; 
 width: 185px; 
 margin-right: 15px; 
 float: left;
 background: url(images/ramp.png) no-repeat top;
 padding-top: 12px;
}

.menu A {
	width: 175px;
	height: 50px;
	display: block;
	background: #e0e0e0;
	margin: 1px;
	text-align:right;
	padding-right: 10px;
	line-height: 70px;
	color: #222222;
	text-decoration:none;
}
.menu A:HOVER {
	background: #97c3e6 url(images/arr-m.gif) no-repeat right bottom;
}
.menu UL {
	z-index: 1;
	position: relative;
	margin: 0px;
	padding: 0px; 
	list-style:none;
}

.sub A {
	background: #d0d0d0 !important;
	height: 20px !important;
	line-height: 20px !important;
}
.sub A:HOVER {
	background: #97c3e6 url(images/arr-s.gif) no-repeat right !important;
}
/*-------- CONTENT -----------------*/
.content {
	position: relative; 
	width: 470px; 
	margin-right: 15px; 
	float: left;
}

.content A {
	color: #222222;
}

.content A:HOVER {
	color: #539ccf;
}


/*-------- SIDE -----------------*/
.side {
	position: relative; 
	width: 185px; 
	height: 120px;
	float: left;
	background: url(images/ramp.png) no-repeat top;
 	padding-top: 13px;
}

/*-------- CFRAME around conent -----------------*/
.cframe {|
	position: relative;
	float: left;
	width: 875px;
}

/*-------- FOOT -----------------*/
.foot {
	position: relative; 
	width: 880px;
	margin-top: 15px;
	text-align:center;
	padding-bottom: 50px;
	
}

.foot A {
	color: #666666;
	text-decoration:none;
}


.search {
	width: 179px;
	height: 40px;
	background: #e0e0e0;
	padding-top: 20px;
	padding-left: 7px;
}
.search INPUT {	
	background-color:#eeeeee;
}