/**
 *	Standardformatierungen
 */
html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 0.8em;
	color: #707173;
	text-align: center;
}

p, h1, h2, h3, h4, h5, ul {
	padding-bottom: 10px;
}

h1 { font-size: 125%; font-weight: bold; }
h2 { font-size: 125%; font-weight: normal; }
h3 { font-size: 115%; font-weight: bold; }
h4 { font-size: 115%; font-weight: normal; }
h5 { font-size: 100%; font-weight: bold; }

a, a:visited, a:active, a:hover {
	color:#707173;
	text-decoration: none;
}

input, textarea {
  font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 0.8em;
	color: #707173;
}


/**
 *	Sonderformatierungen
 */
.clr {
	clear: both;
	font-size: 0.1em;
	height: 1px;
}

.hidden {
	position: absolute;
	left: -2000px;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

/**
 *	Elemente im Inhaltsbereich
 */
div#wrapper_middle_center ul {
	margin-left: 25px;
}

div#wrapper_middle_center li {
}

