@import url("menu.css");
@import url("mailform.css");
@import url("ttnews.css");


* { margin:0; border:0; padding:0; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}
*:active { outline:0; }

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body{
	background-color:#999; 
	}
 
 #overall {
 	position:relative;
 		background-image:url("../images/fader.jpg");
	background-position:top center;
	background-repeat:repeat-y;
	width:100%;
 }
 

a { color:#2D5B77;  font-weight:bold; text-decoration:none; }
a:hover { }

#content { line-height:14px; word-spacing:3px; }
#content a { color:#2D5B77; border-bottom:1px solid #2D5B77; font-weight:normal; text-decoration:none; }
#content  a:hover { background-color:#2D5B77; color:#fff;}
#content img { float:left; margin:4px; }
h1 { color:#2D5B77; font-size:18px; border-bottom:1px solid #eee; width:400px; line-height:25px; margin-bottom:10px; }
h2 { color:#333; font-size:13px; line-height:20px; margin-bottom:5px; }

#pagewidth{ 
 width:1022px; 
 position:realtive;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 border-left:1px solid #333;
 border-right:1px solid #333;
 background-color:#fff; 
 background-image:url("../images/greybar.gif");
 background-position:top left;
 background-repeat:repeatt-y;
} 

.contenttable td { text-align:right; }
.contenttable td:first-child {text-align:left; }
 
#header{
 position:relative; 
 height:300px; 
  background-color:#FFFFFF; 
  background-image:url("../images/header2.jpg");
  background-position:top left;
  background-repeat:no-repeat;
 width:100%;
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative; 
 background-color:#eee;
  }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:842px; 
 background-image:url("../images/leucht_bg.jpg");
 background-position:bottom right;
 background-repeat:no-repeat;
 }

#content{ 
width:800px;

padding-top:10px;
padding-left:20px;
padding-right:20px;
margin-bottom:20px;
font-size:12px;
position:relative;
 }
 

#footer{
	z-index:9;
	top:5px;
	position:relative;
 height:12px; 
  background-color:#eee; 
 clear:both;
 margin-top:5px;
 font-size:9px;
 text-align:right;
 margin-right:20px;
 } 
 #footer2 { 
 background-image:url("../images/footer.jpg");
 background-repeat:no-repeat;
 background-position:bottom center;
 width:100%;
 position:relative;
 height:40px;
 }
 #footer a { font-weight:normal;}
 #footer a:hover { text-decoration:underline; }
 
.contenttable { margin-left:-2px; border:0px; margin-top:10px; margin-bottom:10px; }

td {font-size:10pt; padding:2px; }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
