/* Basic Settings */
#logo {
	margin-top:10px;
	margin-bottom:10px;
	/*height:84px;*/
	text-align:right;
	position:relative;
}
a:link {
	/* color: #000000; */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 14px;
	background-color:#FFFFFF;
}
.bgColor {
	background-color: #EFEBEF;
}
/* Men Items der Klasse */
.menuStripe {
	background-image: url(../gfx/0_orange.gif);
	background-repeat: repeat-y;
	background-position: 5px;
}
.mainMenu {
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #ffa900;
}
.subMenu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.Home {
	background-image: url(../gfx/ci/arrow_b.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
.Kiosk {
	background-image: url(../gfx/ci/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.subKiosk {
	background-color: #C90C0C;
}
.Specials {
	background-image: url(../gfx/ci/arrow_g.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.subSpecials {
	background-color: #2A781A;
}
.Service {
	background-image: url(../gfx/ci/arrow_u.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
.subService {
	background-color: #0D38A4;
}
.copyright {
	font-size: 7pt;
	color: #c8c8c8;
	text-decoration: none;
}
.bgTitel{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.imgtzpadding{
	padding:3px;
}
/* Prämie bzw. Zeitschrift auswählen */
.itemChosen, .itemChosenSecure {
	background-color:#CCCCCC;
	border:solid 1px #333333;
	margin-top:10px;
	padding:8px;
}
.itemChosen a { font-weight:bold; }
.itemChosenSecure a {
	font-weight:bold;
	background:url('../gfx/ci/ssl.gif') no-repeat 3px 4px;
	padding:4px 0px 4px 22px;
}
.itemChosen span { font-size:0.85em; }
.itemChosenSecure span {
	font-size:0.85em;
	margin-left:22px;
}
#tzPramCats {
	background-color:#F3F3F3;
	clear:both;
	margin-top:10px;
}
#tzPramCats ul { list-style-type:none; }
#tzPramCats li {
	float:left;
	width:280px;
}
#tzPramDetail { margin-top:10px; }
#tzPramDetail #tzPramCover {
	float:right;
	text-align:center;
	width:230px;
}
#tzPramDetail ul { padding-left:2em; }

/* Such auf der Startseite */
#plzsuche{
	background-color: #cccccc;
	border:solid 1px #999999;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:25px;
	width:400px;
}
#plzsuche a{
	text-decoration:none;
	font-weight:bold;
}

