* {
	margin: 0;
	padding: 0;
}

/* Globale Linkeinstellungen */
a, a:active, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
    color:#000000;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:center;
}

p {
	margin: 0.5em 0 0.5em 0;
}

/* Wrapper */
#wrapper {
	height: 100%;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#head, #headtext, #menunoprint1 ,#menunoprint2 {
	display: none;
}

/*  Ansprechpartner */
#menu h5 {
	font-weight:normal;
	font-size: 1.2em;
}

/* Content *****************************************************************/
#content {
	padding-top: 12px;
/*	border: 1px solid #990000;   */
}

#content h1, #content h2  {
	font-size: 1.6em;
	margin-bottom: 12px;
}

#content h3 {
	font-size: 1.2em;
	margin-top: 10px;
}

/* Definition von einfachen Absätzen */
#content p {
	margin-bottom: 1em;
	text-align: justify;
}

/* Listen im Content-Bereich */
#content ul {
	list-style-type: disc;
	margin: 1em 0 1em 4em;
}



/* Allgemein gültige Klassen ********************************************/
.submit {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.red {
	color: #ff0000 !important;
}

.green {
	color:#008000;
	font-weight: bold;
}



