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


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

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

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

img { 
	margin: 0; 
	border: none; 
} 

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

.teas { 
	margin: 0 10px 0 0; 
	width: 60px; 
	height: 60px; 
	border: 1px solid #fff; 
	float: left; 
} 

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

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

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

a:link, a:visited, a:active { 
	color: #03a; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover, a:visited:hover { 
	color: #666; 
	font-weight: bold; 
	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.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 { 
/*	height: 25px; */
	border-bottom: 1px solid #bbb; 
} 
.chapters dd a:link, 
.chapters dd a:visited, 
.chapters dd a:active { 
	margin: 0; 
	padding: 3px 0 3px 0; 
/*	font-size: 1.1em; */
	font-weight: bold; 
	color: #000; 
	text-decoration: none; 
	display: block; 
} 
.chapters dd a:hover, 
.chapters dd a:visited:hover { 
	margin: 0; 
	padding: 3px 0 3px 0; 
	font-weight: bold; 
	color: #000; 
	text-decoration: none; 
	display: block; 
	background-color: #eeeede; 
/*	background-color: #ddddcd; */
} 



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: #03a; 
	background-color: #ddddcd; 
/*	text-decoration: underline; */
} 

dd a.selected2, 
dd a.selected2:link, 
dd a.selected2:visited, 
dd a.selected2:active { 
	color: #03a; 
	background-color: #eeeede; 
/*	text-decoration: underline; */
} 



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



#header { 
	position: relative; 
	z-index: 5; 
	height: 50px; 
	padding: 10px 0 0 0; 
	background-color: #fff; 
} 

#toolbox, 
* html div.newsbox {    /* used for the ugly iE */
/*	width: 340px; */
	margin: 0 0 0 320px; 
	padding: 0 0 0 0; 
/*	float: right; 
	border: 1px dashed #ccc; */
} 

#wrapper { 
	position: relative; 
	z-index: 5; 
} 

#backpanel1 { 
	position: relative; 
	z-index: 5; 
	height: 200px; 
/*	vertical-align: bottom; 
	bottom: 0; */
	background-color: #ddddcd; 
/*	border-bottom: 2px solid #777; */
} 

#backpanel2 { 
	position: relative; 
	z-index: 5; 
	height: 60px; 
	background-color: #03a; 
/*	border-bottom: 2px solid #777; */
} 

#navigation { 
	position: absolute; 
	z-index: 5; 
	width: 150px; 
	left: 0; 
} 
#subnav { 
	position: relative; 
	z-index: 5; 
	width: 160px; 
} 

#teaserbox { 
	position: absolute; 
	z-index: 5; 
	left: 150px;
	width: 200px; 
	margin: 49px 0 0 0; 
	padding: 0 0 0 20px; 
	background-color: #ddddcd; 
	border-top: 1px solid #fff; 
} 
.teaser { 
	position: relative; 
	margin: 20px 0 20px 0; 
	padding: 0 10px 3px 0; 
/*	height: 60px; */
	border-bottom: 1px solid #fff; 
/*	display: block; */
} 

#emotion { 
	position: absolute; 
	z-index: 10; 
	top: 60px; 
	left: 0; 
} 

.content { 
	position: relative; 
	z-index: 5; 
	margin: 0 0 0 350px; 
	padding: 20px 5px 15px 30px; 
/*	border: 1px dotted #00f; */
} 

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


#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.5em; 
	line-height: 1.4em; 
	letter-spacing: 0.1em; 
	font-weight: normal; 
	color: #000; 
	margin: 0 0 15px 0; 
} 

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


.lead { 
	font-size: 0.9em; 
/*	line-height: 1.4em; */
	letter-spacing: 0.1em; 
	font-weight: bold; 
	color: #03a; 
} 
	
.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: 400px; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border-left: 2px solid #03a; 
	border-right: 1px solid #ddddcd; 
	border-top: 1px solid #ddddcd; 
	border-bottom: 1px solid #ddddcd; 
/*	float: right; */
}  
.inputmandy { 
	background-color: #ddddcd; 
	color: #000; 
	width: 400px; 
	height: 20px; 
	padding: 0 0 0 5px; 
	border-left: 2px solid #03a; 
	border-right: 1px solid #ddddcd; 
	border-top: 1px solid #ddddcd; 
	border-bottom: 1px solid #ddddcd; 
/*	float: right; */
}  
.check { 
	border: none; 
} 
.textarea { 
	background-color: #fff; 
	color: #000; 
	width: 400px; 
	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; */
} 
.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: #03a; 
	width: 150px; 
	margin: 0; 
	border: 1px solid #fff; 
} 
a.button150:link, 
a.button150:visited { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background-color: #03a; 
	border: 1px solid #fff; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #03a; 
	background-color: #fff; 
	border: 1px solid #000; 
} 