body, td , input, select, option, textarea {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

body {
	margin: 0px;
	background-color: #dddddd;
	background-image: url('/sidecar/images/bg_gray.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
	overflow: auto;
}

hr{
	border-color: #990000;
	border-width: 1px;
	border-style: none;
	border-bottom-style: solid;
	color: #990000;
}

h3{
	font-size: 16px;
}

h2{
	font-size: 20px;
}

input, select, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #006633;
}

table.maintable {
	background-color: #ffffff;
	background-image: url('/sidecar/images/bg_content.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 100% 100px;
	border-width: 1px;
	border-color: #ff0000;
	border-style: solid;
}

td.menu {
	background-color: #FFF0B5;
	background-image: url('/sidecar/images/bg_menu_unten_new.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 0px 100%;
}

td.tabcontent {
	background-image: url('/sidecar/images/bg_content_unten.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 0px 100%;
}

td.header {
	font-size: 10px;
	text-align: center;
	vertical-align: center;
	color: #ffffff;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	background-color: #990000;
}

table.rahmen {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #990000;
	border-style: solid;	
}

td.rahmen {
	font-size: 10px;
	vertical-align: center;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
}
	
div.content {
	margin: 5px;
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: rgb(0,153,51);
	text-decoration: none;
}

.copy {
	font-weight: normal;
	font-size: 10px;
	color: yellow;
}

.counter {
	font-size: 10px;
	color: #ffffff;
}

.menu {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
