/*

OneByte GmbH
e-Business & Webdesign

Martin Bommeli
martin.bommeli@onebyte.ch

www.onebyte.ch
info@onebyte.ch

Info / Hauptfarben

Menu:
	Hover Orange - #E68A00

Logo:
	Blau dunkel  - #002D73
	Weiss        - #FFFFFFF
	
*/

body {
	background: #FFFFFF;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

/* box */
#box{
	margin: 0px auto 0px auto;
	background-color: White; 
	text-align: left;
	width: 770px; 
}

#contentbox {
	margin: 0px 0px 0px 0px;
	float: left; 
	background-image: url(img/design/contentbox.jpg); 
	background-repeat: repeat-y;	
	width: 100%; /*width: 770px;*/
}
#dwicon{
	float: left; 
}

#dwbox{	
	float: left; 
/*	height: 16px;
*/}
/* box ende*/

/* top */
#topbox{		
	background-color: White;	
}
#topleft {
	float:left;
	width: 107px;
}
#toplogo{
	float:left;
	width: 200px; 
}
#topflash {
	float:left;
	width: 463px;
	height: 50px;
}
#topright {
	float:left;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #002D73;
	background-image: url(img/design/topright.jpg);	
	width: 463px;
	height: 35px;	
}
#toprighttitel {
	text-align: right;
	margin: 4px 7px 0px 0px; /*padding: 4px 7px 0px 0px;*/
}
/* top ende*/

/* status - ist die Zeile in der der "Standort" angezeigt wird */
#status{
	float: left;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	height: 35px;
	width: 750px;
}
#statusleft{
	float: left;
	width: 145px; 
}
#statusright{	
	float: left;
	color: #999999;
	margin-top: 3px;
	margin-left: 30px;
}
#statusright a:link, #statusright a:visited, #statusright a:hover, #statusright a:active{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
/* status ende*/


/* Sprachwechsel*/
#sprachwechsel{	
	float: right;
	color: #999999;
	margin-top: 3px;
	width: 50px;
	margin-right: 30px;
}
#sprachwechsel a:link, #statusright a:visited, #statusright a:hover, #statusright a:active{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
/* Sprachwechsel Ende */


/* Content */
#content{
	float: left;
	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	width: 580px;
	}
.contenttitel, .contenttitel h1 { 
	font: bold 11px  Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
}
.contenttxt{ 
	float: left; 
}
/* Content ende */

/* sitebar (menu) */

#sidebar {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left; 
	margin: 0px 0px 0px 0px;
	width: 140px;
}

.button {
 	margin: 0px 0px 0px 0px;
	width: 140px;
	color: #333333;
}
.button UL {	
	padding: 2px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	background-color: White;
}

.button li {
	padding: 0px 0px 0px 11px;
	height: 18px;
	background: url(img/design/buton.jpg) no-repeat;
}

.button li.lang {
	padding: 3px 0 0 11px;
	height: 30px;
	background: url(img/design/buton.jpg) no-repeat bottom;
}

.button li a.nav {
	color: #333333;
	height: 18px;
	text-decoration: none;
	vertical-align:bottom;
}
.button li a.nav:hover {
	color: #E68A00;
	height: 18px;
	text-decoration: none;
}

.button li a.navmark {
	color: #002D73;
	height: 18px;
	text-decoration: none;
	font-weight: bold;
}

.button li a.subnav {
	color: #666666;
	height: 18px;
	text-decoration: none;
	margin-left: 10px
}
.button li a.subnav:hover {
	color: #E68A00;
	height: 18px;
	text-decoration: none;
}

.button li a.subnavmark {
	color: #002D73;
	height: 18px;
	text-decoration: none;
	margin-left: 10px
}
/* sitebar (menu) ende */

/* buttom & copyright */
#bottom{
	float: left;
	width: 100%;/*width: 770px; */
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #002D73;
	height: 25px;
	text-decoration: none;
	background-image: url(img/design/bottom.jpg);
	background-repeat: repeat-x;
}
#bottomleft{
	margin: 20px 0px 0px 5px;
	float: left;
}
#bottomcopyright{
	margin: 20px 7px 0px 0px;
	float: right;
}
/* buttom & copyright ende*/

/* links */
.linkblue, .linkblue a:link, .linkblue a:visited, .linkblue a:hover, .linkblue a:active{
	color: #002D73;
	text-decoration: none;	
}
.linkred, .linkred a:link, .linkred a:visited, .linkred a:hover, .linkred a:active{
	color: #E00A0A;
	text-decoration: none;	
}
.linkblack, .linkblack a:link, .linkblack a:visited, .linkblack a:hover, .linkblack a:active{
	color: Black;
	text-decoration: none;	
}

/* links ende*/

/* trennlinien & spacers */
#trennlinieBlau{
	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px dashed #002D73;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
#trennlinieNon{
	height:15px;
	text-align: right;
	clear: both;
}
/* trennlinien & spacers ende*/ 

/* Bilder positionen */
#picRight{
	padding: 3px 3px 3px 3px;	
	float: right;
	border: 1px dashed #666666;
	margin-left: 5px;
}

#picLeft{
	padding: 3px 3px 3px 3px;	
	float: left;	
	border: 1px dashed #666666;
	margin-top: 2px;
	margin-right: 5px;
}
/* Bilder positionen ende*/

/* Tabellen */
#formTableft{
	padding-right: 10px;
	float: left;
}
#formTabright{
	float: left;	
}
#formTableft2{
	width: 300px;
	float: left;	
}
/* Tabellen ende */

/************* Auswahlseite *************/
#worldwide{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	float: left;
	width: 260px;
	margin-left: 10px;
}
#swisswide{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	float: left;
	width: 320px;
	margin-left: 10px;
}
/************* Auswahlseite ende *************/

/************* Kontaktseite *************/
#contactSampl{
	clear: both;
	height: 20px;
}
#contactLeft{
	float: left;
	width: 135px;
}
#contactMiddel{
	float: left;
	width: 145px;
}
#contactRight{
	float: left;
	width: 300px;
}

.contactInput {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 11px;
	color: #000000;
	background-color: #efefef;
	border-left: 1px dashed #efefef;
	border-right: 1px dashed #002D73;
	border-bottom: 1px dashed #002D73;
	border-top: 1px dashed #efefef;
}
.contactTextarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 	
	border: 1px dashed #efefef;	
	color: #000000;	
	padding-top:0px;	
	padding-left: 0px;
	background-image: url(img/design/textarea.gif);
}
.contactBtn{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 20px;
	color: #000000;
	border: 1px dashed #002D73;
	background-color: #E68A00;
}
/************* Kontaktseite ende*************/

/************* Historyseite *************/
#historyLeft{
	float:left;
	width: 35px;

}
#historyRight{
	float:left;
	width: 540px;
}
/************* Historyseite ende*************/

/************* Measuring *************/
#measuringLeft{
	float:left;
	width: 170px;
	border-right: 1px dashed #002D73;
	margin-right: 5px;
}
#measuringMiddel{
	float:left;
	width: 190px;
	border-right: 1px dashed #002D73;
	margin-right: 5px;
}
#measuringRight{
	float:left;
	width: 200px;
}
#measuringCenter{
	text-align: center;
}
/************* Measuring ende*************/

/************* Referenz Seite ende *************/
#reflistLeft{
	float:left;
	width: 270px;
	margin-right: 5px;
}
#reflistMiddel{
	float:left;
	width: 270px;
	margin-right: 5px;
}

/************* Referenz Seite ende *************/
