* {
	margin: 0px;
	padding: 0px;
}

.remove_border {
	border: 0;
}

.body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 13px 0;
	font-size: 1.3em;
}

h2 {
	font-size: 1.25em;
	margin-top: 20px;
}

h3 {
	font-size: 1.05em;
}

h4 {
	font-size: 1.01em;
	font-weight: bold;
}

p {
	margin: 10px 0;
}

table td {
	padding: 3px;
	vertical-align: top;
}

ul,ol {
	margin: 8px 18px;;
}

li {
}

#container {
	padding-top: 15px;
	width: 1000px;
	margin: 0 auto;
}

#left {
	width: 200px;
	float: left;
}




#left-item {
	background: #e9e6da;
	border: 3px solid #666;
	padding: 3px;
	margin-bottom: 12px;
}

#left-item ul {
	margin-left: 14px;
}

#left-item li {
	list-style: none;
}

#left-item a {
	font-size: 1.05em;
	color: #000;
	padding: 5px 0;
}

#content {
	float: right;
	width: 570px;
}

#content-item {
	background: #fff;
	border: 3px solid #666;
	padding: 4px 10px 4px 15px;	
	margin-bottom: 12px;
}

#right {
	float: right;
	width: 220px;
	margin-left: 4px;
}

#right-item {
	width: 100%;
	margin: 0 0 0px 10px;
	background: #e9e6da;
	border: 3px solid #666;
	padding: 5px 3px;
	margin-bottom: 12px;	
}

#white-bg {
	background: white;
}

#costume-wrapper {
	margin: 0 auto;
	width: 510px;
	border: 1px solid silver;
	padding: 3px;
}

#costume-org {
	float: left;
	width: 25%;
}

#costume-content {
	float: right;
	width: 255px;

}


#costume-costume {
	float: right;
	width: 25%;
}

#costume-img img { 
	max-width:150px;
  width: expression(this.width > 150 ? 150: true);
  max-height:150px;
  height: expression(this.height > 150 ? 150: true);
  text-align: center;
}

#resultat-item {
	margin-bottom: 8px;
}

#resultat-bild-org {
	width: 100px;
	float: left;
}

#resultat-content {
	width: 300px;
	float: right;
}


#resultat-visa {
	width: 100px;
	float: right;
}


#resultat-bild-org img { 
  max-width:100px;
  width: expression(this.width > 100 ? 100: true);
  max-height:100px;
  height: expression(this.height > 100 ? 100: true);
  text-align: center;
}

#costume-bottom {
	border-top: 1px solid silver;
	font-size: 0.8em;
}

#disclaimer {
	font-size: 0.6em;
	padding: 4px;
	
}

#footer {
	background: #fff;
	border: 1px solid #666;
	text-align: center;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 0.7em;
}

.adsense {
	padding: 5px;
}


.search_text {
	background: #eee;
	font-size: 1.1em;
	border: 1px solid #666666;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.smallcenter {
	font-size: 0.7em;
	text-align: center;
}

.clearfloat {
	clear: both;
}