/* @group basics */
* {
	margin:  0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
html {
	height: 100%;
	width: 100%;
}
a {
	outline: none;
	color: #6a6a6a;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}

/* @end */

/* @group page */
body {
	font: 0.9em Arial;
	color: #6a6a6a;
	background-color: #000;
}
#page {
	width: 100%;
}
/* @end */

/* @group footer */
#footer {
	background: #eaedf1 url(../images/footer_bg.png) repeat-x;
	font-size: 0.8em;
}
#footer_inner {
	width: 966px;
	margin: 0 auto;
	background: url(../images/footer_inner_bg.png) no-repeat -1px top;
}
#footer_inner_left {
	width: 696px;
	float: left;
	padding-top: 30px;
	color: #697990;
	padding-bottom: 30px;
}
.footer_inner_left_title {
	margin-bottom: 23px;
	font-weight: bold;
}
#footer_inner_left_1 {
	float: left;
	width: 280px;
}
.footer_random {
	background: url(../images/random_bg.png) no-repeat;
	width: 53px;
	height: 54px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer_inner_left_2 {
	float: left;
	width: 210px;
}
#footer_inner_left_2 ul, #footer_inner_left_3 ul {
	padding-left: 15px;
	list-style-type: square;
}
#footer_inner_left_2 li, #footer_inner_left_3 li {
	padding-bottom: 5px;
}
#footer_inner_left_2 a, #footer_inner_left_3 a {
	color: #697990;
	text-decoration: none;
}
#footer_inner_left_3 {
	float: left;
	width: 180px;
}
#footer_inner_right {
	width: 269px;
	float: right;
}
#footer_inner_right p {
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 21px;
}
#footer_inner_left_kontakt {
	background: url(../images/ico_kontakt.png) no-repeat;
	text-indent: 26px;
	margin-top: 27px;
	margin-left: 13px;
	height: 16px;
	line-height: 16px;
}
#footer_inner_left_twitter {
	background: url(../images/ico_twitter.png) no-repeat;
	text-indent: 26px;
	margin-top: 27px;
	margin-left: 13px;
	height: 16px;
	line-height: 16px;
}
#footer_inner_left_rss {
	background: url(../images/ico_rss.png) no-repeat;
	text-indent: 26px;
	font-weight: bold;
	margin-top: 27px;
	margin-left: 13px;
	height: 16px;
	line-height: 16px;
}
#footerblack {
	background-color: #000;
	color: #313131;
}
#footerblack_inner {
	width: 966px;
	margin: 0 auto;
}
#footerblack_inner a {
	color: #313131;
	text-decoration: none;
}
#tellfriend {
	background: url(../images/footer_form_bg.gif) no-repeat;
	width: 259px;
	height: 23px;
	float: right;
	margin-top: 10px;
	position: relative;
}
#tellfriendinput {
	position: absolute;
	top: 2px;
	left: 35px;
	width: 155px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #7d7d7d;
	font-size: 12px;
}
#tellfriendbutton {
	position: absolute;
	top: 2px;
	left: 200px;
	height: 17px;
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #828282;
	width: 40px;
}
/* @end */
/* @group header */
#header {
	background-color: #000;
	width: 100%;
}
#header_inner {
	width: 966px;
	height: 65px;
	position: relative;
	margin: 0 auto;
}
#header_logo {
	width: 120px;
	height: 39px;
	position: absolute;
	background: url(../images/templay_header_logo.gif) no-repeat;
	bottom: 6px;
}
#header_nav {
	position: absolute;
	right: 280px;
	bottom: 0;
	left: 160px;
	height: 50px;
}

#header_suche {
	width: 270px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 45px;
	background: url(../images/header_right_bg.png) no-repeat center bottom;
}
#header_suche_flags {
	width: 250px;
	position: absolute;
	left: 10px;
	bottom: 0;
	height: 30px;
}
/* @end */
/* @group topmenu */
#topmenu {
	position: absolute;
	bottom: 15px;
}
#topmenu ul {
	list-style: none;
}
#topmenu li {
	float: left;
	margin-right: 5px;
}
.subnavoben {
	background: url(../images/submenue_oben.png) no-repeat center top;
	height: 10px;
}
.subnavobeninhalt {
	padding: 10px 10px 10px 20px;
	background: url(../images/submenue_unten.png) no-repeat center bottom;
}
.subnavleft {
	line-height: 1.6em;
	width: 120px;
	float: left;
}
.subnavright {
	width: 130px;
	float: right;
}
/* @end */

/* @group suche form */
.searchform {
	float: right;
	position: relative;
	width: 176px;
	height: 23px;
}
.searchfield {
	background: url(../images/sucheform.png) no-repeat left center;
	border: none;
	width: 140px;
	height: 23px;
	position: absolute;
	top: 9px;
	left: 0;
	text-indent: 10px;
	color: #7d7d7d;
	font-size: 12px;
	font-style: italic;
	line-height: 23px;
}

#searchbutton {
	border: none;
	width: 26px;
	height: 23px;
	position: absolute;
	top: 9px;
	left: 140px;
}

/* @end */

/* @group content */
#content {
	width: 100%;
	background: #fff url(../images/header_schatten_bg.gif) repeat-x;
	border-top: 1px solid #fff;
}
 #content_inner {
	width: 966px;
	margin: 0 auto;
	background: url(../images/content_inner_bg.gif) repeat-y 665px;
}
#content_inner_left {
	width: 696px;
	float: left;
}
#content_inner_right {
	width: 270px;
	float: right;
}
.service ul {
	margin-left: 30px;
	list-style-image: url(../userfiles/images/site-icons/bullet_h.png);
}
/* @end */

/* @group startseite */
#startseite_slider {
	background-image: url(../images/startseite_bg.png);
	height: 343px;
	width: 666px;
	position: relative;
}
#startseite_stoerer_free {
	background-image: url(../images/startseite_stoerer_free.png);
	width: 120px;
	height: 114px;
	position: absolute;
	top: -3px;
	left: -3px;
}
#startseite_slider_h1 {
	color: #fff;
	text-align: center;
	font-size: 2.1em;
	position: absolute;
	bottom: 55px;
	width: 666px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: #056793 0px -1px 0px;
}
#startseite_slider_h2 {
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 35px;
	width: 666px;
	letter-spacing: 1px;
	text-shadow: #056793 0px -1px 0px;
}
#slider ul, #slider li {
	list-style:none;
}
#slider {
	width:666px;
	height:256px;
	position: absolute;
	left: 0;
	top: 45px;
}
#slider li { 
	width:666px;
	height:256px;
	overflow:hidden;
	text-align: center;
}
#startseite_left {
	width: 320px;
	height: 366px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #eaeaea;
	background: #f8f8f8 url(../images/startseite_left_bg.png) no-repeat right bottom;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
#startseite_right {
	width: 320px;
	height: 366px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #eaeaea;
	background: #f8f8f8 url(../images/startseite_right_bg.png) no-repeat right bottom;
	float: right;
	margin-bottom: 10px;
	position: relative;
}	
.startseite_lr_titel {
	color: #ff6400;
	padding: 20px 10px 10px;
	font-size: 1.8em;
}
.startseite_lr_text {
	padding: 10px;
	line-height: 1.6em;
}
/* @end */

/* @group right */
#right_rss_twitter {
	height: 70px;
	background: url(../images/header_right_top_bg.gif) no-repeat;
}
#right_rss_twitter ul {
	list-style: none;
	padding-left: 10px;
	padding-top: 40px;
}
#right_rss_twitter li {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
}
#right_randompremium {
	margin-bottom: 20px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	padding: 15px;
}
#right_randompremium h3 {
	padding-bottom: 10px;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 100;
}
#right_warenkorb {
	margin-bottom: 20px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	padding: 15px;
}
#right_warenkorb_fahne {
	background-image: url(../images/right_warenkorb_fahne.png);
	width: 25px;
	height: 33px;
	position: absolute;
	top: -2px;
	right: 20px;
}
#right_warenkorb h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 1em;
	margin-bottom: 10px;
}
#right_werbung {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 1px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #bbb;
	font-size: 10px;
}
#right_navi {
	padding-top: 1px;
	border-bottom: 1px solid #e0e0e0;
}

/* @group meneu */

.urbangreymenu{
	width: 270px;
}

.urbangreymenu .headerbar {
	border-top: 1px solid #e1e1e1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	outline: none;
	color: #616161;
	cursor: pointer;
}
.headerbarplus {
	background: url(../images/right_nav_plus.gif) no-repeat 10px center;
}
.urbangreymenu .headerbar a, .urbangreymenu .headerbarnoplus a {
	text-decoration: none;
	outline: none;
	color: #616161;
	cursor: pointer;
	display: block;
}

.urbangreymenu ul{
	list-style: none;
	padding-left: 30px;
}

.urbangreymenu ul li{
	list-style: none;
	padding-bottom: 15px;
}

.urbangreymenu ul li a{
	color: #616161;
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
	
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	
}

/* @end */

#right_accordion h3 {
	border-top: 1px solid #e1e1e1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	background: url(../images/right_nav_plus.gif) no-repeat 10px center;
	outline: none;
	color: #616161;
	cursor: pointer;
}
#right_accordion ul {
	list-style: none;
	padding-left: 30px;
}
#right_accordion li {
	list-style: none;
	padding-bottom: 15px;
}
#right_accordion a {
	color: #616161;
	text-decoration: none;
}
#right_accordion a:hover {
	color: #000;
}
#right_templay_anheuern {
	border-top: 1px solid #efefef;
	margin-top: 1px;
}
#right_templay_anheuern h3 {
	padding-top: 10px;
	padding-left: 10px;
	color: #616161;
	font-size: 1.6em;
	font-weight: 100;
}
#right_templay_anheuern a {
	padding-top: 10px;
	padding-left: 10px;
	color: #616161;
}
/* @end */

/* @group left */
#left_content {
	background: url(../images/content_left_ecke_bg.gif) no-repeat right top;
}

/* @group warenkorb */
#left_warenkorb {
	width: 666px;
	margin-bottom: 20px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	position: relative;
}
#left_warenkorb_fahne {
	position: absolute;
	right: 20px;
	top:  -3px;
	color: #fff;
	width: 52px;
	text-align: center;
	background: url(../images/left_vorschau_rechts_fahne_shop.png) no-repeat;
	height: 57px;
	line-height: 40px;
}
#tabellewarenkorb {
	margin-left: 10px;
	width: 656px;
}
#tabellewarenkorb_deinebestellung {
	color: #ff6400;
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	height: 30px;
}
.spaltepreisoben {
	text-align: center;
	padding-top: 5px;
	border-bottom: 1px solid #e4e4e4;
}
.spaltepreiunten {
	color: #fff;
	text-align: center;
	font-size: 10px;
	background: url(../images/banderole.png) no-repeat center bottom;
	height: 34px;
}
.spaltepreis {
	color: #040404;
	text-align: right;
	background-color: #ebebeb;
	padding: 10px;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #fff;
	border-left: 1px solid #e4e4e4;
}
.spaltegesamtpreis {
	background-color: #e2e2e2;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
}
.spaltegesamtpreisrechts {
	background-color: #d6d6d6;
	color: #040404;
	text-align: right;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.spalteartikel {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* @end */
#left_content_inner {
	width: 666px;
}
#left_content_inner h1 {
	color: #5d5d5d;
	font-weight: 100;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 1.8em;
}
#left_kruemelnav {
	background: url(../images/content_left_ecke_bg.gif) no-repeat right top;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e0e0;
}
#left_kruemelnav a {
	color: #616161;
}
#left_unter_kruemelnav {
	border-top: 1px solid #e1e1e1;
	margin-top: 1px;
}
.left_detail_abstand {
	height: 40px;
	width: 666px;
}
.left_detail {
	width: 666px;
	margin-bottom: 20px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	position: relative;
	height: 277px;
}

.left_detail_bild {
	width: 246px;
	height: 257px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #c2c1bf;
	position: absolute;
	top:  10px;
	left: 10px;
}
.left_kontaktform {
	width: 666px;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	position: relative;
}
.kontaktforminput {
	width: 193px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	padding: 5px;
}
.kontaktform_senden {
	background-color: #ff6401;
	text-decoration: none;
	padding: 5px 15px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	color: #fff;
	border: none;
	font-size: 12px;
	margin-left: 275px;
}
.kontaktformtextarea {
	width: 450px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	padding: 5px;
	height: 100px;
}
.left_kontaktform form {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.left_kontaktform p {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_kontaktform label {
	display: block;
	width: 114px;
	font-weight: bold;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.left_kontaktform h2 {
	color: #ff6401;
	font-weight: 100;
	font-size: 1.8em;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-indent: 20px;
	padding-top: 10px;
}
.left_vorschau {
	width: 666px;
	margin-bottom: 20px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	position: relative;
	height: 167px;
}
.left_vorschau_bild {
	width: 246px;
	height: 147px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	background-color: #f8f8f8;
	border: 1px solid #c2c1bf;
	position: absolute;
	top:  10px;
	left: 10px;
}
.left_vorschau_text {
	position: absolute;
	left:  289px;
	top:  10px;
}
.left_vorschau_text p {
	line-height: 1.4em;
	padding-top: 8px;
}
.left_vorschau_text strong {
	display: block;
	width: 100px;
	float: left;
}
.left_vorschau_text h2 {
	color: #ff6401;
	font-weight: 100;
	font-size: 1.8em;
}
#buttonwarenkorb {
	background-color: #ff6401;
	text-decoration: none;
	padding: 5px 15px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	color: #fff;
	border: none;
	font-size: 12px;
	cursor: pointer;
}
.inputgutschein {
	text-align: center;
	width: 90px;
	height: 21px;
	border: none;
	font-size: 12px;
	background: #fff url(../images/warenkorb_gutschein.png) no-repeat left center;
}
.buttongutschein {
	text-align: center;
	width: 22px;
	height: 21px;
	border: none;
	font-size: 12px;
	background: #fff url(../images/warenkorb_gutschein.png) no-repeat right center;
}
.inputplusminus {
	text-align: center;
	width: 65px;
	height: 21px;
	border: none;
	font-size: 12px;
	background: #fff url(../images/warenkorb_plusminus.png) no-repeat center center;
}
.buttonminus {
	background: #fff url(../images/warenkorb_plusminus.png) no-repeat left center;
	text-decoration: none;
	color: #000;
	border: none;
	font-size: 12px;
	width: 24px;
	height: 21px;
	text-align: center;
	font-weight: bold;
}
.buttonplus {
	background: #fff url(../images/warenkorb_plusminus.png) no-repeat right center;
	text-decoration: none;
	color: #000;
	border: none;
	font-size: 12px;
	width: 24px;
	height: 21px;
	text-align: center;
	font-weight: bold;
}
.artikel_buttons_shop {
	background-color: #ff6401;
	text-decoration: none;
	padding: 5px 15px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	margin-right: 10px;
	font-size: 12px;
}
.artikel_buttons {
	position: absolute;
	left:  289px;
	bottom:  15px;
}

.left_vorschau_rechts_fahne_free {
	position: absolute;
	right: 20px;
	top:  -3px;
	color: #fff;
	width: 52px;
	text-align: center;
	background: url(../images/left_vorschau_rechts_fahne_free.png) no-repeat;
	height: 57px;
	line-height: 40px;
}
.left_vorschau_rechts_fahne_shop {
	position: absolute;
	right: 20px;
	top:  -3px;
	color: #fff;
	width: 52px;
	text-align: center;
	background: url(../images/left_vorschau_rechts_fahne_shop.png) no-repeat;
	height: 57px;
	line-height: 40px;
}

#left_vorschau_vorzurueck {
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width: 646px;
	text-align: center;
	margin-bottom: 10px;
}
#left_vorschau_vorzurueck a {
	color: #5f5f5f;
	text-decoration: none;
}
#left_artikel_text {
	width: 666px;
	padding-bottom: 20px;
	line-height: 1.4em;
}
#left_artikel_text p {
	padding-top: 3px;
	padding-bottom: 3px;
}
#left_hinweis {
	width: 666px;
	min-height: 129px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #eceaed;
	background: #e6f9ff url(../images/left_hinweis_bg.gif) no-repeat 580px 14px;
}
#left_hinweis_inner {
	font-style: italic;
	color: #6d6968;
	padding: 20px 110px 10px 10px;
	line-height: 1.4em;
}
#left_hinweis_inner ul {
	padding-left: 20px;
}
#left_voting {
	background: url(../images/left_voting_bg.gif) repeat-y;
	border: 1px solid #efefef;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width: 666px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_voting_left {
	float: left;
	width: 550px;
	padding-top: 20px;
	padding-left: 10px;
	color: #69676c;
}
#left_voting_left_titel {
	width: 250px;
	float: left;
}
#left_voting_left_sterne {
	float: right;
}
#left_voting_right {
	float: right;
	width: 87px;
	text-align: center;
	padding-top: 18px;
}
#left_kommentare {
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/kommentare.png) no-repeat right center;
	margin-bottom: 10px;
}
#left_kommentare_schreiben {
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/kommentare_schreiben.png) no-repeat right center;
	margin-bottom: 10px;
}
.left_kommentare_box {
	border: 1px solid #efefef;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width: 666px;
	margin-bottom: 10px;
	background: #efefef url(../images/kommentare_bg.png) repeat-y;
}
.left_kommentare_box_left {
	width: 106px;
	background: #fff url(../images/kommentare_left.png) no-repeat right top;
	float: left;
}
.left_kommentare_box_left_gravatar {
	border: 1px solid #efefef;
	margin-top: 34px;
	margin-left: 34px;
	margin-bottom: 34px;
}
.left_kommentare_box_right {
	background-color: #efefef;
	float: right;
	width: 560px;
}
.left_kommentare_box_right_name {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 20px 20px 12px;
}
.left_kommentare_box_right_text {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 12px;
}
#left_kommentare_box_right_form {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#left_kommentare_box_right_form p {
	margin-bottom: 10px;
}
#left_kommentare_box_right_form label {
	display: block;
	width: 114px;
	font-weight: bold;
	float: left;
	padding: 5px;
}
.kommentare_input {
	width: 193px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	padding: 5px;
}
.kommentare_textarea {
	width: 390px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	padding: 5px;
	height: 85px;
}
.kommentare_input_secode {
	width: 50px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	padding: 5px;
}
.kommentare_senden {
	background-color: #6a6a6a;
	text-decoration: none;
	padding: 5px 15px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border: none;
	color: #fff;
	margin-left: 266px;
}
.left_artikel{
	padding-bottom: 20px;
	line-height: 1.4em;
}
.left_artikel p {
	padding-top: 3px;
	padding-bottom: 3px;
}
/* @end */

/* @group vorschau */
#vorschaupage  {margin: 0px auto;padding:0px;width:90%;text-align:left;}
	#vorschaupagelinks {float:left;margin: 0px; padding: 0px;width:170px; height: 65px;background: #000 url(../images/templay_header_logo.gif) no-repeat left 20px;position: relative;}
	#vorschaupagerechts {float:right;margin: 0px; padding: 15px 0px 0px 0px;width:170px;text-align:right;}
		#vorschaupagerechts h1 {margin:0;padding:0;color:#fff;font-size: 18px;font-weight: 100;letter-spacing: 1px;word-spacing: 1px;}

/* @end */

/* @group buttons */
#topnav1activ,
#topnav2activ,
#topnav3activ,
#topnav4activ,
#topnav5activ,
#topnav1,
#topnav2,
#topnav3,
#topnav4,
#topnav5 {
	float: left;
	margin-right: 10px;
}
#topnav1activ a,
#topnav2activ a,
#topnav3activ a,
#topnav4activ a,
#topnav5activ a,
#topnav1 a,
#topnav2 a,
#topnav3 a,
#topnav4 a,
#topnav5 a {
	display: block;
	height: 21px;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
}
#topnav1activ a {
	width: 61px;
	background: url(../images/topnav/start_activ.gif) no-repeat;
}
#topnav2activ a {
	width: 84px;
	background: url(../images/topnav/free_activ.gif) no-repeat;
}
#topnav3activ a {
	width: 83px;
	background: url(../images/topnav/tut_activ.gif) no-repeat;
}
#topnav4activ a {
	width: 150px;
	background: url(../images/topnav/shop_activ.gif) no-repeat;
}
#topnav5activ a {
	width: 77px;
	background: url(../images/topnav/service_activ.gif) no-repeat;
}
#topnav1 a {
	width: 61px;
}
#topnav2 a {
	width: 84px;
}
#topnav3 a {
	width: 83px;
}
#topnav4 a {
	width: 150px;
}
#topnav5 a {
	width: 77px;
}
#topnav1 a:hover {
	background: url(../images/topnav/start.gif) no-repeat;
}
#topnav2 a:hover {
	background: url(../images/topnav/free.gif) no-repeat;
}
#topnav3 a:hover {
	background: url(../images/topnav/tut.gif) no-repeat;
}
#topnav4 a:hover {
	background: url(../images/topnav/shop.gif) no-repeat;
}
#topnav5 a:hover {
	background: url(../images/topnav/service.gif) no-repeat;
}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.activ {
	color: #fff;
	background-color: #ff7200;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7200), to(#fe4e00));
	background: -moz-linear-gradient(top,  #ff7200,  #fe4e00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7200', endColorstr='#fe4e00');
}
/* orange */
.orange {
	color: #fff;
	background: #fe6200;
}
.orange:hover {
	background: #fe6200;
}
.orange:active {
	color: #fcd3a5;
}

.black {
	color: #fff;
	background: #414141;
}
.black:hover {
	background: #414141;
}
.black:active {
	color: #666;
}
#topmenuefreebieshover {
	top: 15px;
	padding: 10px;
	position: absolute;
	width: 285px;
	z-index: 999;
	left: 60px;
	height: 150px;
}
#topmenuefreebieshover a {
	color: #000;
}
/* @end */


