﻿@charset "utf-8";
/* CSS Document */
/*
 * 100% height layout with header and footer using divs
 * 
 */
@import url(top_menu.css);
/*
@font-face {
	font-family: 'ChampagneLimousinesRegular';
	src: url('champagne_limousines-webfont.eot');
	src: local('☺'), url('champagne_limousines-webfont.woff') format('woff'), url('champagne_limousines-webfont.ttf') format('truetype'), url('champagne_limousines-webfont.svg#webfontsiiOrfos') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ChampagneLimousinesRegular';
	src: url('champagne_limousines-thickbold-webfont.eot');
	src: local('☺'), url('champagne_limousines-thickbold-webfont.woff') format('woff'), url('champagne_limousines-thickbold-webfont.ttf') format('truetype'), url('champagne_limousines-thickbold-webfont.svg#webfontj8GtRRmL') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
    font-family: 'ChampagneLimousinesRegular';
    src: url('/fileadmin/template_auslage/font_ChampagneLimousinesRegular/champagne_limousines-webfont.eot');
    src: url('/fileadmin/template_auslage/font_ChampagneLimousinesRegular/champagne_limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fileadmin/template_auslage/font_ChampagneLimousinesRegular/champagne_limousines-webfont.woff') format('woff'),
         url('/fileadmin/template_auslage/font_ChampagneLimousinesRegular/champagne_limousines-webfont.ttf') format('truetype'),
         url('/fileadmin/template_auslage/font_ChampagneLimousinesRegular/champagne_limousines-webfont.svg#ChampagneLimousinesRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChampagneLimousinesThickRg';
    src: url('/fileadmin/template_auslage/font_face_ChampagneLimousinesThickRegular/champagne_limousines-thick-webfont.eot');
    src: url('/fileadmin/template_auslage/font_face_ChampagneLimousinesThickRegular/champagne_limousines-thick-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fileadmin/template_auslage/font_face_ChampagneLimousinesThickRegular/champagne_limousines-thick-webfont.woff') format('woff'),
         url('/fileadmin/template_auslage/font_face_ChampagneLimousinesThickRegular/champagne_limousines-thick-webfont.ttf') format('truetype'),
         url('/fileadmin/template_auslage/font_face_ChampagneLimousinesThickRegular/champagne_limousines-thick-webfont.svg#ChampagneLimousinesThickRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
html,body
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#0D1215;
}

body
{
	behavior: url(/website/dev/fileadmin/template/js/csshover.htc);  /* se folseste atunci cand avem nevoie sa transformam in IE6 LI:HOVER sa fie functional */	
}

html
{
     overflow: -moz-scrollbars-vertical;
}

*
{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CBCDCC;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
a:active,
a:focus
{
	outline: none;
}

div#container
{
	position:relative; /* needed for footer positioning*/
	width:100%;
	margin:0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image:url(images/content_main_bgr.jpg);
	background-repeat:repeat-y;
	/*margin-bottom:-16px; */
	margin-bottom:0px;
}

div#logo
{
	width:311px;
	float:left;
	padding-top:12px;
}

div#logo a img
{
	border:0;
}

div#content_zone
{
	float:left;
	width:713px;
	position:relative;
}

div#content_zone #content
{
}

div#mainfooter
{
	position:absolute;
	bottom:0;
	left:0; 
	display:block;
	width:100%;
	height:16px;
	background-color:#000000;
	margin-top:25px;
}

div#mainfooter p
{
	color:#676767;
	font-size:10px;
	padding-left:221px;
	margin-bottom:0;
}

div#mainfooter p a
{
	color:#676767;
	font-size:10px;

}

div.lpan_left
{
	color:#DFDFDF;
	float:left;
	width:96px;
}

div.lpan_left h2
{
	font-size:13px;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}


div.lpan_center
{
	float:left;
	width:407px;
}

div.lpan_right
{
	float:left;
	width:136px;
	
}

div.lpan_right a
{
	font-size:13px;
}

div.left_arr_fotos
{
	float:left;
	width:32xp;
	padding-top:147px;
}

div.left_arr_fotos a img
{
	border:0;
}

div.image_fotos
{
	float:left;
	width:525px;	
}

div.right_arr_fotos
{
	float:left;
	width:32px;
	padding-top:147px;	
}

div.right_arr_fotos a img
{
	border:0;
}

div.socialIcons {
	bottom: -8px;
    left: 10px;
    position: absolute;
}

.clear
{
	clear:both;
	height:0px;
	font-size:0px;
}

/* FCE */

div.fce_kontakt
{
	margin-bottom:50px;
	color:#FFFFFD;
}

div.fce_kontakt h2
{
	margin-bottom:22px;
	font-size:13px;
	color:#FFFFFD;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.fce_news_letter
{
	background-image:url(images/gray_dot_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:8px;
	margin-bottom:38px;
}

div.fce_news_letter h2
{
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	background-image:url(images/gray_dot_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:7px;
	padding-bottom:8px;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.fce_news_letter .u_name
{
	float:left;
	width:48px;
	color:#FFFFFD;
	font-weight:bold;
}

.u_name font
{
	float:left;
	width:120px;
	color:#FFFFFD;
	font-weight:bold;
	margin-bottom:5px
}

.inp_name font input
{
	width:136px;
	height:17px;
	color:#000000;
	background-color:#CBCDCC;
	border:0;
	margin-bottom:5px;
}

div.fce_news_letter .inp_name,
div.fce_news_letter .inp_email
{
	float:left;
	width:137px;
	height:17px;
	background-color:#C8C8C8;
}

div.fce_news_letter .inp_name input,
div.fce_news_letter .inp_email input
{
	width:136px;
	height:17px;
	color:#000000;
	background:none;
	border:0;
}


div.fce_news_letter .u_email
{
	float:left;
	width:43px;
	color:#FFFFFD;
	font-weight:bold;
	padding-left:12px;
}

div.fce_news_letter .subm
{
	width:78px;
	float:left;
	margin-left:57px;
}

div.fce_news_letter .subm input
{
	color:#FFFFFF;
	border:0;
	background:none;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

div.fce_news
{
	background-image:url(images/gray_dot_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:2px;
	margin-bottom:17px;
}

div.fce_news p
{
	color:#99999B;
}	
div.fce_news h1
{
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding-bottom:20px;
	margin-top:36px;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.fceImageGackground {
	width:604px;
	position:relative;
	height:141px;
}

div.fceImageGackground .textBox {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:43px;
	background-image:url(images/fceTransparentLine.png);
	background-repeat:repeat-x;
	z-index:10;
}

div.fceImageGackground .textBox .inner {
	font-family:'ChampagneLimousinesThickRg';
	font-size:30px;
	color:#FFFFFF;
	padding-left:8px;
	padding-top:6px;	
}

div.fceImageGackground .imageBgnd {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

h1
{
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding-bottom:20px;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.fce_news .date
{
	color:#FFFFFF;
	padding-bottom:10px;
	margin-bottom:10px;
	background-image:url(images/gray_dot_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	font-weight:bold;
	letter-spacing:1px;
}

div.fce_programm
{
	background-image:url(images/white_dott_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#CDCDCD;
	padding-bottom:9px;
	margin-bottom:9px;
}

div.fce_programm h2
{
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.purple h3
{
	color:#92288C;
	font-size:15px;
	font-weight:bold;
	font-family:'ChampagneLimousinesRegular', sans-serif;	
}

div.blue h3
{
	color:#0172BE;
	font-size:15px;
	font-weight:bold;
	font-family:'ChampagneLimousinesRegular', sans-serif;	
}

div.orange h3
{
	color:#F36621;
	font-size:15px;
	font-weight:bold;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.green h3
{
	color:#019734;
	font-size:15px;
	font-weight:bold;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.fce_contact
{
	color:#FEFEFE;
}

div.fce_contact h1
{
	margin-bottom:27px;
	padding-bottom:0px;
	font-size:17px;
	color:#FFFFFF;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

div.fce_contact h2
{
	margin-top:60px;
	margin-bottom:27px;
	font-size:13px;
	color:#FEFEFE;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

p
{
	margin-bottom:10px;
	text-align:justify;	
}
p span.news-list-morelink {
	display:none;
}

.carouselContainer
{
	display:none;
}

.slideInfoZone
{
	display:none;
}

.myGallery
{
	border:0;
}

/* RTE  */

.purpleText
{
	color:#912891;
	font-size:16px;	
	margin-bottom:5px;	
}

.blueText
{
	color:#0171B9;
	font-size:18px;	
	margin-bottom:5px;	
	font-family:'ChampagneLimousinesRegular', sans-serif;	
	text-transform:uppercase;
	font-weight:normal;
}

.orangeText
{
	color:#F0661E;
	font-size:18px;	
	margin-bottom:5px;	
	font-family:'ChampagneLimousinesRegular', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	
}

.greenText
{
	color:#009933;
	font-size:18px;
	margin-bottom:5px;
	font-family:'ChampagneLimousinesRegular', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	
}

.news-single-item h1
{
	font-size:17px;
	text-transform:uppercase;
	font-family:'ChampagneLimousinesRegular', sans-serif;
}

.csc-frame-frame1 h1 {
	padding-bottom:0;
}

.news-single-timedata
{	
	color:#FFFFFF;
	text-align:right;
	margin-bottom:10px;
	font-size:11px;
}

.news-latest-gotoarchive
{
	margin-left:0;
	padding-left:0;
}

.news-amenu-container-cust
{
	background-image:url(images/gray_dot_line.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:6px;
}

.news-amenu-container-cust ul
{
	list-style:none;
	margin-bottom:20px;
	background-image:url(images/gray_dot_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
}

.news-amenu-container-cust ul li a
{
	color:#99999B;
}

.news-amenu-container-cust ul li.news-amenu-item-year
{
	background:none;
	font-size:12px;
	padding-top:0;
	margin-top:0;
	color:#FFFFFF;
}

.news-amenu-container-cust ul li.amenu-act
{
	background:none;
	text-decoration:underline;
	font-weight:normal;
	margin-left:10px;	
}

h2 {
	font-family:'ChampagneLimousinesRegular', sans-serif;
	color:#FDFEFF;
	font-size:14px;
}

div.tvLogo {
	position:absolute;
	right:0;
	top:71px;
}

div.tx-rgsmoothgallery-pi1 {
	margin-bottom:36px;
}

div.tx-reeateasermenu-pi1 .teaserItem {
	width:auto;
	margin-bottom:36px;
}

div.tx-reeateasermenu-pi1 .teaserItem .img {
	float:left;
	width:163px;
}

div.tx-reeateasermenu-pi1 .teaserItem .title {
	float:left;
	width:533px;
}

div.tx-reeateasermenu-pi1 .teaserItem .title a {
	font-family:'ChampagneLimousinesRegular';
	color:#FFFFFF;
	font-size:39px;
}

div.tx-reeateasermenu-pi1 .teaserItem .title a:hover {
	text-decoration:none;
	color:#AFAAAA;
}
