
/*--- header ---------------------------------------------------------------*/

#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 160px;
	top: 0px;
	left: 0px;
}

body{
   background:url('../images/bgs/bg.gif');
}

/* ------------------- Logo ------------------------------ */   
#key_visual {
	background-image: url(../images/pixolutionLogos/pixolutionLinks.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 160px;
}

/* special Logo innerhalb logo zb. spezielles messelogo */
#meetUsLogo {
	
	position: absolute;
	top: 38px;
	left: 515px;
	/*
	width: 275px;
	height: 90px;
	*/
	/*background-image: url(../images/pixolutionLogos/s2010_logo_lft.jpg);
	background-repeat: no-repeat;*/
}
#meetUsLogo2 {
	
	position: absolute;
	top: 38px;
	left: 685px;
	/*
	width: 275px;
	height: 90px;
	*/
	/*background-image: url(../images/pixolutionLogos/s2010_logo_lft.jpg);
	background-repeat: no-repeat;*/
}


/* ------------------- fuer Schrift/ Link im Logo --------------------- */

/*
#meetUsLogo a.logo_link{
	font-family: Arial,sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFD458;
}
#meetUsLogo a.logo_link:hover{
	font-family: Arial,sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFC329;
}
#meetUsLogo a.logo_visited{
	font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
*/

/* ------------ Ende fuer Schrift/ Link im Logo ----------------- */

/* -------------------- Ende Logo ------------------------- */


/* =============================================================== */

/* --------------- Hauptlayout ---------------- */

#container {
	background-color: #252525;
    background-image: url(../images/bgs/bgSubmenu.gif);
    background-repeat: repeat-y;
	position:absolute;
	padding: 0;
	text-align: left;
	width: 820px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	text-decoration: none;
	left: 14px;
	top: 8px;
}

#main_container {
    clear: both;
    padding: 0;
    margin: 0;
	width: 100%;
}
#sub_container2 {
	margin: 0;
	padding: 0;
	width: 660px;
	padding: 10px;
	overflow: visible;
}

#left_column_container {
    margin: 0;
    padding: 0;
    width: 172px;
}


#layout_table {
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

/* --------------- Ende Hauptlayout ---------------- */

/* =============================================================== */

/* --------------- Hauptnavigation ---------------- */


#main_nav_container {
    position: relative;
    left: 0px;
    top: 14px;
    float: left;
    width: 170px;
    padding: 0;
    margin: 0;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
}

#main_nav_list a {
    display: block; 
    padding: 0px 0px 8px 25px;
    width: 145px;
    line-height: 20px;
    text-align: left;
}

#main_nav_list a.main_nav_active_item {
  background: url(../images/Navigation/n1activeitem.gif) no-repeat;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  
  color: #ffffff;
}
#main_nav_list a.main_nav_item {
  background: url(../images/Navigation/n1.gif) no-repeat;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
#main_nav_list a.main_nav_item:hover {
  background: url(../images/Navigation/n1hover.gif) no-repeat;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

/* ------------ Ende Hauptnavigation ------------- */

/* =============================================================== */

/* ------------ Hauptinhalt container ------------- */


#content_container {
	overflow: visible;
	width: 660px;
	margin: 0;
	padding: 0;
}


#main_body #container #main_container tr #right_column #sub_container2 #content_container ul {
	font-weight: normal;
} 

.content {
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: normal;
	color: #C7C7C7;
	
}

.content p {
    line-height: 1.3;
}


h1{
   /* erste Ueberschrift im Hauptcontainer */
   margin: 0 0 15px 0;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}


#content_container h1 {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#content_container h2 {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding-bottom: 0em;
	margin-bottom: 0.5em;
	margin-top: 1.25em;
}
#content_container h3 {
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}
#content_container, #content_container p {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #C7C7C7;
	overflow: visible;
}
#content_container a:visited {
	font-family: arial, verdana, tahoma, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
#content_container a:link {
	font-family: arial, verdana, tahoma, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	color: #ffe4bf;
	text-decoration: none;
}
#content_container a:hover {
	font-family: arial, verdana, tahoma, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration:none;
	color: #ffcd87;
}
#content_container a:active {
	font-family: arial, verdana, tahoma, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #FC6;
}

/* -- linksbuendige Buttons fuer Seite - grosse Bilder sortiert unsortiert -- */
#buttons
{
position:relative;
left:600px;
}

/* -------------------- Produktmatrix ---------------------*/
.teilueberschrift{
	background-color:#161616;
	text-align:left;
	font-weight:bold;

}
.linkeSpalte{
background-color:#161616;
	text-align:left;
	
}
.inhaltsSpalte{
	background-color:#545050;

}
.linkeSpalte2{
background-color:#404040;
	text-align:left;
	
}
.bildanzahl{
	background-color:#404040;
}

.zitat {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
/* --------------- Ende Produktmatrix  ------------------*/


/* ------------ Ende Hauptinhalt container ------------- */

/* =============================================================== */

/* ------------------ footer -------------------- */

#footer {
	margin: 0;
	padding: 0;
	width: 640px;
	clear: both;
	left: 172px;
	position: relative;
	background: transparent url(../images/bgs/bgFooter.gif) repeat-x;
}


#footer_text {
  
  padding: 15px 0 10px 18px;
  text-align: left;
  width: 100%;
  
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #C7C7C7;
}
#lan{
	font-family: Arial,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #C7C7C7;
	position: relative;
	float: left;
	left: 620px;
	top: -23px;
}
#footer_text a.footer {
   font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
}
#footer_text a.footer:link {
   font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
}

#footer_text a.footer_active_item {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#footer_text  a.footer:visited {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

#footer_text a.footer:hover {
 font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FC6;
}

a.item:active {
   font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  /*color: #FC6;*/
  color: #fff;
}

.language {
	bottom: 11px;
	right: 0px;
	text-align: right;
	width: 200px;
	display: block;
}

/* ----------------- Sprachlinks -------------------*/
a.active_item {
   font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
a.item {
   font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  /*color: #ffe4bf;*/
  color: #fff;
}

a.item:link {
   font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  /*color: #ffe4bf;*/
  color: #fff;
}

a.item:visited {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

a.item:hover {
 font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FC6;
}

/* ----------------- Ende Sprachlinks -------------------*/

/* ------------------ Ende footer -------------------- */
