/* CSS Dokument für die blinden und sehbehinderten Version von m-zwo, Metaprofilanalyse */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
}

#outercontainer {
	width: 90%;
}

#contentcontainer {
	width: 100%;
}

.contentbox {
	width: 100%;
}

/* Textdefinitionen */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 2.5em;
	color: #000000;
}

.subheadline {
	font-weight: bold;
}

.smallfont {
	font-size: 100%;
}

.navifont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #000000;
	word-spacing: 1px;
}

.headlinebox {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}

.inputkontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
}

.inputkontaktbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
}

.abschickenbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
}

/* Linkdefinitionen */

a:link {
	text-decoration: underline;
	color: #A92824;
}

a:visited {
	text-decoration: underline;
	color: #EAA845;
}

a:hover {
	text-decoration: none;
	color: #A92824;
}

a:active {
	text-decoration: none;
	color: #A92824;
}

.navifont:link {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}

.navifont:visited {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}

.navifont:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.navifont:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.navi:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.navi:visited {
	font-weight: bold;
	text-decoration: none;
	color: #888888;
}

.navi:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #A92824;
}

.navi:active {
	font-weight: bold;
	text-decoration: underline;
	color: #A92824;
}

/* Felderdefinitionen */

.inputkontakt {
	width: 100%;
	border: 3px solid #000000;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}

.inputkontaktbig {
	width: 100%;
	height: 200px;
	border: 3px solid #000000;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}

.abschickenbutton {
	width: 100%;
	border: 3px solid #000000;
	background-color: #A92824;
}
