/* Styles template default */
#header{
	background: url('../images/sce/templates/default/header.jpg');
	height: 95px;
}
h1{
	background: #176caf url('../images/sce/templates/default/bg_h1.jpg') repeat-y;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 8px;
	width: 550px;
	height: 27px;
	min-height: 27px;
	height: auto;
}
#contactform{
	float: left;
}
	
#contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	font-size: 0.5px;
	height: 0.5px;
}

#footer .footer_link { border-right:solid 1px #fff; padding-right:8px;margin-right: 4px;}
#footer .footer_language_link {	border-left:solid 1px #000;}
#footer .footer_last{
	border-right: none;
	padding-right: 0;
}



