/* ------------------- Layout Allgemein ------------------------- */
body
{
	padding: 0;
	margin: 0;
	background: #e2e1dd url(images/body.png) repeat-x fixed;
}
div#head
{
	height: 150px;
	width: 100%;
	z-index: 50;
	background: url(images/head.png) repeat-x;
}
div#randImg
{
	position: relative;
	top: 0;
	float: right;
	height: 136px;
	width: 500px;
	overflow: hidden;
}
div#lang
{
	position: absolute;
	top: 20px;
	width: 980px;
	margin: 0 auto;
	text-align: right;
}
div#main
{
	width: 1000px;
	right: 5px;
	padding: 0;
	margin: 10px auto;
	background: url(images/menu.png) #e2e1dd repeat-y;
	border: 1px solid #999;
}
div#content
{
	width: 790px;
	padding: 10px;
	float: right;
}
div#foot
{
	padding: 5px;
	margin-top: 5px;
	background: #aaa;
	border: 1px solid #ccc;
	color: #e2e1dd;
	font-weight: bold;
}
/* --------------------- Menu Detail ---------------------- */
ul#menu
{
	width: 179px;
	padding: 0 0 0 10px;
	margin: 0;
	z-index: 10;
	list-style: none;
}
ul#menu li
{
	background: url(images/button.png) no-repeat;
	margin: 0;
	padding: 0;
}
ul#menu li a
{
	font-family: verdana;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin: 0;
}
ul#menu li a.pre
{
	display: inline-block;
	padding: 16px 5px 0 10px;
	height: 32px;

}
ul#menu li a.first
{
	display: inline-block;
	padding: 16px 0 0 33px;
	height: 32px;
	width: 138px;
}
ul#menu li a.firstsub
{
	display: inline-block;
	padding: 16px 0 0 5px;
	height: 32px;
	width: 133px;
}
ul#menu li a.pre:hover
{
	background: url(images/button_hover.png) no-repeat;
}
ul#menu li a.first:hover
{
	background: url(images/button_hover.png) no-repeat;
}
ul#menu li a.firstsub:hover
{
	background: url(images/button_hover.png) no-repeat right;
}
ul#menu li ul
{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}
ul#menu li ul li
{
	background: none;
}
ul#menu li ul li a
{
	display: inline-block;
	padding: 0;
	margin: 0 0 0 20px;
	width: 144px;
	background: none;
	height: 20px;
	font-size: 12px;
	position: relative;
	right: 0px;
}
ul#menu li ul li a.pre
{
	width: auto;
	height: 20px;
	padding: 0 5px;
	margin: 0;
	display: inline-block;
}
ul#menu li ul li a.sub
{
	padding: 0;
	margin: 0;
}
ul#menu li ul li a:hover
{
	background: #ccc;
	color: #666;
}
ul#menu li ul li a.pre:hover
{
	background: #ccc;
}
ul#menu li#solderstar
{
	background: url(images/button_solderstar.png) no-repeat;
	padding: 0;
	margin: 2px 0 0 2px;
	width: 163px;
	height: 97px;
}
ul#menu li#solderstar a
{
	height: 80px;
}
ul#menu li#solderstar a:hover
{
	background: url(images/button_solderstar_hover.png) no-repeat;
}
/* ---------------------- Inhalt Allgemein -------------------------- */
img
{
	border: none;
}
#content img
{
	margin: 5px;
}
p, span, pre, td, th, li, ins
{
	font-family: verdana;
	font-size: 12px;
	padding: 0;
	margin: 3px;
	text-align: justify;
}
#content p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content>a
{
	color: #333;
}
li
{
	text-align: left;
}
h1
{
	font-family: verdana;
	font-size: 18px;
	color: #444;
	text-align: center;
}
h2
{
	font-family: verdana;
	font-size: 14px;
	color: #333;
}
table
{
	border-collapse: collapse;
}
td, th
{
	border: 1px solid #999;
	padding: 3px;
}
a:hover
{
	text-decoration: none;
}
a.big, .infobox
{
	text-align: center;
	color: #444;
	border: 1px solid #999;
	display: inline-block;
	width: 250px;
	height: 220px;
	padding: 10px;
	margin:  10px 55px;
}
.infobox
{
	margin: 10px 50px;
	width: 280px;
	padding: 3px;
	height: auto;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
span.big
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background: #003d8f;
	text-decoration: none;
	color: #e2e1dd;
	padding: 7px;
	margin: 0;
}
.infobox a
{
	text-decoration: none;
}
.center
{
	margin: 0 auto;
	text-align: center;
	display: block;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
a.big:hover
{
	background: #ddd;
}
ul
{
	list-style: square;
	margin-left: 0px;
}
ul.small li
{
	padding: 5px;
}
ins
{
	text-decoration: none;
}
.info
{
	border: 1px dashed #999;
	background: #ccc;
	padding: 5px;
	display: inline-block;
}
input
{
	font-size: 12px;
}
table.techdata
{
	width: 750px;
	margin: 20px auto;
}
table.techdata td
{
	text-align: center;
}
.red
{
	color: #c33;
}
.bordered
{
	border: 1px solid #999;
}
.clear
{
	clear: both;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* ----------------- Downloadbereich Detail---------------------- */
.dl a
{
	font-family: Arial;
	color: #0070C0;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 0 0;
}
dl.dl
{
	margin: 10px 0 20px 80px;
}
.dl a:hover
{
	text-decoration: none;
}
.dl a img
{
	border: 1px solid #999;
	margin: 20px 0;
}
h2.dl
{
	margin: 0 0 0 60px;
}
/* -------------------- Sitemap Detail ----------------------- */
ul#sitemap, #sitemap ul
{
	width: 300px;
	margin: 0 auto;
	list-style: none;
	border-left: 2px solid #999;
	padding: 5px 0 0 0;
	font-size: 14px;
}
#sitemap ul
{
	margin: 0 0 5px 10px;
}
ul#sitemap a, #sitemap ul a
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #999;
}
ul#sitemap a:hover, #sitemap ul a:hover
{
	color: #000;
}
/* ---------------------- News Detail ------------------------- */
ul.newslist
{
	padding: 0;
}
ul.newslist li, div.head
{
	font-family: arial;
	color: #f5f5f5;
	font-weight: bold;
	font-size: 12px;
	background: #003e8f;
	padding: 5px;
	border: 1px solid #aaa;
	border-bottom: none;
	list-style: none;
	margin: 10px 0 0 0;
}
ul.newslist li a
{
	color: #f5f5f5;
}
div.news
{
	font-family: arial;
	color: #333;
	font-size: 12px;
	background: #f5f5f5;
	padding: 5px 15px;
	border: 1px solid #aaa;
	border-top: none;
	margin: 0 0 10px 0;
	text-align: justify;
}
div.news img
{
	margin: 10px;
}
p.sites
{
	font-family: arial;
	color: #333;
	background: #f5f5f5;
	padding: 5px;
	display: inline-block;
	border: 1px solid #aaa;
}
/* --------------- Solderstar - Detail ------------------- */
.infobox_solderstar
{
	margin: 2px;
	padding: 5px;
	height: 760px;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
	color: #444;
	border: 1px solid #999;
	display: inline-block;
	float: left;
}
.infobox_solderstar p, .infobox_solderstar img
{
	margin: 0;
	padding: 0;
}
.infobox_solderstar a
{
	display: block;
	position: relative;
	top: 730px;
	text-decoration: none;
}
