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


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

* { 
	margin: 0; 
	padding: 0; 
} 

body { 
	background-color: #fff; 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
	font-size: 0.9em; 
	letter-spacing: 1px; 
	line-height: 1.4em; 
	color: #000; 
	margin: 0 0 0 0; 
	padding: 0 0 50px 0; 
/*	background-image: url(../images/basics/logo-top_black.jpg); 
	background-repeat: no-repeat; 
	background-position: top right; */
} 

img { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

.thumb { 
/*	float: left; */
	margin: 0 3px 3px 0; 
	border: 1px solid #fff; 
} 

.sample { 
	margin: 0 15px 15px 0; 
	border: none; 
/*	width: 100%; */
} 

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

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

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

a:link, a:visited, a:active { 
	color: #aaa; 
/*	font-weight: bold; */
	text-decoration: none; 
}
a:hover, a:visited:hover { 
	color: #fff; 
	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 1px 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 4px 6px 4px; 
} 

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

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; 
} 



/*------------------------------------------
  Navigation
------------------------------------------*/ 


dl.chapters { 
	margin: 0; 
	padding: 0; 
} 
.chapters dd { 
	margin: 0; 
	height: 30px; 
	display: block; 
	float: left; 
/*	border-left: 1px solid #aaa; */
} 

.chapters dd a:link, 
.chapters dd a:visited, 
.chapters dd a:active { 
	color: #aaa; 
	padding: 0 30px 0 0; 
	text-decoration: none; 
	display: block; 
} 
.chapters dd a:hover, 
.chapters dd a:visited:hover { 
	color: #fff; 
	padding: 0 30px 0 0; 
	text-decoration: none; 
	display: block; 
} 


dl.subchapters { 
	margin: 0; 
	padding: 0; 
} 
.subchapters dd { 
	margin: 0; 
	height: 30px; 
	display: block; 
	float: left; 
} 

.subchapters dd a:link, 
.subchapters dd a:visited, 
.subchapters dd a:active { 
	color: #aaa; 
	padding: 0 20px 0 0; 
	text-decoration: none; 
	display: block; 
} 
.subchapters dd a:hover, 
.subchapters dd a:visited:hover { 
	color: #fff; 
	padding: 0 20px 0 0; 
	text-decoration: none; 
	display: block; 
} 

dd a.selected, 
dd a.selected:link, 
dd a.selected:visited, 
dd a.selected:active { 
	color: #fff; 
/*	background-color: #666; 
	text-decoration: underline; */
} 



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

#language { 
	display: none; 
} 

#logobox { 
	position: absolute; 
	z-index: 15; 
	top: 10px; 
	left: 0; 
	padding: 0 15px 0 0; 
} 

#navigation { 
	display: none; 
} 
#subnav { 
	display: none; 
} 

#emotion { 
	position: relative; 
	z-index: 5; 
	top: 10px; 
	height: 200px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #444; 
	border-top: 1px solid #aaa; 
	border-bottom: 2px solid #a01640; 
} 

#content { 
	position: relative; 
	z-index: 5; 
	padding: 0 0 0 15px; 
} 

.contentfloat1 { 
	width: 17%; 
	margin: 2% 0 0 2%; 
	padding: 0; 
	float: left; 
} 
* html div.contentfloat1 { 
	/* used for the ugly iE */
	width: 17%; 
	margin: 2% 0 0 2%; 
	padding: 0; 
	float: left; 
} 
.contentfloat2 { 
	width: 36%; 
	margin: 2% 0 0 2%; 
	float: left; 
} 
.contentfloat3 { 
	width: 55%; 
	margin: 2% 0 0 2%; 
	float: left; 
} 
.contentfloat4 { 
	width: 72%; 
	margin: 2% 0 0 2%; 
	float: left; 
} 

.contfloat-line { 
	width: 17%; 
	margin: 0 0 0 2%; 
	padding: 2% 0 0 0; 
	float: left; 
	border-left: 1px solid #aaa; 
} 

.primarybox { 
	width: 17%; 
	margin: 2% 0 0 2%; 
	padding: 0; 
	float: left; 
} 
* html div.primarybox { 
	/* used for the ugly iE */
	width: 17%; 
	margin: 2% 0 0 2%; 
	padding: 0; 
	float: left; 
} 

#bottombox { 
	position: absolute; 
	z-index: 5; 
	width: 100%; 
	bottom: 20px; 
} 
#bottomline { 
	margin: 0 0 0 1%; 
	padding: 2px 0 0 0; 
	border-top: 1px solid #999; 
} 


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


h1 { 
	font-size: 1.3em; 
	line-height: 1.2em; 
	letter-spacing: 2px; 
	font-weight: normal; 
	color: #fff; 
	margin: 0 0 15px 0; 
} 

h2 { 
	font-size: 1.1em; 
	line-height: 1.2em; 
	letter-spacing: 0px; 
	color: #fff; 
	margin: 10px 0 8px 0; 
} 


.lead { 
/*	font-size: 1.0em; */
	line-height: 1.4em; 
	letter-spacing: 0px; 
	font-weight: bold; 
	color: #a14; 
} 

.quote { 
	font-family: Times, "Times New Roman", serif; 
	font-size: 1.8em; 
	line-height: 1.0em; 
	color: #aaa; 
	font-style: oblique; 
	font-weight: normal; 
	letter-spacing: 0; 
} 
	
.microtext { 
	font-size: 11px; 
	line-height: 13px; 
	color: #999; 
	letter-spacing: 1px; 
} 




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

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

.input { 
	background-color: #fff; 
	color: #000; 
	width: 70%; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border-left: 10px solid #000; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
	float: right; 
}  
.inputmandy { 
	background-color: #fff; 
	color: #000; 
	width: 70%; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border-left: 10px solid #a14; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
	float: right; 
}  
.check { 
	border: none; 
} 
.textarea { 
	background-color: #fff; 
	color: #000; 
	width: 70%; 
	height: 150px; 
	padding: 0 0 0 5px; 
	margin: 0 0 10px 0; 
	border-left: 10px solid #000; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
	float: right; 
} 
.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: #a14; 
	width: 150px; 
	margin: 0; 
	border: 1px solid #fff; 
} 
a.button150:link, 
a.button150:visited { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background-color: #a14; 
	border: 1px solid #fff; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #a14; 
	background-color: #fff; 
	border: 1px solid #000; 
} 