html,body{
    height:100%;
    text-align:center;
    margin:0;
    padding:0;
}

#master {
  position:absolute;
  top:50%;
  left:50%;
  width:700px;
  height:500px;
  margin-left:-350px;
  margin-top:-250px;
}

#page{
    min-height:100%;
    height:auto !important;
    height:100%;
    width:1024px;
    text-align:left;
    margin:0 auto -100px;
	padding:0;
    margin-top:-40px;
    border-top:0px solid PINK;
	border-left:0px solid RED;
	border-right:0px solid BLUE}

#ct{padding-bottom:100px}


.shadowedmain
{	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border: 1px solid #a9a9a9;
	background-color: #FFFFFF;
}  

.shadowedsub
{	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border: 1px solid #a9a9a9;
	background-color: #F5F5F5;
}   












.btn {
	float: left;
	clear: both;
	background: url(../../../shopbase/img/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(../../../shopbase/img/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
}
.btn span {
	background: url(../../../shopbase/img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_weiter { background-color: red; color: #FFFFFF;}
.btn_weiter2 { background-color: red; }
.btn_weiter3 { background-color: orange; }
.btn_test { background-color: #002c85; }
.clear {
	clear: both;
}



a.linkhell:link {  color: #FFFFFF; text-decoration: none;}
a.linkhell:visited {  color: #FFFFFF; text-decoration: none;}
a.linkhell:active {  color: #FFFFFF; text-decoration: none;}
a.linkhell:hover {  color: #FFFFFF; text-decoration: none;}

a.linkdunkel:link {  color: #000000; text-decoration: none;}
a.linkdunkel:visited {  color: #000000; text-decoration: none;}
a.linkdunkel:active {  color: #000000; text-decoration: none;}
a.linkdunkel:hover {  color: #000000; text-decoration: none;}






