/*------------------------------------------
  Visioprint - Visuelle und virtuelle Welten
  © www.visioprint.ch
------------------------------------------*/


/*------------------------------------------
  Basics
------------------------------------------*/

body { 
	background-color: #fff; 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
	font-size: 12px; 
	letter-spacing: 0; 
	line-height: 14px; 
	color: #000; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
} 

img { 
	margin: 0 0 0 0; 
	border: none; 
} 

img.illu-top { 
	margin: 0 0 0 0; 
	border: none; 
	display: block; 
}

img.illu-left { 
	margin: 2px 0 0 0; 
	border: none; 
	display: block; 
} 

img.portrait { 
	margin: 40px 50px 0 0; 
	padding: 0 0 0 0; 
	border: none; 
} 

p { 
	vertical-align: top; 
	margin: 0 0 10px 0; 
	padding: 0; 
	clear: both;  
} 

p.leg-left { 
	margin: 3px 5px 10px 15px; 
	font-size: 11px; 
	color: #c00; 
} 

p.lead { 
/*	font-size: 1.0em; 
	line-height: 1.2em; */
	font-weight: bold; 
	color: #666; 
/*	color: #c00; 
	width: 80%; 
	padding: 0 150px 0 0; 
	letter-spacing: 1px; */
} 

ul { 
	margin: 0 0 10px 15px; 
} 

.bullet ul { 
	list-style-type: disc; 
	margin: 0 0 10px 5px; 
} 

a:link, a:visited, a:active { 
	color: #c00; 
	font-weight: bold; 
	text-decoration: underline; 
}
a:hover, a:visited:hover { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
} 

form { 
	margin: 0; 
	padding: 0; 
} 



/*------------------------------------------
  Tables
------------------------------------------*/

table { 
	/* width: 100%; */ 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 0 0 0 0; 
} 
td { 
	vertical-align: top; 
	padding: 0 5px 1px 0; 
} 

.facts { 
/*	width: 100%; */
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 10px 0 30px 0; 
	border-top: 1px solid #bbb; 
} 
.facts td { 
	vertical-align: top; 
	padding: 0 20px 5px 0; 
	border-bottom: 1px solid #bbb; 
} 



/*------------------------------------------
  Navigation
------------------------------------------*/ 



/*------------------------------------------
  Boxes and areas
------------------------------------------*/ 


#navigation { 
	display: none; 
} 

#header { 
	position: relative; 
	z-index: 5; 
	background-image: url(../images/basics/header_back.gif);
	background-repeat: repeat-x; 
	background-position: 0px 0px; 
	top: 0; 
	margin-left: 250px; 
	height: 150px; 
	background-color: #444; /* #bbb; */
} 

#illustration { 
	position: absolute; 
	z-index: 5; 
	top: 250px; 
	left: 0; 
	width: 250px; 
	padding: 0 0 30px 0; 
} 

#contenthead { 
	position: relative; 
	z-index: 5; 
/*	top: 150px; */
	margin-left: 250px; 
	padding: 20px 30px 0 30px; 
	height: 80px; 
/*	background-color: #eee; */
} 
#content { 
	position: relative; 
	z-index: 5; 
	top: 0; 
	margin-left: 250px; 
	padding: 0 80px 50px 30px; 
/*	height: 200px; 
	background-color: #eee; */
} 



/*------------------------------------------
  Typefaces
------------------------------------------*/

/*
h1, h2, h3, .lead, .lng-select, ol, ul, option, .input, .textarea, .pulldown { 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
} 
*/


h1 { 
/*	font-family: "Arial Black", "Helvetica Heavy", "Helvetica Bold", sans-serif; */
	font-size: 2.0em; 
	line-height: 1.2em; 
	font-weight: normal; 
	color: #c00; 
	margin: 0 0 0 0; 
	padding: 0; 
/*	letter-spacing: 2px; */
} 

h2 { 
	font-size: 1.2em; 
	line-height: 1.2em; 
	color: #000; 
	margin: 10px 0 3px 0; 
	padding: 0; 
/*	letter-spacing: 1px; */
} 

h3 { 
	font-size: 1.0em; 
	line-height: 1.2em; 
	color: #000; 
	margin: 8px 0 5px 0; 
	letter-spacing: 1em; 
} 

	
.microtext { 
	font-size: 11px; 
/*	line-height: 13px; 
	color: #000; 
	letter-spacing: 1px; */
} 
/*
.microtext a:link, 
.microtext a:visited, 
.microtext a:active  { 
	color: #165dad; 
	text-decoration: underline; 
} 
.microtext a:hover, 
.microtext a:visited:hover { 
	color: #000; 
	text-decoration: none; 
} 
*/


/*------------------------------------------
  Form items
------------------------------------------*/


.input { 
	background-color: #eee; 
	color: #000; 
	width: 300px; 
/*	height: 20px; */
	padding: 0 0 0 5px; 
	margin: 0 0 5px 0; 
	border-left: 5px solid #c00; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
}  
.textarea { 
	background-color: #eee; 
	color: #000; 
	width: 300px; 
	height: 200px; 
	padding: 0 0 0 5px; 
	margin: 0 0 10px 0; 
	border-left: 5px solid #c00; 
	border-right: none; 
	border-top: none; 
	border-bottom: 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: #fff; 
	background-color: #c00; 
	width: 150px; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button150:link, 
a.button150:visited { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background-color: #c00; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background-color: #c00; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
