@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	letter-spacing: 0px;
	text-align: left;
	word-spacing: 0px;
	margin-top: 10px;
	text-align: left;	
}
#container {
	width:992px;
	height:635px;
	margin-right: auto;
	margin-left: auto;
	/*	background:#000;*/
	background-image: url(../basics/amor-background-white.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	height:497px;
	margin-top:108px;
	/*	margin-top:0px;	*/
	margin-left: 6px;
	margin-right: 6px;
}
#leftspace {
	float:left;
	width:106px;
	height:497px;/*	background:#d0c0c0;*/
}
#contenttextoben {
	float:left;
	width:320px;
	height:76px;
}
#contenttextmitte {
	clear: none;
	width:320px;
	float:left;
	height:344px;
}
#claimlinks {
	float:left;
	width:494px;
	height:10px;/*	background:#fff;*/
	margin-top: 30px;/*	position: fixed;*/
}
#contentPICright {
	float:right;
	width:550px;
	height:420px;
}
/*#outer1, #outer2, #outer3, #outer4, #outer5 {
	padding-bottom:0px;
	margin-bottom:-0px;
}*/


#claim {
	float: right;
	width:444px;
	height:77px;
	text-align: right;/*padding-top: 25px;*/
	/*clear: right;		overflow: visible;	background:#fff;
	z-index: 100;*/
}
/*----------------  TYPO-STYLE begin  -----------------------*/
h1 {
	font-size:22px;
	padding:10px 0;
	color:#7c767f;
}
h2 {
	font-size:20px;
	padding:10px 0;
	color:#7c767f;
}
h3 {
	font-size:16px;
	color: #f29200;
}
h4 {
	font-size: 22px;		
	color: #f29200;
	font-weight: bold;
}
h5 {
	font-size: 22px;
	color: #f29200;
	font-weight: normal;	
}
h6 {
	font-size:12px;
	color: #f29200;
}
.content {
}
p {
	font-size:12px;
	color: #7c767f;
	line-height:1.5em;
}
/*----------------  TYPO-STYLE end  -----------------------*/

/*----------------  FOOTER begin  -----------------------*/
#footer {
	clear:both;
	height:25px;
	margin-left: 6px;
	margin-right: 6px;
	background-image: url(../basics/footer-back.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-size: small;
}
#footer ul {
	padding: 8px 0px 0px 6px;
	width: 100%;
}
#footer li {
	list-style-type: none;
	display: inline;
	width: 100%;
}
#footer a {
	color: #7c767f;
/*	color: #ccc;*/	
	/*	margin-right: 0px;
	margin-left: 0px;*/
	text-decoration: none;
}
#footer a:hover {
	color: #f29200;
	text-decoration: none;
}
#footer p, #header p {
	color:#fff;
}
/*----------------  FOOTER end  -----------------------*/