html {
  width: 100%;
  margin: 0; 
  padding: 0
  }

body {
  display: block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background: #e6e6e6 url(/gfx/bg.png) repeat-y top center;
  font-family: Verdana, Helvetica, sans-serif
  }

img {
	border: 0 none
	}

hr {
	border: solid #ccc;
	border-width: 0 0 1px 0;
	height: 0
	}

form {
	display: inline
	}

address {
	font-style: normal
	}
	
em {
	color: #8b4513
	}
	
h1 {
	font-size: 1.3em;
	margin: 20px 0 20px 0;
	color: #f60;
	border-left: 16px solid #f60;
	padding-left: 16px;
	border-bottom: 1px solid #f60
	}
h2 {
	font-size: 1.2em;
	margin: 20px 0 20px 0;
	color: Gray;
	border-left: 16px solid Gray;
	padding-left: 16px;
	border-bottom: 1px solid Gray
	}	
h3 {
	font-size: 1em;
	margin: 20px 0 5px 0;
	color: Gray
	}	
	
#top {
	background: #eee;
	padding: 5px 0;
	margin: 0 auto;
	width: 800px;
	text-align: center;
	border-top: 4px double #ccc
	}
	
#img {
	text-align: right;
	position: relative;
	float: right;
	padding: 0 0 10px 10px
	}
	
#container {
	overflow: hidden;
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 800px
	}
	
#content {
	position: relative;
	text-align: left;
	float: right;
	width: 550px;
	padding: 0 20px 30px 20px;
	color: #696969;
	font-size: 0.8em;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	background: #fff url(/gfx/content.png) repeat-y left;
	border-bottom: 1px solid #eee
	}
#content a, #content a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #f60
	}
#content a:hover {
	color: #1e90ff;
	border-bottom: 1px solid #1e90ff
	}
#content li {
	list-style: square;
	color: #708090;
	margin: 10px 0 0 0
	}

#left {
	position: relative;
	text-align: left;
	float: left;
	width: 200px
	}
#left h3 {
	color: #606060;
	font-size: 1.0em;
	margin: 0 0 0 0;
	padding: 5px 3px;
	background: url(/gfx/h3.png) repeat-x center;
	position: relative;
	text-align: center
	}
#left ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
#left li a, #left li a:visited  {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	background: #eee url(/gfx/n1.png) repeat-x bottom;
	padding: 3px 0 5px 8px;
	width: 94%;
	color: #0067f1;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none
	}
#left li a:hover {
	background: #eee url(/gfx/n2.png) repeat-x bottom;
	color: #fe6906
	}

#footer {
	font-size: 0.7em;
	color: Gray;
	border: solid #ccc;
	border-width: 1px;
	margin: 10em auto 0 auto;
	width: 800px;
	padding: 20px 40px;
	text-align: left;
	background: #f0f0f0 url(/gfx/footer.png) repeat-x top
	}	
#footer a, #footer a:visited {
	color: Gray;
	text-decoration: none;
	border-bottom: 1px solid #ccc
	}
#footer a:hover {
	color: #1e90ff
	}
#footer-bottom {
	background: url(/gfx/footer-bottom.png) no-repeat top; 
	height: 20px
	}
	
.box {
	padding: 10px;
	color: #000;
	font-size: 90%;
	margin-bottom: 25px;
	padding-bottom: 35px;
	background: #eee url(/gfx/box.png) no-repeat bottom right;
	border-top: 4px double #ccc
	}

.none {display: none}

.small {display: block; font-size: 11px; margin-top: 10px; color: #000}

.bold {font-weight: bold}

.left {
	float: left;
	position: relative;
	padding: 10px 10px 10px
	}
.right {
	float: right;
	position: relative;
	padding: 10px 0 10px 10px
	}

#kurs {font-size: 11px; color: #f60; font-weight: bold; letter-spacing: 1px}