body {
  /*background: #fff url(bg_lines.gif) repeat-x 0 91px;*/
  background-image: url(bg.jpg);
  font-family: "Courier New", Courier, mono;
  font-size: 0.9em;
  height: 100%;
  width: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: center;
}
body * {
  font-family: "Courier New", Courier, mono;
  font-size: 100%;
  color: #333333;
}
h1, h2 ,h3, h4, h5 ,h6 {
	margin-top: 0;
	padding-top: 0;
	font-size: 110%;
}
#topstripes {
	position: absolute;
	left: 0;
	top: 28px;
	width: 100%;
	height: 99px;
	background-image: url(top_bg.gif);
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#grips {
	position: absolute;
	left: 30px;
	top: 171px;
	width: 300px;
	padding-left: -120px;
	margin-left: -120px;
}
#wall {
	position: absolute;
	right: 0;
	top: 0;
	width:42;
	height: 149px;
	background-image: url(wall.gif);
}
.main {
	position: relative;
	/*overflow: hidden;*/
	height: 100%;
	width: 670px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	overflow: visible;
	/*border: 1px solid red;*/
}
/*___________________________________________________*/

#header {
	position: relative;
	top: 32px;
	width: 670px;
	/* height: 44px;*/
	/* margin-left: 218px;*/
	clear: both;
	/*border: 1px solid gray;*/
	overflow: hidden;
}
#header img {
	margin-left: 0px;
}
#topMenu {
	position: absolute;
	left: 0;
	bottom: 0; 
	border: 0px solid black;
	margin-top: 12px;
	text-align: left;
	color: #FFFFFF;
}
#topMenu * {
color: #AA0000;
}
#topMenu a {
	color: #AA0000;
}
#topMenu .logInLink {
	color: #AA0000;
}
#logo {
	position: relative;
	text-align: right;
	right: 0px;
	top: 8px;
	height: 116px;
	
}
#navbar {
	background-image: url(tab.gif);
	position: absolute;
	left: 0px;
	top: 155px;
	width: 170px;
	height: 430px;
	text-align: right;
	/*vertical-align: bottom;
	float: left;
	border: 1px solid black;*/
}
#navbar .insideText {
	position: absolute;
	right: 0;
	bottom: 17px;
	
}
#navbar ul {
	padding: 0;
	margin: 0;
	/*list-style-image: url(listbar.gif);*/
	list-style-type: none;
	/*margin-right: 8px;*/
	margin-bottom: 0.3em;
	margin-right: 0.7em;
}
#navbar ul ul {
	margin-right: 0.8em;
}
#navbar li {
	/*margin-right: 8px;*/
	margin-bottom: 1px;
	/*background: url(listbar.gif) left top no-repeat;
	list-style-position: outside;*/
}
#content {
	position: absolute;
	background: #fff url(walls.gif) no-repeat scroll right bottom;
	left: 180px;
	top: 155px;
	width: 490px;
	height: 430px; /*468px;*/ /* 530px - 105px; */
	/*float: right;*/
	overflow: auto;
	/*white-space: normal;*/
	padding: 12px;
	/*padding-top: 45px;
	border: 1px solid black;*/
}
html>body #content {
	height: 406px;
	width: 466px;
}
#content p {
  margin-top: 0;
}
#footer {
	position: absolute;
	top: 585px;
	width: 100%;
	color: #DDDDDD;
	text-align: right;
}
#footer a {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}

html>body #sidebar {
	width: 278px; /*134px;*/
	height: 283px;
}
.saveButton {
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
}
.padding {
	padding: 0.5em;
}
.errorText {
	color: #CC0000;
	font-weight: bold;
}
#kontakt input {
	width: 90%;
	margin-bottom: 0.8em;
	overflow: none;
}
#kontakt textarea {
	width: 90%;
	margin-bottom: 0.8em;
	overflow: auto;
}
form {
	padding: 0px;
	margin: 0px;
}
#loginMask {
	padding: 0 4px 0 4px;
	/*border-bottom: 1px solid gray;
	background-color: #DEDEDE;*/
}
.formSpacer {
	padding-left: 2em;
}
.formSpacer h2, .formSpacer h3{
	width: auto;
	/*border-bottom: 1px solid gray;*/
	margin: 0.5em 0 1em 0;
}
#scrollBar {
	position: absolute;
	left: 325px;
	top: 275px;
}
