/*Elementselektoren*/
body {
	background-color: #E6E6FA;
	font-family:Arial;
}
li {
  margin-top: 10px;
}

/*ID-Selektoren*/
#container {
	background-color: #FFFFFF;
	height: auto;
	margin: 0 auto;
	width: 900px;
}
#header {
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
}
#header h1{
	font-size: 35px;
}
#header h2{
	font-size: 25px;
}
#header td {
	text-align: right;
}
#header th{
	text-align: left;
}
#language {
	font-size: 10px;
	text-align: left;
}
#main {
  height: auto;
}
#menu {
	background: #E6E6FA;
	border: 1px solid black;
	float: left;
	font-size: 12px;
	margin: 5px 5px 5px 8px;
	padding: 5px;
	width: 147px;
}
#content {
	font-size: 14px;
	/*height: 330px auto;*/
	margin: 5px 5px 5px 170px;
	padding: 5px;
}
#content_index {
  font-size: 14px;
	margin: 5px;
	margin-left: 10px;
	padding: 5px;
}
#footer {
	text-align: center;
	font-size: 12px;
}

/*Klassenselektoren*/
.ueberschrift {
	font-size: 24px;
}
.margin {
	margin-left: 16px;
}
.wichtig {
	color: #FF0000;
	font-style: italic;
}
.ueberschrift2 {
  font-size: 20px;
}
.ueberschrift3 {
  font-size: 18px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

