@charset "UTF-8";
/* CSS Document */

/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* basics */

body {
background-image:url(elements/bg_1_PONGED.png);
background-repeat:repeat-x;
background-color: #333;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 800px;
}

p, td {
color:#FFF;
font-size: 14px;
font-family: Georgia, serif;
font-weight: 400;
text-align: left;
line-height: 18px;
padding-bottom:9px;
}


h1 {
color:#FFF;
font-size: 14px;
font-family: Georgia, serif;
font-weight: 800;
text-align: left;
line-height: 18px;
padding-bottom:3px;
	}

/*

h2 {}

h3 {}

*/

/* extra typo */

.language{
color:#666;
font-size: 12px;
font-family: Georgia, serif;
text-align: right;
line-height: 12px;
padding: 0px;
}

.p_menu {
	color:#666;
}

.p_menu_blog{
	font-style:italic;
}

.p_quote{
	color:#666;
	font-style:italic;
	font-size:18px;
	line-height:20px;
}

.address{
	color:#666;
	font-size: 12px;
	font-family: Georgia, serif;
	line-height: 16px;
}

.slogan {
	color:#FFF;
	font-weight:800;
}

.divider{
	padding:0 10px 0 10px;
	letter-spacing:-3px;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: 25;
	margin-right:10px;
	padding-top: 20px;
	margin-bottom: -50px;
	font-size: 500%;
	color: #666;
}


/* containers (= ct_...) */

#ct_main{
width: 800px;
}

#ct_logo{
width:800px;
margin-bottom:10px;
}

#ct_menu{
width:800px;
margin-bottom:20px;
}

#ct_content{
width:800px;
margin-bottom:20px;
}

#ct_info{
width:800px;
margin:10px 0 10px 0;
}

/* divs */

#logo{
float:left;
width: 300px;
margin-bottom: 10px;
}

#language{
float:left;
width:500px;
text-align:right;
margin-top:9px;
padding: 0;
}

.txt_left{
float:left;
width:500px;
margin-right:25px;
	}

.quote_right{
float:left;
width:250px;
	}

/* the color bars */

.bar_pp {
padding:0;
}

.bar_Pp {
padding:25px 0 0 0;
}

.bar_pP {
padding:0 0 25px 0;
}

.bar_PP {
padding:25px 0 25px 0;
}



/* subs */

a:link {
color:#666;
text-decoration: none;
}

a:visited {
color:#666;
text-decoration: none;
}

a:hover, a:active {
color: #FFF;
text-decoration: none;
}


#language a:link {
color:#666;
text-decoration: none;
}

#language a:visited {
color:#666;
text-decoration: none;
}

#language a:hover, a:active {
color: #FFF;
text-decoration: none;
}

/* you are here stuff */

body#vision a#visionLink,
body#about a#aboutLink,
body#contact a#contactLink,
body#communication a#communicationLink,
body#web_tv a#web_tvLink,
body#tv_formats a#tv_formatsLink,
body#now a#nowLink,
body#blog a#blogLink {
color: #FFF;
}

/* extras */

.clear{
clear:both;
}
