/******************************* TAGS *******************************/

*{	
	margin:0px;
	padding:0px;
	border:none;
	list-style:none;
}

body{
	margin:0px;
	padding:0px;
	border:none;
	font-family:trebuchet MS;
	color:#111c05;
	font-size:14px;
	line-height:18px;
	text-align:center;
	background-color:#daddd6;
}

a{
	outline-style:none;
	color: #c61e4c;
}

p{
	padding:6px 0 6px 0;
}

h1{
	color:#8eb263;
	font-size:36px;
	font-weight:normal;
	padding:0 0 20px 0;
}

h2{
	font-size:24px;
	color:#8eb263;
	padding:0 0 10px 0;
}

h3{
	font-size:16px;
	color:#8eb263;
	padding:10px 0 0px 0;
	border-top:2px dotted #CCCCCC;

}


/******************************* DIV'S *******************************/
#CONTAINER{
	width: 1000px;
	text-align:left;
	margin:0px auto;
}

#HEADER_TOP{
	background:url(../images/basics/header_top.jpg) no-repeat;
	width:1000px;
	height:149px;
	float:left;
}

    		
#LOGO{
	background:url(../images/basics/logo.jpg) no-repeat;
	width:127px;
	height:113px;
	margin:18px 0 0 60px;
	float:left;
}

#NAVI{
	float:left;
	width:720px;
	margin:87px 0 0 50px;
}

#HEADER_BOTTOM{
	background:url(../images/basics/header_bottom.jpg) no-repeat;
	width:1000px;
	height:252px;
	clear:both;
}


#stocklist{	
	width:181px;
	height:56px;
	position:relative;
	top:124px;
	left:628px;
}

#NUMBER{
	margin:161px 0 0 160px;
}

#CLEAR{
	clear:both;
}

#CONTAINER_CONTENT{
	width:960px;
	margin:0px 0 0 20px;
	background-color:#fff;
	float:left;
	background:url(../images/basics/bg_content.gif) repeat-y;
}

*html #CONTAINER_CONTENT{
	position:relative;
	left:-20px;
	top:-5px;
}

#CONTENT{
	width:585px;
	margin:40px 0 20px 60px;
	float:left;
}

*html #CONTENT{
	margin:40px 0 20px 30px;
}

.zweispaltig{
	float:left;
	width:220px;
}

#SIDEBAR{
	width:90px;
	float:left;
	margin:40px 0 0 65px;
}



#FOOTER{
	background-color:#111c05;
	height:30px;
	clear:both;
	width:900px;
	margin:0px 0 0 20px;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding:10px 0 0 60px;
}

*html #FOOTER{
	position:relative;
	top:-10px;
}

/******************************* NAVI *******************************/
#NAVI ul li{
	float:left;
	text-transform:uppercase;
}


#NAVI ul li a{
	color:#111c05;
	text-decoration:none;
	display:block;
	padding: 7px 0 0 20px;
}


.navi_home {
	background:url(../images/basics/navi_home.gif) no-repeat;
	width:68px;
	height:32px;
}

.navi_home_inactive {
	width:68px;
	height:32px;
}

.navi_relo {
	background:url(../images/basics/navi_relocations.gif) no-repeat;
	width:118px;
	height:32px;
}

.navi_relo_inactive {
	width:118px;
	height:32px;
}

.navi_test {
	background:url(../images/basics/navi_testimonials.gif) no-repeat;
	width:122px;
	height:32px;
}

.navi_test_inactive {
	width:122px;
	height:32px;
}

.navi_comp {
	background:url(../images/basics/navi_profile.gif) no-repeat;
	width:152px;
	height:32px;
}

.navi_comp_inactive {
	width:152px;
	height:32px;
}

.navi_onli {
	background:url(../images/basics/navi_enquiry.gif) no-repeat;
	width:140px;
	height:32px;
}

.navi_onli_inactive {
	width:140px;
	height:32px;
}


/******************************* FOOTER *******************************/

#FOOTER a{
	color:#a9d378;
}

.footer-call{
	margin-left:45px;
}

.green-text{
	color:#a9d378;
}



/******************************* stocklist *******************************/

.stocklist span {
	display:none;
}
.stocklist:link, .stocklist:visited {
	display:			block;
	width:				181px;
	height:				56px;
	background:			url(../images/basics/stocklist_normal.jpg);
	border:none;
}

.stocklist:hover, .stocklist:active, .stocklist:focus {
	background-image:	url(../images/basics/stocklist_over.jpg);
	border:none;
}



/******************************* rest *******************************/


.author{
	font-style:italic;
	color:#8eb263;
}

.relocations_list li{
	background-image:url(../images/basics/list_item.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding:0px 0 8px 15px;
	line-height:18px;
	margin-left:15px;
	margin-top:5px;
}


INPUT{
	border:1px solid #999999;
	height:20px;
	width:300px;
	margin:5px 0 0 0;
}

TEXTAREA{
	border:1px solid #999999;
	height:200px;
	width:300px;
	margin:5px 0 0 0;
}



.buttons input{
	background-color:#8eb263;
	height:20px;
	width:80px;
	border:0px;
	color:#454545;
	font-size:11px;
}



.buttons  input:hover{
	background-color:#8eb263;
	height:20px;
	border:0px;
	color:#ffffff;
	cursor:pointer;
}

