/* Allgemeine Angaben */

.teaserDivAllg	{
	width:100%; 
	padding:0px; 
	margin: 0px 0px 10px 0px;
	border:none; 
}
.teaserDivStart	{
	width:100%; 
	padding:0px; 
	margin: 0px 0px 10px 0px;
	border:1px solid #FF9900; 
	background-color: #FFF0D9;
}

.teaserTable {
}

.contentHeaderSmall {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}

.contentHeaderSmall a:link, .contentHeaderSmall a:visited {
	text-decoration:	none;
	color:				#000000;
}

.contentText a:link, .contentText a:visited {
	text-decoration:	none;
	color:				#000000;
	font-weight:		bold;
}





.contentImages { }




/* Shop Styles */

.catHeader {
	background: 		url(/images/head_bg_01.jpg);
	background-repeat:	no-repeat;
	text-align:			center;
	height:				18px;
}

.catHeader a:link, .catHeader a:visited {
	font-size:			12px;
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;
}


.itemHeader {
	background: 		url(/images/head_bg_01.jpg);
	background-repeat:	no-repeat;
	
	text-align:			center;
	
	height:				18px;

	font-size:			12px;
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;	
}


.shopInput {
	width:				20px;
	font-size:			10px;
}

.shopButton {
	cursor:				pointer;
	background:			none;
	border:				1px solid #622926;

	font-weight:		bold;
	font-size:			12px;

	text-align:			center;
}

.shopButton a:link, .shopButton a:visited {
	text-decoration:	none;
	color:				#000000;
	vertical-align:		middle;
	
	margin:			2px;
	display:		block;
}







.loginBlock {
	width:				120px;
	color:				#ffffff;
}

.loginInput {
	width:				100%;
	border:				none;
	background:			#ffffff;
}

.loginButton {
	color:				#ffffff;
	border:				none;
	background:			none;
	cursor:				pointer;
	font-weight:		bold;
	text-align:			right;
}