BODY {
	margin: 0px;
	padding: 0px;
    background : url(../images/bground.gif) no-repeat 0px 0px;
/*	color: #666666;*/
}

#pagecontainer
{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#bodystyle 
{
    left: 100px;
    background : url(../images/bground.gif) no-repeat 0px 0px;
    width: auto;
    height: auto;
}

#nav {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #666666;
}

#nav a.maintopic:hover, #nav a.topic:hover, #nav a.subtopic:hover, #middle a:hover {
	text-decoration: underline;
}

#nav a.maintopic {
	display: block;
	color: #ffffff;
	font-weight: normal;
	font-family : Georgia, Palatino, "Times New Roman", serif;
	font-size : 22px;
	font-style: italic;
	text-decoration: none;
	margin: 20px 20px 10px 20px;
	border-bottom: 1px solid #DEDADB;
	padding: 0px 0px 3px 0px;
}

#nav a.topic {
	display: block;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	margin: 5px 20px 10px 20px;
	padding: 0px 0px 0px 10px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#nav a.subtopic {
	display: block;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	margin: 5px 20px 10px 40px;
	padding: 0px 0px 0px 10px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#middle {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 200px;
	background-color: #909090;
	height: auto;
}

#logo {
	width: 200px;
	height: 300px;
/*	background: url(../images/tastatur_03.jpg);*/
/*	url(../images/29157_158_eyecatcher.jpg) repeat-y top left;	*/
}

#ts {
	text-align: center;
}

#ts a {
	padding: 0px 20px 20px 20px !important;
	margin: 0px !important;
	background-image : none !important;
}


#middle h1 {
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-family : Georgia, Palatino, "Times New Roman", serif;
	font-size : 22px;
	font-style: italic;
	padding: 20px 10px 20px 10px;
	margin: 0px 0px 20px 0px;
	border-top: #E3E3E3 1px solid;
	border-bottom: #E3E3E3 1px solid;
	background-color: #909090;
}

#middle h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	margin: 10px 20px 10px 20px;
	border-bottom: #E3E3E3 1px solid;
	padding: 0px 0px 5px 0px;
	background-color: #909090;
}

#middle a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	margin: 10px 20px 10px 20px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
/*	plink.gif*/
}

#middle p {
	color: #ffffff;
	padding: 0px ;
	margin: 20px 20px 40px 20px;
	background-color: #909090;
}

#content {
	width: 800px;
	padding: 20px 20px 30px 30px;
	position: absolute;
	top: 0px;
	left: 400px;
}
#content .tabheader
{
	color: #666666;
/*#909090;*/
	text-align: left;
	font-weight: normal;
	font-family : Georgia, Palatino, "Times New Roman", serif;
	font-size : 22px;
	font-style: italic;
/*	padding: 20px 10px 20px 10px;*/
	margin: 20px 0px 20px 0px;
	background-color: #ffffff;
}

#content .tabrow
{
    height: auto;
    vertical-align: middle;
}

#sidebar {
	width: 130px;
	padding: 20px 0px 30px 20px;
	position: absolute;
	top: 0px;
	left: 820px;
}

form.search {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	display: block;
	background-color: #666666; /*#7D7273;*/
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid #DEDADB;
}

form.search input {
	vertical-align : middle;
}

input.search {
	padding: 2px;
	margin: 0px;
	border: #DEDADB 1px solid;
	width: 130px;
	font-size:12px;
}

