/* STADT-SMV//ERLANGEN, stylesheet, 2012 */

@font-face {
    font-family: 'dothackfontdothackfont';
    src: url('data/dothack--font-webfont.eot');
    src: url('data/dothack--font-webfont.eot?#iefix') format('embedded-opentype'),
         url('data/dothack--font-webfont.woff') format('woff'),
         url('data/dothack--font-webfont.ttf') format('truetype'),
         url('data/dothack--font-webfont.svg#dothackfontdothackfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

p.boxHead {
	font-family: dothackfontdothackfont;
	color: white;
	font-size: 20pt;
	/*border: 1px solid white;*/
	padding: 5px;
}

p.box{
	font-family: Arial;
	color: black;
	font-size: 10pt;
	background-color: white;
	border: 1px solid white;
	margin-top: 5px;
	padding: 11px 11px 11px 11px;
	text-align: left;
	margin-bottom: 5px;
}

form.box{
	font-family: Arial;
	color: black;
	font-size: 10pt;
	background-color: white;
	border: 1px solid white;
	margin-top: 5px;
	padding: 11px 11px 11px 11px;
	text-align: left;
	margin-bottom: 5px;
}

a{
	color: cyan;
}