/* Formatvorlage: menu.css */
/* Erstellt: 14-08-2004 von Peter Bergner; pb@css-technik.de */
/* Projekt: CSS-Technik - www.css-technik.de */

/* Allgemeine Formatangaben nur frs Design */
#inhalt {
	width: 760px;
	background-color:#333333;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px; 
}

/* hier folgt das wirklich Wichtige ;) */
body {
	height:100%;
	margin:0; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0;
	background-color:#333333;
}
body>#menu { /* wird von allen Browsern au er IE untersttzt */
	position:fixed;
}
#menu {
	left:0;
	top:0;
	width:100%;
	height: 80px;
	background-color:#333333;
	z-index:4;
}
body>#inhalt { /* wird von allen Browsern au er IE untersttzt */
	position: static;
}
body>#rahmen { /* wird von allen Browsern au er IE untersttzt */
	padding-top:80px;
	background-color:#333333;
}

/* --- nicht ie 5-6 --- */
.inp-radio {
	margin-top: 5px;
}
.inp-check-box {
	margin-top: 2px;
	margin-right: 2px;
	width: 14px;
	height: 14px;
}
/* ---- Einkaufswagen ---- */
.ewblatt, 
.ewblatt a, 
.ewblatt a:hover, 
.ewblatt a:visited,
.ewkasse, 
.ewkasse a, 
.ewkasse a:hover, 
.ewkasse a:visited {
	display: block;
	background-color:#eeeeee;
	width: 110px;
	border: 2px solid #666666;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-bottom: 8px;
	color: #333333;
	text-decoration: none;
}
.ewkasse, 
.ewkasse a, 
.ewkasse a:hover, 
.ewkasse a:visited {
	background-color: #ad1818;
	color: #f3f3f3;
	height: 14px;
}
.ewpos {
	width: 110px;
	padding: 0px;
	padding-left: 2px;
	text-align: left;
	color: #333333;
	text-decoration: none;
}
.ewclick,
.ewclick a, 
.ewclick a:hover, 
.ewclick a:visited {
	background-color: #666666;
	color: #3399ff;
	text-decoration: none;
}
.mozilla { 
  display: block; 
} 
/*-----------------------------------------------*/
.lnkrm {
	border: 2px solid #666666;
	width: 118px;
	text-align: center;
	/* height: 24px; */
	line-height: 24px;
	margin-bottom: 5px;
}
.lnkrm a,
.lnkrm a:hover,
.lnkrm a:visited  {
	display: block;
	text-decoration: none;
	width: 100%;
}
.lnkred,
.lnkred a:hover,
.lnkred a:visited {
	background-color: #ad1818;
	color: #f3f3f3;
}
.lnkblue,
.lnkblue a:hover,
.lnkblue a:visited {
	background-color: #1818ad;
	letter-spacing: 1px;
	color: #f3f3f3;
}
.lnkwagen { 
	display: block;
	background-color:#eeeeee;
	width: 110px;
	border: 2px solid #666666;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-bottom: 8px;
	color: #333333;
	text-decoration: none;
	height: 130px;
}
.lnkpos {
	width: 110px;
	padding: 0px;
	padding-left: 2px;
	text-align: left;
	color: #333333;
	text-decoration: none;
	height: 130px;
	overflow: auto;
}
/*-----------------------------------------------*/
#mitgliedbox {
	display: block;
	width: 118px;
	border: 1px solid #666666;
	background-color:#cccccc;
	color: #333333;
	text-align: center;
	font-size:11px;
	margin-bottom: 8px;
}
#mitgliedbox form {
	background-color:#cccccc;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}
#mitgliedbox input {
	border: 2px solid #444444;
}
.mttitle{
	display: block;
	width: 100%;
	background-color:#666666;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 3px;
}
.mttitle a,
.mttitle a:link,
.mttitle a:hover,
.mttitle a:visited {
	margin: 0px;
	padding: 0px;
}
.mtvergessen{	
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
	color: #333333;
}

.mtbox,
.mtbox a,
.mtbox a:link,
.mtbox a:hover, 
.mtbox a:visited {
	display: block;
	background-color: #CCCCCC;
	color: #333333;
}
.mtbox a:hover {
	display: block;
	background-color: #CCCCCC;
	color:#0099FF;
}
/*
#blende {
	display: block;
	position: static;
	width: 470px;
	height: 270px;
	background-image: url(../images/menue.gif);
	z-index: 200;
}
*/
