/*------------------------------------------
  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.7em; 
	letter-spacing: 1px; 
	line-height: 1.4em; 
	color: #000; 
	margin: 0; 
	padding: 0; 
} 

ul { 
	list-style-type: disc; 
	margin: 0 0 10px 5px;
} 
ul li { 
	padding: 0 0 2px 2px; 
} 

ul.bullet { 
	list-style-type: disc; 
	list-style-position: outside; 
	margin: 0 0 10px 0; 
} 
ul.bullet li { 
	margin: 0 0 0 15px; 
	padding: 0 0 2px 0;  
} 

a:link, a:visited, a:active { 
/*	color: #669; */
	color: #667; 	/* since 03/2009 */
	font-weight: bold; 
	text-decoration: none; 
}
a:hover, a:visited:hover { 
	color: #000; 
	font-weight: bold; 
	text-decoration: underline; 
} 

a.external {
  background-image: url(icon_external.png); 
  background-position: right top; 
  background-repeat: no-repeat; 
  padding-right: 11px; 
  zoom: 1;  /* IE */
}

form { 
	margin: 0; 
	padding: 0; 
} 

fieldset { 
	margin: 0 0 20px 0; 
	padding: 10px; 
	width: 90%; 
	border: 1px solid #ccc; 
	display: block; 
	clear: both; 
/*	background-color: #ded; */
} 
fieldset.two { 
	margin: 0 0 20px 0; 
	padding: 10px; 
	width: 90%; 
	border: none; 
	display: block; 
	clear: both; 
	background-color: #ded; 
} 
fieldset legend { 
	font-size: 1.0em; 
	color: #5b6; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 5px 0; 
	padding: 0 3px 0 3px; 
	left: 3px; 
} 

.clear { 
	clear: both; 
	display: block; 
} 



/*------------------------------------------
  Paragraphs
------------------------------------------*/

p { 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0; 
/*	clear: both; */
} 

p.clear { 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0; 
	clear: both; 
} 

.infobox { 						/* regular style */
	display: block; 
	vertical-align: top; 
	margin: 0 0 25px 0; 
	padding: 0 0 3px 0; 
	border-bottom: 1px dotted #666; 
	clear: both; 
} 

.infobox-short { 				/* i.e. newsticker, medien */
	display: block; 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0 0 0 0; 
	border-bottom: 1px dotted #666; 
	clear: both; 
} 

.infobox2 { 					/* team page */
	position: relative; 
	width: 220px; 
	height: 120px; 
	vertical-align: top; 
	margin: 0 10px 10px 0; 
	padding: 4px 0 10px 0; 
	border-top: 1px dotted #666; 
	float: left; 
} 

.infobox3 { 					/* contact page */
	position: relative; 
/*	width: 220px; 
	height: 100px; */
	vertical-align: top; 
	margin: 0 10px 0 0; 
	padding: 4px 0 10px 0; 
	border-top: 1px dotted #666; 
	float: left; 
} 

.newsletterbox { 
	display: block; 
	vertical-align: top; 
	margin: 0 0 5px 0; 
	padding: 0 0 0 0; 
	border-top: 1px dotted #999; 
/*	background-color: #ddd; */
	clear: both; 
} 

.geschichtebox { 
	vertical-align: top; 
	color: #5b6; 
	margin: 0 0 10px 15px; 
	padding: 0 0 5px 0; 
/*	border: 1px solid #666; */
	float: right; 
} 

.juitterbox { 						/* juitter on site */
	display: block; 
	vertical-align: top; 
	margin: 0 0 10px 0; 
	padding: 0 0 3px 0; 
	border-bottom: 1px dotted #666; 
	clear: both; 
} 



/*------------------------------------------
  Images
------------------------------------------*/

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

.shop-thumb { 
	margin: 0 10px 5px 0; 
	width: 80px; 
	border: 1px solid #000; 
	float: left; 
} 
.shop-large { 
	margin: 0 0 20px 0; 
	width: 50%; 
	border: 1px solid #000; 
} 

.portrait { 
	margin: 0 10px 0 0; 
	border: 1px solid #ccc; 
	width: 100px; 
	float: left; 
} 

.portrait2 { 
	margin: 0 5px 0 0; 
	border: 1px solid #ccc; 
	width: 80px; 
/*	float: left; */
} 

.newsletter { 
	margin: 0 0 20px 20px; 
/*	border: 1px solid #ccc; 
	width: 33%; */
	width: 200px; 
	float: right; 
} 

.werbung { 
	margin: 0 10px 5px 0; 
	float: left; 
} 

.fillrow { 
	width: 100%; 
} 
.fillrow50 { 
	width: 50%; 
} 

.aktuell { 
	margin: 0 20px 10px 0; 
	width: 250px; 
/*	border: 1px solid #999; */
	float: left; 
} 

.medien { 
	margin: 0 20px 10px 0; 
	width: 250px; 
	border: 1px solid #999; 
	float: left; 
} 

.w150 { 
	margin: 0 0 5px 0; 
	width: 150px; 
	border: 1px solid #999; 
/*	float: left; */
} 

.float50 { 
	margin: 0 20px 10px 0; 
	width: 50%; 
	border: 1px solid #999; 
	float: left; 
} 
.justfloat { 
	margin: 0 20px 10px 0; 
	border: 1px solid #999; 
	float: left; 
} 

.ico_network { 
	margin: 0 5px 5px 0; 
	vertical-align: middle; 
	border: 1px solid #666; 
} 

.juitter-avatar { 
	width: 32px; 
	margin: 0 10px 0 0; 
	border: 1px solid #999; 
	float: left; 
} 



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

.basic {  /* used in newsletters */
	width: 100%; 
	border: none; 
} 
.basic td { 
	padding: 15px 30px 20px 0; 
	border-top: 1px dotted #666; 
	text-align: left; 
} 


.basic-narrow {  /* used in EM */
	width: 100%; 
	border: none; 
} 
.basic-narrow td { 
	padding: 2px 4px 10px 0; 
	border-top: 1px dotted #666; 
	text-align: left; 
} 


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

table.spielplan { 
	/* width: 100%; */ 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 0 0 0 0; 
} 
.spielplan td { 
	vertical-align: top; 
	padding: 0 8px 8px 0; 
	border-bottom: 1px solid #bc1; 
} 


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


dl.chapters { 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase; 
	font-weight: normal; 
} 
.chapters dd { 
	margin: 0 0 0 0; 
	padding: 0 15px 0 0; 
	float: left; 
	display: block; 
} 

.chapters dd a:link, 
.chapters dd a:visited, 
.chapters dd a:active { 
	font-weight: normal; 
	text-decoration: none; 
/*	color: #5b6; 
	color: #693; */
	color: #2b3; 
	display: block; 
} 
.chapters dd a:hover, 
.chapters dd a:visited:hover { 
/*	color: #bf6; */
	color: #fff; 
	font-weight: normal; 
	text-decoration: none; 
	display: block; 
} 

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

/* --- used for shop navi --- */
dd a.selected2, 
dd a.selected2:link, 
dd a.selected2:visited, 
dd a.selected2:active { 
/*	color: #bf6; */
	color: #000; 
	text-indent: 17px; 
	background-image: url(/images/basics/ico_dload.gif);
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
/*	text-decoration: underline; */
} 



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

#home { 
	position: absolute; 
	z-index: 20; 
	height: 80px; 
	margin: 0 0 0 10px; 
	padding: 0 0 0 0; 
/*	border: 1px dashed #000; */
} 


#header { 
	position: relative; 
	z-index: 5; 
	height: 80px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #c4ef6f; 

} 

#nav01 { 
	margin: 0 0 0 120px; 
	padding: 15px 0 0 0; 
} 
#nav02 { 
	margin: 7px 0 0 135px; 
	padding: 7px 0 7px 20px; 
	border-top: 1px dotted #fff; 
	background-image: url(/images/basics/arrow-subnav.gif);
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
} 

#toolbox { 
	position: absolute; 
	z-index: 20; 
	top: 65px; 
	right: 0; 
	width: 12%; 
	height: 150px; 
	border-top: 15px solid #ddd; 
	border-bottom: 15px solid #ddd; 
	background-color: #eee; 
	
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: 0.8; /* moz/FF */
	opacity: 0.8; /* safari */
	khtml-opacity: 0.8; /* konquerer */
} 

#emotion { 
	position: relative; 
	z-index: 5; 
	height: 150px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
} 


#emotion200 { 
	position: relative; 
	z-index: 5; 
	height: 200px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
} 
#emotion200 img { 
	margin: 0 auto; 
} 

#content { 
	position: relative; 
	z-index: 5; 
	margin: 30px 0 40px 0; 
	padding: 0 0 20px 10px; 
} 

.onerow, .tworows, .threerows, .fourrows { 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
	z-index: 10;
} 
.onerow    { width: 17%; } 
.tworows   { width: 36%; } 
.threerows { width: 55%; } 
.fourrows  { width: 75%; } 


.external_include { 
	width: 95%; 
	height: 1000px; 
	margin: 0 0 0 2%; 
	padding: 0; 
/*	float: left; 
	background-color: #ddd; */
	border: none; 
}  
	

/*------------------------------------------
  Twitterbox
------------------------------------------*/

	.tweet, .query {
/*	font-family: Georgia, serif;
	font-size: 120%;
	color: #085258; */ 
	line-height: 1.3em; 
	}
	.tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0 5% 0 0;
	padding: 0 0 0 0;
	}
	.tweet_list li {
	overflow: auto; 
	margin: 0 0 8px 0; 
	padding: 3px 15px 3px 0; 
	border-bottom: 1px dotted #666; 
/*	background-color: #eee; 
	background-color: #f4f9f4; */
	}
	.tweet_list li a {
/*	color: #0C717A; */
	}
	.tweet_list .tweet_even {
/*	background-color: #91E5E7; */
	}
	.tweet_list .tweet_odd {
/*	background-color: #91E5E7; */
	}
	.tweet_list .tweet_avatar {
	padding-right: 10px;
	float: left; 
	}
	.tweet_list .tweet_avatar img {
	vertical-align: middle; 
	background-color: #fff; 
	border: 1px solid #999; 
	}


/*------------------------------------------
  jFlow
------------------------------------------*/

#jFlowSlide { 
/*	background: #ddd; */
}
#Controller { 
	margin: 50px 0 30px 0; 
}
#Controller .jFlowSelected { 
	background: #bc1; 
}

.slide-wrapper { 
/*	border-left: 1px solid #999; */
}

.jFlowControl, .jFlowPrev, .jFlowNext { 
	cursor: pointer; 
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { 
	background: #bc1; 
}


/* sub nav micro content */

dl.subnavlist { 
/*	border: 1px dotted #f00; */
	margin-bottom: 15px; 
} 
.subnavlist dt { 
	margin: 0 0 3px 0; 
} 
.subnavlist dd { 
	border-top: 1px solid #999; 
	padding: 2px 0 2px 2px; 
}
.subnavlist dd a:link, .subnavlist dd a:visited, .subnavlist dd a:active { 
	color: #fff; 
	text-decoration: none; 
	display: block; 
}
.subnavlist dd a:hover { 
	color: #000; 
	background-color: #999; 
	text-decoration: none; 
	display: block; 
}



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

/*
h2, h3, .lead, bodytextwhite, ol, ul, option { 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
} 
*/ 

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

h2, h2 a:link, h2 a:visited, h2 a:active { 
	font-size: 1.2em; 
	line-height: 1.2em; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 10px 0; 
	text-decoration: none; 
} 
h2 a:hover { 
	color: #000; 
	text-decoration: underline; 
} 

h3 { 
	font-size: 1.2em; 
	line-height: 1.2em; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 10px 0; 
} 

h4 { 
	font-size: 1.0em; 
	color: #000; 
	margin: 0 0 5px 0; 
	padding: 0; 
} 

h5, h5 a:link, h5 a:visited, h5 a:active { 
	font-size: 1.0em; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	margin: 20px 0 5px 0; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	text-decoration: none; 
} 
h5 a:hover { 
	color: #000; 
	text-decoration: underline; 
		} 

.newslettertitle {    /* dito h2, but no block element */
	font-size: 1.2em; 
	line-height: 2.0em; 
	color: #696; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
/*	margin: 0 0 12px 0; */
	text-decoration: none; 
} 

.lead { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
} 
.lead a:link, .lead a:visited, .lead a:active { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	text-decoration: none; 
}
.lead a:hover, .lead a:visited:hover { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	text-decoration: underline; 
} 

.quote { 
/*	font-family: Times, Times New Roman, serif; 
	font-style: italic; 
	font-size: 2.4em; 
	line-height: 1.2em; 
	font-weight: normal; 
	color: #aaaaaf; 
	padding: 0 0 20px 0; */
	
	font-size: 2.0em; 
	line-height: 1.4em; 
	color: #696; 
	font-weight: normal; 
	letter-spacing: 2px; 
/*	text-transform: uppercase; 
	margin: 0 0 12px 0; */
} 

.bodytextwhite { 
	color: #fff; 
} 

.textc1 { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
} 

.micro { 
	font-size: 9px; 
	color: #999; 
} 

.error { 
	font-weight: bold; 
	color: #000; 
	width: 100%; 
	display: block; 
	padding: 3px; 
	background-color: #9c6; 
} 



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


label { 
	margin: 6px 0 2px 0; 
	clear: both; 
	display: block; 
} 

.input { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputmandy { 
	background-color: #bd9; 
/*	background-color: #9c6; */
	color: #000; 
	width: 99%; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputread { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	overflow: visible; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
}  
.inputshort { 
	background-color: #ddd; 
	color: #000; 
	width: 40px; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputshortmandy { 
	background-color: #bd9; 
/*	background-color: #9c6; */
	color: #000; 
	width: 40px; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputshortread { 
	background-color: #fff; 
	color: #000; 
	width: 40px; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.pulldown { 
	background-color: #ddd; 
	color: #000; 
	width: 50%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownmandy { 
	background-color: #bd9;  
	color: #000; 
	width: 50%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownfull { 
	background-color: #ddd; 
	color: #000; 
	width: 100%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownfullmandy { 
	background-color: #bd9; 
	color: #000; 
	width: 100%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownthin { 
	background-color: #ddd; 
	color: #000; 
	width: 30%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownthinmandy { 
	background-color: #bd9;  
	color: #000; 
	width: 30%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.textarea { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 250px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.textarearead { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	height: 250px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.textareashort { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 75px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.textareashortread { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	height: 75px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.textarealong { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 450px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.textarealongread { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	height: 450px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 


.button21 { 
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #fff; 
	width: 100%; 
	margin: 6px 0 6px 0; 
	border: none; 
} 
a.button21:link, 
a.button21:visited { 
	text-decoration: none; 
	color: #000; 
	font-weight: normal; 
	background-color: #fff; 
	border: none; 
} 
a.button21:hover { 
	text-decoration: none; 
	color: #000; 
	font-weight: normal; 
	background-color: #9c6; 
	border: none; 
} 


.button150 { 
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #9c6; 
	width: 150px; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button150:link, 
a.button150:visited { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #9c6; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #fff; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 

.button180 { 
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #bc1; 
	width: 178px; 
	margin: 5px 0 5px 0; 
	border: 1px solid #000; 
} 
a.button180:link, 
a.button180:visited { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #bc1; 
	margin: 5px 0 5px 0; 
	border: 1px solid #000; 
} 
a.button180:hover { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background-color: #000; 
	margin: 5px 0 5px 0; 
	border: 1px solid #bc1; 
} 

.smallcheck { 
/*	border: 1px solid #936; */
} 

/*------------------------------------------
  button-wm
------------------------------------------*/

.buttonlive { 
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #bc1; 
	width: 100%; 
	margin: 6px 0 6px 0; 
	padding: 6px 0 6px 0; 
	border: 1px solid #333; 
} 
a.buttonlive:link, 
a.buttonlive:visited { 
	text-decoration: none; 
	color: #000; 
	font-weight: normal; 
	background-color: #bc1; 
	border: 1px solid #333; 
} 
a.buttonlive:hover { 
	text-decoration: none; 
	color: #000; 
	font-weight: normal; 
	background-color: #fff; 
	border: 1px solid #333; 
} 
