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


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

* { 
	margin: 0; 
	padding: 0; 
} 

body { 
	background-color: #000; 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
	font-size: 0.8em; 
	letter-spacing: 1px; 
	line-height: 1.4em; 
	color: #fff; 
	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 5px 0; 
	border-bottom: 1px solid #aaa; 
} 
p.lead { 
	margin: 0 0 20px 0; 
} 

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

.bullet, .bullet ul { 
	list-style-type: disc; 
	margin: 0 0 30px 5px; 
/*	padding: 0 0 50px 0; */
} 


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: 3px 4px 3px 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 { 
	position: absolute; 
	z-index: 5; 
	height: 40px; 
	padding: 20px 0 0 50px; 
/*	border: 1px dashed #ccc; */
} 

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

#navigation { 
	position: relative; 
	z-index: 5; 
	margin: 20px 200px 0 0; 
	padding: 0 0 0 2%; 
	height: 20px; 
	border-bottom: 1px solid #666; 
} 
#subnav { 
	position: relative; 
	z-index: 5; 
	margin: 0 200px 20px 0; 
	padding: 0 0 0 2%; 
	height: 30px; 
} 

#emotion { 
	position: relative; 
	z-index: 5; 
	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%; 
	font-size: 90%; 
	line-height: 1.2em; 
	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; */
	color: #b25;  /* ab 01/2009 */
} 

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








/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#333;
	filter: alpha(opacity=75); /* ie */
	-moz-opacity: 0.75; /* moz/FF */
	opacity: 0.75; /* safari */
	khtml-opacity: 0.75; /* konquerer */
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
