@charset "UTF-8";
/* CSS Document */
/*
 *	CSS-Regelen für den Müritzfischer Spezialitätenshop
 *	
 *	Stand:				08.12.09
 *
 *	C 					2009 A. Kaps, kapsdesign
 *	Auftraggeben:		EVS-Digitale-Medien
 *	
 *	letzte Änderungen:								
 *									
 */

/*
 * ********************************************* Basics **/
body
{
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	background-color: #ffffff;
}
div#shop {
	position: relative;
	top: 0;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}
/*
 *	******************************************************** Layout */
div#zeile
{
	position: fixed;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background-color: #000066;
}
ol
{
	list-style: decimal;
	margin: 0 0 0 20px;
	padding: 0;
	
}
li
{
	width: 480px;
	height: auto;
	
	color: #000000;
	font-size: 11px;
	
	margin: 15px 0 0 40px;
}
/*
 *	******************************************************** Layout ENDE */
/*
 *	******************************************************** Marginalspalte */
div#marg
{
	position: absolute;
	top: 60px;
	left: 525px;
	width: 300px;
	height: auto;
	background-color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0;
	/*border: 1px solid #999999;*/
}
.margHead
{
	width: 280px;
	height: auto;
	
	color: #000066;
	font-size: 13px;
	
	padding: 0;
	margin: 0 0 14px 20px;
	
	/*border: 1px solid #CC3300;*/
}
.margText
{
	width: 220px;
	height: auto;
	
	color: #000000;
	font-size: 11px;
	
	padding: 0;
	margin: 0 0 10px 20px;
}
.margTabel
{
	display: table;
	border-collapse: collapse;
	width: 220px;
	margin: 20px 0 0 20px;
}
.margTabel_z1
{
	display: table-cell;
	
	color: #5e5e5e;
	font-size: 10px;
	text-align: left;
	vertical-align: text-top;
	padding: 0 8px 8px 0;
}
.margTabel_z2
{
	display: table-cell;
	
	color: #404040;
	font-size: 12px;
	text-align: left;
	vertical-align: text-top;
	padding: 0;
}
div#marg a
{
	width: 200px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ee7722;
	text-decoration: none;
	
	padding: 0;
	margin: 6px 0 0 20px;
}
div#marg a:visited
{
	color: #ee7722;
}
div#marg a:hover
{
	color: #000066;
}

/*
 *	******************************************************** Marginalspalte ENDE*/
/*
 *	******************************************************** Fuss */
div#fuss
{
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-color: #000066;
}
div#fuss div#fussNavi
{
	position: absolute;
	left: 20px;
	top: 5px;
	height: 24px;
}
.fusTabelle
{
	display: table;
	border-collapse: collapse;
	margin: 2px 0 0 0;
}
.fusTabelleTD1
{
	display: table-cell;
	border-right: 2px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 0 12px 0 12px;
}
.fusTabelleTD2  /*	AGB Link */
{
	display: table-cell;
	border-right: 2px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	padding: 0 12px 0 12px;
}
.fusTabelle a:link
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.fusTabelle a:visited
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.fusTabelle a:hover
{
	font-size: 12px;
	color: #ee7722;
}
/*
 *	******************************************************** FUSS ENDE */
/*
 *	******************************************************** Schrift */
.headline
{
	display: block;
	width: 480px;
	height: auto;
	border-bottom: 1px dotted #ee7722;
	
	color: #000066;
	font-size: 20px;
	
	padding: 0;
	margin: 15px 0 0 40px;
}
.subheadline
{
	display: block;
	width: 480px;
	height: auto;
	
	color: #000066;
	font-size: 14px;
	
	padding: 0;
	margin: 10px 0 12px 40px;
}
.subheadline_blau
{
	display: block;
	width: 480px;
	height: auto;
	
	color: #000066;
	font-size: 12px;
	/*font-weight: bold;*/
	
	padding: 0;
	margin: 10px 0 0 40px;
}
.mengentext
{
	display: block;
	width: 480px;
	height: auto;
	
	color: #404040;
	font-size: 12px;
	
	padding: 0;
	margin: 4px 0 8px 40px;
}

.bold
{
	font-weight: bold;
	color: #000066;
}
.linktext
{
	display: block;
	min-width: 300px;
	max-width: 550px;
	height: auto;
	
	color: #000000;
	font-size: 12px;
	
	padding: 0;
	margin: 5px 300px 25px 0;
}
.orange
{
	color: #ee7722;
}
.abstand
{
	clear:both;
	width: 480px;
	height: 40px;
	
	color: #000000;
	font-size: 12px;
	
	padding: 0;
	margin: 10px 0 8px 40px;
}
/*
 *	******************************************************** Schrift ENDE */

