/*
Websitebaker Template 'Massein'
Website www.massein.ch, MASSEIN Schule, Vulkanstrasse 120, 8048 Zuerich
WebChuchi Webdesign  www.webchuchi-webdesign.ch
Erstellt: 22.09.2008
letzte Aenderung: 06.04.2010
*/



/* GENERAL */

html,body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* LAYOUT */
#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#top {
	display: none;
}
#topnav {
	display: none;
}
#header {
	display: none;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#content {
	margin: 0;
	text-align: justify;
}
#navigation {
	display: none;
}
#footer {
	display: none;
}
#search_box {
	display: none;
}


/* LINKS */

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a[href]:after {
	content: " [" attr(href) "] ";
	color: #666666;
	font-size: 0.8em;
}


/* TEXT */

.quote {
	font-family: Georgia, Times, serif;
	color: #666666;
	font-style: oblique;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	line-height: 1.2em;
	margin-top: 0;
}
.author {
	font-size: 0.8em;
}
h1 {
	font-size: 1.7em;
	letter-spacing: 0.1em;
	color: #00387A;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #333;
}
h3 {
	font-size: 1.0em;
	color: #00387A;
}
h4 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
h5 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
}
h6 {
	font-size: 1em;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}


/* FORM */

form {
	margin: 0;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	display: none;
}
.nixhier {
	display: none;
}