@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/base.css);

/*Credits from MenuCreator:*/
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */
@import url(menu/menu.css);

@import url(tt_news.css);

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

/* (en) Marginal areas & page background */
/* (de) Randbereiche & Seitenhintergrund */
body { 
	background: #FFFFFF; 
	padding: 10px 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:active, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-bottom: 10px;
	font-size: 20px;
}

h2 {
	margin-bottom: 10px;
}


/* Layout Alignment | Layout-Ausrichtung */
.page_margins { 
	margin: 0 auto; 
}   

/* Layout Properties | Layout-Eigenschaften */  
.page_margins { 
	width: 1000px; 
	background: #fff; 
}   

.page { 
	padding: 10px;
}

#header { 
	padding: 15px 2em 1em 15px; 
	color: #000; 
	background: #fff; 
}

#topnav { 
	color: #aaa; 
	background: transparent; 
}

#nav { 
	overflow: hidden;
}

#main {
	overflow: hidden; /* IE7 fix */
	padding: 10px; 
	background: #fff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	min-height: 500px;
}
#footer { 
	padding: 5px 20px; 
	color: #666; 
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer .c50r {
	text-align: right;
}

/* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
#nav ul { margin-left: 20px; }

/*-------------------------------------------------------------------------*/

/**
* (en) Formatting content container
* (de) Formatierung der Inhalts-Container
*
*/

#col1 { float: left; width: 250px}

#col2 { display:none}

#col3 { width: auto; margin: 0 0 0 250px}

#col1_content {	padding: 0; }

#col3_content { padding: 0 10px 0 10px }

/*-------------------------------------------------------------------------*/
/* Product Boxes */
.product {
	margin-bottom: 10px;
}

.product div {
	padding-left: 10px;
}

.productImage {
	float: right;
	minwidth: 110px;
	text-align: center;
}

.productText li {
	list-style-type: none;

}

/*-------------------------------------------------------------------------*/
/* Link Icons */
a[href$='.pdf'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	
	background:transparent url(../icons/page_white_acrobat.png) top left no-repeat;
}

a.link-download {
	padding-left: 20px;
	line-height: 18px;
	
	background:transparent url(../icons/icon_archive.gif) top left no-repeat;
}

.align-justify{
	text-align: justify;
}

.align-center{
  text-align: center;
}

.sitemapMenu ul li{
	padding-top: 5px;
	padding-bottom: 5px;	
}

h3 a, .news-latest-container a, .news-latest-container li a {
	font-size:14px;
	font-weight:bold;
}

p {
	margin-bottom: 10px;
}
.mail-err {
	color: #FF0000;
}