		/* ALLGEMEIN */
body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat;
	background-position: center;
	background-position: top;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666666;
}

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

h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0;
}

p {
	margin: 0;
}

ul {
	margin: 0px;
}

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

th {
	font-weight: bold;
	font-style: italic;
	padding: 4px;
	text-align: center;
}

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

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

		/* Layout */


		/* TEXT */
		
br#halb {
	line-height: 0.5em;
}

.textS {
	font-size: 11px;
}

.textM {
	font-size: 12px;
}

.textL {
	font-size: 14px;
}

.em {
	font-style: italic;
}


.justify {
	text-align:justify;	
}

		/* FORMS */
.input {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	color: #747272;
	border: 1px solid #747272;
	background-color: #FFFFFF;
}
