html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000 url(images/page_bg1.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #000000;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #7d9648;   /**balken oben links**/
  color: #ffffff;
  font: 24px "Verdana", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 266px;
  height: 268px;
  background: #4b920d bottom left url(images/header1.jpg) no-repeat;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #ffffff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
  background: url(images/media_magic1.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 237px;
}

#logo_left
{
	background: white;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 30px;
	background-color: white;
	}

#test_left {
	background-color :Black;
	position:absolute;
	top:10px;
	left:10px;
	width:10px;
	height:10px;
}

#test_right
{
	background-color : white;
	position: absolute;
	top:10px;
	right:10px;
	width:100px;
	height:10px;
	}

#header {
	background: url(images/header_bg1.jpg) no-repeat;
	background-position:right;
	position: absolute;
	top: 87px;
	left: 0px;
	width: 414px;
	height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: 
  width: 100%;
}

#left {
  float: left;
  width: 725px;
}
#right {
  float: right;
  width: 312px;
}

#nav ul {
}
#nav li {
  float: left;
  width: 65px;           /** bottons width / razmak izmedju bottons**/
  height: 45px;         /** höhe main textbox **/
  line-height: 30px;    /** höhe des oberen links über den textbox **/
  text-align: center;
  
  list-style: none;
}
#nav a {
  color:#FF0000
  font: 16px "Verdana", serif;
  color: #979ea6;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
 
  border-left: none;
  padding-left: 1px;
}

#visit {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#visit h2 {
  font: 24px "Verdana", serif;
  
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}

#subs-left {
  float: left;
  width: 160px;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-right {
  float: right;
  width: 145px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-left a {
  color: #ffffff;
}
#subs-left {
  color: #ffffff;
}
#subs-left h3 {
  color: #000000;
  font: 16px "Verdana", serif;
}
#subs-left p {
  text-align: justify;
}

#subs-right {
  color: #fff;
}
#subs-right h3 {
  color: #000000;
  padding-left: 20px;
  padding-bottom: 14px;
  font: 16px "Verdana", serif;
}
#subs-right h4 {
  color: #000000;
  font: 14px "Verdana", serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(images/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
}

#right-i {
  padding: 4px 25px 0 20px;
}
#right h2 {
  color: #323E51;
  font: 22px "Verdana", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Verdana", serif;
  margin-bottom: 5px;
}

#right .left {
  margin-right: 4px;
}
#right a {
  color: #00000;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/
#copyright {
  background: #6D7481;
  color: #000000;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 315px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}

