/* -----------------------------------
 * Body
 * ----------------------------------- */
h1 {
	font-family: arial; sans-serif;
	font-size: 20px;
	text-align: left;
	padding-top: 4px;
	font-weight: normal;
}

h2 {
	font-family: arial; sans-serif;
	font-size: 17px;
	text-align: left;
	padding-top: 4px;
	font-weight: bold;
}

h3 {
	font-family: arial; sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 4px;
	font-weight: bold;
}

p, td {
	font-family: arial; sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 16px;
}

.mystyle {
	font-family: arial; sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-top: 4px;
}

ol li {
	font-family: arial; sans-serif;
	font-size: 13px;
	text-align: justify;
	padding-top: 4px;
}

.main_area {
	backgound-image: url('pics/bodyback.jpg');
	background-repeat: no-repeat;
}

/* -----------------------------------
 * Main menu
 * ----------------------------------- */
.main_menu {
	position: absolute;
	left: 40px;
	top: 80px;
	color: white;
	font-family: arial; sans-serif;
	font-size: 16px;
}

.main_menu a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 2px;
}

.main_menu a:hover {
	border-style: solid;
	border-color: black;
	border-width: 0px; /*1px 1px 1px 1px;*/
	background-color: #00aa09;
	/*font-weight: bold;*/
	font-size: 16px;
}

/* -----------------------------------
 * Main menu 2
 * ----------------------------------- */
.main_menu2 {
	font-family: arial; sans-serif;
	font-size: 16px;
}

.main_menu2 a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 2px;
}

.main_menu2 a:hover {
	border-style: solid;
	border-color: black;
	border-width: 0px; /*1px 1px 1px 1px;*/
	background-color: #aaaaaa;
	/*font-weight: bold;*/
	font-size: 16px;
}

/* ---------------------------------------
 * Hauptseiten Unterteilung
 * --------------------------------------- */
.download_column {
	float: left;
	width: 200px;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 20px;
	margin-right: 40px;
}

.content_column {
	width: 470px;
	float: right;
}

.main_container {
	padding: 0px 40px 0px 40px;
	margin-top: 40px
}

/* -------------------------------
  * Shoutbox
  * ------------------------------- */
.balken {
	background-color: #cccccc;
	font-weight: normal;
	font-family: arial; sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 30px;
}

.sub_menu {
	padding-left: 20px;
	margin-top: 20px;
}
