/* CSS layout */

h2 {
	font-family:Verdana;
	font-size:large;
	color: #0285c8;	
}

h3 {
	font-family:Verdana;
	font-size:medium;
	color: #000000;	
}

li {
	font-family:Verdana;
	font-size:medium;
	color: #000000;
	text-align: justify;
	font-style:italic;
}

p {
	font-family:Verdana;
	font-size:medium;
	color: #000000;
	text-align: justify;
}

small {
	font-family:Verdana;
	font-size:small;
	color: #000000;
	text-align: justify;
}

body {
	background-color:#eaf1f7;
}

img {
	border:0;
}

a {
	font-family:Verdana;
	font-weight:bold;
	color: #0285c8;	
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }

#text {
	font-family:Verdana;
	font-size:medium;
	color: #000000;
	text-align: justify;
}

#bold {
	font-weight:bold;
}

#background {
	position: fixed;
	width: 1142px;
	height: 780px;
	left: 90px;
	top: 130px;
	background-image: url("pics/back.jpg"/*tpa=http://www.tl-werkzeuge.de/pics/back.jpg*/);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight: normal;
}

#top_left {
	position:fixed;
	width:182px;
	height:208px;
	left:0px;
	top:0px;
	z-index:5;
}

#header {
	position:fixed;
	width:100%;
	height:151px;
	left:182px;
	top:0px;
	background-image:url("pics/bg_oben.png"/*tpa=http://www.tl-werkzeuge.de/pics/bg_oben.png*/);
	background-repeat:repeat-x;
	background-attachment:fixed;
	z-index:5;
}

#nav {
	position:fixed;
	top:208px;
	left:0px;
	width:162px;
	height:321px;
	z-index:5;
}

#nav2 {
	top:529px;
	left:0px;
	width:162px;
	height:100%;
	position:fixed;
	background-image:url("pics/bg_links.png"/*tpa=http://www.tl-werkzeuge.de/pics/bg_links.png*/);
	background-repeat:repeat-y;
	background-attachment:fixed;
	z-index:5;
}

#NavText {
	Position:absolute;
	left:0px;
}

#NavText_german {
	Position:absolute;
	left:10px;
}

#logo {
	position:fixed;
	left:20px;
	top:10px;
	z-index:6;
}


#Haus {
	position:fixed;
	right:0px;
	top:0px;
	z-index:5;
}

#container {
	position:absolute;
	width:800px;
	height:100%;
	left:180px;
	top:160px;
	z-index:1;
}

#page_content {
	position:absolute;
	z-index: 3;
	left:200px;
	top:160px;
}

#bgtext {
	position:relative;
	border-width: 0;
	margin: 0;
	z-index: 3;
	left:180px;
	top:160px;
	font-family: Verdana;
	font-size: medium;
	background-image: url("pics/dark_bg_m.png"/*tpa=http://www.tl-werkzeuge.de/pics/dark_bg_m.png*/);
	background-repeat: repeat;
}

#bildImText {
	margin-left:10px;
	margin-top:0px;
	margin-right:110px;
	margin-bottom:10px;
	border:0px
}


#footer {
}


/* ----------------------IE-Hacks---------------- */

* html #tabelleUeberSeiteIE6 {
	width:80%;
}

*:first-child+html #tabelleUeberSeiteIE6 {
	width:80%;
}


