/*Allgemeines*/
body {
	background-color: #99cc33;
	margin-top: 40px;
	margin-bottom: 0px;
}

#line {
	width:100%;
	height:1px;
	background-image: url(../GFX/best-linie.gif);	
}
#site {
	width:698px;
	margin: auto;
}
#header {
	width:698px;
	height:75px;
	background-image: url(../GFX/best-header.jpg);	
}


/*Header*/
#menu-bg {
	width:698px;
	height:60px;
	background-image: url(../GFX/best-bg-menu.jpg);
}
#menu {
	position:relative;
	left:347px;
	top:0px;
	width:350px;
	height:60px;
	text-align: left;
}
#menu-best {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:69px;
	height:60px;
	text-align: center;
	
	line-height:400%;
}
#menu-leistungen {
	position:relative;
	float:left;
	left:1px;
	top:0px;
	width:69px;
	height:60px;
	text-align: center;
	
	line-height:400%;
}
#menu-technik {
	position:relative;
	float:left;
	left:2px;
	top:0px;
	width:69px;
	height:60px;
	text-align: center;
	
	line-height:400%;
}
#menu-referenzen {
	position:relative;
	float:left;
	left:3px;
	top:0px;
	width:69px;
	height:60px;
	text-align: center;
	
	line-height:400%;
}
#menu-kontakt {
	position:relative;
	float:left;
	left:4px;
	top:0px;
	width:69px;
	height:60px;
	text-align: center;
	
	line-height:400%;
}


/*Inhalt*/
#content_start {
	width:698px;
	height:254px;
	background-image: url(../GFX/best-bg-content.jpg);
}
#content {
	width:698px;
	height:254px;
	background-image: url(../GFX/best-bg-content2.jpg);
}
#content_text {
	position:relative;
	width:678px;
	padding:10px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#content_project {
	margin:0px 0px;
	width:678px;
	height:135px;
}

#news {
	position:relative;
	left:0px;
	top:0px;
	width:698px;
	height:100px;
	text-align: left;
	background-image: url(../GFX/best-bg-news.jpg);
}
#twitter_div {
	position:relative;
	float:left;
	padding-right: 10px;
	left:-28px;
	top:0px;
	width:355px;
	height:85px;
	text-align: left;
}
#links {
	float:left;
	left:-10px;
	margin-top:11px;
	width:330px;
	height:79px;
}

/*Schrift und so*/
.menu {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
A.menu:hover {
	color: #CCCCCC;
}
.highligt {
	color: #CCCCCC
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	text-align: justify;
}

.twittertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	text-align: justify;
}

A.text:hover {
	color: #CCCCCC;
}

/*MooTools-Accordion*/
#accordion {
	margin:0px 0px;
	width:678px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #FFFFFF;
	border-right-color: #99cc33;
	border-bottom-color: #99cc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:0px;
}

blockquote {
	padding: 0px 10px;
	padding-right: 220px;
}

