html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.gif);
	background-color: #000000;
}
.tablemain {
	height: 100%;
	width: 770px;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #A52E2E;
	border-right: 1px solid #A52E2E;
}
.tdtop {
	height: 260px;
	background-image: url(../img/robeat_head.jpg);
	padding-left: 52px;
	padding-right: 30px;
}
.tdmiddle {
	height: auto;
	background-color: #000000;
}
.tdbottom {
	height: 20px;
	background-image: url(../img/bg_bottom.gif);
	padding-left: 50px;
}
.tdbottomtxt {
	font: 11px "Courier New", Courier, monospace;
	color: #D7CFCF;
}
.tablemenu {
	height: 20px;
	width: 100%;
	
}
.tablecontent {
	height: 100%;
	width: 100%;
}
.tdcontentleft {
	height: 100%;
	width: 365px;
	font: 11px "Georgia", "Courier New", Courier, monospace;
	color: #D7CFCF;
	line-height: 1.5em;
	padding: 20px;
	padding-left: 50px;
}
.tdcontentright {
	height: 100%;
	width: auto;
	font: 11px "Georgia", "Courier New", Courier, monospace;
	color: #D7CFCF;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 20px;
}
.tdcontentrightaboutme{
	background-image: url(../img/ueber_mich.jpg);
	margin: 0px;
	width: 333px;
	background-repeat: no-repeat;
}
h1 {
	font: 18px "Courier New", Courier, monospace;
	color: red;
}

h2 {
	font: 13px "Courier New", Courier, monospace;
	color: red;
	margin-bottom: 4px;
	padding: 0px;
}
h3 {
	font: bolder 13px "Courier New", Courier, monospace;
	margin-top: 0px;
	margin-bottom: -5px;
	padding: 0px;
	color: white;
}
h4 {
	font: 16px "Courier New", Courier, monospace;
	color: #FDD600;
	margin-bottom: 0px;
}
hr {
	width: 100%;
	border-top: 1px solid #D29797;
	border-bottom: 1px solid #A52E2E;
	margin-top: 10px;
	margin-bottom: 10px;
}
input{
	border-top: 1px solid #D29797;
	border-bottom: 1px solid #E4C1C1;
	border-right: 1px solid #D29797;
	border-left: 1px solid #E4C1C1;
	width: 140px;
	font: 10px "Georgia", "Courier New", Courier, monospace;
	background: #999999;
	padding: 2px;
}
.checkbox{
	border: 0px solid none;
	padding: 2px;
	width: auto;
	background: none;
}
textarea{
	border-top: 1px solid #D29797;
	border-bottom: 1px solid #E4C1C1;
	border-right: 1px solid #D29797;
	border-left: 1px solid #E4C1C1;
	width: 260px;
	height: 100px;
	font: 10px "Georgia", "Courier New", Courier, monospace;
	background: #999999;
	padding: 2px;
}
.button{
	border-top: 1px solid #D29797;
	border-bottom: 1px solid #521717;
	border-right: 1px solid #521717;
	border-left: 1px solid #D29797;
	width: 100px;
	height: 20px;
	font: bold 11px "Courier New", Courier, monospace;
	color: white;
	background: #A52E2E;
}
.txt {
	font: 11px "Georgia", "Courier New", Courier, monospace;
	color: #D7CFCF;
	line-height: 1.5em;
	text-decoration: none;
}
.txtbig {
	font: 12px "Georgia", "Courier New", Courier, monospace;
	color: #D7CFCF;
	line-height: 1.5em;
	text-decoration: none;
}
.txtsmall {
	font: 10px "Georgia", "Courier New", Courier, monospace;
	color: #D7CFCF;
	line-height: 1.5em;
	text-decoration: none;
}
a.txt:link, a.txt:visited {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
a.txt:hover, a.txt:active {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
.menu {
	font: bold 13px "Courier New", Courier, monospace;
	color: white;
	line-height: 1.5em;
	text-decoration: underline;

}
a.menu:link, a.menu:visited {
	color: #D7CFCF;
	text-decoration: none;
}
a.menu:hover, a.menu:active {
	color: white;
	text-decoration: none;
}
.bilder{
	border: 2px solid #A52E2E;
}
.bilder_on{
	border: 2px solid white;
}
.box {
	font: 11px "Georgia", "Courier New", Courier, monospace;
	color: #D7CFCF;
	line-height: 1.5em;
	padding: 10px;
	border: 1px solid #A52E2E;
	background-image: url(../img/bg.gif);
}
#videocontent{
	border: 2px solid #A52E2E;
	width: 322px;
	height: 244px;
	text-align: center;
}
.table_ringtones{
	width: 630px;
}
.ringtone {
	border: 1px solid #A52E2E;
	width: 98%;
	background: black;
	padding: 5px;
	margin-bottom: 10px;
}