/*defining the font*/

/*1. Title*/
h1 {
	font-weight: bold;
	font-size: 20.3pt;
}

/*defining divs*/
body {
	font-family: Verdana;
	font-weight:bold;
	font-size: 10pt;
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  background-color: white;
}

#container {
	position:absolute;
  top: 50%;
  left: 50%;
  margin-left:-400px;
  margin-top:-240px;
	background: white;
	border: solid 1px #000;
 	width: 800px;
 	height: 480px;
}

#sidebar {
	height: 131px;
	float: right;
 	width: 154px;
	color: white;
	background: #FA6D16;
}

#content {
	height: 349px;
	position: relative;
	clear: both;
	display: inline;
}

#footer {
	height:131px;
	clear: both;
	background-color: #79AF22;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}

/* Formatvorlagen für die Navigation */

#sidebar ul {
	list-style-type: none;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0;
	position:relative;
}

#navigation {
}

#navigation li {
	text-decoration: none;
	display: block;
	color: white;
	margin-bottom: 5px;
}

#moveing_Pictures { 
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	width: 400px;
	height: 120px;
}

#navigation a {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#container ul {
	list-style-type: none;
}

#container li {
	text-decoration: none;
	color: white;
}

#container a {text-decoration: none;
	font-weight: bold;
	color: black;
}

#container a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FA6D16;
}

#footer a:hover {
	color: white;
}

#footerContent {
	height: 130px;
	float: left;
	width: 646px
}

#footerContent1 {
	margin-left: 20px;
	margin-top: 15px;
	font-size: 7.5pt;
	height: 115px; 
	float: left; 
	width:261px
}

#footerContent2 {
	margin-top: 15px;
	font-size: 7.5pt;
	height: 115px;
	float: left;
	width: 239px
}	

#contentPicture {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: both;
}

#contentText {
	width: 426px;
	margin:30px;
	font-size: 8pt; 
	margin-bottom: 0px;
	height: 263px
}

#title {
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
	float: left;
	width: 426px;
	position: relative;
	left: 30px;
	top: 10px;
	
	/*
  margin-top: 10px;
	margin-left: 30px;bottom: 0px;
  */
}

#submenu {
  font-size: 9pt;
	height: 77px; 
	width: 102px; 
	float: right;
	margin-right: 20px;
	margin-top: 20px
}

#submenu li {
	margin-bottom: 7px;
	text-decoration: none;
	color: white;
}

#submenu ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	position:relative;
}

#submenu a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#submenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#submenu2 {
  font-size: 9pt;
	height: 77px; 
	width: 48px; 
	float: right;
	margin-right: 32px;
	margin-top: 20px
}

#submenu2 li {
	margin-bottom: 7px;
	text-decoration: none;
	color: white;
}

#submenu2 ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	position:relative;
}

#submenu2 a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#submenu2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
