html	
{	
	background-color: white;
	text-align: center;
	vertical-align: middle;
}

body
{	
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

span.rot
{
	color: #00aeef;	
}

span.red
{
	color: red;	
}

.nowrap		{	white-space:		nowrap;
			}

.l		{	text-align: 		left;		}
.r		{	text-align:			right;	}
.c		{	text-align: 		center; 	}
.j		{	text-align: 		justify; }
.t		{	vertical-align: 	top; 		}
.b		{	vertical-align: 	bottom; 	}
.m		{	vertical-align: 	middle; 	}

.fl		{	float: 				left;		}
.fr		{	float:				right;	}
.fn		{	float: 				none; 	}

.bold 	{	font-weight:		bold; }
.italic {	text-decoration:	italic; }

.w10	{	width:				10px;		}
.w20	{	width:				20px;		}
.w25	{	width:				25px;		}
.w30	{	width:				30px;		}
.w40	{	width:				40px;		}
.w50	{	width:				50px;		}
.w60	{	width:				60px;		}
.w70	{	width:				70px;		}
.w75	{	width:				75px;		}
.w80	{	width:				80px;		}
.w90	{	width:				90px;		}
.w100	{	width:				100px;	}
.w125	{	width:				125px;	}
.w150	{	width:				150px;	}
.w175	{	width:				175px;	}
.w200	{	width:				200px;	}
.w225	{	width:				225px;	}
.w250	{	width:				250px;	}
.w275	{	width:				275px;	}
.w300	{	width:				300px;	}
.w350	{	width:				350px;	}
.w400	{	width:				400px;	}
.w450	{	width:				450px;	}
.w500	{	width:				500px;	}

.h10	{	height:				10px;		}
.h20	{	height:				20px;		}
.h25	{	height:				25px;		}
.h30	{	height:				30px;		}
.h35	{	height:				35px;		}
.h40	{	height:				40px;		}
.h45	{	height:				45px;		}
.h50	{	height:				50px;		}
.h60	{	height:				60px;		}
.h70	{	height:				70px;		}
.h75	{	height:				75px;		}
.h80	{	height:				80px;		}
.h90	{	height:				90px;		}
.h100	{	height:				100px;	}
.h125	{	height:				125px;	}
.h150	{	height:				150px;	}
.h175	{	height:				175px;	}
.h200	{	height:				200px;	}
.h225	{	height:				225px;	}
.h250	{	height:				250px;	}
.h275	{	height:				275px;	}
.h300	{	height:				300px;	}
.h350	{	height:				350px;	}
.h400	{	height:				400px;	}
.h50	{	height:				450px;	}
.h500	{	height:				500px;	}

.blink	{	text-decoration: 	blink;	
			background:			#ff0000;
		}

.readonly	{	}

hr.unten
{
	height: 5px;
	width: 90%;
	border-top: none;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

hr.oben
{
	height: 5px;
	width: 90%;
	border-top: 1px solid black;
	border-bottom: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#hidden
{	visibility: hidden;
}

a
{	color: #ffffff;
	text-decoration: none;
}

a:hover
{	color: white;
	font-style: italic;
}

img
{
	border: none;
}

div#site
{	
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

div, table, tr, td
{
	overflow:hidden;
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea.pins
{
	width: 380px;
	height: 500px;
}

div.login
{
	width: 500px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	vertical-align: middle;;
}

div.headline
{	position: absolute;
	top: 125px;
	left: 160px;
	width: 800px;
	height: 25px;
	border: none;
	z-index:-99;
	background: gray;
	background-image: url(bg_grau.jpg);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: larger;
	vertical-align: middle;
	line-height: 25px;
}

div.ameise
{	
}

div.work
{
	position: absolute;
	top: 238px;
	left: 160px;
	width: 800px;
	height: auto;
	overflow:visible;
	border: none;
	text-align:left;
	padding: 9px 0px 0px 3px;
}

div.work1
{
	top: 0px;
	left: 0px;
	width: 400px;
	height: auto;
	min-height: 300px;
	border: none;
}

div.work2
{	
	top: 0px;
	left: 400px;
	width: 400px;
	height: auto;
	min-height: 300px;
	border: none;
}
div.form_only
{
	width: auto;
	height: auto;
	margin: 20px;
	
}

div.category
{
	float: center;
	clear: both;
	width: 245px;
	height: 180px;
	vertical-align: middle;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin: 3px;
	padding: 3px;
	color: black;
	background-color: white;
	overflow: hidden;
}

div.cards
{
	float: center;
	clear: both;
	width: 180px;
	height: 135px;
	vertical-align: middle;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin: 3px;
	padding: 3px;
	color: black;
	background-color: white;
	overflow: hidden;
}

div.product
{
	float: center;
	clear: both;
	width: 245px;
	height: 245px;
	vertical-align: middle;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin: 3px;
	padding: 3px;
	color: black;
	background-color: white;
	overflow: hidden;
}


span.statt
{
	text-decoration: line-through;
}

div.buy
{
	position: absolute;
	top: 125px;
	left: 200px;
	width: 500px;
	height: auto;
	min-height: 200px;
	overflow: visible;
	border-top: thick solid #00aeef;
	border-right: thin solid gray;
	border-left: thin solid gray;
	border-bottom: thick solid #00aeef;
	padding: 25px;
}

div.buy a
{
	color:gray;
	font-weight: bold;
}

div.buy a:hover
{
	font-style:italic;
	color:#00aeef;
}

div.invoice
{
	width: 90%;
	page-break-after: always;
	min-height: 250mm;
	color: black;
	font-size: medium;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	
}

div.menu
{	position: absolute;
	top: 125px;
	left: 5px;
	width: 154px;
	height: auto;
	min-height: 300px;
	border: none;
	padding: 0px;
	background-color: white;
	z-index:99;
}

div.menu_headline
{	float:center;
	clear:both;
	background: gray;
	background-image: url(bg_grau.jpg);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
}

div.menu_headline_yooopi
{	float:center;
	clear:both;
	background: gray;
	background-image: url(bg_grau.jpg);
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
}

div.menu_entry
{	float: center;
	clear: both;

	color: #ffffff;
	background-color: #00aeef;
	
	text-align: left;
	vertical-align: middle;
	
	line-height: 25px;
	padding-left: 3px;
	
	border: none;

	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
}

div.menu_entry_yooopi
{	float: center;
	clear: both;

	color: #ffffff;
	background-color: #ec2c94;
	
	text-align: left;
	vertical-align: middle;
	
	line-height: 25px;
	padding-left: 3px;
	
	border: none;

	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
}

div.menu_entry_yooopi a
{	color: #ffffff;
	background-color: #ec2c94;
}

div.menu_entry_yooopi a:hover
{	color: #ffffff;
	background-color: #ec2c94;
}

div.menu_entry_green
{	float: center;
	clear: both;

	color: #ffffff;
	background-color: #33cc33;
	
	text-align: left;
	vertical-align: middle;
	
	line-height: 25px;
	padding-left: 3px;
	
	border: none;

	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
}


.summaries
{	color: #ffffff;
	background-color: #00aeef;
	
	line-height: 25px;
	padding-left: 3px;
	
	border: none;
}

div.menu_entry_blink
{	float: center;
	clear: both;

	color: #00ffff;
	background-color: #ff0000;
	
	text-align: left;
	vertical-align: middle;
	
	line-height: 25px;
	padding-left: 3px;
	
	border: none;

	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
	
	text-decoration: blink;
}

div.menu_entry:hover
{	background-color: #41c1f7;
}

div.submenu_entry, div.submenu_entry_work:hover
{	background-color:#41c1f7;
	color: white;
	font-weight: bold;
}

div.menu_sub
{	position: absolute;
	top: 150px;
	left: 160px;
	width: 800px;
	height: 80px;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	z-index: 1;
	overflow: hidden;
}

div.submenu_entry
{	float:left;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	color: gray;
	background-color: white;
	border:1px solid gray;
	margin: 1px;	
	font-weight: bold;
}

div.submenu_entry_work
{	float:center;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	color: gray;
	background-color: white;
	border:1px solid gray;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.submenu_entry_spacer
{	float:left;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	color: gray;
	background-color: white;
	border:0px none;
	margin: 1px;	
	font-weight: bold;
}

div.submenu_entry a, div.submenu_entry_work a
{	color: gray;
}

div.submenu_entry a:hover, div.submenu_entry_work a:hover
{	color: #00aeef;
}

div.status_left
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 550px;
	height: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: left;
	vertical-align: bottom;
	color: gray;
	border: none;
	padding: 3px;
	
	/*
	background-image: url(http://www.chihuahua-freunde.com/images/stories/ameise.gif);
	background-repeat: no-repeat;
	*/
}

div.status_right
{	background-image: url(alpinacom_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	left: 570px;
	top: 5px;
	width: 380px;
	height: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	vertical-align: bottom;	
	color: #00aeef;
	border: none;
	background-color: white;
}

div.status_orange
{	
	position: absolute;
	left: 5px;
	top: 100px;
	width: 955px;
	height: 24px;
	
	background-color: #00aeef;
	z-index: 999;
}

div.message
{  background-color: #ff0000;
	color: white;
	
	position: absolute;
	bottom: 20px;
	left: 180px;
	width: 720px;
	height: auto;
	z-index: 99;
	border: thin dashed white;
	overflow:visible;
	text-align: center;
	
	font-size: xx-large;
	padding:20px;
}

.cit
{  background-color:orange;
	color: white;
	
	text-align: right;
	vertical-align: top;;
	font-size: larger;
	font-weight: bold;;
}

.sofortueberweisung
{  background-color: lightblue;
	color: white;
	
	font-size: larger;
	text-align: right;
	vertical-align: top;;
	font-weight: bold;;
}

.cit_error
{  background-color: red;
	color: white;
	
	text-align: right;
	vertical-align: top;;
	font-size: larger;
	font-weight: bold;;
}

div.mce
{	position:absolute;
	top: 10px;
	left: 10px;
	width: uuto;
	height: auto;
	border: 1px solid #000000;
	overflow: visible;
	z-index: 9;
}

textarea.mce
{
	width: 500px;
	height: 500px;
	
}

table.std
{
		border:none;
		width: 100%;
}

tr.std
{
	background-color: #f0f0f0;
	text-align: left;
}

tr.std:hover
{
	background-color: #cccccc;
}

tr.std2
{	
	background-color: #f0f0f0;
	text-align: left;
}

tr.std2:hover
{	
	background-color: #cccccc;	
}

td.navi
{
	text-align: center;
	background-color: #f9f9f9;
}

td.th
{
	text-align: center;
	background-color: #eeeeee;
}

img.listing_konian_specials
{	height: 20px;
	width: auto;
	float: center;
}

img.form_konian_specials
{	height: auto;
	width: auto;
	float: left;
}

div.bon
{	
	top: 0px;
	left: 0px;
	width: 180px;
	height: auto;
	overflow:visible;
	border: none;
	border-top: none;
	border-bottom: none;
	border-left:none;
	border-right: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	font-size: 10px;
}

div.verstecken a
{	display:block;
	top: 0px;
	left: 0px;
	width: 180px;
	height: auto;
	text-align: center;
	color:black;
}

div.template
{	position:absolute;
	top: 20px;
	left: 600px;
	width: 180px;
	height: auto;
	min-height: 300px;
	border: 1px solid #000000;
	text-align:left;
	padding: 5px;
}

div.template_center
{
	text-align: center;
	float:none;
}

div.template_left
{
	text-align: left;
	float:left;
}

div.template_right
{
	text-align: right;
	float:right;
}

div.template_1
{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}

div.template_2
{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}

div.template_3
{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

div.template_4
{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

div.template_5
{	font-family:"Courier New", Courier, monospace;
	font-size: large;
}

div.template_6
{	font-family:"Courier New", Courier, monospace;
	font-size: medium;
}

div.template_7
{	font-family:"Courier New", Courier, monospace;
	font-size: small;
}

div.template_8
{	font-family:"Courier New", Courier, monospace;
	font-size: x-small;
}

div.template_9
{	font-family:"Courier New", Courier, monospace;
	font-size: x-large;
}

hr.template
{
	height: 1px;
	width: 100%;
}

.cart_button
{	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	vertical-align: middle;
	text-align: center;
	line-height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: gray;
	background-color: #eeeeee;
	border:1px solid gray;
	margin: 1px;	
	font-weight: bold;
	cursor: pointer;
}

.cart_button:hover
{	background-color:#87cefa;
	color: white;
	cursor: pointer;
}
