/********************************/
/* Stylesheet nischwitz.de 		*/
/*                  coded by cv */
/********************************/

body {
	background-color: #FFFFFF;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #DDDDEA;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	margin: 0px;
}

/* Farben */
.blue {
	background-color: #093469;
}

.lightblue {
	background-color: #ddddea;
}

.red {
	background-color: #ed1c24;
}

/* Text */
table {
	font-size: 10pt;
}

h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding: 0px;
}

.text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	padding: 0px;
}

.text1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	color: #000000;
	padding: 0px;
}

/* Ausrichtung */


/* Links */

a:link {
	color: #000000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

a:link.nav {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a:active.nav {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a:visited.nav {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover.nav {
	color: #093469;
	font-size: 9pt;
	font-weight: 900;
	text-decoration: none;
}

/* Formulare */

input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	width: 105px;
	background-color: #FFFFFF;
	border: 1px solid rgb(49,49,123);
}