/* structure */
body {
	margin:0px;
	padding:0px;
	height:100%;
	color:#333333;
	background:#fff url(../images/bg-start.png) center top repeat-x;
}
.menu {
	border-bottom: 0px dotted #8D172D;
}

#outer-content {
	background: #fff url(../images/bg-content-start.jpg) center top no-repeat;
	width: auto;	
	height: 413px;
}
#content {
	width: 772px;
}
.section-company, .section-freelancer {
	margin:45px 0 0 0;
	float:left;
}
.section-freelancer {
	margin:45px 0 0 0;
	float:right;
	padding: 0;
}
.section-company h1, .section-freelancer h1 {
	line-height:1.8;
	font-size: 1.1em;
}

.section-freelancer .btn-green span {
	padding:0 50px 0 0;
}
.section-freelancer .btn-green em  {
	padding:0 0 0 39px;
}

#content p {
	margin:0px 0px 5px 0px;
	padding:0;
}
.col1 { 
	width: 725px; /* col1 normal = 480px; ie6 hack: 465px; */
}
.col3{
	display:none;
}

.start-signup p {
	font-size: 0.9em;
}
.start-search fieldset#search-big, .start-signup fieldset#btn-green1  {
	border-bottom:0px dotted #666666;
}

h1, h2, h3 {font-size:1.3em; font-weight: normal;}

#contactable {
/*	erstmal von bjoern rausgenommen
	background:#FFFFFF url(../images/feedback-no.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	height:43px;
	margin: 0 0 0 145px;
	overflow:hidden;
	position:fixed;
	text-indent:0;
	top:212px;
	width:92px;
	z-index:100000; */
	visibility:hidden;
	display:none;
}

#contactForm {
	visibility:hidden;
	display:none;
}

/*** footer navi ***/
#footer ul {
	margin:0;
	padding:0px;
}
#footer ul li {
	display: inline;
	list-style-type:none;
	margin:0 2px 0 0;
	padding:0;
}
#footer ul li a {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
#footer .seperator {
	color: #fff;
	margin-left: 2px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer {
	margin:0px auto 15px;
}
#copyright a, #copyright {
	color:#fff;
}