@charset "utf-8";
* {
	margin:0;
	padding:0;
} 

html, body {
	height: 100%;
}
html { 
	overflow: scroll;
	overflow-x: auto;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
/*
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 13px;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background-image:url(/include/images/page/bg-page.gif);
	background-repeat:repeat-x;
}

#wrapper {
	min-height: 100%;
	width:975px;
	/*
	width:960px;
	background-image: url(/include/images/layout/bg_page.gif);
	background-repeat: repeat-y;
*/
	margin:0 auto;
	background-color:#FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c3c3c3;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
}

#container {
	overflow:auto;
	padding-bottom: 200px;
}


body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}


#header {
/*
	height:95px;
*/
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}


#main {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:10px;
	padding-top:10px;
}


#right {
	width:0px;
	display:none;
	visibility:hidden;
}

#right .inside {
	margin-right:20px;
	margin-top:20px;
	text-align: right;	
}

.produktindex #main {
	margin-right:0px;
/*
	margin-right:75px;
*/
}
.produktindex #right {
	width:0px;
/*
	margin-right:75px;
*/
}

.ganzebreite #main {
	margin-right:0px;
}
.ganzebreite #right {
	width:0px;
}

#footer {
	position: relative;
	height: 150px;
	width:975px;
	margin-top: -200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	background-color:#FFF;
	clear:both;
	font-size:11px;
	color: #666;/*
	margin-top: -50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
*/
} 
#footer .footer {
	height: 150px;
	width:975px;
	display: table-cell;
	vertical-align: middle;
	text-align:right;
}
/*
#footer .oben {
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9BEBC;
}
#footer .footer {
	height:49px;
	width:960px;
	display: table-cell;
	vertical-align: middle;
	text-align:right;
}
*/
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer ul {
/*
	width:180px;
	float:left;
	width:170px;

*/
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left:20px;
	padding-top:3px;
}

#footer li {
	float:left;
	background-image: none;
	padding-left: 0px;
	margin: 0px;
	margin-right:20px;
}



.clear, #clear {
	clear:both;
}





h1, h2, p, ul {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}
h1 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom:20px;
}
h1.blank {
	padding-bottom:0px;
	border-bottom-style: none;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}


h3 {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	margin-bottom:10px;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.fett, .fett a, a.fett {
	font-weight:bold;
	
}
ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	
/*
	margin-bottom: 15px;;
	margin: 0;
*/
}
ol {
	list-style-type:decimal;
	padding-left:1.5em;
	padding-right:0;
	padding-top: 0;
	margin-top: 0px;
	font-size:12px;
	text-align:left;
}
ol li
{
	background-image: none;
	padding-left: 0px;
}

hr {
	border: 0;
	height:1px;
	color: #CCC;
	background-color: #CCC;
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
}
pre {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 99%;
}
td {
	vertical-align:top;
}

.wichtig, a .wichtig, .wichtig h2 {
	color: #009900;
}
.unwichtig, .unwichtig a, .unwichtig h2 {
	color: #7A7A7A;
}
.klein {
	font-size: 11px;
}

.error, .error a, .error h2 {
	color: #900;
}
/*
div.error {
	border: 1px solid #900;
	padding: 10px;
	padding-bottom:0px;
	background-color: #FFFFFF;
	margin-bottom:20px;
}
div.wichtig {
	border: 1px solid #009900;
	padding: 10px;
	padding-bottom:0px;
	background-color: #FFFFFF;
	margin-bottom:20px;
}
*/


.tab {
/*
	Abstandhalter bei Telefon, etc.
*/
	
	float:left;
	width:60px;
/*
	padding-right:100px;
	left:60px;
*/
}












/* NAVIGATION */
#header .mainnav {
	background-color:#000;
	text-transform: uppercase;
	height:25px;
/*
	background-color:#999;
	
	background-color:#f9d962;
	background-color:#FAC140;
	background-color:#F5B330;
	background-color:#cf023c;

*/
}

#header .mainnav ul {
	margin: 0px;
	padding-top: 7px;
}
#header .mainnav ul li {
	float:left;
	padding:0;
	list-style-type:none;
	background:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F7F7F;
}
#header .mainnav ul>li>a, #header .mainnav ul>li>span {
	font-weight: normal;
	text-decoration:none;
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
	color:#CCC;
	line-height:12px;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
/*
	padding-top: 3px;
	padding-bottom:3px;



	height:35px;
	float:left;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 20px;
	outline:none;
	padding-right: 19px;



	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
*/
}
#header .mainnav ul li a.first {
	padding-left: 2px;
}
#header .mainnav ul li.last {
/*
	float:right;
*/
	border-right-style: none;
}
#header .mainnav ul li.rechts {
/*
*/
	float:right;
	border-right-style: none;
	padding-right: 0px;
	margin-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7F7F7F;
}
#header .mainnav ul li.rechts.last {
/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F7F7F;
*/
	border-left-style: none;
}

/*
#header .mainnav ul li a.last,
.win.firefox #header .mainnav ul li a.last,
.ie9 #header .mainnav ul li a.last {
	padding-right: 20px;
}
*/

#header .mainnav ul li a:active,#header .mainnav ul li a:focus{color:#FFF;}
#header .mainnav ul li a:hover {
	color:#FFF;
/*
	background-color:#707070;
	background-color:#faf199;
	color:#333;
	color:#E6E6E6;
	text-shadow: 1px 1px 1px #999;

	text-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
*/
}
#header .mainnav ul li.active a, #header .mainnav ul li.trail a, #header .mainnav ul li.active span {
	color:#289FD7;
/*
	background-color:#CCC;
	background-image: url(/include/images/layout/bg_news.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color:#faf199;
	color:#333;
	background-image: url(/include/images/layout/bg_nav_active.gif);
	background-repeat: repeat-x;
	background-position: -5px;
	background-color:#faf199;
	background-color:#cf023c;
	
	text-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 3px 3px 15px #999;
	-webkit-box-shadow: 3px 3px 15px #999;
	box-shadow: 3px 3px 15px #999;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
	text-shadow: none;
*/

}
/*
#header .mainnav ulXXX li a:hover{background-color:#666;color:#fff;}
#header .mainnav ulXXX li.active a{background-color:#666;border-right:1px solid #rgba(2;border-left:1px solid #rgba(2;color:#fff;}
*/
/*
#header .mainnav ul.off>li>a{color:#CCC;text-shadow: none;}
#header .mainnav ul.off li a:hover{background-color:#CCC;color:#fff;text-shadow: none;}
#header .mainnav .off ul li.active a {
	background-color:#CCC;
	color:#333;
	background-image: url(/include/images/layout/bg_nav_active.gif);
	background-repeat: repeat-x;
	background-position: top;

}
*/



/* NAVIGATION */ /* ENDE */






#produktindex {
	
}
#produktindex div {
	margin-right:5px;
	
}

#produktindex tr td .produktheader {
	width:176px;
	background-image: url(/include/images/produkt/index_box_bg.gif);
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;


	height:29px;
	padding-top:5px;
	padding-left:7px;
	font-size: 10px;
	text-transform: capitalize;
	color:#000;
	font-weight: bold;
	border: 1px solid #B3B3B3;
	border-bottom-style: none;
}
#produktindex tr td .produktcontent, #produktindex tr td .produktpreis, #produktindex tr td .produktfooter {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3B3B3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
}

#produktindex tr td .produktcontent {
	width:183px;
	height:180px;
	text-align: center;
}
#produktindex tr td .produktpreis {
	height:auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-bottom:0px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	text-align:right;
}
#produktindex tr td .produktpreis a {
	text-decoration:none;
	font-weight:bold;
	
}

#produktindex tr td .produktfooter {
	height:38px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-bottom:20px;
	padding-top:7px;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

}
#produktindex .produktfooter a img {
	border: 1px solid #FFF;
	padding: 0px;
}
#produktindex .produktfooter a.aktiv img {
	border: 1px solid #D62D1D;
}

#produktindex .produktheader a {
	text-decoration:none;
	text-transform: uppercase;
}

/** PROKUKT DATEN **/
.produktpfad ul {
	height:auto;

}

.produktpfad ul {
	margin: 0px;
	padding: 0px;
}
.produktpfad ul li {
	font-size:12px;
	float:left;
	padding:0;
	list-style-type:none;
	background:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.produktpfad .spitzmarke {
	margin-right: 7px;
	margin-left: 7px;
	color:#CCC;
}
.produktpfad a {
/*
*/
	text-decoration:none;
}

.produktbild {
	float: left;
	width:530px;
}
.produktbild .varianten {
	margin-top:10px;
	margin-left:10px;
}
.produktbild .varianten a img {
	border: 1px solid #CCC;
	padding: 2px;
}
.produktbild .varianten a:hover img {
	border: 1px solid #000;
}

.produktdaten {
	float:right;
	margin-right:5px;
	width:400px;
}
.produktdaten h1, .produktdaten h3, .produktdaten p {
	margin:0px;
}

.produktdaten h3 {
	border-bottom: 1px solid #898989;
	padding-bottom: 2px;
	margin: 23px 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
}
.produktdaten li {
	list-style-image: none;
	list-style-type: disc;
	border: none;
	margin-left: 14px;
}
.produktdaten .header h1, .produktdaten .header .preis {
	color: #464646;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:2px;
}
.produktdaten .header p {
	color: #999;
	font-size: 11px;
}

.produktdaten .einkaufswagen {
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:20px;
	padding:10px;
	width: 395px;
	background-color: #E4F3FA;
	border-top: 1px solid #289FD7;
	border-bottom: 1px solid #289FD7;
}


.produktdaten .daten {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom:20px;
	padding:5px;
	width: 395px;
	background-color: #F5F5F5;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
.produktdaten .farbe {
	margin:20px;
}
.produktdaten .farbe p {
	float: left;
	padding-right: 5px;
	text-transform: uppercase;
	font-weight:bold;
}
.produktdaten .farbe p.label {
	color:#666;
}

.produktdaten .varianten {
	background-color:#FFF;
	padding:5px;
	padding-top:7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;	
}
.produktdaten .varianten a img {
/*
	border: 1px solid #CCC;
	padding: 2px;
*/
	border: 1px solid #FFF;
	padding: 1px;
	margin:1px;
}
.produktdaten .varianten a.aktiv img {
	border: 1px solid #D62D1D;
}
.produktdaten .varianten a:hover img {
	border: 1px solid #D62D1D;
}

.produktdaten .auswahl {
	margin:20px;
}

.produktdaten .auswahl label, .produktdaten .auswahl p.tabelle {
	display: block;
	line-height: 20px;
	font-weight: bold;
	width: 100px;
	float: left;
	text-transform: uppercase;
	color:#666;
}
.produktdaten .auswahl select {
	width: 100px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}
.produktdaten .auswahl p.tabelle {
	float: right;
	width: 140px;
	line-height: 18px;
}
.produktdaten .buttom {
	margin-left:100px;
}









#header .shop {
	text-transform: uppercase;
	height:55px;
	margin-bottom:5px;
}

#header .shop ul {
	margin: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

#header .shop ul li {
	float:left;
	padding:0;
	list-style-type:none;
	background:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#header .shop a {
	font-weight: normal;
	text-decoration:none;
	font-size:20px;
	text-transform: uppercase;
	line-height: 55px;
	text-align: center;
	vertical-align:middle;
	display: block;
/*
	color:#999;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
*/
	font-weight: normal;
}
#header .shop .gymnastics {
	font-weight: normal;
	background-image: url(/include/images/page/navigation_shop.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
#header .shop ul li a.gymnastics:hover {
	background-position: 0px -35px;
}
#header .shop ul li.active a.gymnastics, #header .shop ul li.trail a.gymnastics {
	background-position: 0px -85px;
}
#header .shop .turnequipment {
	font-weight: normal;
	background-image: url(/include/images/page/navigation_shop.gif);
	background-repeat: no-repeat;
	background-position: -250px 15px;
}
#header .shop ul li a.turnequipment:hover {
	background-position: -250px -35px;
}
#header .shop ul li.active a.turnequipment, #header .shop ul li.trail a.turnequipment {
	background-position: -250px -85px;
}
#header .shop .training {
	font-weight: normal;
	background-image: url(/include/images/page/navigation_shop.gif);
	background-repeat: no-repeat;
	background-position: -500px 15px;
}
#header .shop ul li a.training:hover {
	background-position: -500px -35px;
}
#header .shop ul li.active a.training, #header .shop ul li.trail a.training {
	background-position: -500px -85px;
}


#header .shop ul li a:hover {
	color:#333;
}


#header .shop ul li.active a, #header .shop ul li.trail a {
	color:#289FD7;
}



/*
#header .shop ul {
	margin-top:10px;
}

#header .shop li {
	list-style: none;
	float: left;
	height: 55px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

*/



#header .shop li.logo {
	margin-left: 0px;
	margin-right: 0px;
	width:120px;
}
#header li.claim {
	line-height:55px;
	vertical-align:middle;
	display:table;
	margin-left:30px;
}

/*** SUCHE ***/
#header .shop li.search {
	float: right;
}

#header .search form {
	width: 200px;
	height: 43px;
	border: 1px solid #969696;
	background-image: url(/include/images/page/bg_suche.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header .search input {
	color: black;
	border: none;
	font-size: 1.0em;
	background: none;
	width: 145px;
	margin: 0 0 0 0;
	padding: 13px 5px;
	float: left;
	height: 17px;
	line-height: 17px;
}
#header .search .button {
	cursor: pointer;
	border: 0;
	background-color: #323232;
	background-image: none;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	font-weight:bold;
	font-size:13px;
	float: right;
	height: 33px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#header .shop li.cart {
	float: right;
	width: 80px;
	margin:5px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(/include/images/page/cart.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding:0px;


/*
	height:55px;
*/
}
#header .shop .cart p.count {
	font-weight: normal;
	font-size:10px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin:0px;
/*
	padding-top: 10px;
	background-color:#C60;
	background-color:#066;
	text-decoration: none;
	float: left;
	line-height: 25px;
	vertical-align: middle;
*/
}
#header .shop .cart .text {
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	padding: 0px;
	line-height: 11px;
	margin:0px;
	width: 80px;
	height:auto;
	
	
	
}


/*
#header .shop .cart {
	font-weight: normal;
	background: none;
	font-size: 9px;
	width: auto;
	height: 11px;
	text-align: center;
	margin:0px;
	padding: 0px;
}
*/
#header .shop .cart a {
	color: #666;
	text-decoration: none;
	text-transform: none;
	padding: 0px;
	margin:0px;
}




/*** NEWS ***/

.news .mod_article {
	margin-bottom:0px;
	
}
.news hr {
	color: #E4E4E4;
	background-color: #E4E4E4;
}
/*** NEWS ***//*** ENDE ***/



.kategorien {
	float: left;
	width:185px;
	margin-right:10px;
}
.kategorien ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom:15px;
}
.kategorien .on, .kategorien .on .on a {
	color:#289FD7;
}



a.buttonXXX {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	color:#333;
	text-decoration:none;
	padding:1px;
	padding-left:9px;
	padding-right:9px;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	background-color:#FFF;

}
button, a.button {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-color: #BBB #BBB #999;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	padding: 3px 12px 3px 12px;
	text-shadow: 0 1px #F0F0F0;
	color: #333;
	/*
	padding: 5px 10px 5px 10px;
	color: #333!important;
*/
	-moz-box-shadow: 0 1px 0 #f8f8f8;
	-wekbit-box-shadow: 0 1px 0 #f8f8f8;
	box-shadow: 0 1px 0 #f8f8f8;
	font-size: 12px;
	line-height: 15px;
	background-color: #EEE;
	background-image: url(/include/images/button/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
button.wichtigXXX {
	background-image: url(/include/images/button/wichtig.gif);
	background-position:0 -6px;
	background-color: #70BC24;
	color: #333;
	font-weight:bold;
	
}
button.wichtig {
	color: #52891B;
	font-weight:bold;
	text-shadow: 0 1px #F8FDF2;
}
button.wichtig:hover {
	color: #3A6213;
}
a.button.unwichtig {
	color: #666;
}
.produktdaten button {
	background-image: url(/include/images/button/einkaufswagen.gif);
	background-position:0 0;
	background-color: #024e9a;
	color: #FFF;
	text-shadow: 0 1px #011E3A;
	font-size:14px;
	line-height: 19px;
	font-weight:bold;
	padding: 5px 20px 5px 20px;
}
.produktdaten button:hover {
	color: #F7F7F7;
}

button:hover, .button:hover,.button:focus{
	background-position:0 -6px;
	border-color:#999 #999 #666;
	color:#000;
	text-decoration:none;
}

a.button:hover {
	color:#666;
}
a.button.rot {
/*
	border: 1px solid #D62D1D;
*/
	color:#D62D1D;
}
a.button.rot:hover {
	color:#F30;
/*
	border: 1px solid #F30;
	background-color: #F30;
*/
}

a.button.rot.wichtig {
	font-weight:bold;
/*
	background-color: #F30;
	background-image: url(/include/images/button/rot.gif);
	border: 1px solid #F30;
	color:#FFF;
	text-shadow: 0 1px #F00;


	border: 1px solid #D62D1D;
	color:#D62D1D;
	background-color:#D62D1D;
	color:#FFF;
}
.button.rot.wichtig:hover {
	color:#333;
	border: 1px solid #D62D1D;
	color:#D62D1D;
	background-color:#FFF;
*/
}





#header .info {
	background-color:#FEF9C6;
	height:40px;
	line-height:40px;
	text-align:left;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-right:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;	
/*

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
*/
}


div.mod_newslist {
	position: absolute;
	top: 50px;
	left:0px;
	width:300px;
}
.mod_newslist ul {
}

.mod_newslist li {
	width:270px;
	float:none!important;
	color:#FFF;
	background-color:#000;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	height:60px;
	overflow:hidden;
/*
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;


	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
*/
	box-shadow: 3px 3px 3px #666;
	color:#757575;
}
.mod_newslist a {
	color:#FFF;
}
.mod_newslist p {
	margin:0px;
	padding:0px;
}

.mod_newslist li div.text {
	padding-top:5px;
	padding-right:5px;
	height:50px;
	overflow:hidden;
}

.mod_newslist li div.bild {
	width:60px;
	height:60px;
	color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
	float: right;
}

