/*------------------------------------------
  Visioprint - Visuelle und virtuelle Welten
  © www.visioprint.ch
------------------------------------------*/


/*------------------------------------------
  Basics
------------------------------------------*/

* { 
	margin: 0; 
	padding: 0; 
} 
html { 
	font-size: 100.01%;  
} 

body { 
	font-family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
	font-size: 0.7em; 
	letter-spacing: 0; 
	line-height: 1.5em; 
	color: #00; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #fff; 
/*	background-image: url(../images/basics/bg-central.gif);
	background-repeat: repeat-y; 
	background-position: 350px 0px; */
} 

img { 
	margin: 0; 
	border: none; 
} 

.emo { 
	margin: 0; 
	border-right: 2px solid #fff; 
	border-bottom: 2px solid #fff; 
} 

.thumb { 
	margin: 0 10px 5px 0; 
	width: 100px; 
	height: 60px; 
	border: 1px solid #ca7; 
/*	float: left; */
} 

p { 
	vertical-align: top; 
	margin: 0 0 12px 0; 
	padding: 0; 
	clear: both;  
} 
p.follow { 
	margin: 0 0 20px 0; 
	padding: 0 0 10px 0; 
	border-bottom: 1px solid #aaa; 
	clear: both; 
} 

ul { 
	margin: 0 0 10px 15px; 
} 

.bullet ul { 
	list-style-type: disc; 
	margin: 0 0 10px 5px; 
} 


a:link, a:visited, a:active { 
	color: #fff; 
	font-weight: normal; 
	text-decoration: none; 
	}
a:hover, a:visited:hover { 
	color: #ccc; 
	font-weight: normal; 
	text-decoration: underline; 
	} 
	
a.mail:link, a:visited, a:active { 
	color: #fff; 
	font-weight: normal; 
	text-decoration: none; 
	}
a.mail:hover, a:visited:hover { 
	color: #ccc; 
	font-weight: normal; 
	text-decoration: underline; 
} 


form { 
	margin: 0; 
	padding: 0; 
} 


.clear { 
	clear: both; 
} 



/*------------------------------------------
  Tables
------------------------------------------*/

table { 
/*	width: 100%; */ 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 0 0 10px 0; 
} 
td { 
	vertical-align: top; 
	padding: 0 5px 5px 0; 
} 

table.prime { 
	width: 100%; 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 0 0 10px 0; 
/*	color: #999; 
	background-color: #333; 
	border: 1px solid #999; 
	border: 1px solid #b1b17f; 
	background-color: #707044; */
} 
.prime td { 
	vertical-align: top; 
	padding: 0 5px 30px 0; 
} 


table.pricelist { 
/*	width: 100%; */
	empty-cells: show; 
	border-spacing: 0px; 
/*	text-align: right; */
	margin: 0 0 0 0; 
} 
.pricelist th { 
	text-align: left; 
	font-weight: normal; 
	color: #ca7; 
	padding: 0 0 5px 0; 
} 
.pricelist td { 
	vertical-align: top; 
	padding: 1px 15px 1px 0; 
} 
.pricelist td.td-lead { 
	color: #ca7; 
/*	font-weight: bold; 
	text-align: right; */
	border-bottom: 1px solid #ca7; 
} 


table.tec { 
/*	width: 100%; */
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 20px 0 0 0; 
/*	color: #999; 
	background-color: #333; 
	border: 1px solid #999; 
	border: 1px solid #b1b17f; 
	background-color: #707044; */
} 
.tec th { 
	font-weight: normal; 
	color: #ca7; 
	padding: 0 0 5px 0; 
} 
.tec td { 
	vertical-align: top; 
	padding: 3px 10px 3px 0; 
	border-top: 1px solid #ca7; 
} 


table.formular { 
	/* width: 100%; */ 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 20px 0 0 0; 
} 
.formular td { 
	vertical-align: top; 
	padding: 0 0 10px 0; 
} 




/*------------------------------------------
  Boxes and areas
------------------------------------------*/ 


#wrapper { 
	position: relative; 
	z-index: 5; 
/*	border: 1px dashed #ccc; */
} 

#header { 
	position: relative; 
	z-index: 5; 
	top: 0px; 
	height: 50px; 
/*	width: 350px; */
	font-size: 0.9em; 
	line-height: 1.2em; 
	vertical-align: text-bottom; 
	margin: 0 0 0 0; 
	padding: 30px 0 0 230px; 
/*	background-color: #555550; */
} 

#core-navi { 
	display: none; 
} 

#sub-navi { 
	display: none; 
} 

#emo-panel_left { 
	display: none; 
} 

#emo-panel_right { 
	position: absolute; 
	z-index: 5; 
	height: 200px; 
	margin: 0 0 0 0; 
	padding: 0 30px 0 30px; 
	left: 200px; 
	right: 0px; 
	display: block; 
	background-color: #b96; 
/*	border: 1px dashed #f00; */
} 

#central-panel { 
	position: absolute; 
	z-index: 10; 
	top: 0px; 
/*	left: 350px; */
	width: 200px; 
/*	height: 1500px; 
	padding: 65px 0 0 25px; */
	background-color: #000; 
/*	border-left: 1px solid #555; 
	border-right: 1px solid #555; */
} 

#content { 
	position: absolute; 
	z-index: 15; 
	top: 350px; 
	left: 580px; 
	right: 5%; 
/*	margin: 0 5% 0 0; */
	padding: 0 0 50px 0; 
/*	border: 1px dashed #00f; */
} 

#content-fleet { 
	position: absolute; 
	z-index: 15; 
	top: 300px; 
	left: 580px; 
	right: 2%; 
/*	margin: 0 5% 0 0; */
	padding: 0 0 50px 0; 
/*	border: 1px dashed #00f; */
} 

#content-rates { 
	position: absolute; 
	z-index: 15; 
	top: 350px; 
	left: 350px; 
	right: 2%; 
/*	margin: 0 5% 0 0; */
	padding: 0 0 50px 3px; 
/*	border: 1px dashed #00f; */
} 




/*------------------------------------------
  Typefaces
------------------------------------------*/


h1 { 
	font-size: 1.4em; 
/*	line-height: 1.4em; */
	letter-spacing: 0.1em; 
	font-weight: normal; 
/*	color: #666; */
	margin: 0 0 10px 0; 
/*	text-transform: uppercase; */
} 

h2 { 
	font-size: 1.2em; 
/*	line-height: 1.2em; */
	letter-spacing: 0.2em; 
	font-weight: normal; 
	color: #ca7; 
	margin: 0 0 8px 0; 
/*	text-transform: uppercase; */
} 

h3 { 
	font-size: 1.0em; 
/*	line-height: 1.1em; */
	letter-spacing: 0.1em; 
	color: #ca7; 
	margin: 0 0 5px 0; 
/*	text-transform: uppercase; */
} 


.lead { 
/*	font-size: 0.9em; 
	line-height: 1.4em; */
	letter-spacing: 0.1em; 
	font-weight: bold; 
	color: #ca7; 
} 

.quote { 
	font-family: Times, Times New Roman, serif; 
	font-style: italic; 
	font-size: 2.4em; 
	line-height: 1.2em; 
/*	letter-spacing: 0.1em; */
/*	font-weight: bold; */
	color: #333; 
} 
	
.microtext { 
	font-size: 11px; 
	line-height: 13px; 
	color: #999; 
	letter-spacing: 1px; 
} 




/*------------------------------------------
  Form items
------------------------------------------*/

fieldset { 
	margin: 0 0 20px 0; 
	padding: 10px; 
	width: 90%; 
	border: 1px solid #ca7; 
	display: block; 
	clear: both; 
/*	background-color: #ded; */
} 
fieldset.two { 
	margin: 0 0 20px 0; 
	padding: 10px; 
	width: 90%; 
	border: none; 
	display: block; 
	clear: both; 
	background-color: #ded; 
} 
fieldset legend { 
/*	font-size: 1.0em; */
	color: #ca7; 
/*	text-transform: uppercase; */
	letter-spacing: 1px; 
	margin: 0 0 2px 0; 
	padding: 0 4px 0 4px; 
	left: 2px; 
} 

label { 
	margin: 6px 0 2px 0; 
/*	clear: both; 
	display: block; */
	width: 30%; 
} 

.input { 
	background-color: #ca7; 
	color: #000; 
	width: 200px; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border: none; 
}  
.inputmandy { 
	background-color: #8c7; 
	color: #000; 
	width: 200px; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border: none; 
}  
.inputshort { 
	background-color: #ca7; 
	color: #000; 
	width: 100px; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border: none; 
}  
.inputshortmandy { 
	background-color: #8c7; 
	color: #000; 
	width: 100px; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border: none; 
}  

.pulldown { 
	background-color: #ca7; 
	color: #000; 
	width: 200px; 
	margin: 0 0 10px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownmandy { 
	background-color: #8c7;  
	color: #000; 
	width: 200px; 
	margin: 0 0 10px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.pulldownlong { 
	background-color: #ca7; 
	color: #000; 
	width: 90%; 
	margin: 0 0 10px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownlongmandy { 
	background-color: #8c7;  
	color: #000; 
	width: 90%; 
	margin: 0 0 10px 0; 
	padding: 0px; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.check { 
	border: none; 
} 
.textarea { 
	background-color: #ca7; 
	color: #000; 
	width: 90%; 
	height: 150px; 
	padding: 0 0 0 5px; 
/*	margin: 0 0 10px 0; 
	border-left: 2px solid #03a; 
	border-right: 1px solid #ddddcd; 
	border-top: 1px solid #ddddcd; 
	border-bottom: 1px solid #ddddcd; 
	float: right; */
	border: none; 
} 
.button150 { 
/*	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; */
	font-size: 0.8em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #8c7; 
	width: 150px; 
	margin: 0; 
	border: 1px solid #ca7; 
} 
a.button150:link, 
a.button150:visited { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #8c7; 
	border: 1px solid #ca7; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #8c7; 
	background-color: #000; 
	border: 1px solid #ca7; 
} 