/* Start of CMSMS style sheet 'elektro' */



body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.95em;
	text-align: left; 
	margin: 0 auto; 
	width: 810px;
	padding: 0;
	position: relative;
	color: black; 
	background-color: #FDFDFD; 
} 

h1 { 
	font-size: 1.6em; 
	font-weight: bold; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}
h2 { 
	font-size: 1.3em; 
	font-weight: bold; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}
h3 { 
	font-size: 1.3em; 
	font-weight: normal; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}
h4 { 
	font-size: 1.2em; 
	font-weight: bold; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}
h5 { 
	font-size: 1.2em; 
	font-weight: normal; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}

/* links */
a, a:link, a:visited { 
	color: #3366CC; 
	text-decoration: none; 
	background-color: transparent; 
} 
a:active, a:hover { 
	color: #3366CC; 
	text-decoration: underline; 
	background-color: transparent; 
}
a img { 
	border-style: none; 
}

/* Layout */
#access, #menu .navLabel {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 0px;
	width: 0px;
}

#wrap {
	background-image: url(uploads/images/elektro_bgr.jpg);
	background-repeat: no-repeat;	
	position: absolute;
	top: 20px;
	left: 20px;
	width: 800px;
	min-height: 800px; 
}

#header {
	background-image: url(uploads/images/elektro_header2.gif);
	background-repeat: no-repeat;	
	width: 800px;
	height: 100px;
}

#header h1 {
	display: none;
}

#menu {
	float: right;
	border-color: #B4B4B4;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
	width: 145px;
}

#menu .navMenu {
	list-style: none;
}

#menu ul  {
	display: inline;
	overflow: hidden;	
	margin: 0px;
	padding: 0px;
}

#menu li {
	font-size: 0.82em;
	line-height: 1.2em;
}

#menu ul ul li {
	font-size: 1em;
}

#menu .navButton {
	display: block;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #F4F4F4;
}

#menu ul ul .navButton {
	background-color: #999998;
	color: white;
	border-bottom: none;
}

#menu ul ul ul .navButton {
	font-style: italic;
}

#menu .navButton:hover {
	background-color: #D5D4D4;
	text-decoration: none;
}

#menu ul ul .navButton:hover {
	background-color: white;
	color: #3366CC; 
}

#menu .navButtonActive, #menu .navButtonActive:hover {
	display: block;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #B4B4B4;
	background-color: #D5D4D4;
	text-decoration: none;
}

#menu ul ul .navButtonActive, #menu ul ul .navButtonActive:hover {
	background-color: #999998;
	color: white;
	font-weight: bold;
	border-bottom: none;
}

#menu ul ul ul .navButtonActive, #menu ul ul ul .navButtonActive:hover {
	font-style: italic;
}

#content {
	padding: 0px 5px;
width: 640px;
float: left;
}
/* End of 'elektro' */

