/*------------------------------------------
  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: #000; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #000; 
	background-image: url();
	background-repeat: repeat-x; 
	background-position: 0 119px; 
} 

img { 
	margin: 0; 
	border: none; 
} 

.emo { 
	margin: 0; 
	border-right: 2px solid #000; 
	border-bottom: 2px solid #000; 
} 

.teaser { 
	margin: 0 10px 0 0; 
	width: 80px; 
	height: 80px; 
	border: 1px solid #c53; 
	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; 
} 
p.contact { 
	margin: 0 0 0 15px; 
	padding: 5px 0 20px 0; 
	border-top: 1px solid #ddd; 
} 

ul { 
	margin: 0 0 10px 15px; 
} 

.bullet ul { 
	list-style-type: disc; 
	margin: 0 0 10px 5px; 
} 


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.statistics { 
/*	width: 100%; */
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: right; 
	margin: 0 0 15px 0; 
/*	color: #999; 
	background-color: #333; 
	border: 1px solid #999; 
	border: 1px solid #b1b17f; 
	background-color: #707044; */
} 
.statistics th { 
	font-weight: normal; 
	color: #ca7; 
	padding: 0 0 5px 0; 
} 
.statistics td { 
	vertical-align: top; 
	padding: 0 25px 0 0; 
	border-bottom: 1px solid #666; 
} 
.statistics td.left { 
	vertical-align: top; 
	text-align: left; 
	padding: 3px 10px 3px 0; 
	border-bottom: 1px solid #666; 
} 
.statistics tr.strong { 
	font-weight: bold; 
	margin: 0 0 20px 0; 
	height: 40px; 
} 



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 0 2px 0; 
	color: #888; 
	text-indent: 10px; 
/*	border-bottom: 1px solid #bbb; */
} 
dd.title { 
	margin: 10px 0 0 0; 
} 
.chapters dd a:link, 
.chapters dd a:visited, 
.chapters dd a:active { 
	color: #888; 
	text-decoration: none; 
	display: block; 
	background-color: #eee; 
} 
.chapters dd a:hover, 
.chapters dd a:visited:hover { 
	color: #333; 
	text-decoration: none; 
	display: block; 
	background-color: #ddd; 
} 

dd a.selected, 
dd a.selected:link, 
dd a.selected:visited, 
dd a.selected:active { 
	color: #fff; 
	background-color: #ccc; 
} 




/*------------------------------------------
  Boxes and areas
------------------------------------------*/ 


#wrapper { 
	position: relative; 
	z-index: 5; 
/*	border: 1px dashed #ccc; */
} 

#header { 
	position: relative; 
	z-index: 5; 
	top: 0px; 
	width: 200px; 
/*	height: 70px; 
	vertical-align: text-bottom; */
	margin: 0 auto; 
	padding: 20px 0 20px 400px; 
/*	border: 1px dashed #f00; */
} 


#core-navi {  
	position: absolute; 
	z-index: 10; 
	top: 84px; 
	left: 40px; 
	width: 150px; 
/*	margin: 0 0 0 50px; */
	padding: 0 0 0 0; 
	background-color: #fff; 
/*	border: 1px solid #888; 
	float: left; */
} 

#stage { 
	position: relative;  
	z-index: 5; 
	margin: 0 auto; 
	height: 420px; 
	width: 600px; 
	background: #fff; 
	border: 1px solid #888; 
} 
#stage img { 
	margin: auto auto; 
} 
#content { 
	position: relative;  
	z-index: 5; 
	margin: 0 auto; 
	padding: 20px;  
	height: 380px; 
	width: 560px; 
	background: #fff; 
	border: 1px solid #888; 
    overflow: auto; 
} 


/*------------------------------------------
  Galleria
------------------------------------------*/

.galleria { 
	list-style: none; 
	width: 200px; 
}
.galleria li { 
	display: block; 
	width: 80px; 
	height: 60px; 
	overflow: hidden; 
	float: left; 
	margin: 0 10px 10px 0; 
}
.galleria li a { 
	display: none; 
}
.galleria li div { 
	position: absolute; 
	display: none; 
	top: 0; 
	left: 180px; 
}
.galleria li div img { 
	cursor: pointer; 
}
.galleria li.active div img, .galleria li.active div { 
	display: block; 
}
.galleria li img.thumb { 
	cursor: pointer; 
	top: auto; 
	left: auto; 
	display: block; 
	width: auto; 
	height: auto; 
}
.galleria li .caption { 
	display: block; 
	padding-top: 0.5em; 
}
* html .galleria li div span { width: 400px; }		/* MSIE bug */


.nav { 
	padding-top: 10px; 
	clear: both; 
	font: 80% Arial, sans-serif; 
	letter-spacing: 1px; 
	text-transform: uppercase; 
}




/*------------------------------------------
  jCarousel
------------------------------------------*/


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px; 
    height: 50px; 
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/*------------------------------------------
  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: #03a; 
} 

.quote { 
	font-family: Arial, Times, Times New Roman, serif; 
	font-style: italic; 
	font-size: 2.5em; 
	line-height: 1.2em; 
/*	letter-spacing: 0.1em; */
/*	font-weight: bold; */
	color: #78a; 
} 
	
.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 #ccc; 
	display: block; 
	clear: both; 
} 

fieldset legend { 
/*	font-size: 1.0em; */
	color: #000; 
/*	text-transform: uppercase; */
	letter-spacing: 1px; 
	margin: 0 0 2px 0; 
	padding: 0 2px 0 2px; 
	left: 0px; 
} 

label { 
	margin: 6px 0 2px 0; 
/*	clear: both; 
	display: block; */
	width: 30%; 
} 

.input { 
	background-color: #ddd; 
	color: #000; 
	width: 200px; 
	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; */
	border: none; 
}  
.inputmandy { 
	background-color: #cdf; 
	color: #000; 
	width: 200px; 
	padding: 0 0 0 5px; 
	border: none; 
}  
.inputshort { 
	background-color: #ddd; 
	color: #000; 
	width: 100px; 
	padding: 0 0 0 5px; 
	border: none; 
}  
.inputshortmandy { 
	background-color: #cdf; 
	color: #000; 
	width: 100px; 
	padding: 0 0 0 5px; 
	border: none; 
}  


.check { 
	border: none; 
} 
.textarea { 
	background-color: #ddd; 
	color: #000; 
	width: 98%; 
	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: #fff; 
	background-color: #8ac; 
	width: 150px; 
	margin: 0; 
	border: 1px solid #000; 
} 
a.button150:link, 
a.button150:visited { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background-color: #8ac; 
	border: 1px solid #000; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #cdf; 
	border: 1px solid #000; 
} 