body {
	max-width:800 px;
	float: left;
}

p {
max-width:800 px;
	/* [disabled]position: absolute; */
	font-weight: normal;
}

td { }

a:link { }

a:visited { }

a:hover {
    background-color: #FFFFFF;
    text-decoration-color: #FFFF;
}

a:active {
    background-color: #33C;
}

.subbox{
	float: left;
	clear: none
}

.subbox_a{
	float: left;
	width: auto;
	max-width: 300px;
		
	
		}

.subbox_b{
	width: auto;
	float: none;
	padding-left: 300px;
	max-width: 300px;
}

.GreyBox {
	clear: both;
	float: left;
	height: auto;
	width: 759px;
	margin: auto;
	padding: 10px;
	border: thin ridge #3399FF;
	position: absolute;

}
.Blautext {color: #0000FF}
.Rottext {
	color: #CC0033;
}
.maincontainer {
	background-color: #F1F1F1;
	padding: 10px;
	float:left;
}
.rahmen {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: auto;
	width: 500px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
	padding: 10px;
	float: none;
	clear: left;
}
#mediumtext {
	font-size: 14px;
	max-width: 800px;
}

.maincontainer p .Rottext.box {
	border: medium solid #030303;
}
.boxed {
	height: auto;
	width: auto;
	border: thin solid #0000FF;
	margin: 5px;
	padding: 5px;
	background-color: #FFFF80;
}
#Tabs1 #tabs-3 hr {
}

hr {
       display: block;
       position: relative;
       padding: 0;
       margin: 8px auto;
       height: 0;
       width: 100%;
       max-height: 0;
       font-size: 1px;
       line-height: 0;
       clear: both;
       border: none;
       border-top: 1px solid #aaaaaa;
       border-bottom: 1px solid #ffffff;
    }
