
/* CSS Document */

body {
  background-color: white;
  background-image: url('../img/bg.png');
  background-repeat: repeat-x;
}


#wrap {
	margin: 0 auto;
	padding: 0;
	background-color: white;
	color: black;
	margin-top:50px;
	width: 600px;
	border: thin solid black;
	display: block;
}

#rsearchfield {
  text-align: center;
	width: 600px;
	height: 140px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#rsearchfield form{
  position:relative;
  top: 60px;
  padding-bottom: 30px;
}

#rtitle {
	display: none;
  color: white;
	font-stretch: condensed;
	font-weight: bold;
	text-transform: uppercase;
	font-size: large;
	font-family: Georgia;
}

div.montage {
  margin: 0 auto;
  width: 520px;
  clear: both;
}

div.montage div.se img {
  border: none;
  outline: none;
}

div.montage div.se {
  float:left;
}

div.montage div.se a{
  border: none;
  outline: none;
  display: block;
  float: left;
}

div.montage div.se a:hover {
  opacity: 0.5;
}


#rfooter {
  font-size: 10px;
	font-variant: small-caps;
	margin-top: 10px;
	text-align: center;
	color: grey;
	width: 600px;
	float: none;
	clear: both;
}

#rfooter a:link, #rfooter a:visited, #rfooter a:active, #rfooter a:focus {
  text-decoration: none;
  color: inherit;
}

#rfooter a:hover {
  border-bottom: thin dotted green;
  color: green;
}

#bevitel:hover {
  border: thin dotted #AAA;
}

#bevitel {
  position: relative;
  top: 18px;
  left: 10px;
  border: thin solid #777;
}

#bevitel:focus {
  border: thin solid #222;
  background-color: #ffffcc;
}

#parentbox {
  text-align: left;
}

div.boxcontainer {
  float: none;
  width: 520px;
  border: 1px solid #ccc;
  margin: 0 auto;
  height: 40px;
}

span.title {
  
  font-size: 11px;
  font-weight: bold;
}

#box1 {
  display: block;
  height: 18px;
  line-height: 18px;
  position: relative;
  top: -42px;
  left: 320px;
  font-size: 14px;
  font-weight: bold;
}

.username {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
}