/* RESET */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}body {	line-height: 1;}
a:link, a:visited, a:hover, a:active {color: #000; text-decoration: underline;}
img { border: none; }
html,body {height:100%}
body { margin-top: 50px;
  color: #fff;
  background: #666;
  font-size: 12px;
  font-family: Arial;
}
 
.zoomoutmenu {
  border: 0.5em solid #fff;
  position: relative;
  height: 300px;
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
 
.panels {
  height: 300px;
  width: 600px;
  overflow: hidden;
}
 
.tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
 
.tabs li {
  float: left;
  display: block;
  width: 150px;
  background-color: #fff;
  text-align: center;
}
 
.tabs li a {
  padding: 0.2em;
  display: block;
  text-decoration: none;
  color: #333;
  border-top: 5px solid #ffe;
  font-size: 1.3em;
}
 
.tabs li a:hover {
  border-top: 5px solid #fff;
  font-weight: bold;
  color: #000;
}
 
.panel {
  background: #ccc;
  padding: 10px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
 
.panel h2 {
  font-size: 24px;
  font-family: Arial;
  padding: 1em;
  margin: 0;
  text-align: right;
  font-weight: normal;
}
 
#one {
  background: #ee3233 url(img/0.gif) no-repeat center center;
  color: #300;
}
  
#two {
  background: #ee3233 url(img/1.gif) no-repeat center center;
  color: #220;
}
 
#three {
  color: #040;
  background: #bcdd60 url(img/2.gif) no-repeat center center;
}
 
 #three h2 {color: #040;}
#four {
  color: #047;
  background: #4bf url(img/3.gif) no-repeat center center;
}

div.tartalom { float: right; text-align: right;}
 
p{ padding:10px 0 10px 0;}
b  {display:inline;}