/* Designvorgaben für www.intermediport.com .de .eu */
/* CSS- Version: 1.0 vom 04-Dezember-2007 */
/* Copyright 2007 by Johannes Blatz */
/* All rigths reserved */

.menuleiste
{
	//background-image:url(buttonhintergrund.jpg);
	background-repeat:repeat-x;
	
	margin-top:5px;
	
	height:22px;
}

.undermenuleiste
{
	background-repeat:no-repeat;
	display:block;
	
	margin-top:0px;
	margin-bottom:0px;
	
	height:10px;
}

.menuleiste a
{
   color:#000000;
   text-decoration:none;
}


.button
{
	float:left;
	//background-image:url(buttonhintergrund.jpg);
	background-repeat:repeat-x;
	
/*	border: 1px solid #CCCCCC; */
	
	font-size:11px;
	
/*	padding:1px 0px 0px 0px;  */
	
	padding-top:5px;
	margin-bottom:-5px;

	
	cursor:pointer;
	
	height:22px;
	width:90;
}

.showroomBox
{
	display:block;
	
	border: 1px solid #0099FF;
	
	font-size:11px;
	
	font-weight:bold;
	
	margin-top:7px;
	margin-bottom:8px;
	
	font-weight:normal;
	
	border-radius:10px;
	border-top-left-radius:0px;
}

.showroomBox a
{
	text-decoration:none; 
	color:#000000;
}
