body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	color: #000000;
	}
	
td {
	background-color: inherit;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: inherit;
}
	
img {
	margin: 5px; 
	padding: 5px;
	border: none;
}

.smallborder {
	border: 1px solid #222222;
}

table.smallborder {
	border: 1px solid #222222;	
}
	
table.smallborder td {
	border-bottom: 1px solid #CCCCCC;
}

.header {
	width: auto;
	padding: 5px;
	margin: 3px 0 2px 0;
	border: 1px solid #222222;	
	background: #CC0000;
	color: #fff;
}

.tableheader {
	background: #CC0000;
	color: #fff;
	font-weight: bold;	
}

.header .titel {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.header .untertitel {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.menu {
	width: auto;
	padding: 5px;
	margin: 2px 0 5px 0;
	border: 1px solid #ccc;
	background: #ffffff;
	color: inherit;
	}
	
.content {
	width: auto;
	padding: 5px;
	margin: 2px 0 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	text-align: justify;
	color: inherit;
	}

.content .titel {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.content .untertitel {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
	
table.namensliste {
	border: 1px solid #222222;
	text-align: center;
	page-break-before: always;
}

table.namensliste td {
	text-align: left;
	white-space: nowrap;
}

input.textfeld {
	font-family: arial, sans-serif;
	font-size: 11px;
	border: 1px solid #222222;
}

input.button {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #222222;
}


/* square */

#navSquare {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#navSquare li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navSquare a:link, #navSquare a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	background-color: inherit;
	}

#navSquare .active, #navSquare a:hover {
	color: #000;
	background: url(tab_square.gif) no-repeat bottom center;
	}
	
	
a		 		{ background-color: transparent; color:#003366; font-weight:bold; text-decoration:underline; }
a:visited 	{ background-color: transparent; color:#003366; font-weight:bold; text-decoration:underline; }
a:active 	{ background-color: transparent; color:#CC0000; font-weight:bold; text-decoration:underline; }
a:hover 		{ background-color: transparent; color:#FF0000; font-weight:bold; text-decoration:underline; }