﻿/* GreenTetradTheme */
/* styles for elements in headline & lang */

#headline
{
	float: left;
	font-size: 1.5em;
	color: #E46966;
}

#lang
{
	float: right;
}

#headline, #lang
{
	margin: 0;
	padding: 5px 10px;	
}

#tel
{	
	margin: 0;
	padding: 0;
	display: inline-block;	
	width: 19px;
	height: 18px;
	text-indent: 19px;
	vertical-align: middle;
	overflow: hidden;
	background-image: url(images/phone942421small.png);
	background-repeat: no-repeat;
}