@charset "utf-8";

/* CSS Document */

*
{
	padding:0px;
	margin:0px;
	line-height:normal;
}

body
{
	font-family:tahoma;
	font-size:12px;
	background:#a3a58f;
}

h3
{
	font-size:13px;
	font-weight:700;
	margin-top:0px;
	margin-bottom:15px;
}

h2
{
	font-size:15px;
	font-weight:700;
	margin-top:0px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:dotted 1px #999999;
	color:#990000;
}

p
{
	margin-top:0px;
	margin-bottom:15px;
}

ul
{
	margin-left:20px;
	margin-bottom:15px;
}

li
{
	margin-bottom:5px;
}

a img
{
	border:none;
}

.clear
{
	clear:both;
}

.hline
{
	border-bottom:dotted 1px #959782;
	height:10px;
	margin-bottom:10px;
}

.wrapper
{
	width:960px;
	margin:auto;
	margin-top:5px;
	margin-bottom:80px;
}

.logo
{
}

.banner
{
	height:170px;
	border:solid 1px #8c8e7b;
	border-bottom:solid 1px #858673;
	margin-top:10px;
	background:url(../images/banner.jpg) no-repeat top;
	background-color:#FFFFFF;
}

.navigation
{
	height:50px;
	background:url(../images/menubg.png) repeat-x;
	border-left:solid 1px #959782;
	border-right:solid 1px #959782;
}

.navigation a
{
	display:inline-block;
	width:110px;
	text-decoration:none;
	font-weight:700;
	font-size:13px;
	color:#333333;
	padding:17px 0px 17px 0px;
	border-right:solid 1px #858673;
	text-align:center;
    *padding-bottom:27px;
	*border-right:none;
}

.navigation a:hover
{
	color:#FFFFFF;
}

.navigation .selected
{
	display:inline-block;
	text-decoration:none;
	font-weight:700;
	font-size:13px;
	padding:17px 0px 27px 0px;
	text-align:center;
	background:url(../images/smenu.png) no-repeat;
	color:#FFFFFF;
	border-right:none;
	width:111px;
}

.pagecontent
{
	padding:20px;
	background:#FFFFFF;
	border-left:solid 1px #959782;
	border-right:solid 1px #959782;
}

.pagecontent a
{
	color:#990000;
}

.pagecontent a:hover
{
	color:#FF3300;
}

.pagecontent ul
{
	list-style:none;
	margin-left:0px;
}

.footer
{
	padding:10px 20px 10px 20px;
	background:#333333;
	border:solid 1px #959782;
	border-top:none;
	color:#FFFFFF;
}

.footerlinks
{
	float:left;
}

.footerlinks a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}

.footerlinks a:hover
{
	text-decoration:underline;
}

.copyrights
{
	float:right;
	color:#666666;
	font-size:11px;
}

.intro
{
	width:650px;
	margin-right:10px;
	float:left;
	font-size:14px;
}

.newsletter
{
	float:right;
}

.newsletter_signup
{
	width:230px;
	padding:10px;
	border:solid 1px #CCCCCC;
	font-size:11px;
	background:#D9EEF0;
}

.contact_info
{
	min-width:230px;
	padding:10px;
	border:solid 1px #CCCCCC;
	font-size:11px;
	margin-top:20px;
	background:url(../images/mail.png) no-repeat top left;
	padding-top:55px;
}

.highvoltage
{
	float:left;
	width:270px;
	padding-right:10px;
	border-right:dotted 1px #999999;
	min-height:300px;
}

.powerelectronics
{
	float:left;
	width:290px;
	padding-right:10px;
	padding-left:20px;
	border-right:dotted 1px #999999;
	min-height:300px;
}

.additional
{
	float:right;
	width:290px;
	padding-left:20px;
	min-height:300px;
}

.subcontent
{
	float:left;
	width:500px;
	margin-top:15px;
}

.subcontent ul
{
	margin-left:25px;
	list-style-image:url(../images/bullet.jpg);
}

.contact
{
	float:right;
	margin-top:15px;
	width:350px;
	border:solid 1px #CCCCCC;
	padding:10px;
	background:url(../images/con_bg.png) repeat-x;
}

.leftpane
{
	width:240px;
	float:left;
}

.rightpane
{
	float:right;
	width:635px;
	border-left:dotted 1px #999999;
	padding-left:15px;
}

.company
{
	padding-bottom:10px;
	border-bottom:dotted 1px #999999;
	margin-bottom:15px;
}

.company .logo img
{
	border:solid 1px #CCCCCC;
	height:50px;
}

.company .description
{
	margin-top:10px;
}

.company .links
{
	margin-top:10px;
}

.textbox
{
	border:solid 1px #CCCCCC;
	font-family:tahoma;
	font-size:11px;
	padding:3px;
	font-style:italic;
	width:148px;
        *width:135px;
}

.button
{
	border:solid 1px #999999;
	font-family:tahoma;
	font-size:11px;
	padding:3px 10px 3px 10px;
	background:url(../images/submit_button.jpg) repeat-x;
}

