/* Inset 3D Raised */
.raised {background: transparent; width:100%; margin:0 auto;}
.raised h1, .raised p {margin:0 5px;}
.raised h1 {font-size:1.1em; color:#fff; letter-spacing:0px;}
.raised p {padding-bottom:0.5em;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:silver; border-left:1px solid #fff; border-right:1px solid #eee;}
.raised .b3 {background:silver; border-left:1px solid #fff; border-right:1px solid #ddd;}
.raised .b4 {background:silver; border-left:1px solid #fff; border-right:1px solid #aaa;}
.raised .b4b {background:silver; border-left:1px solid #eee; border-right:1px solid #999;}
.raised .b3b {background:silver; border-left:1px solid #ddd; border-right:1px solid #999;}
.raised .b2b {background:silver; border-left:1px solid #aaa; border-right:1px solid #999;}


.raised .b1 {margin:0 5px; background:#fff;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#999;}
.raised .boxcontent {display:block;  background:silver; border-left:1px solid #fff; border-right:1px solid #999;}




/* Inset 3D Curved - gelb */
.inset {background: transparent; width:100%; margin:0 auto 10px;}
.inset h1, .inset p {margin:0 5px;}
.inset h1 { color:#c33; font-size: 1.1em !important; }
.inset p {padding-bottom:0.5em;}

.inset .top, .inset .bottom {display:block; background:transparent; font-size:1px;}
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {display:block; overflow:hidden;}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {height:1px;}
.inset .b2 {background:#ffe500; border-left:1px solid #999; border-right:1px solid #aaa;}
.inset .b3 {background:#ffe500; border-left:1px solid #999; border-right:1px solid #ddd;}
.inset .b4 {background:#ffe500; border-left:1px solid #999; border-right:1px solid #eee;}
.inset .b4b {background:#ffe500; border-left:1px solid #aaa; border-right:1px solid #fff;}
.inset .b3b {background:#ffe500; border-left:1px solid #ddd; border-right:1px solid #fff;}
.inset .b2b {background:#ffe500; border-left:1px solid #eee; border-right:1px solid #fff;}


.inset .b1 {margin:0 5px; background:#999;}
.inset .b2, .inset .b2b {margin:0 3px; border-width:0 2px;}
.inset .b3, .inset .b3b {margin:0 2px;}
.inset .b4, .inset .b4b {height:2px; margin:0 1px;}
.inset .b1b {margin:0 5px; background:#fff;}

.inset .boxcontent {display:block; background:#ffe500; border-left:1px solid #999; border-right:1px solid #fff;}

