/*
File: handheld.css
Description: Cascading Stylesheet for www.brandau.net, CSS 2 compatible
Author: Andreas Brandau
Version: 1.0
Date: 15.05.2006
*/
#navcontainer, #sidebar, img {
	display: none;
}
#header h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c10;
}


.print {
	display: none;
}
#formmailer {
	margin-bottom: 2em;	
}
a {
	color: #c10;
	text-decoration: none;
}
a:hover {
	color:#f00;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.button {
	font-size: 1.1em;
}
form .description {
	margin-bottom: 1em;
}
.input, .textarea {
	border: 1px solid #ddd;
	background: #f5f5f5;
}
#impressum {
	padding:5px 0 0 30px;
	margin-bottom:25px;
}

#unterricht .cc, #info .cc {
	display: none;
}
