<style type="text/css">
html {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	color : RGB(0,0,0);
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	height : 100%;
	width : 100%;
}
body {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	color : RGB(0,0,0);
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	height : 100%;
	width : 100%;
	background-image:URL("../images/basic/bg.gif");
}
small {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
}
img {
	border:none;
	padding:0 0 0px 0;
	margin:0 0 0 0;

}

a {
	color:RGB(187,34,20);
}
p {
	line-height:3ex;
}
body>#content{ height:auto; }

#buch {
	display:inline;
	float:right;
	margin:0px 0px 0 -3px;
	height:150px;
	width: 220px;
	padding:0 0 0 0;
	border:none;
	background-color:RGB(0,0,0);
}
#none {
	overflow:visible;
	min-width:1000px;
}
#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:87px;
	background-color:RGB(183,193,189);
	border:none;
}
#spacer {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 11px;
	color : RGB(255,255,255);
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:20px;
	background-color:RGB(183,193,189);
	border:none;

}
#tracking {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 11px;
	color : RGB(0,0,0);
	margin:0 0 0 0;
	padding:0 0 0 208px;
	height:20px;
	background-color:RGB(183,193,189);
	border:none;
}
#tracking a.activ {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 13px;
	color : RGB(0,0,0);
	font-weight:bold;
	text-decoration:none;
}
#tracking a.deactiv {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 11px;
	color : RGB(0,0,0);
	text-decoration:none;
}
#footer {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 11px;
	width:100%;
	height:45px;
	text-align:center;
	background-color:RGB(183,193,189);
	color : RGB(0,0,0);
}
#footer p {
	padding:10px 0 0px 0;
}
#footer a {
	color : RGB(0,0,0);
}
#uparrow {
	margin:0 0 0 150px;
	clear:left;
	text-align:center;
}

#menu {
	clear:right;
	float:left;
	margin:0 0 0 0;
	padding:1em 0 0 20px;
	width:167px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 16px;
	color : RGB(0,0,0);
	background-color:RGB(183,193,189);
}
#menu a {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 16px;
	font-weight:bold;
	text-decoration:none;
	color : RGB(0,0,0);
}
#menu img.deactiv {
	height:8px;
	width:1px;
	margin:0.9em 0 0 0;
}
#menu img.activ {
	height:8px;
	width: 1px;
	margin:0.9em 0 0 0;
}
/*
#menu img.deactiv {
	height:8px;
	width:14px;
	margin:0.9em 0.9em 0 0;
	background-color:RGB(255,255,255);
}
#menu img.activ {
	height:8px;
	width: 14px;
	margin:0.9em 0.9em 0 0;
	background-color:RGB(187,34,20);
}
		*/

#warp {
	height:440px;
}
#content {
	clear:right;
	float:left;
	margin:0 0 0 0;
	padding:1.6em 20px 0 20px;
	width:750px;
	min-height:438px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	color : RGB(0,0,0);
	background-color:RGB(215,221,219);
}
#content h1 {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 16px;
	color : RGB(0,0,0);
}
#content table,tr,td {
	vertical-align:top;
	text-align:left;
}
#content fieldset {
	padding:20px 20px 20px 20px;
	border:1px solid RGB(0,0,0);
}
#content legend {
	font-weight:bold;
}
#content input,textarea {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	border:1px solid RGB(0,0,0);
}
#content .submit {
	width:180px;
	height:20px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	border:1px solid RGB(0,0,0);
	background-color:RGB(255,255,255);
}
#content ul {
	list-style-image:URL(../images/basic/html_ul_image.gif);
	line-height:3ex;
}

#content li {
	margin:7px 0 0 0;
}



#top {
	vertical-align : top;
}
#middle {
	vertical-align : middle;
}
#bottom {
	vertical-align : bottom;
}

#center {
	text-align : center;
}
#left   {
	text-align : left;
}

#right  {
	text-align : right;
}
#top_left {
	vertical-align : top;
	text-align : left;
}

#top_center {
	vertical-align : top;
	text-align : center;
}

#top_right {
	vertical-align : top;
    text-align : right;
}
#middle_left {
    vertical-align : middle;
    text-align : left;
}

#middle_center {
    vertical-align : middle;
    text-align : center;
}

#middle_right {
    vertical-align : middle;
    text-align : right;
}
#bottom_left   {
	vertical-align : bottom;
	text-align : left;
}

#bottom_center {
	vertical-align : bottom;
    text-align : center;
}

#bottom_right  {
	vertical-align : bottom;
	text-align : right;
}
-->
</style>


