/* ----------------------------------------
FARBDEFINITIONEN

background:		#dddddd

Hauptgr�nton:	#00cc00
Orange:			#ff940d
Gr�n mittel:	#bbffaa
Gr�n hell:		#ddffcc
Gr�n Spalte:	#eeffdd

Alte Farbwerte:
Gr�n mittel:	#bbffbb
Gr�n hell:		#ddffdd
Gr�n Spalte:	#eeffee
d
---------------------------------------- */


/* ALLGEMEINES ---------------------------------------- */
body {
	color: #000;
	font-family:  Verdana, Arial, sans-serif;
    	font-size: 11px;
	background-color: #ddd;
	margin: 0;
	padding: 0; 
}

div{
line-height:140%;
}




#bgblank {
	padding: 5px;
	background-color: #fff;
}

img, p, h1, h2, h3, h4, h5, ul {
	border: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both; 
	height: 0; 
	font-size: 0; 
	overflow: hidden;
}
.space{
height:10px;
}

.schriftsehrklein {
	font-size: 9px;
}
.schriftklein {
	font-size: 10px;
}
.schriftgross {
	font-size: 12px;
}
.schriftshergoss {
	font-size: 14px;
}
.bildmitrahmen {
	border: 1px solid #000;
	padding: 2px;
}
table {
	border-collapse: collapse;
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 0em;
}
.tabellemitrahmen {
	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tabellemitrahmen td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 4px;
	
}
.tabellemitlinien {
	border-bottom: 1px solid #ccc;
}
.tabellemitlinien td {
	border-top: 1px solid #ccc;
	padding: 2px 4px;
}
.tabelleohnerahmen {

	border: none;
}
.tabelleohnerahmen td {
	border: none;
	padding: 2px 4px;
}

.bgblau {
	background-color: #66ccff;
}
.bggelb {
	background-color: #ffff00;
}
.bggelbhell {
	background-color: #ffff99;
}
.bglila {
	background-color: #ff99ff;
}
.bgrot {
	background-color: #ffcc99;
}
.blau {
	color: #66ccff;
}
.gelb {
	color: #ffff00;
}
.gelbhell {
	color: #ffff99;
}
.lila {
	color: #ff99ff;
}
.rot {
	color: #ffcc99;
}
.grau {
	color: #999;
}
ul {
	padding: 0 0 1px 16px;
}
a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dashed #666;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #00cc00;
}
h1 {
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}
h2 {
	font-size: 13px;
	margin-bottom: 5px;
	color:  #666;
	letter-spacing: 1px;
}
h3 {
	font-size: 12px;
	margin-bottom: 5px;
	color:  #009900;
	letter-spacing: 0px;
}
p {
	padding-bottom: 5px;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}


/*  PAGE  ---------------------------------------- */
div#page {
	width: 940px;
}
div#wrapper {
	background: url(/basics/images/basics/bg.gif);
	width: 760px !important;
	float: left;
	border-right: 1px solid #999;
}
/* BANNER ---------------------------------------- */
div#banner {
	width:760px;
	margin: 0px;
	background-color: #eee;
	border-right: 1px solid #999;
}
#banner p{
	padding: 10px;
}
#banner a{
	text-decoration: none;
	border:0;
}

div#banner img {

} 


/* HEADER ---------------------------------------- */
div#header {
	width:  100%;
	border-bottom: 1px solid #ff940d;
}

div#logo {
	width: 239px; 
	height: 51px;
	margin:0 15px 15px 0;
	padding: 20px 0 0 0;
	background: url(/basics/images/logo/laufcampus_neg.png) no-repeat 0 100%;
}

#header a{
	text-decoration: none;
	border:0;
}
div#header img {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 15px;
}
div#slogan {
	width:  760px;
 	text-align: right;
 	background: url(/basics/images/linkespalte/bg_nav.png);
	color: #ff940d;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0;
	font-style: italic;
}
div#slogan p {
	margin:  0;
	padding:  0;
	padding-right: 15px;
	line-height: 100%;
}
/* MAINNAV ---------------------------------------- */

ul#mainnav_ul{
	width:  100%;
	background-color: #00cc00;
	float: left;
	list-style-type: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	padding: 0;
}

ul#mainnav_ul li, ul#mainnav_ul li a {float: left;}

ul#mainnav_ul li a {
	display: block;
	border-right: 1px solid #fff;
	padding: 3px 7px;
	color: #fff;
	border-bottom: none;
}
ul#mainnav_ul li a:hover {
	color: #000;
	background-color: #ddffcc;
	border-bottom: none;
}
ul#mainnav_ul li a.active {
	color:  #ff940d;
	background-color: #fff;
}
div.trenner {
	border-top: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* LINKE SPALTE ---------------------------------------- */
div#linkespalte {
	
	float:left;
	/*height:100% !important;*/
	width: 250px;
	background-color: #e0f0d0;
	/*border-right: 1px dashed #999;*/
	border-top: 1px solid #ff940d;
	font-size: 11px;
	}
/* FIELDSETS  ---------------------------------------- */
form.formular {margin: 0;}
fieldset#wk {
	border: 1px solid #ff940d;
	margin: 10 15 10 15px;
		background-color: #fff;
}

fieldset#web20 a {
  border: none;
}

fieldset#web20, fieldset#suche, fieldset#wusstensie, fieldset#newsletter, fieldset#hinweis {
	border: 1px solid #ccc;
		margin: 15 15 10 15px;
	background-color: #fff;
}
div#linkespalte legend {
	font-weight: bold;
	color: #666;
}
div#linkespalte fieldset#wk legend {
	font-weight: bold;
	color: #ff940d;
}
div#linkespalte fieldset#wk p {
	background: url(/basics/images/linkespalte/cart.gif) no-repeat 3px 2px;
	padding-left: 35px;
}	
div#linkespalte fieldset#wk a {
	border-bottom: none;
}
div#linkespalte fieldset#wk a:hover {
	color:  #000;
	border-bottom: 1px solid #ff940d;
}

input#suchfeld {
	width: 140px;
	margin-left: 5px;
}
input#suchfeldgo {
	width:  40px;
	margin-left: 5px;
}


/* SECNAV ---------------------------------------- */
div#secnav {
	border-top: 1px solid #00cc00;
	border-bottom: 1px solid #00cc00;
	margin: 10 15 10 15px;

}

div#secnav ul {
	font-size: 11px;
	list-style-type: none;
	padding: 0;
}
div#secnav ul ul, div#secnav ul ul ul {
	margin: 0;
}

div#secnav ul li {
}
div#secnav ul ul li {
}
div#secnav ul ul ul li {
}

div#secnav ul li a, div#secnav ul ul li a, div#secnav ul ul ul li a {
	display: block;
	text-decoration: none;
	border-bottom: none;
}

div#secnav ul li a{
	border-left: #00cc00 4px solid;
	background-color: #d0f0c0;
	color:  #000;
	padding: 3px 2px 3px 10px;
	border-top: #fff 1px solid;
	border-bottom: none;
}

div#secnav ul ul li a {
	border-left: #e0f0d0 4px solid;
	padding: 3px 2px 3px 20px;
	background: #d0f0c0 url(/basics/images/linkespalte/pfeil.gif) no-repeat 10px 6px;
	font-weight: normal;
	font-style: normal;
	border-bottom: none;
}

div#secnav ul ul ul li a {
	border-left: #e0f0d0 4px solid;
	padding: 3px 2px 3px 30px;
	background: #d0f0c0 url(/basics/images/linkespalte/pfeil.gif) no-repeat 20px 6px;
	font-weight: normal;
	font-style: normal;
	border-bottom: none;
}

div#secnav ul li a:hover, div#secnav ul ul li a:hover, div#secnav ul ul ul li a:hover {
	color: #000;
	background-color: #f0ffe0;
	text-decoration: underline;
	border-left: #ff940d 4px solid;
	border-top: #f0ffe0 1px solid;
	border-bottom: none;
}
div#secnav a.active {
	border-left: #ff940d 4px solid;
	border-top: #fff 1px solid;
	background-color: #fff;
	color: #ff940d;
	border-bottom: none;
}



/* RECHTE SPALTE ---------------------------------------- */
div#outer{
	border-top: #ff940d  1px solid;
	margin: 0 0 0 229px;
}

div#rechtespalte {
	float:left;
	width: 475px;
	margin:15 10 15 10px;
}

div#rechtespalte p {
	line-height:140%;
}

div#rechtespalte td {
	line-height:140%;
	padding: 0 5 0 5px;
}
div#rechtespalte h1, h2 {
margin:10 0 10 0px;
}

div#linkespalte img, div#rechtespalte img {
	margin: 5px;
}

span.vollst{
font-weight:bold;
color:#666;
}

/* ADSPALTE ---------------------------------------- */
div#adspalte {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #999;
	font-size: 9px;
	color: #999;
	background-color: #fff;
	text-align: center;
}

/* FUSSZEILE ---------------------------------------- */
p#fusszeile {
	background-color: #00cc00;
	clear: both;
	padding: 3px 10px;
	color: #fff;
}

/* Team LaufCampus */
td.tlcbeschreibung {
	color: #999;
	text-align: right;
	width: 80px;
}
ul.tlcliste {
	padding: 0 0 1px 110px;
}

/*SHOP ---------------------------- */
/*ARTIKEL---------------------------- */

h2.uebersicht{
border-left:solid 3px #00cc00;
padding-left:5px;
}
div.shopliste a:hover{
	border-style:none;
	border:0;
}
div.shopliste a{
	border-style:none;
	border:0;
}
.preisinfo{
	padding: 0 5 0 0px;
	border-right:solid 3px #00cc00;
}
.mwst {
	font-size:9px;
}
span.mwst a{
	border-bottom:1px dashed #666;
}
span.mwst a:hover{
	border-bottom: 1px solid #00cc00;
}
.artikelpreis{
	color:#00cc00;
	font-size:14px;
	font-weight:bold;
}

.listepreis{
	color:#00cc00;
	font-size:12px;
	font-weight:bold;
}
.inputButton{
	margin:5 0 5 0px;
	border: 1px solid #00cc00;
	background-color: #f0ffe0; 
	color: #000;
	font-size:11px;
	width:200px;
}
div.wkbutton {
	height:14px;
	width:200px;
	text-align:center;
	border: 1px solid #00cc00;
	background-color: #f0ffe0; 
	color: #000;
}

div.wkbutton a, div.wkbutton a:hover {
	color: #000;
	border-bottom:none; 
}
.preispro{
	font-size:9px;
}

/* WARENKORB / ZAHLUNG ---------------------------- */

input:active, input:focus { 
	background: #ddffcc;
}
legend {
font-size:12px;
font-weight:bold;
}
fieldset.wkfieldset {
	margin: 10 0 10 0px;
	border: 1px solid #cccccc;
	width: 210px;
	margin-right:5px;
	float: left;
}
fieldset.wkfieldset legend {
	background: #fff;
	padding: 2px;
	border: 1px solid #cccccc;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #666;
	font-weight: bold;
}
fieldset.wkfieldset input {
	width: 160px;
}

fieldset.wkfield2 {
	margin: 10 0 10 0px;
	border: 1px solid #cccccc;
	clear:both;
}
fieldset.wkfield2 legend {
	background: #fff;
	padding: 2px;
	border: 1px solid #cccccc;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #666;
	font-weight: bold;
}
fieldset.wkfield2 label {
	padding: 4px;
	display:block;
	width:120px;
	color: #666;
	float:left;
}
fieldset.wkfield2 input {
	width:220px;
}
fieldset.wkfield3 {
	margin: 10 0 10 0px;
	border: 1px solid #cccccc;
	clear:both;
}
fieldset.wkfield3 legend {
	background: #fff;
	padding: 2px;
	border: 1px solid #cccccc;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #666;
	font-weight: bold;
}
fieldset.wkfield3 label {
	padding: 4px;
	
	
	color: #666;
	
}
fieldset.wkfield3 input {
	
}
div#buttons{
	width:100%;
}

/* WARENKORB / �BERSICHT ---------------------------- */
table.basket{
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	padding:0px;
	margin:0;
}
table.basket a, table.basket a:hover {
	border:0;
	border-style:none;
}

.basket th{
	border-bottom: 1px solid #cccccc; 
}

.tableft{
	text-align:left;
}

.tabcenter{
	padding-top:2px;
	text-align:center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.tabright{
	text-align:right;
	padding:4px;
}

.tabline{
	border-bottom: 1px solid #cccccc;
}
table.kundendaten {
	width:100%;
	border-collapse:separate;
}
table.kundendaten th {

	line-height:140%;
	cellpadding:1px; 
	width:130px;
	text-align: left;
	font-weight:normal;
	background:#eeeeee; 
}
table.kundendaten td {
	line-height:140%;
	font-weight:normal;
	text-align: left;
	background:#eeeeee;
}
#boldtabright{
	border-top:1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-align:right;
	font-weight:bold;
	padding:4px;
}
div.tabletermine {
  width: 63px;
  margin: 10px 0 0 0;
  padding: 5px 0;
  border: 1px solid #bbffaa;
  background-color: #ddffcc;

}
div.tabletermine a {
  text-decoration: none;
}

/* VALIDATIOUS */
ul.messages {
 list-style-type:none;
 margin: 10px 0 0 0;;
 padding: 0;
}
ul.messages li {
  color: #900;
}