body {
	background: #CAC3BF;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}

img {
	border: 0px;
}

td {
	text-align: left;
	vertical-align: top;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #BC5373;
	margin: 0;
}

p {
	font-size: 12px;
	margin: 0;
}

ul {
	margin: 0px;
}

li {
	font-size: 12px;
	margin: 3px;
}

th {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background:#2960A4;
	text-align: center;
	color: #FFFFFF;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #BC5373;
	text-decoration: underline;
}
a:visited {
	color: #666666; 
	text-decoration: underline;
}
a:hover {
	color: #BC5373;
	text-decoration: underline;
}

input, select {
	font-size: 12px;
	padding:1px 2px;
	color: #747272;
	border: 1px solid #747272;
	background-color: #FFFFFF;
}

		/* LAYOUT */
div#start {
	margin: 0 auto;
	height: 100%;
	vertical-align: middle;
}

td#navi {
	margin: 0;
	width: 180px;
}

td#haupt {
	margin: 0;
	width: 750px;
	background: url(../images/backgr_haupt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td#Inhalt {
	padding: 5px 40px 10px 20px;
}

td#Titel{
	padding: 0px 10px;
}

		/* TEXT */
.textM {
	font-size: 11px;
}

.textS {
	font-size: 10px;
}
